public final class RestUrls extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SEGMENT_ACTIVITIES |
static String |
SEGMENT_ATTACHMENT_CONTENT |
static String |
SEGMENT_ATTACHMENTS |
static String |
SEGMENT_COLUMNS |
static String |
SEGMENT_COMMENTS |
static String |
SEGMENT_DATA |
static String |
SEGMENT_DEPLOYMENT_ARTIFACT_RESOURCE |
static String |
SEGMENT_DEPLOYMENT_ARTIFACT_RESOURCE_CONTENT |
static String |
SEGMENT_DEPLOYMENT_RESOURCE |
static String |
SEGMENT_DIAGRAM |
static String |
SEGMENT_ENGINE_INFO |
static String |
SEGMENT_EVENTS |
static String |
SEGMENT_EXECUTION_RESOURCE |
static String |
SEGMENT_FORM_DATA |
static String |
SEGMENT_FORM_RESOURCES |
static String |
SEGMENT_GROUPS |
static String |
SEGMENT_HISTORIC_ACTIVITY_INSTANCE_RESOURCE |
static String |
SEGMENT_HISTORIC_DETAIL_RESOURCE |
static String |
SEGMENT_HISTORIC_PROCESS_INSTANCE_RESOURCE |
static String |
SEGMENT_HISTORIC_TASK_INSTANCE_RESOURCE |
static String |
SEGMENT_HISTORIC_VARIABLE_INSTANCE_RESOURCE |
static String |
SEGMENT_HISTORY_RESOURCES |
static String |
SEGMENT_IDENTITY_RESOURCES |
static String |
SEGMENT_IDENTITYLINKS |
static String |
SEGMENT_IDENTITYLINKS_FAMILY_GROUPS |
static String |
SEGMENT_IDENTITYLINKS_FAMILY_USERS |
static String |
SEGMENT_IMAGE |
static String |
SEGMENT_INFO |
static String |
SEGMENT_JOB_EXCEPTION_STACKTRACE |
static String |
SEGMENT_JOBS |
static String |
SEGMENT_MANAGEMENT_RESOURCES |
static String |
SEGMENT_MEMBERS |
static String |
SEGMENT_MODEL |
static String |
SEGMENT_MODEL_RESOURCE |
static String |
SEGMENT_PICTURE |
static String |
SEGMENT_PROCESS_DEFINITION_RESOURCE |
static String |
SEGMENT_PROCESS_INSTANCE_RESOURCE |
static String |
SEGMENT_PROPERTIES |
static String |
SEGMENT_QUERY_RESOURCES |
static String |
SEGMENT_REPOSITORY_RESOURCES
Base segment for all repository-related resources: repository
|
static String |
SEGMENT_RUNTIME_RESOURCES |
static String |
SEGMENT_SIGNALS |
static String |
SEGMENT_SOURCE |
static String |
SEGMENT_SOURCE_EXTRA |
static String |
SEGMENT_SUBTASKS |
static String |
SEGMENT_TABLES |
static String |
SEGMENT_TASK_RESOURCE |
static String |
SEGMENT_USERS |
static String |
SEGMENT_VARIABLE_DATA |
static String |
SEGMENT_VARIABLES |
static String[] |
URL_DEPLOYMENT
URL template for a single deployment: repository/deployments/{0:deploymentId}
|
static String[] |
URL_DEPLOYMENT_COLLECTION
URL template for the deployment collection: repository/deployments
|
static String[] |
URL_DEPLOYMENT_RESOURCE
URL template for a single deployment resource: repository/deployments/{0:deploymentId}/resources/{1}:resourceId
|
static String[] |
URL_DEPLOYMENT_RESOURCE_CONTENT
URL template for a single deployment resource content: repository/deployments/{0:deploymentId}/resourcedata/{1}:resourceId
|
static String[] |
URL_DEPLOYMENT_RESOURCES
URL template listing deployment resources: repository/deployments/{0:deploymentId}/resources
|
static String[] |
URL_ENGINE_INFO
URL template for the collection of properties: management/properties
|
static String[] |
URL_EXECUTION
URL template for a single execution: runtime/executions/{0:executionId}
|
static String[] |
URL_EXECUTION_ACTIVITIES_COLLECTION
URL template for all active activities on an execution: runtime/executions/{0:executionId}/activities
|
static String[] |
URL_EXECUTION_COLLECTION
URL template for execution collection: runtime/executions/{0:executionId}
|
static String[] |
URL_EXECUTION_QUERY
URL template for execution query: query/executions
|
static String[] |
URL_EXECUTION_VARIABLE
URL template for a single variables for an execution: runtime/executions/{0:executionId}/variables/{1:variableName}
|
static String[] |
URL_EXECUTION_VARIABLE_COLLECTION
URL template for the variables for an execution: runtime/executions/{0:executionId}/variables
|
static String[] |
URL_EXECUTION_VARIABLE_DATA
URL template for a single variables for an execution: runtime/executions/{0:executionId}/variables/{1:variableName}/data
|
static String[] |
URL_FORM_DATA
URL template for form data: form/form-data
|
static String[] |
URL_GROUP
URL template for a single group: identity/groups/{0:groupId}
|
static String[] |
URL_GROUP_COLLECTION
URL template for the collection of groups: identity/groups
|
static String[] |
URL_GROUP_MEMBERSHIP
URL template for the membership-collection of a single group membership: identity/groups/{0:groupId}/members/{1:userId}
|
static String[] |
URL_GROUP_MEMBERSHIP_COLLECTION
URL template for the membership-collection of a group: identity/groups/{0:groupId}/members
|
static String[] |
URL_HISTORIC_ACTIVITY_INSTANCE_QUERY
URL template for historic activity instance query: query/historic-activity-instances
|
static String[] |
URL_HISTORIC_ACTIVITY_INSTANCES
URL template for historic activity instance query: history/historic-activity-instances
|
static String[] |
URL_HISTORIC_DETAIL
URL template for historic detail query: history/historic-detail
|
static String[] |
URL_HISTORIC_DETAIL_QUERY
URL template for historic detail query: query/historic-detail
|
static String[] |
URL_HISTORIC_DETAIL_VARIABLE_DATA
URL template for a single historic detail variable data: history/historic-detail/{0:detailId}/data
|
static String[] |
URL_HISTORIC_PROCESS_INSTANCE
URL template for a single historic process instance: history/historic-process-instances/{0:processInstanceId}
|
static String[] |
URL_HISTORIC_PROCESS_INSTANCE_COMMENT
URL template for a comment on a process instance: history/historic-process-instances/{0:processInstanceId}/comments/{1:commentId}
|
static String[] |
URL_HISTORIC_PROCESS_INSTANCE_COMMENT_COLLECTION
URL template for comments on a process instance: history/historic-process-instances/{0:processInstanceId}/comments
|
static String[] |
URL_HISTORIC_PROCESS_INSTANCE_IDENTITY_LINKS
URL template for historic process instance identity links: history/historic-process-instances/{0:processInstanceId}/identitylinks
|
static String[] |
URL_HISTORIC_PROCESS_INSTANCE_QUERY
URL template for historic process instance query: query/historic-process-instances
|
static String[] |
URL_HISTORIC_PROCESS_INSTANCE_VARIABLE_DATA
URL template for a single historic task instance: history/historic-process-instances/{0:processInstanceId}/variables/{1:variableName}
|
static String[] |
URL_HISTORIC_PROCESS_INSTANCES
URL template for historic process instance query: history/historic-process-instances
|
static String[] |
URL_HISTORIC_TASK_INSTANCE
URL template for a single historic task instance: history/historic-task-instances/{0:taskId}
|
static String[] |
URL_HISTORIC_TASK_INSTANCE_IDENTITY_LINKS
URL template for historic task instance identity links: history/historic-task-instances/{0:taskId}/identitylinks
|
static String[] |
URL_HISTORIC_TASK_INSTANCE_QUERY
URL template for historic process instance query: query/historic-task-instances
|
static String[] |
URL_HISTORIC_TASK_INSTANCE_VARIABLE_DATA
URL template for a single historic task instance: history/historic-task-instances/{0:taskId}/variables/{1:variableName}
|
static String[] |
URL_HISTORIC_TASK_INSTANCES
URL template for historic task instance query: history/historic-task-instances
|
static String[] |
URL_HISTORIC_VARIABLE_INSTANCE_DATA
URL template for a single historic variable instance data: history/historic-variable-instances/{0:varInstanceId}/data
|
static String[] |
URL_HISTORIC_VARIABLE_INSTANCE_QUERY
URL template for historic variable instance query: query/historic-variable-instances
|
static String[] |
URL_HISTORIC_VARIABLE_INSTANCES
URL template for historic variable instance query: history/historic-variable-instances
|
static String[] |
URL_JOB
URL template for a single job: management/jobs/{0:jobId}
|
static String[] |
URL_JOB_COLLECTION
URL template for the collection of jobs: management/jobs
|
static String[] |
URL_JOB_EXCEPTION_STRACKTRACE
URL template for the stacktrace of a single job: management/jobs/{0:jobId}/exception-stacktrace
|
static String[] |
URL_MODEL
URL template for a single model repository/models/{0:modelId}
|
static String[] |
URL_MODEL_COLLECTION
URL template for the model collection: repository/models
|
static String[] |
URL_MODEL_SOURCE
URL template for the editor source of a model repository/models/{0:modelId}/source
|
static String[] |
URL_MODEL_SOURCE_EXTRA
URL template for the extra editor source of a model repository/models/{0:modelId}/source-extra
|
static String[] |
URL_PROCESS_DEFINITION
URL template for a single process definition: repository/process-definitions/{0:processDefinitionId}
|
static String[] |
URL_PROCESS_DEFINITION_COLLECTION
URL template for the process definition collection: repository/process-definitions
|
static String[] |
URL_PROCESS_DEFINITION_IDENTITYLINK
URL template for an identitylink on a process definition: repository/process-definitions/{0:processDefinitionId}/identitylinks/{1:family}/{2:identityId}
|
static String[] |
URL_PROCESS_DEFINITION_IDENTITYLINKS_COLLECTION
URL template for a process definition's identity links: repository/process-definitions/{0:processDefinitionId}/identitylinks
|
static String[] |
URL_PROCESS_DEFINITION_IMAGE
URL template for the image of a process definition: repository/process-definitions/{0:processDefinitionId}/image
|
static String[] |
URL_PROCESS_DEFINITION_MODEL
URL template for the model of a process definition: repository/process-definitions/{0:processDefinitionId}/model
|
static String[] |
URL_PROCESS_DEFINITION_RESOURCE_CONTENT
URL template for the resource of a single process definition: repository/process-definitions/{0:processDefinitionId}/resourcedata
|
static String[] |
URL_PROCESS_INSTANCE
URL template for a single process instance: runtime/process-instances/{0:processInstanceId}
|
static String[] |
URL_PROCESS_INSTANCE_COLLECTION
URL template for process instance collection: runtime/process-instances
|
static String[] |
URL_PROCESS_INSTANCE_DIAGRAM
URL template for the diagram for a single process instance: runtime/process-instances/{0:processInstanceId}/diagram
|
static String[] |
URL_PROCESS_INSTANCE_IDENTITYLINK
URL template for an identitylink on a process instance: runtime/process-instances/{0:processInstanceId}/identitylinks/users/{1:identityId}/{2:type}
|
static String[] |
URL_PROCESS_INSTANCE_IDENTITYLINKS_COLLECTION
URL template for a process instance's identity links: runtime/process-instances/{0:processInstanceId}/identitylinks
|
static String[] |
URL_PROCESS_INSTANCE_QUERY
URL template for process instance query: query/process-instances
|
static String[] |
URL_PROCESS_INSTANCE_VARIABLE
URL template for a single process instance variable: runtime/process-instances/{0:processInstanceId}/variables/{1:variableName}
|
static String[] |
URL_PROCESS_INSTANCE_VARIABLE_COLLECTION
URL template for process instance variable collection: runtime/process-instances/{0:processInstanceId}/variables
|
static String[] |
URL_PROCESS_INSTANCE_VARIABLE_DATA
URL template for a single process instance variable data: runtime/process-instances/{0:processInstanceId}/variables/{1:variableName}/data
|
static String[] |
URL_PROPERTIES_COLLECTION
URL template for the collection of properties: management/properties
|
static String[] |
URL_SIGNALS
URL template for a signals runtime/signals
|
static String[] |
URL_TABLE
URL template for a single table: management/tables/{0:tableName}
|
static String[] |
URL_TABLE_COLUMNS
URL template for column-metadata for a single table: management/tables/{0:tableName}/columns
|
static String[] |
URL_TABLE_DATA
URL template for actual table row data: management/tables/{0:tableName}/data
|
static String[] |
URL_TABLES_COLLECTION
URL template for the collection of tables: management/tables
|
static String[] |
URL_TASK
URL template for a single task: runtime/tasks/{0:taskId}
|
static String[] |
URL_TASK_ATTACHMENT
URL template for an attachment on a task: runtime/tasks/{0:taskId}/attachments/{1:attachmentId}
|
static String[] |
URL_TASK_ATTACHMENT_COLLECTION
URL template for an task's attachments: runtime/tasks/{0:taskId}/attachments
|
static String[] |
URL_TASK_ATTACHMENT_DATA
URL template for the content for an attachment on a task: runtime/tasks/{0:taskId}/attachments/{1:attachmentId}/content
|
static String[] |
URL_TASK_COLLECTION
URL template for task collection: runtime/tasks
|
static String[] |
URL_TASK_COMMENT
URL template for a comment on a task: runtime/tasks/{0:taskId}/comments/{1:commentId}
|
static String[] |
URL_TASK_COMMENT_COLLECTION
URL template for a task's identity links: runtime/tasks/{0:taskId}/comments
|
static String[] |
URL_TASK_EVENT
URL template for an event on a task: runtime/tasks/{0:taskId}/events/{1:eventId}
|
static String[] |
URL_TASK_EVENT_COLLECTION
URL template for an task's events: runtime/tasks/{0:taskId}/events
|
static String[] |
URL_TASK_IDENTITYLINK
URL template for an identitylink on a task: runtime/tasks/{0:taskId}/identitylinks/{1:family}/{2:identityId}/{3:type}
|
static String[] |
URL_TASK_IDENTITYLINKS_COLLECTION
URL template for a task's identity links: runtime/tasks/{0:taskId}/identitylinks
|
static String[] |
URL_TASK_QUERY
URL template for task query: query/tasks
|
static String[] |
URL_TASK_SUBTASKS_COLLECTION
URL template for a task's sub tasks: runtime/tasks/{0:taskId}/subtasks
|
static String[] |
URL_TASK_VARIABLE
URL template for a single task variable: runtime/tasks/{0:taskId}/variables/{1:variableName}
|
static String[] |
URL_TASK_VARIABLE_DATA
URL template for a single task variable content: runtime/tasks/{0:taskId}/variables/{1:variableName}/data
|
static String[] |
URL_TASK_VARIABLES_COLLECTION
URL template for a task's variables: runtime/tasks/{0:taskId}/variables
|
static String[] |
URL_USER
URL template for a single user: identity/users/{0:userId}
|
static String[] |
URL_USER_COLLECTION
URL template for the collection of users: identity/users
|
static String[] |
URL_USER_INFO
URL template for an info entry for a single user: identity/users/{0:userId}/info/{1:key}
|
static String[] |
URL_USER_INFO_COLLECTION
URL template for the info collection for a single user: identity/users/{0:userId}/info
|
static String[] |
URL_USER_PICTURE
URL template for the picture for a single user: identity/users/{0:userId}/picture
|
Constructor and Description |
---|
RestUrls() |
Modifier and Type | Method and Description |
---|---|
static String |
createRelativeResourceUrl(String[] segments,
Object... arguments)
Creates an url based on the passed fragments and replaces any placeholders with the given arguments.
|
public static final String SEGMENT_REPOSITORY_RESOURCES
public static final String SEGMENT_RUNTIME_RESOURCES
public static final String SEGMENT_MANAGEMENT_RESOURCES
public static final String SEGMENT_HISTORY_RESOURCES
public static final String SEGMENT_FORM_RESOURCES
public static final String SEGMENT_IDENTITY_RESOURCES
public static final String SEGMENT_QUERY_RESOURCES
public static final String SEGMENT_DEPLOYMENT_RESOURCE
public static final String SEGMENT_PROCESS_DEFINITION_RESOURCE
public static final String SEGMENT_DEPLOYMENT_ARTIFACT_RESOURCE
public static final String SEGMENT_DEPLOYMENT_ARTIFACT_RESOURCE_CONTENT
public static final String SEGMENT_TASK_RESOURCE
public static final String SEGMENT_EXECUTION_RESOURCE
public static final String SEGMENT_PROCESS_INSTANCE_RESOURCE
public static final String SEGMENT_VARIABLES
public static final String SEGMENT_SUBTASKS
public static final String SEGMENT_IDENTITYLINKS
public static final String SEGMENT_COMMENTS
public static final String SEGMENT_EVENTS
public static final String SEGMENT_ATTACHMENTS
public static final String SEGMENT_ATTACHMENT_CONTENT
public static final String SEGMENT_IDENTITYLINKS_FAMILY_GROUPS
public static final String SEGMENT_IDENTITYLINKS_FAMILY_USERS
public static final String SEGMENT_VARIABLE_DATA
public static final String SEGMENT_HISTORIC_PROCESS_INSTANCE_RESOURCE
public static final String SEGMENT_HISTORIC_TASK_INSTANCE_RESOURCE
public static final String SEGMENT_HISTORIC_ACTIVITY_INSTANCE_RESOURCE
public static final String SEGMENT_HISTORIC_VARIABLE_INSTANCE_RESOURCE
public static final String SEGMENT_HISTORIC_DETAIL_RESOURCE
public static final String SEGMENT_FORM_DATA
public static final String SEGMENT_TABLES
public static final String SEGMENT_COLUMNS
public static final String SEGMENT_DATA
public static final String SEGMENT_JOBS
public static final String SEGMENT_JOB_EXCEPTION_STACKTRACE
public static final String SEGMENT_USERS
public static final String SEGMENT_GROUPS
public static final String SEGMENT_PICTURE
public static final String SEGMENT_INFO
public static final String SEGMENT_MEMBERS
public static final String SEGMENT_MODEL
public static final String SEGMENT_PROPERTIES
public static final String SEGMENT_ENGINE_INFO
public static final String SEGMENT_ACTIVITIES
public static final String SEGMENT_MODEL_RESOURCE
public static final String SEGMENT_SOURCE
public static final String SEGMENT_SOURCE_EXTRA
public static final String SEGMENT_DIAGRAM
public static final String SEGMENT_SIGNALS
public static final String SEGMENT_IMAGE
public static final String[] URL_DEPLOYMENT_COLLECTION
public static final String[] URL_DEPLOYMENT
public static final String[] URL_DEPLOYMENT_RESOURCES
public static final String[] URL_DEPLOYMENT_RESOURCE
public static final String[] URL_DEPLOYMENT_RESOURCE_CONTENT
public static final String[] URL_PROCESS_DEFINITION_COLLECTION
public static final String[] URL_PROCESS_DEFINITION
public static final String[] URL_PROCESS_DEFINITION_RESOURCE_CONTENT
public static final String[] URL_PROCESS_DEFINITION_IDENTITYLINKS_COLLECTION
public static final String[] URL_PROCESS_DEFINITION_IDENTITYLINK
public static final String[] URL_PROCESS_DEFINITION_MODEL
public static final String[] URL_PROCESS_DEFINITION_IMAGE
public static final String[] URL_MODEL_COLLECTION
public static final String[] URL_MODEL
public static final String[] URL_MODEL_SOURCE
public static final String[] URL_MODEL_SOURCE_EXTRA
public static final String[] URL_TASK_COLLECTION
public static final String[] URL_TASK_QUERY
public static final String[] URL_TASK
public static final String[] URL_TASK_SUBTASKS_COLLECTION
public static final String[] URL_TASK_VARIABLES_COLLECTION
public static final String[] URL_TASK_VARIABLE
public static final String[] URL_TASK_VARIABLE_DATA
public static final String[] URL_TASK_IDENTITYLINKS_COLLECTION
public static final String[] URL_TASK_IDENTITYLINK
public static final String[] URL_TASK_COMMENT_COLLECTION
public static final String[] URL_TASK_COMMENT
public static final String[] URL_TASK_EVENT_COLLECTION
public static final String[] URL_TASK_EVENT
public static final String[] URL_TASK_ATTACHMENT_COLLECTION
public static final String[] URL_TASK_ATTACHMENT
public static final String[] URL_TASK_ATTACHMENT_DATA
public static final String[] URL_EXECUTION_COLLECTION
public static final String[] URL_EXECUTION
public static final String[] URL_EXECUTION_VARIABLE_COLLECTION
public static final String[] URL_EXECUTION_VARIABLE
public static final String[] URL_EXECUTION_VARIABLE_DATA
public static final String[] URL_EXECUTION_ACTIVITIES_COLLECTION
public static final String[] URL_EXECUTION_QUERY
public static final String[] URL_PROCESS_INSTANCE_COLLECTION
public static final String[] URL_PROCESS_INSTANCE_QUERY
public static final String[] URL_PROCESS_INSTANCE
public static final String[] URL_PROCESS_INSTANCE_DIAGRAM
public static final String[] URL_PROCESS_INSTANCE_VARIABLE_COLLECTION
public static final String[] URL_PROCESS_INSTANCE_VARIABLE
public static final String[] URL_PROCESS_INSTANCE_VARIABLE_DATA
public static final String[] URL_HISTORIC_PROCESS_INSTANCE_COMMENT
public static final String[] URL_HISTORIC_PROCESS_INSTANCE_COMMENT_COLLECTION
public static final String[] URL_PROCESS_INSTANCE_IDENTITYLINKS_COLLECTION
public static final String[] URL_PROCESS_INSTANCE_IDENTITYLINK
public static final String[] URL_HISTORIC_PROCESS_INSTANCE
public static final String[] URL_HISTORIC_PROCESS_INSTANCES
public static final String[] URL_HISTORIC_PROCESS_INSTANCE_IDENTITY_LINKS
public static final String[] URL_HISTORIC_PROCESS_INSTANCE_VARIABLE_DATA
public static final String[] URL_HISTORIC_TASK_INSTANCE
public static final String[] URL_HISTORIC_TASK_INSTANCES
public static final String[] URL_HISTORIC_TASK_INSTANCE_IDENTITY_LINKS
public static final String[] URL_HISTORIC_TASK_INSTANCE_VARIABLE_DATA
public static final String[] URL_HISTORIC_ACTIVITY_INSTANCES
public static final String[] URL_HISTORIC_VARIABLE_INSTANCES
public static final String[] URL_HISTORIC_VARIABLE_INSTANCE_DATA
public static final String[] URL_HISTORIC_DETAIL
public static final String[] URL_HISTORIC_DETAIL_VARIABLE_DATA
public static final String[] URL_HISTORIC_PROCESS_INSTANCE_QUERY
public static final String[] URL_HISTORIC_TASK_INSTANCE_QUERY
public static final String[] URL_HISTORIC_ACTIVITY_INSTANCE_QUERY
public static final String[] URL_HISTORIC_VARIABLE_INSTANCE_QUERY
public static final String[] URL_HISTORIC_DETAIL_QUERY
public static final String[] URL_TABLES_COLLECTION
public static final String[] URL_FORM_DATA
public static final String[] URL_TABLE
public static final String[] URL_TABLE_COLUMNS
public static final String[] URL_TABLE_DATA
public static final String[] URL_JOB
public static final String[] URL_JOB_EXCEPTION_STRACKTRACE
public static final String[] URL_JOB_COLLECTION
public static final String[] URL_PROPERTIES_COLLECTION
public static final String[] URL_ENGINE_INFO
public static final String[] URL_USER_COLLECTION
public static final String[] URL_USER
public static final String[] URL_USER_PICTURE
public static final String[] URL_USER_INFO
public static final String[] URL_USER_INFO_COLLECTION
public static final String[] URL_GROUP_COLLECTION
public static final String[] URL_GROUP
public static final String[] URL_GROUP_MEMBERSHIP_COLLECTION
public static final String[] URL_GROUP_MEMBERSHIP
public static final String[] URL_SIGNALS
public static final String createRelativeResourceUrl(String[] segments, Object... arguments)
MessageFormat
convention
(eg. {0} is replaced by first argument value).Copyright © 2016 Alfresco. All rights reserved.