Package org.flowable.rest.service.api
Class RestUrls
- java.lang.Object
-
- org.flowable.rest.service.api.RestUrls
-
public final class RestUrls extends Object
- Author:
- Frederik Heremans
-
-
Field Summary
Fields Modifier and Type Field Description static StringSEGMENT_ACTIVITIESstatic StringSEGMENT_ACTIVITY_INSTANCE_RESOURCEstatic StringSEGMENT_ATTACHMENT_CONTENTstatic StringSEGMENT_ATTACHMENTSstatic StringSEGMENT_BATCH_DOCUMENTstatic StringSEGMENT_BATCH_PART_RESULT_DOCUMENTstatic StringSEGMENT_BATCH_PARTSstatic StringSEGMENT_BATCHESstatic StringSEGMENT_COLUMNSstatic StringSEGMENT_COMMENTSstatic StringSEGMENT_DATAstatic StringSEGMENT_DEADLETTER_JOBSstatic StringSEGMENT_DECISIONSstatic StringSEGMENT_DEPLOYMENT_ARTIFACT_RESOURCEstatic StringSEGMENT_DEPLOYMENT_ARTIFACT_RESOURCE_CONTENTstatic StringSEGMENT_DEPLOYMENT_RESOURCEstatic StringSEGMENT_DIAGRAMstatic StringSEGMENT_ENGINE_INFOstatic StringSEGMENT_ENGINE_PROPERTIESstatic StringSEGMENT_EVENT_SUBSCRIPTIONSstatic StringSEGMENT_EVENTSstatic StringSEGMENT_EXECUTION_RESOURCEstatic StringSEGMENT_FORMstatic StringSEGMENT_FORM_DATAstatic StringSEGMENT_FORM_DEFINITIONSstatic StringSEGMENT_FORM_RESOURCESstatic StringSEGMENT_GROUPSstatic StringSEGMENT_HISTORIC_ACTIVITY_INSTANCE_RESOURCEstatic StringSEGMENT_HISTORIC_DETAIL_RESOURCEstatic StringSEGMENT_HISTORIC_PROCESS_INSTANCE_RESOURCEstatic StringSEGMENT_HISTORIC_TASK_INSTANCE_RESOURCEstatic StringSEGMENT_HISTORIC_TASK_LOG_ENTRIESstatic StringSEGMENT_HISTORIC_VARIABLE_INSTANCE_RESOURCEstatic StringSEGMENT_HISTORY_JOBSstatic StringSEGMENT_HISTORY_RESOURCESstatic StringSEGMENT_IDENTITY_RESOURCESstatic StringSEGMENT_IDENTITYLINKSstatic StringSEGMENT_IDENTITYLINKS_FAMILY_GROUPSstatic StringSEGMENT_IDENTITYLINKS_FAMILY_USERSstatic StringSEGMENT_IMAGEstatic StringSEGMENT_INFOstatic StringSEGMENT_JOB_EXCEPTION_STACKTRACEstatic StringSEGMENT_JOBSstatic StringSEGMENT_MANAGEMENT_RESOURCESstatic StringSEGMENT_MEMBERSstatic StringSEGMENT_MODELstatic StringSEGMENT_MODEL_RESOURCEstatic StringSEGMENT_PICTUREstatic StringSEGMENT_PROCESS_DEFINITION_RESOURCEstatic StringSEGMENT_PROCESS_INSTANCE_RESOURCEstatic StringSEGMENT_PROPERTIESstatic StringSEGMENT_QUERY_RESOURCESstatic StringSEGMENT_REPOSITORY_RESOURCESBase segment for all repository-related resources: repositorystatic StringSEGMENT_RUNTIME_RESOURCESstatic StringSEGMENT_SIGNALSstatic StringSEGMENT_SOURCEstatic StringSEGMENT_SOURCE_EXTRAstatic StringSEGMENT_START_FORMstatic StringSEGMENT_SUBTASKSstatic StringSEGMENT_SUSPENDED_JOBSstatic StringSEGMENT_TABLESstatic StringSEGMENT_TASK_RESOURCEstatic StringSEGMENT_TIMER_JOBSstatic StringSEGMENT_USERSstatic StringSEGMENT_VARIABLE_DATAstatic StringSEGMENT_VARIABLE_INSTANCE_RESOURCEstatic StringSEGMENT_VARIABLESstatic String[]URL_ACTIVITY_INSTANCE_QUERYURL template for activity instance query: query/activity-instancesstatic String[]URL_ACTIVITY_INSTANCESURL template for activity instance query: runtime/activity-instancesstatic String[]URL_BATCHURL template for a single batch: management/batches/{0:batchId}static String[]URL_BATCH_COLLECTIONURL template for the collection of batches: management/batchesstatic String[]URL_BATCH_PARTURL template for a single batch part: management/batches/{0:batchId}static String[]URL_BATCH_PART_COLLECTIONURL template for the collection of batches: management/batches/{0:batchId}/batch-partsstatic String[]URL_DEADLETTER_JOBURL template for a single job: management/deadletter-jobs/{0:jobId}static String[]URL_DEADLETTER_JOB_COLLECTIONURL template for the collection of timer jobs: management/deadletter-jobsstatic String[]URL_DEADLETTER_JOB_EXCEPTION_STRACKTRACEURL template for the stacktrace of a single job: management/deadletter-jobs/{0:jobId}/exception-stacktracestatic String[]URL_DEPLOYMENTURL template for a single deployment: repository/deployments/{0:deploymentId}static String[]URL_DEPLOYMENT_COLLECTIONURL template for the deployment collection: repository/deploymentsstatic String[]URL_DEPLOYMENT_RESOURCEURL template for a single deployment resource: repository/deployments/{0:deploymentId}/resources/{1}:resourceIdstatic String[]URL_DEPLOYMENT_RESOURCE_CONTENTURL template for a single deployment resource content: repository/deployments /{0:deploymentId}/resourcedata/{1}:resourceIdstatic String[]URL_DEPLOYMENT_RESOURCESURL template listing deployment resources: repository/deployments/{0:deploymentId}/resourcesstatic String[]URL_ENGINE_INFOURL template for the collection of properties: management/propertiesstatic String[]URL_ENGINE_PROPERTIESURL template for the collection of engine properties: management/engine-propertiesstatic String[]URL_EVENT_SUBSCRIPTIONURL template for a single event subscription: runtime/event-subscriptions/{0:eventSubscriptionId}static String[]URL_EVENT_SUBSCRIPTION_COLLECTIONURL template for the collection of event subscriptions: runtime/event-subscriptionsstatic String[]URL_EXECUTIONURL template for a single execution: runtime/executions/{0:executionId}static String[]URL_EXECUTION_ACTIVITIES_COLLECTIONURL template for all active activities on an execution: runtime/executions/{0:executionId}/activitiesstatic String[]URL_EXECUTION_COLLECTIONURL template for execution collection: runtime/executions/{0:executionId}static String[]URL_EXECUTION_QUERYURL template for execution query: query/executionsstatic String[]URL_EXECUTION_VARIABLEURL template for a single variables for an execution: runtime/executions/{0:executionId}/variables/{1:variableName}static String[]URL_EXECUTION_VARIABLE_COLLECTIONURL template for the variables for an execution: runtime/executions/{0:executionId}/variablesstatic String[]URL_EXECUTION_VARIABLE_DATAURL template for a single variables for an execution: runtime/executions/{0:executionId}/variables/{1:variableName}/datastatic String[]URL_FORM_DATAURL template for form data: form/form-datastatic String[]URL_GROUPURL template for a single group: identity/groups/{0:groupId}static String[]URL_GROUP_COLLECTIONURL template for the collection of groups: identity/groupsstatic String[]URL_GROUP_MEMBERSHIPURL template for the membership-collection of a single group membership: identity/groups/{0:groupId}/members/{1:userId}static String[]URL_GROUP_MEMBERSHIP_COLLECTIONURL template for the membership-collection of a group: identity/groups/{0:groupId}/membersstatic String[]URL_HISTORIC_ACTIVITY_INSTANCE_QUERYURL template for historic activity instance query: query/historic-activity-instancesstatic String[]URL_HISTORIC_ACTIVITY_INSTANCESURL template for historic activity instance query: history/historic-activity-instancesstatic String[]URL_HISTORIC_DETAILURL template for historic detail query: history/historic-detailstatic String[]URL_HISTORIC_DETAIL_QUERYURL template for historic detail query: query/historic-detailstatic String[]URL_HISTORIC_DETAIL_VARIABLE_DATAURL template for a single historic detail variable data: history/historic-detail/{0:detailId}/datastatic String[]URL_HISTORIC_PROCESS_INSTANCEURL template for a single historic process instance: history/historic-process-instances/{0:processInstanceId}static String[]URL_HISTORIC_PROCESS_INSTANCE_COMMENTURL template for a comment on a process instance: history/historic-process -instances/{0:processInstanceId}/comments/{1:commentId}static String[]URL_HISTORIC_PROCESS_INSTANCE_COMMENT_COLLECTIONURL template for comments on a process instance: history/historic-process-instances/{0:processInstanceId}/commentsstatic String[]URL_HISTORIC_PROCESS_INSTANCE_IDENTITY_LINKSURL template for historic process instance identity links: history/historic -process-instances/{0:processInstanceId}/identitylinksstatic String[]URL_HISTORIC_PROCESS_INSTANCE_QUERYURL template for historic process instance query: query/historic-process-instancesstatic String[]URL_HISTORIC_PROCESS_INSTANCE_VARIABLE_DATAURL template for a single historic task instance: history/historic-process -instances/{0:processInstanceId}/variables/{1:variableName}static String[]URL_HISTORIC_PROCESS_INSTANCESURL template for historic process instance query: history/historic-process-instancesstatic String[]URL_HISTORIC_TASK_INSTANCEURL template for a single historic task instance: history/historic-task-instances/{0:taskId}static String[]URL_HISTORIC_TASK_INSTANCE_FORMURL template for a historic task instance form: history/historic-task-instances/{0:taskId}/formstatic String[]URL_HISTORIC_TASK_INSTANCE_IDENTITY_LINKSURL template for historic task instance identity links: history/historic-task-instances/{0:taskId}/identitylinksstatic String[]URL_HISTORIC_TASK_INSTANCE_QUERYURL template for historic process instance query: query/historic-task-instancesstatic String[]URL_HISTORIC_TASK_INSTANCE_VARIABLE_DATAURL template for a single historic task instance: history/historic-task -instances/{0:taskId}/variables/{1:variableName}static String[]URL_HISTORIC_TASK_INSTANCESURL template for historic task instance query: history/historic-task-instancesstatic String[]URL_HISTORIC_TASK_LOG_ENTRIESURL template for a historic task log entries form: history/historic-task-log-entriesstatic String[]URL_HISTORIC_VARIABLE_INSTANCE_DATAURL template for a single historic variable instance data: history/historic-variable-instances/{0:varInstanceId}/datastatic String[]URL_HISTORIC_VARIABLE_INSTANCE_QUERYURL template for historic variable instance query: query/historic-variable-instancesstatic String[]URL_HISTORIC_VARIABLE_INSTANCESURL template for historic variable instance query: history/historic-variable-instancesstatic String[]URL_HISTORY_JOBURL template for a single job: management/history-jobs/{0:jobId}static String[]URL_JOBURL template for a single job: management/jobs/{0:jobId}static String[]URL_JOB_COLLECTIONURL template for the collection of jobs: management/jobsstatic String[]URL_JOB_EXCEPTION_STRACKTRACEURL template for the stacktrace of a single job: management/jobs/{0:jobId}/exception-stacktracestatic String[]URL_MODELURL template for a single model repository/models/{0:modelId}static String[]URL_MODEL_COLLECTIONURL template for the model collection: repository/modelsstatic String[]URL_MODEL_SOURCEURL template for the editor source of a model repository/models/{0:modelId}/sourcestatic String[]URL_MODEL_SOURCE_EXTRAURL template for the extra editor source of a model repository/models/{0:modelId}/source-extrastatic String[]URL_PROCESS_DEFINITIONURL template for a single process definition: repository/process-definitions/{0:processDefinitionId}static String[]URL_PROCESS_DEFINITION_COLLECTIONURL template for the process definition collection: repository/process-definitionsstatic String[]URL_PROCESS_DEFINITION_DECISION_COLLECTIONURL template for the image of a process definition: repository/process-definitions/{0:processDefinitionId}/decisionsstatic String[]URL_PROCESS_DEFINITION_FORM_DEFINITIONS_COLLECTIONURL template for the image of a process definition: repository/process-definitions/{0:processDefinitionId}/form-definitionsstatic String[]URL_PROCESS_DEFINITION_IDENTITYLINKURL template for an identitylink on a process definition: repository/process -definitions/{0:processDefinitionId}/identitylinks/{1 :family}/{2:identityId}static String[]URL_PROCESS_DEFINITION_IDENTITYLINKS_COLLECTIONURL template for a process definition's identity links: repository/process -definitions/{0:processDefinitionId}/identitylinksstatic String[]URL_PROCESS_DEFINITION_IMAGEURL template for the image of a process definition: repository/process-definitions/{0:processDefinitionId}/imagestatic String[]URL_PROCESS_DEFINITION_MODELURL template for the model of a process definition: repository/process-definitions/{0:processDefinitionId}/modelstatic String[]URL_PROCESS_DEFINITION_RESOURCE_CONTENTURL template for the resource of a single process definition: repository /process-definitions/{0:processDefinitionId}/resourcedatastatic String[]URL_PROCESS_DEFINITION_START_FORMURL template for the start form of a process definition: repository/process-definitions/{0:processDefinitionId}/start-formstatic String[]URL_PROCESS_INSTANCEURL template for a single process instance: runtime/process-instances/{0:processInstanceId}static String[]URL_PROCESS_INSTANCE_COLLECTIONURL template for process instance collection: runtime/process-instancesstatic String[]URL_PROCESS_INSTANCE_DIAGRAMURL template for the diagram for a single process instance: runtime/process-instances/{0:processInstanceId}/diagramstatic String[]URL_PROCESS_INSTANCE_IDENTITYLINKURL 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_COLLECTIONURL template for a process instance's identity links: runtime/process-instances/{0:processInstanceId}/identitylinksstatic String[]URL_PROCESS_INSTANCE_QUERYURL template for process instance query: query/process-instancesstatic String[]URL_PROCESS_INSTANCE_VARIABLEURL template for a single process instance variable: runtime/process-instances /{0:processInstanceId}/variables/{1:variableName}static String[]URL_PROCESS_INSTANCE_VARIABLE_COLLECTIONURL template for process instance variable collection: runtime/process-instances/{0:processInstanceId}/variablesstatic String[]URL_PROCESS_INSTANCE_VARIABLE_DATAURL template for a single process instance variable data: runtime/process -instances/{0:processInstanceId}/variables/{1:variableName}/datastatic String[]URL_PROPERTIES_COLLECTIONURL template for the collection of properties: management/propertiesstatic String[]URL_SIGNALSURL template for a signals runtime/signalsstatic String[]URL_SUSPENDED_JOBURL template for a single job: management/suspended-jobs/{0:jobId}static String[]URL_SUSPENDED_JOB_COLLECTIONURL template for the collection of timer jobs: management/suspended-jobsstatic String[]URL_SUSPENDED_JOB_EXCEPTION_STRACKTRACEURL template for the stacktrace of a single job: management/suspended-jobs/{0:jobId}/exception-stacktracestatic String[]URL_TABLEURL template for a single table: management/tables/{0:tableName}static String[]URL_TABLE_COLUMNSURL template for column-metadata for a single table: management/tables/{0:tableName}/columnsstatic String[]URL_TABLE_DATAURL template for actual table row data: management/tables/{0:tableName}/datastatic String[]URL_TABLES_COLLECTIONURL template for the collection of tables: management/tablesstatic String[]URL_TASKURL template for a single task: runtime/tasks/{0:taskId}static String[]URL_TASK_ATTACHMENTURL template for an attachment on a task: runtime/tasks/{0:taskId}/attachments/{1:attachmentId}static String[]URL_TASK_ATTACHMENT_COLLECTIONURL template for an task's attachments: runtime/tasks/{0:taskId}/attachmentsstatic String[]URL_TASK_ATTACHMENT_DATAURL template for the content for an attachment on a task: runtime/tasks/{0:taskId}/attachments/{1:attachmentId}/contentstatic String[]URL_TASK_COLLECTIONURL template for task collection: runtime/tasksstatic String[]URL_TASK_COMMENTURL template for a comment on a task: runtime/tasks/{0:taskId}/comments/{1:commentId}static String[]URL_TASK_COMMENT_COLLECTIONURL template for a task's identity links: runtime/tasks/{0:taskId}/commentsstatic String[]URL_TASK_EVENTURL template for an event on a task: runtime/tasks/{0:taskId}/events/{1:eventId}static String[]URL_TASK_EVENT_COLLECTIONURL template for an task's events: runtime/tasks/{0:taskId}/eventsstatic String[]URL_TASK_FORMURL template for a task form: runtime/tasks/{0:taskId}/formstatic String[]URL_TASK_IDENTITYLINKURL template for an identitylink on a task: runtime/tasks/{0:taskId}/identitylinks /{1:family}/{2:identityId}/{3:type}static String[]URL_TASK_IDENTITYLINKS_COLLECTIONURL template for a task's identity links: runtime/tasks/{0:taskId}/identitylinksstatic String[]URL_TASK_QUERYURL template for task query: query/tasksstatic String[]URL_TASK_SUBTASKS_COLLECTIONURL template for a task's sub tasks: runtime/tasks/{0:taskId}/subtasksstatic String[]URL_TASK_VARIABLEURL template for a single task variable: runtime/tasks/{0:taskId}/variables/{1:variableName}static String[]URL_TASK_VARIABLE_DATAURL template for a single task variable content: runtime/tasks/{0:taskId}/variables/{1:variableName}/datastatic String[]URL_TASK_VARIABLES_COLLECTIONURL template for a task's variables: runtime/tasks/{0:taskId}/variablesstatic String[]URL_TIMER_JOBURL template for a single job: management/timer-jobs/{0:jobId}static String[]URL_TIMER_JOB_COLLECTIONURL template for the collection of timer jobs: management/timer-jobsstatic String[]URL_TIMER_JOB_EXCEPTION_STRACKTRACEURL template for the stacktrace of a single job: management/timer-jobs/{jobId}/exception-stacktracestatic String[]URL_USERURL template for a single user: identity/users/{0:userId}static String[]URL_USER_COLLECTIONURL template for the collection of users: identity/usersstatic String[]URL_USER_INFOURL template for an info entry for a single user: identity/users/{0:userId}/info/{1:key}static String[]URL_USER_INFO_COLLECTIONURL template for the info collection for a single user: identity/users/{0:userId}/infostatic String[]URL_USER_PICTUREURL template for the picture for a single user: identity/users/{0:userId}/picturestatic String[]URL_VARIABLE_INSTANCE_DATAURL template for a single variable instance data: runtime/variable-instances/{0:varInstanceId}/datastatic String[]URL_VARIABLE_INSTANCE_QUERYURL template for variable instance query: query/variable-instancesstatic String[]URL_VARIABLE_INSTANCESURL template for variable instance query: runtime/variable-instances
-
Constructor Summary
Constructors Constructor Description RestUrls()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringcreateRelativeResourceUrl(String[] segments, Object... arguments)Creates an url based on the passed fragments and replaces any placeholders with the given arguments.
-
-
-
Field Detail
-
SEGMENT_REPOSITORY_RESOURCES
public static final String SEGMENT_REPOSITORY_RESOURCES
Base segment for all repository-related resources: repository- See Also:
- Constant Field Values
-
SEGMENT_RUNTIME_RESOURCES
public static final String SEGMENT_RUNTIME_RESOURCES
- See Also:
- Constant Field Values
-
SEGMENT_MANAGEMENT_RESOURCES
public static final String SEGMENT_MANAGEMENT_RESOURCES
- See Also:
- Constant Field Values
-
SEGMENT_HISTORY_RESOURCES
public static final String SEGMENT_HISTORY_RESOURCES
- See Also:
- Constant Field Values
-
SEGMENT_FORM_RESOURCES
public static final String SEGMENT_FORM_RESOURCES
- See Also:
- Constant Field Values
-
SEGMENT_IDENTITY_RESOURCES
public static final String SEGMENT_IDENTITY_RESOURCES
- See Also:
- Constant Field Values
-
SEGMENT_QUERY_RESOURCES
public static final String SEGMENT_QUERY_RESOURCES
- See Also:
- Constant Field Values
-
SEGMENT_DEPLOYMENT_RESOURCE
public static final String SEGMENT_DEPLOYMENT_RESOURCE
- See Also:
- Constant Field Values
-
SEGMENT_PROCESS_DEFINITION_RESOURCE
public static final String SEGMENT_PROCESS_DEFINITION_RESOURCE
- See Also:
- Constant Field Values
-
SEGMENT_DEPLOYMENT_ARTIFACT_RESOURCE
public static final String SEGMENT_DEPLOYMENT_ARTIFACT_RESOURCE
- See Also:
- Constant Field Values
-
SEGMENT_DEPLOYMENT_ARTIFACT_RESOURCE_CONTENT
public static final String SEGMENT_DEPLOYMENT_ARTIFACT_RESOURCE_CONTENT
- See Also:
- Constant Field Values
-
SEGMENT_TASK_RESOURCE
public static final String SEGMENT_TASK_RESOURCE
- See Also:
- Constant Field Values
-
SEGMENT_EXECUTION_RESOURCE
public static final String SEGMENT_EXECUTION_RESOURCE
- See Also:
- Constant Field Values
-
SEGMENT_ACTIVITY_INSTANCE_RESOURCE
public static final String SEGMENT_ACTIVITY_INSTANCE_RESOURCE
- See Also:
- Constant Field Values
-
SEGMENT_PROCESS_INSTANCE_RESOURCE
public static final String SEGMENT_PROCESS_INSTANCE_RESOURCE
- See Also:
- Constant Field Values
-
SEGMENT_VARIABLES
public static final String SEGMENT_VARIABLES
- See Also:
- Constant Field Values
-
SEGMENT_VARIABLE_INSTANCE_RESOURCE
public static final String SEGMENT_VARIABLE_INSTANCE_RESOURCE
- See Also:
- Constant Field Values
-
SEGMENT_EVENT_SUBSCRIPTIONS
public static final String SEGMENT_EVENT_SUBSCRIPTIONS
- See Also:
- Constant Field Values
-
SEGMENT_SUBTASKS
public static final String SEGMENT_SUBTASKS
- See Also:
- Constant Field Values
-
SEGMENT_IDENTITYLINKS
public static final String SEGMENT_IDENTITYLINKS
- See Also:
- Constant Field Values
-
SEGMENT_FORM
public static final String SEGMENT_FORM
- See Also:
- Constant Field Values
-
SEGMENT_COMMENTS
public static final String SEGMENT_COMMENTS
- See Also:
- Constant Field Values
-
SEGMENT_EVENTS
public static final String SEGMENT_EVENTS
- See Also:
- Constant Field Values
-
SEGMENT_ATTACHMENTS
public static final String SEGMENT_ATTACHMENTS
- See Also:
- Constant Field Values
-
SEGMENT_ATTACHMENT_CONTENT
public static final String SEGMENT_ATTACHMENT_CONTENT
- See Also:
- Constant Field Values
-
SEGMENT_IDENTITYLINKS_FAMILY_GROUPS
public static final String SEGMENT_IDENTITYLINKS_FAMILY_GROUPS
- See Also:
- Constant Field Values
-
SEGMENT_IDENTITYLINKS_FAMILY_USERS
public static final String SEGMENT_IDENTITYLINKS_FAMILY_USERS
- See Also:
- Constant Field Values
-
SEGMENT_VARIABLE_DATA
public static final String SEGMENT_VARIABLE_DATA
- See Also:
- Constant Field Values
-
SEGMENT_HISTORIC_PROCESS_INSTANCE_RESOURCE
public static final String SEGMENT_HISTORIC_PROCESS_INSTANCE_RESOURCE
- See Also:
- Constant Field Values
-
SEGMENT_HISTORIC_TASK_INSTANCE_RESOURCE
public static final String SEGMENT_HISTORIC_TASK_INSTANCE_RESOURCE
- See Also:
- Constant Field Values
-
SEGMENT_HISTORIC_ACTIVITY_INSTANCE_RESOURCE
public static final String SEGMENT_HISTORIC_ACTIVITY_INSTANCE_RESOURCE
- See Also:
- Constant Field Values
-
SEGMENT_HISTORIC_VARIABLE_INSTANCE_RESOURCE
public static final String SEGMENT_HISTORIC_VARIABLE_INSTANCE_RESOURCE
- See Also:
- Constant Field Values
-
SEGMENT_HISTORIC_TASK_LOG_ENTRIES
public static final String SEGMENT_HISTORIC_TASK_LOG_ENTRIES
- See Also:
- Constant Field Values
-
SEGMENT_HISTORIC_DETAIL_RESOURCE
public static final String SEGMENT_HISTORIC_DETAIL_RESOURCE
- See Also:
- Constant Field Values
-
SEGMENT_FORM_DATA
public static final String SEGMENT_FORM_DATA
- See Also:
- Constant Field Values
-
SEGMENT_TABLES
public static final String SEGMENT_TABLES
- See Also:
- Constant Field Values
-
SEGMENT_ENGINE_PROPERTIES
public static final String SEGMENT_ENGINE_PROPERTIES
- See Also:
- Constant Field Values
-
SEGMENT_COLUMNS
public static final String SEGMENT_COLUMNS
- See Also:
- Constant Field Values
-
SEGMENT_DATA
public static final String SEGMENT_DATA
- See Also:
- Constant Field Values
-
SEGMENT_JOBS
public static final String SEGMENT_JOBS
- See Also:
- Constant Field Values
-
SEGMENT_TIMER_JOBS
public static final String SEGMENT_TIMER_JOBS
- See Also:
- Constant Field Values
-
SEGMENT_SUSPENDED_JOBS
public static final String SEGMENT_SUSPENDED_JOBS
- See Also:
- Constant Field Values
-
SEGMENT_DEADLETTER_JOBS
public static final String SEGMENT_DEADLETTER_JOBS
- See Also:
- Constant Field Values
-
SEGMENT_HISTORY_JOBS
public static final String SEGMENT_HISTORY_JOBS
- See Also:
- Constant Field Values
-
SEGMENT_JOB_EXCEPTION_STACKTRACE
public static final String SEGMENT_JOB_EXCEPTION_STACKTRACE
- See Also:
- Constant Field Values
-
SEGMENT_BATCHES
public static final String SEGMENT_BATCHES
- See Also:
- Constant Field Values
-
SEGMENT_BATCH_DOCUMENT
public static final String SEGMENT_BATCH_DOCUMENT
- See Also:
- Constant Field Values
-
SEGMENT_BATCH_PARTS
public static final String SEGMENT_BATCH_PARTS
- See Also:
- Constant Field Values
-
SEGMENT_BATCH_PART_RESULT_DOCUMENT
public static final String SEGMENT_BATCH_PART_RESULT_DOCUMENT
- See Also:
- Constant Field Values
-
SEGMENT_USERS
public static final String SEGMENT_USERS
- See Also:
- Constant Field Values
-
SEGMENT_GROUPS
public static final String SEGMENT_GROUPS
- See Also:
- Constant Field Values
-
SEGMENT_PICTURE
public static final String SEGMENT_PICTURE
- See Also:
- Constant Field Values
-
SEGMENT_INFO
public static final String SEGMENT_INFO
- See Also:
- Constant Field Values
-
SEGMENT_MEMBERS
public static final String SEGMENT_MEMBERS
- See Also:
- Constant Field Values
-
SEGMENT_MODEL
public static final String SEGMENT_MODEL
- See Also:
- Constant Field Values
-
SEGMENT_PROPERTIES
public static final String SEGMENT_PROPERTIES
- See Also:
- Constant Field Values
-
SEGMENT_ENGINE_INFO
public static final String SEGMENT_ENGINE_INFO
- See Also:
- Constant Field Values
-
SEGMENT_ACTIVITIES
public static final String SEGMENT_ACTIVITIES
- See Also:
- Constant Field Values
-
SEGMENT_MODEL_RESOURCE
public static final String SEGMENT_MODEL_RESOURCE
- See Also:
- Constant Field Values
-
SEGMENT_SOURCE
public static final String SEGMENT_SOURCE
- See Also:
- Constant Field Values
-
SEGMENT_SOURCE_EXTRA
public static final String SEGMENT_SOURCE_EXTRA
- See Also:
- Constant Field Values
-
SEGMENT_DIAGRAM
public static final String SEGMENT_DIAGRAM
- See Also:
- Constant Field Values
-
SEGMENT_SIGNALS
public static final String SEGMENT_SIGNALS
- See Also:
- Constant Field Values
-
SEGMENT_IMAGE
public static final String SEGMENT_IMAGE
- See Also:
- Constant Field Values
-
SEGMENT_START_FORM
public static final String SEGMENT_START_FORM
- See Also:
- Constant Field Values
-
SEGMENT_DECISIONS
public static final String SEGMENT_DECISIONS
- See Also:
- Constant Field Values
-
SEGMENT_FORM_DEFINITIONS
public static final String SEGMENT_FORM_DEFINITIONS
- See Also:
- Constant Field Values
-
URL_DEPLOYMENT_COLLECTION
public static final String[] URL_DEPLOYMENT_COLLECTION
URL template for the deployment collection: repository/deployments
-
URL_DEPLOYMENT
public static final String[] URL_DEPLOYMENT
URL template for a single deployment: repository/deployments/{0:deploymentId}
-
URL_DEPLOYMENT_RESOURCES
public static final String[] URL_DEPLOYMENT_RESOURCES
URL template listing deployment resources: repository/deployments/{0:deploymentId}/resources
-
URL_DEPLOYMENT_RESOURCE
public static final String[] URL_DEPLOYMENT_RESOURCE
URL template for a single deployment resource: repository/deployments/{0:deploymentId}/resources/{1}:resourceId
-
URL_DEPLOYMENT_RESOURCE_CONTENT
public static final String[] URL_DEPLOYMENT_RESOURCE_CONTENT
URL template for a single deployment resource content: repository/deployments /{0:deploymentId}/resourcedata/{1}:resourceId
-
URL_PROCESS_DEFINITION_COLLECTION
public static final String[] URL_PROCESS_DEFINITION_COLLECTION
URL template for the process definition collection: repository/process-definitions
-
URL_PROCESS_DEFINITION
public static final String[] URL_PROCESS_DEFINITION
URL template for a single process definition: repository/process-definitions/{0:processDefinitionId}
-
URL_PROCESS_DEFINITION_RESOURCE_CONTENT
public static final String[] URL_PROCESS_DEFINITION_RESOURCE_CONTENT
URL template for the resource of a single process definition: repository /process-definitions/{0:processDefinitionId}/resourcedata
-
URL_PROCESS_DEFINITION_IDENTITYLINKS_COLLECTION
public static final String[] URL_PROCESS_DEFINITION_IDENTITYLINKS_COLLECTION
URL template for a process definition's identity links: repository/process -definitions/{0:processDefinitionId}/identitylinks
-
URL_PROCESS_DEFINITION_IDENTITYLINK
public static final String[] URL_PROCESS_DEFINITION_IDENTITYLINK
URL template for an identitylink on a process definition: repository/process -definitions/{0:processDefinitionId}/identitylinks/{1 :family}/{2:identityId}
-
URL_PROCESS_DEFINITION_MODEL
public static final String[] URL_PROCESS_DEFINITION_MODEL
URL template for the model of a process definition: repository/process-definitions/{0:processDefinitionId}/model
-
URL_PROCESS_DEFINITION_IMAGE
public static final String[] URL_PROCESS_DEFINITION_IMAGE
URL template for the image of a process definition: repository/process-definitions/{0:processDefinitionId}/image
-
URL_PROCESS_DEFINITION_START_FORM
public static final String[] URL_PROCESS_DEFINITION_START_FORM
URL template for the start form of a process definition: repository/process-definitions/{0:processDefinitionId}/start-form
-
URL_PROCESS_DEFINITION_DECISION_COLLECTION
public static final String[] URL_PROCESS_DEFINITION_DECISION_COLLECTION
URL template for the image of a process definition: repository/process-definitions/{0:processDefinitionId}/decisions
-
URL_PROCESS_DEFINITION_FORM_DEFINITIONS_COLLECTION
public static final String[] URL_PROCESS_DEFINITION_FORM_DEFINITIONS_COLLECTION
URL template for the image of a process definition: repository/process-definitions/{0:processDefinitionId}/form-definitions
-
URL_MODEL_COLLECTION
public static final String[] URL_MODEL_COLLECTION
URL template for the model collection: repository/models
-
URL_MODEL
public static final String[] URL_MODEL
URL template for a single model repository/models/{0:modelId}
-
URL_MODEL_SOURCE
public static final String[] URL_MODEL_SOURCE
URL template for the editor source of a model repository/models/{0:modelId}/source
-
URL_MODEL_SOURCE_EXTRA
public static final String[] URL_MODEL_SOURCE_EXTRA
URL template for the extra editor source of a model repository/models/{0:modelId}/source-extra
-
URL_TASK_COLLECTION
public static final String[] URL_TASK_COLLECTION
URL template for task collection: runtime/tasks
-
URL_TASK_QUERY
public static final String[] URL_TASK_QUERY
URL template for task query: query/tasks
-
URL_TASK
public static final String[] URL_TASK
URL template for a single task: runtime/tasks/{0:taskId}
-
URL_TASK_SUBTASKS_COLLECTION
public static final String[] URL_TASK_SUBTASKS_COLLECTION
URL template for a task's sub tasks: runtime/tasks/{0:taskId}/subtasks
-
URL_TASK_VARIABLES_COLLECTION
public static final String[] URL_TASK_VARIABLES_COLLECTION
URL template for a task's variables: runtime/tasks/{0:taskId}/variables
-
URL_TASK_VARIABLE
public static final String[] URL_TASK_VARIABLE
URL template for a single task variable: runtime/tasks/{0:taskId}/variables/{1:variableName}
-
URL_TASK_VARIABLE_DATA
public static final String[] URL_TASK_VARIABLE_DATA
URL template for a single task variable content: runtime/tasks/{0:taskId}/variables/{1:variableName}/data
-
URL_TASK_IDENTITYLINKS_COLLECTION
public static final String[] URL_TASK_IDENTITYLINKS_COLLECTION
URL template for a task's identity links: runtime/tasks/{0:taskId}/identitylinks
-
URL_TASK_IDENTITYLINK
public static final String[] URL_TASK_IDENTITYLINK
URL template for an identitylink on a task: runtime/tasks/{0:taskId}/identitylinks /{1:family}/{2:identityId}/{3:type}
-
URL_TASK_FORM
public static final String[] URL_TASK_FORM
URL template for a task form: runtime/tasks/{0:taskId}/form
-
URL_TASK_COMMENT_COLLECTION
public static final String[] URL_TASK_COMMENT_COLLECTION
URL template for a task's identity links: runtime/tasks/{0:taskId}/comments
-
URL_TASK_COMMENT
public static final String[] URL_TASK_COMMENT
URL template for a comment on a task: runtime/tasks/{0:taskId}/comments/{1:commentId}
-
URL_TASK_EVENT_COLLECTION
public static final String[] URL_TASK_EVENT_COLLECTION
URL template for an task's events: runtime/tasks/{0:taskId}/events
-
URL_TASK_EVENT
public static final String[] URL_TASK_EVENT
URL template for an event on a task: runtime/tasks/{0:taskId}/events/{1:eventId}
-
URL_TASK_ATTACHMENT_COLLECTION
public static final String[] URL_TASK_ATTACHMENT_COLLECTION
URL template for an task's attachments: runtime/tasks/{0:taskId}/attachments
-
URL_TASK_ATTACHMENT
public static final String[] URL_TASK_ATTACHMENT
URL template for an attachment on a task: runtime/tasks/{0:taskId}/attachments/{1:attachmentId}
-
URL_TASK_ATTACHMENT_DATA
public static final String[] URL_TASK_ATTACHMENT_DATA
URL template for the content for an attachment on a task: runtime/tasks/{0:taskId}/attachments/{1:attachmentId}/content
-
URL_EXECUTION_COLLECTION
public static final String[] URL_EXECUTION_COLLECTION
URL template for execution collection: runtime/executions/{0:executionId}
-
URL_EXECUTION
public static final String[] URL_EXECUTION
URL template for a single execution: runtime/executions/{0:executionId}
-
URL_EXECUTION_VARIABLE_COLLECTION
public static final String[] URL_EXECUTION_VARIABLE_COLLECTION
URL template for the variables for an execution: runtime/executions/{0:executionId}/variables
-
URL_EXECUTION_VARIABLE
public static final String[] URL_EXECUTION_VARIABLE
URL template for a single variables for an execution: runtime/executions/{0:executionId}/variables/{1:variableName}
-
URL_EXECUTION_VARIABLE_DATA
public static final String[] URL_EXECUTION_VARIABLE_DATA
URL template for a single variables for an execution: runtime/executions/{0:executionId}/variables/{1:variableName}/data
-
URL_EXECUTION_ACTIVITIES_COLLECTION
public static final String[] URL_EXECUTION_ACTIVITIES_COLLECTION
URL template for all active activities on an execution: runtime/executions/{0:executionId}/activities
-
URL_EXECUTION_QUERY
public static final String[] URL_EXECUTION_QUERY
URL template for execution query: query/executions
-
URL_ACTIVITY_INSTANCES
public static final String[] URL_ACTIVITY_INSTANCES
URL template for activity instance query: runtime/activity-instances
-
URL_ACTIVITY_INSTANCE_QUERY
public static final String[] URL_ACTIVITY_INSTANCE_QUERY
URL template for activity instance query: query/activity-instances
-
URL_PROCESS_INSTANCE_COLLECTION
public static final String[] URL_PROCESS_INSTANCE_COLLECTION
URL template for process instance collection: runtime/process-instances
-
URL_PROCESS_INSTANCE_QUERY
public static final String[] URL_PROCESS_INSTANCE_QUERY
URL template for process instance query: query/process-instances
-
URL_PROCESS_INSTANCE
public static final String[] URL_PROCESS_INSTANCE
URL template for a single process instance: runtime/process-instances/{0:processInstanceId}
-
URL_PROCESS_INSTANCE_DIAGRAM
public static final String[] URL_PROCESS_INSTANCE_DIAGRAM
URL template for the diagram for a single process instance: runtime/process-instances/{0:processInstanceId}/diagram
-
URL_PROCESS_INSTANCE_VARIABLE_COLLECTION
public static final String[] URL_PROCESS_INSTANCE_VARIABLE_COLLECTION
URL template for process instance variable collection: runtime/process-instances/{0:processInstanceId}/variables
-
URL_PROCESS_INSTANCE_VARIABLE
public static final String[] URL_PROCESS_INSTANCE_VARIABLE
URL template for a single process instance variable: runtime/process-instances /{0:processInstanceId}/variables/{1:variableName}
-
URL_PROCESS_INSTANCE_VARIABLE_DATA
public static final String[] URL_PROCESS_INSTANCE_VARIABLE_DATA
URL template for a single process instance variable data: runtime/process -instances/{0:processInstanceId}/variables/{1:variableName}/data
-
URL_VARIABLE_INSTANCES
public static final String[] URL_VARIABLE_INSTANCES
URL template for variable instance query: runtime/variable-instances
-
URL_VARIABLE_INSTANCE_DATA
public static final String[] URL_VARIABLE_INSTANCE_DATA
URL template for a single variable instance data: runtime/variable-instances/{0:varInstanceId}/data
-
URL_VARIABLE_INSTANCE_QUERY
public static final String[] URL_VARIABLE_INSTANCE_QUERY
URL template for variable instance query: query/variable-instances
-
URL_HISTORIC_PROCESS_INSTANCE_COMMENT
public static final String[] URL_HISTORIC_PROCESS_INSTANCE_COMMENT
URL template for a comment on a process instance: history/historic-process -instances/{0:processInstanceId}/comments/{1:commentId}
-
URL_HISTORIC_PROCESS_INSTANCE_COMMENT_COLLECTION
public static final String[] URL_HISTORIC_PROCESS_INSTANCE_COMMENT_COLLECTION
URL template for comments on a process instance: history/historic-process-instances/{0:processInstanceId}/comments
-
URL_PROCESS_INSTANCE_IDENTITYLINKS_COLLECTION
public static final String[] URL_PROCESS_INSTANCE_IDENTITYLINKS_COLLECTION
URL template for a process instance's identity links: runtime/process-instances/{0:processInstanceId}/identitylinks
-
URL_PROCESS_INSTANCE_IDENTITYLINK
public static final 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}
-
URL_HISTORIC_PROCESS_INSTANCE
public static final String[] URL_HISTORIC_PROCESS_INSTANCE
URL template for a single historic process instance: history/historic-process-instances/{0:processInstanceId}
-
URL_HISTORIC_PROCESS_INSTANCES
public static final String[] URL_HISTORIC_PROCESS_INSTANCES
URL template for historic process instance query: history/historic-process-instances
-
URL_HISTORIC_PROCESS_INSTANCE_IDENTITY_LINKS
public static final String[] URL_HISTORIC_PROCESS_INSTANCE_IDENTITY_LINKS
URL template for historic process instance identity links: history/historic -process-instances/{0:processInstanceId}/identitylinks
-
URL_HISTORIC_PROCESS_INSTANCE_VARIABLE_DATA
public static final String[] URL_HISTORIC_PROCESS_INSTANCE_VARIABLE_DATA
URL template for a single historic task instance: history/historic-process -instances/{0:processInstanceId}/variables/{1:variableName}
-
URL_HISTORIC_TASK_INSTANCE
public static final String[] URL_HISTORIC_TASK_INSTANCE
URL template for a single historic task instance: history/historic-task-instances/{0:taskId}
-
URL_HISTORIC_TASK_INSTANCES
public static final String[] URL_HISTORIC_TASK_INSTANCES
URL template for historic task instance query: history/historic-task-instances
-
URL_HISTORIC_TASK_INSTANCE_IDENTITY_LINKS
public static final String[] URL_HISTORIC_TASK_INSTANCE_IDENTITY_LINKS
URL template for historic task instance identity links: history/historic-task-instances/{0:taskId}/identitylinks
-
URL_HISTORIC_TASK_INSTANCE_VARIABLE_DATA
public static final String[] URL_HISTORIC_TASK_INSTANCE_VARIABLE_DATA
URL template for a single historic task instance: history/historic-task -instances/{0:taskId}/variables/{1:variableName}
-
URL_HISTORIC_TASK_INSTANCE_FORM
public static final String[] URL_HISTORIC_TASK_INSTANCE_FORM
URL template for a historic task instance form: history/historic-task-instances/{0:taskId}/form
-
URL_HISTORIC_TASK_LOG_ENTRIES
public static final String[] URL_HISTORIC_TASK_LOG_ENTRIES
URL template for a historic task log entries form: history/historic-task-log-entries
-
URL_HISTORIC_ACTIVITY_INSTANCES
public static final String[] URL_HISTORIC_ACTIVITY_INSTANCES
URL template for historic activity instance query: history/historic-activity-instances
-
URL_HISTORIC_VARIABLE_INSTANCES
public static final String[] URL_HISTORIC_VARIABLE_INSTANCES
URL template for historic variable instance query: history/historic-variable-instances
-
URL_HISTORIC_VARIABLE_INSTANCE_DATA
public static final String[] URL_HISTORIC_VARIABLE_INSTANCE_DATA
URL template for a single historic variable instance data: history/historic-variable-instances/{0:varInstanceId}/data
-
URL_HISTORIC_DETAIL
public static final String[] URL_HISTORIC_DETAIL
URL template for historic detail query: history/historic-detail
-
URL_HISTORIC_DETAIL_VARIABLE_DATA
public static final String[] URL_HISTORIC_DETAIL_VARIABLE_DATA
URL template for a single historic detail variable data: history/historic-detail/{0:detailId}/data
-
URL_HISTORIC_PROCESS_INSTANCE_QUERY
public static final String[] URL_HISTORIC_PROCESS_INSTANCE_QUERY
URL template for historic process instance query: query/historic-process-instances
-
URL_HISTORIC_TASK_INSTANCE_QUERY
public static final String[] URL_HISTORIC_TASK_INSTANCE_QUERY
URL template for historic process instance query: query/historic-task-instances
-
URL_HISTORIC_ACTIVITY_INSTANCE_QUERY
public static final String[] URL_HISTORIC_ACTIVITY_INSTANCE_QUERY
URL template for historic activity instance query: query/historic-activity-instances
-
URL_HISTORIC_VARIABLE_INSTANCE_QUERY
public static final String[] URL_HISTORIC_VARIABLE_INSTANCE_QUERY
URL template for historic variable instance query: query/historic-variable-instances
-
URL_HISTORIC_DETAIL_QUERY
public static final String[] URL_HISTORIC_DETAIL_QUERY
URL template for historic detail query: query/historic-detail
-
URL_TABLES_COLLECTION
public static final String[] URL_TABLES_COLLECTION
URL template for the collection of tables: management/tables
-
URL_ENGINE_PROPERTIES
public static final String[] URL_ENGINE_PROPERTIES
URL template for the collection of engine properties: management/engine-properties
-
URL_FORM_DATA
public static final String[] URL_FORM_DATA
URL template for form data: form/form-data
-
URL_TABLE
public static final String[] URL_TABLE
URL template for a single table: management/tables/{0:tableName}
-
URL_TABLE_COLUMNS
public static final String[] URL_TABLE_COLUMNS
URL template for column-metadata for a single table: management/tables/{0:tableName}/columns
-
URL_TABLE_DATA
public static final String[] URL_TABLE_DATA
URL template for actual table row data: management/tables/{0:tableName}/data
-
URL_JOB
public static final String[] URL_JOB
URL template for a single job: management/jobs/{0:jobId}
-
URL_TIMER_JOB
public static final String[] URL_TIMER_JOB
URL template for a single job: management/timer-jobs/{0:jobId}
-
URL_SUSPENDED_JOB
public static final String[] URL_SUSPENDED_JOB
URL template for a single job: management/suspended-jobs/{0:jobId}
-
URL_DEADLETTER_JOB
public static final String[] URL_DEADLETTER_JOB
URL template for a single job: management/deadletter-jobs/{0:jobId}
-
URL_HISTORY_JOB
public static final String[] URL_HISTORY_JOB
URL template for a single job: management/history-jobs/{0:jobId}
-
URL_JOB_EXCEPTION_STRACKTRACE
public static final String[] URL_JOB_EXCEPTION_STRACKTRACE
URL template for the stacktrace of a single job: management/jobs/{0:jobId}/exception-stacktrace
-
URL_TIMER_JOB_EXCEPTION_STRACKTRACE
public static final String[] URL_TIMER_JOB_EXCEPTION_STRACKTRACE
URL template for the stacktrace of a single job: management/timer-jobs/{jobId}/exception-stacktrace
-
URL_SUSPENDED_JOB_EXCEPTION_STRACKTRACE
public static final String[] URL_SUSPENDED_JOB_EXCEPTION_STRACKTRACE
URL template for the stacktrace of a single job: management/suspended-jobs/{0:jobId}/exception-stacktrace
-
URL_DEADLETTER_JOB_EXCEPTION_STRACKTRACE
public static final String[] URL_DEADLETTER_JOB_EXCEPTION_STRACKTRACE
URL template for the stacktrace of a single job: management/deadletter-jobs/{0:jobId}/exception-stacktrace
-
URL_JOB_COLLECTION
public static final String[] URL_JOB_COLLECTION
URL template for the collection of jobs: management/jobs
-
URL_TIMER_JOB_COLLECTION
public static final String[] URL_TIMER_JOB_COLLECTION
URL template for the collection of timer jobs: management/timer-jobs
-
URL_SUSPENDED_JOB_COLLECTION
public static final String[] URL_SUSPENDED_JOB_COLLECTION
URL template for the collection of timer jobs: management/suspended-jobs
-
URL_DEADLETTER_JOB_COLLECTION
public static final String[] URL_DEADLETTER_JOB_COLLECTION
URL template for the collection of timer jobs: management/deadletter-jobs
-
URL_BATCH
public static final String[] URL_BATCH
URL template for a single batch: management/batches/{0:batchId}
-
URL_BATCH_COLLECTION
public static final String[] URL_BATCH_COLLECTION
URL template for the collection of batches: management/batches
-
URL_BATCH_PART
public static final String[] URL_BATCH_PART
URL template for a single batch part: management/batches/{0:batchId}
-
URL_BATCH_PART_COLLECTION
public static final String[] URL_BATCH_PART_COLLECTION
URL template for the collection of batches: management/batches/{0:batchId}/batch-parts
-
URL_EVENT_SUBSCRIPTION
public static final String[] URL_EVENT_SUBSCRIPTION
URL template for a single event subscription: runtime/event-subscriptions/{0:eventSubscriptionId}
-
URL_EVENT_SUBSCRIPTION_COLLECTION
public static final String[] URL_EVENT_SUBSCRIPTION_COLLECTION
URL template for the collection of event subscriptions: runtime/event-subscriptions
-
URL_PROPERTIES_COLLECTION
public static final String[] URL_PROPERTIES_COLLECTION
URL template for the collection of properties: management/properties
-
URL_ENGINE_INFO
public static final String[] URL_ENGINE_INFO
URL template for the collection of properties: management/properties
-
URL_USER_COLLECTION
public static final String[] URL_USER_COLLECTION
URL template for the collection of users: identity/users
-
URL_USER
public static final String[] URL_USER
URL template for a single user: identity/users/{0:userId}
-
URL_USER_PICTURE
public static final String[] URL_USER_PICTURE
URL template for the picture for a single user: identity/users/{0:userId}/picture
-
URL_USER_INFO
public static final String[] URL_USER_INFO
URL template for an info entry for a single user: identity/users/{0:userId}/info/{1:key}
-
URL_USER_INFO_COLLECTION
public static final String[] URL_USER_INFO_COLLECTION
URL template for the info collection for a single user: identity/users/{0:userId}/info
-
URL_GROUP_COLLECTION
public static final String[] URL_GROUP_COLLECTION
URL template for the collection of groups: identity/groups
-
URL_GROUP
public static final String[] URL_GROUP
URL template for a single group: identity/groups/{0:groupId}
-
URL_GROUP_MEMBERSHIP_COLLECTION
public static final String[] URL_GROUP_MEMBERSHIP_COLLECTION
URL template for the membership-collection of a group: identity/groups/{0:groupId}/members
-
URL_GROUP_MEMBERSHIP
public static final String[] URL_GROUP_MEMBERSHIP
URL template for the membership-collection of a single group membership: identity/groups/{0:groupId}/members/{1:userId}
-
URL_SIGNALS
public static final String[] URL_SIGNALS
URL template for a signals runtime/signals
-
-
Method Detail
-
createRelativeResourceUrl
public static String createRelativeResourceUrl(String[] segments, Object... arguments)
Creates an url based on the passed fragments and replaces any placeholders with the given arguments. The placeholders are following theMessageFormatconvention (eg. {0} is replaced by first argument value).
-
-