- addComponent(String) - Method in class com.ardoq.model.Tag
-
- addComponent(Component) - Method in class com.ardoq.util.SyncUtil
-
- addReference(String) - Method in class com.ardoq.model.Tag
-
- addReference(Reference) - Method in class com.ardoq.util.SyncUtil
-
- AggregatedWorkspace - Class in com.ardoq.model
-
AggregatedWorkspace represents the aggregated data related to a Workspace, except Attachments.
- AggregatedWorkspace() - Constructor for class com.ardoq.model.AggregatedWorkspace
-
- ArdoqClient - Class in com.ardoq
-
ArdoqClient connects to your Ardoq installation via it's REST-apis.
- ArdoqClient(String, String) - Constructor for class com.ardoq.ArdoqClient
-
Connects to your Ardoq installation with token authentication.
- ArdoqClient(String, String, Client) - Constructor for class com.ardoq.ArdoqClient
-
Connects to Ardoq with token authentication, and a custom client
- ArdoqClient(String, String, long, long) - Constructor for class com.ardoq.ArdoqClient
-
Connects to your Ardoq installation with token authentication.
- ArdoqClient(String, String, RequestConfig) - Constructor for class com.ardoq.ArdoqClient
-
Connects to your Ardoq installation with token authentication and a custom request configuration.
- ArdoqClient(String, String, String) - Constructor for class com.ardoq.ArdoqClient
-
Connects to Ardoq with username and password
**We Strongly suggest that you connect with a token instead**
- ArdoqClient(String, String, String, Client) - Constructor for class com.ardoq.ArdoqClient
-
Connects to Ardoq with username and password, and a custom HTTP client
**We Strongly suggest that you connect with a token instead**
- ArdoqClient(String, String, String, RequestConfig) - Constructor for class com.ardoq.ArdoqClient
-
Connects to Ardoq with username and password and a custom request configuration
**We Strongly suggest that you connect with a token instead**
- ArdoqClient(String, String, String, long, long) - Constructor for class com.ardoq.ArdoqClient
-
Connects to Ardoq with username and password
**We Strongly suggest that you connect with a token instead**
- attachment() - Method in class com.ardoq.ArdoqClient
-
- Attachment - Class in com.ardoq.model
-
Represents an attachment stored on a workspace.
- Attachment() - Constructor for class com.ardoq.model.Attachment
-
- AttachmentService - Interface in com.ardoq.service
-