Class CmmnRestUrls
- java.lang.Object
-
- org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
public final class CmmnRestUrls extends Object
- Author:
- Frederik Heremans
-
-
Field Summary
Fields Modifier and Type Field Description static StringSEGMENT_ACTIVITIESstatic StringSEGMENT_CASE_DEFINITION_RESOURCEstatic StringSEGMENT_CASE_INSTANCE_RESOURCEstatic StringSEGMENT_CHANGE_STATEstatic StringSEGMENT_COLUMNSstatic 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_EVENT_SUBSCRIPTIONSstatic StringSEGMENT_EVENTSstatic StringSEGMENT_FORMstatic StringSEGMENT_FORM_DATAstatic StringSEGMENT_FORM_DEFINITIONSstatic StringSEGMENT_GROUPSstatic StringSEGMENT_HISTORIC_ACTIVITY_INSTANCE_RESOURCEstatic StringSEGMENT_HISTORIC_CASE_INSTANCE_RESOURCEstatic StringSEGMENT_HISTORIC_DETAIL_RESOURCEstatic StringSEGMENT_HISTORIC_MILESTONE_INSTANCE_RESOURCEstatic StringSEGMENT_HISTORIC_PLANITEM_INSTANCE_RESOURCEstatic StringSEGMENT_HISTORIC_TASK_INSTANCE_RESOURCEstatic StringSEGMENT_HISTORIC_VARIABLE_INSTANCE_RESOURCEstatic StringSEGMENT_HISTORY_JOBSstatic StringSEGMENT_HISTORY_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_PLAN_ITEM_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_STAGE_OVERVIEWstatic 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_CASE_DEFINITIONURL template for a single case definition: cmmn-repository/case-definitions/{0:caseDefinitionId}static String[]URL_CASE_DEFINITION_COLLECTIONURL template for the process definition collection: cmmn-repository/process-definitionsstatic String[]URL_CASE_DEFINITION_DECISION_COLLECTIONURL template for the image of a case definition: cmmn-repository/case-definitions/{0:caseDefinitionId}/decisionsstatic String[]URL_CASE_DEFINITION_FORM_DEFINITIONS_COLLECTIONURL template for the image of a case definition: cmmn-repository/case-definitions/{0:caseDefinitionId}/form-definitionsstatic String[]URL_CASE_DEFINITION_IDENTITYLINKURL template for an identitylink on a case definition: cmmn-repository/case-definitions/{0:caseDefinitionId}/identitylinks/{1 :family}/{2:identityId}static String[]URL_CASE_DEFINITION_IDENTITYLINKS_COLLECTIONURL template for a case definition's identity links: cmmn-repository/case-definitions/{0:caseDefinitionId}/identitylinksstatic String[]URL_CASE_DEFINITION_IMAGEURL template for the image of a case definition: cmmn-repository/case-definitions/{0:caseDefinitionId}/imagestatic String[]URL_CASE_DEFINITION_RESOURCE_CONTENTURL template for the resource of a single case definition: cmmn-repository/case-definitions/{0:caseDefinitionId}/resourcedatastatic String[]URL_CASE_DEFINITION_START_FORMURL template for the start form of a case definition: cmmn-repository/case-definitions/{0:caseDefinitionId}/start-formstatic String[]URL_CASE_INSTANCEURL template for a single case instance: cmmn-runtime/case-instances/{0:caseInstanceId}static String[]URL_CASE_INSTANCE_CHANGE_STATEURL template for a single case instance change state: cmmn-runtime/case-instances/{0:caseInstanceId}/change-statestatic String[]URL_CASE_INSTANCE_COLLECTIONURL template for process instance collection: runtime/case-instancesstatic String[]URL_CASE_INSTANCE_DIAGRAMURL template for the diagram for a single CASE instance: cmmn-runtime/case-instances/{0:caseInstanceId}/diagramstatic String[]URL_CASE_INSTANCE_IDENTITYLINKURL template for an identitylink on a case instance: cmmn-runtime/case-instances/{0:caseInstanceId}/identitylinks/users/{1: identityId}/{2:type}static String[]URL_CASE_INSTANCE_IDENTITYLINKS_COLLECTIONURL template for a case instance's identity links: cmmn-runtime/case-instances/{0:caseInstanceId}/identitylinksstatic String[]URL_CASE_INSTANCE_QUERYURL template for process instance query: query/case-instancesstatic String[]URL_CASE_INSTANCE_STAGE_OVERVIEWURL template for a single case instance stage overview: cmmn-runtime/case-instances/{0:caseInstanceId}/stage-overviewstatic String[]URL_CASE_INSTANCE_VARIABLEURL template for a single case instance variable: cmmn-runtime/case-instances /{0:caseInstanceId}/variables/{1:variableName}static String[]URL_CASE_INSTANCE_VARIABLE_COLLECTIONURL template for case instance variable collection: cmmn-runtime/case-instances/{0:processInstanceId}/variablesstatic String[]URL_CASE_INSTANCE_VARIABLE_DATAURL template for a single case instance variable data: cmmn-runtime/case-instances/{0:processInstanceId}/variables/{1:variableName}/datastatic String[]URL_DEADLETTER_JOBURL template for a single job: cmmn-management/deadletter-jobs/{0:jobId}static String[]URL_DEADLETTER_JOB_COLLECTIONURL template for the collection of timer jobs: cmmn-management/deadletter-jobsstatic String[]URL_DEADLETTER_JOB_EXCEPTION_STRACKTRACEURL template for the stacktrace of a single job: cmmn-management/deadletter-jobs/{0:jobId}/exception-stacktracestatic String[]URL_DEPLOYMENTURL template for a single deployment: cmmn-repository/deployments/{0:deploymentId}static String[]URL_DEPLOYMENT_COLLECTIONURL template for the deployment collection: cmmn-repository/deploymentsstatic String[]URL_DEPLOYMENT_RESOURCEURL template for a single deployment resource: cmmn-repository/deployments/{0:deploymentId}/resources/{1}:resourceIdstatic String[]URL_DEPLOYMENT_RESOURCE_CONTENTURL template for a single deployment resource content: cmmn-repository/deployments /{0:deploymentId}/resourcedata/{1}:resourceIdstatic String[]URL_DEPLOYMENT_RESOURCESURL template listing deployment resources: cmmn-repository/deployments/{0:deploymentId}/resourcesstatic String[]URL_ENGINE_INFOURL template for the collection of properties: management/propertiesstatic String[]URL_EVENT_SUBSCRIPTIONURL template for a single event subscription: cmmn-runtime/event-subscriptions/{0:eventSubscriptionId}static String[]URL_EVENT_SUBSCRIPTION_COLLECTIONURL template for the collection of event subscriptions: cmmn-runtime/event-subscriptionsstatic 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_CASE_INSTANCEURL template for a single historic case instance: cmmn-history/historic-case-instances/{0:caseInstanceId}static String[]URL_HISTORIC_CASE_INSTANCE_IDENTITY_LINKSURL template for historic case instance identity links: cmmn-history/historic-case-instances/{0:caseInstanceId}/identitylinksstatic String[]URL_HISTORIC_CASE_INSTANCE_QUERYURL template for historic case instance query: query/historic-case-instancesstatic String[]URL_HISTORIC_CASE_INSTANCE_STAGE_OVERVIEWURL template for a single historic case instance stage overview: cmmn-history/historic-case-instances/{0:caseInstanceId}/stage-overviewstatic String[]URL_HISTORIC_CASE_INSTANCE_VARIABLE_DATAURL template for historic case instance variables: history/historic-case-instances/{0:caseInstanceId}/variables/{1:variableName}/datastatic String[]URL_HISTORIC_CASE_INSTANCESURL template for historic process instance query: cmmn-history/historic-case-instancesstatic String[]URL_HISTORIC_MILESTONE_INSTANCEURL template for a single historic milestone instance: cmmn-history/historic-milestone-instances/{0:milestoneId}static String[]URL_HISTORIC_MILESTONE_INSTANCE_QUERYURL template for historic milestone instance query: query/historic-milestone-instancesstatic String[]URL_HISTORIC_MILESTONE_INSTANCESURL template for a single historic milestone instance: cmmn-history/historic-milestone-instancesstatic String[]URL_HISTORIC_PLANITEM_INSTANCEURL template for a single historic plan item instance: cmmn-history/historic-planitem-instances/{0:planItemId}static String[]URL_HISTORIC_PLANITEM_INSTANCE_QUERYURL template for historic plan item instance query: query/historic-planitem-instancesstatic String[]URL_HISTORIC_PLANITEM_INSTANCESURL template for a single historic plan item instance: cmmn-history/historic-planitem-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}/datastatic String[]URL_HISTORIC_TASK_INSTANCESURL template for historic task instance query: history/historic-task-instancesstatic 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: cmmn-management/history-jobs/{0:jobId}static String[]URL_JOBURL template for a single job: cmmn-management/jobs/{0:jobId}static String[]URL_JOB_COLLECTIONURL template for the collection of jobs: cmmn-management/jobsstatic String[]URL_JOB_EXCEPTION_STRACKTRACEURL template for the stacktrace of a single job: cmmn-management/jobs/{0:jobId}/exception-stacktracestatic String[]URL_PLAN_ITEM_INSTANCEURL template for a single case instance: cmmn-runtime/plan-item-instances/{0:planItemInstanceId}static String[]URL_PLAN_ITEM_INSTANCE_COLLECTIONURL template for plan item instance collection: cmmn-runtime/plan-item-instancesstatic String[]URL_PLAN_ITEM_INSTANCE_QUERYURL template for process instance query: cmmn-query/plan-item-instancesstatic String[]URL_PLAN_ITEM_INSTANCE_VARIABLEURL template for a single plan item instance variable: cmmn-runtime/plan-item-instances/{0:planItemInstanceId}/variables/{1:variableName}static String[]URL_PLAN_ITEM_INSTANCE_VARIABLE_DATAURL template for a single case instance: cmmn-runtime/plan-item-instances/{0:planItemInstanceId}/variables/{1:variableName}/datastatic String[]URL_PLAN_ITEM_INSTANCE_VARIABLESURL template for plan item instance variables: cmmn-runtime/plan-item-instances/{0:planItemInstanceId}/variablesstatic String[]URL_PROPERTIES_COLLECTIONURL template for the collection of properties: management/propertiesstatic String[]URL_SUSPENDED_JOBURL template for a single job: cmmn-management/suspended-jobs/{0:jobId}static String[]URL_SUSPENDED_JOB_COLLECTIONURL template for the collection of timer jobs: cmmn-management/suspended-jobsstatic String[]URL_SUSPENDED_JOB_EXCEPTION_STRACKTRACEURL template for the stacktrace of a single job: cmmn-management/suspended-jobs/{0:jobId}/exception-stacktracestatic String[]URL_TASKURL template for a single task: runtime/tasks/{0:taskId}static String[]URL_TASK_COLLECTIONURL template for task collection: runtime/tasksstatic 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: cmmn-management/timer-jobs/{0:jobId}static String[]URL_TIMER_JOB_COLLECTIONURL template for the collection of timer jobs: cmmn-management/timer-jobsstatic String[]URL_TIMER_JOB_EXCEPTION_STRACKTRACEURL template for the stacktrace of a single job: cmmn-management/timer-jobs/{jobId}/exception-stacktracestatic String[]URL_VARIABLE_INSTANCE_DATAURL template for a single variable instance data: cmmn-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: cmmn-runtime/variable-instances
-
Constructor Summary
Constructors Constructor Description CmmnRestUrls()
-
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_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_CASE_DEFINITION_RESOURCE
public static final String SEGMENT_CASE_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_CASE_INSTANCE_RESOURCE
public static final String SEGMENT_CASE_INSTANCE_RESOURCE
- See Also:
- Constant Field Values
-
SEGMENT_PLAN_ITEM_INSTANCE_RESOURCE
public static final String SEGMENT_PLAN_ITEM_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_EVENTS
public static final String SEGMENT_EVENTS
- 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_FORM
public static final String SEGMENT_FORM
- See Also:
- Constant Field Values
-
SEGMENT_VARIABLE_DATA
public static final String SEGMENT_VARIABLE_DATA
- See Also:
- Constant Field Values
-
SEGMENT_HISTORIC_CASE_INSTANCE_RESOURCE
public static final String SEGMENT_HISTORIC_CASE_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_MILESTONE_INSTANCE_RESOURCE
public static final String SEGMENT_HISTORIC_MILESTONE_INSTANCE_RESOURCE
- See Also:
- Constant Field Values
-
SEGMENT_HISTORIC_PLANITEM_INSTANCE_RESOURCE
public static final String SEGMENT_HISTORIC_PLANITEM_INSTANCE_RESOURCE
- 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_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_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
-
SEGMENT_STAGE_OVERVIEW
public static final String SEGMENT_STAGE_OVERVIEW
- See Also:
- Constant Field Values
-
SEGMENT_CHANGE_STATE
public static final String SEGMENT_CHANGE_STATE
- See Also:
- Constant Field Values
-
URL_DEPLOYMENT_COLLECTION
public static final String[] URL_DEPLOYMENT_COLLECTION
URL template for the deployment collection: cmmn-repository/deployments
-
URL_DEPLOYMENT
public static final String[] URL_DEPLOYMENT
URL template for a single deployment: cmmn-repository/deployments/{0:deploymentId}
-
URL_DEPLOYMENT_RESOURCES
public static final String[] URL_DEPLOYMENT_RESOURCES
URL template listing deployment resources: cmmn-repository/deployments/{0:deploymentId}/resources
-
URL_DEPLOYMENT_RESOURCE
public static final String[] URL_DEPLOYMENT_RESOURCE
URL template for a single deployment resource: cmmn-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: cmmn-repository/deployments /{0:deploymentId}/resourcedata/{1}:resourceId
-
URL_CASE_DEFINITION_COLLECTION
public static final String[] URL_CASE_DEFINITION_COLLECTION
URL template for the process definition collection: cmmn-repository/process-definitions
-
URL_CASE_DEFINITION
public static final String[] URL_CASE_DEFINITION
URL template for a single case definition: cmmn-repository/case-definitions/{0:caseDefinitionId}
-
URL_CASE_DEFINITION_RESOURCE_CONTENT
public static final String[] URL_CASE_DEFINITION_RESOURCE_CONTENT
URL template for the resource of a single case definition: cmmn-repository/case-definitions/{0:caseDefinitionId}/resourcedata
-
URL_CASE_DEFINITION_IDENTITYLINKS_COLLECTION
public static final String[] URL_CASE_DEFINITION_IDENTITYLINKS_COLLECTION
URL template for a case definition's identity links: cmmn-repository/case-definitions/{0:caseDefinitionId}/identitylinks
-
URL_CASE_DEFINITION_IDENTITYLINK
public static final String[] URL_CASE_DEFINITION_IDENTITYLINK
URL template for an identitylink on a case definition: cmmn-repository/case-definitions/{0:caseDefinitionId}/identitylinks/{1 :family}/{2:identityId}
-
URL_CASE_DEFINITION_START_FORM
public static final String[] URL_CASE_DEFINITION_START_FORM
URL template for the start form of a case definition: cmmn-repository/case-definitions/{0:caseDefinitionId}/start-form
-
URL_CASE_DEFINITION_IMAGE
public static final String[] URL_CASE_DEFINITION_IMAGE
URL template for the image of a case definition: cmmn-repository/case-definitions/{0:caseDefinitionId}/image
-
URL_CASE_DEFINITION_DECISION_COLLECTION
public static final String[] URL_CASE_DEFINITION_DECISION_COLLECTION
URL template for the image of a case definition: cmmn-repository/case-definitions/{0:caseDefinitionId}/decisions
-
URL_CASE_DEFINITION_FORM_DEFINITIONS_COLLECTION
public static final String[] URL_CASE_DEFINITION_FORM_DEFINITIONS_COLLECTION
URL template for the image of a case definition: cmmn-repository/case-definitions/{0:caseDefinitionId}/form-definitions
-
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_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_CASE_INSTANCE_COLLECTION
public static final String[] URL_CASE_INSTANCE_COLLECTION
URL template for process instance collection: runtime/case-instances
-
URL_CASE_INSTANCE_QUERY
public static final String[] URL_CASE_INSTANCE_QUERY
URL template for process instance query: query/case-instances
-
URL_CASE_INSTANCE
public static final String[] URL_CASE_INSTANCE
URL template for a single case instance: cmmn-runtime/case-instances/{0:caseInstanceId}
-
URL_CASE_INSTANCE_DIAGRAM
public static final String[] URL_CASE_INSTANCE_DIAGRAM
URL template for the diagram for a single CASE instance: cmmn-runtime/case-instances/{0:caseInstanceId}/diagram
-
URL_CASE_INSTANCE_VARIABLE_COLLECTION
public static final String[] URL_CASE_INSTANCE_VARIABLE_COLLECTION
URL template for case instance variable collection: cmmn-runtime/case-instances/{0:processInstanceId}/variables
-
URL_CASE_INSTANCE_VARIABLE
public static final String[] URL_CASE_INSTANCE_VARIABLE
URL template for a single case instance variable: cmmn-runtime/case-instances /{0:caseInstanceId}/variables/{1:variableName}
-
URL_CASE_INSTANCE_VARIABLE_DATA
public static final String[] URL_CASE_INSTANCE_VARIABLE_DATA
URL template for a single case instance variable data: cmmn-runtime/case-instances/{0:processInstanceId}/variables/{1:variableName}/data
-
URL_CASE_INSTANCE_STAGE_OVERVIEW
public static final String[] URL_CASE_INSTANCE_STAGE_OVERVIEW
URL template for a single case instance stage overview: cmmn-runtime/case-instances/{0:caseInstanceId}/stage-overview
-
URL_CASE_INSTANCE_CHANGE_STATE
public static final String[] URL_CASE_INSTANCE_CHANGE_STATE
URL template for a single case instance change state: cmmn-runtime/case-instances/{0:caseInstanceId}/change-state
-
URL_CASE_INSTANCE_IDENTITYLINKS_COLLECTION
public static final String[] URL_CASE_INSTANCE_IDENTITYLINKS_COLLECTION
URL template for a case instance's identity links: cmmn-runtime/case-instances/{0:caseInstanceId}/identitylinks
-
URL_CASE_INSTANCE_IDENTITYLINK
public static final String[] URL_CASE_INSTANCE_IDENTITYLINK
URL template for an identitylink on a case instance: cmmn-runtime/case-instances/{0:caseInstanceId}/identitylinks/users/{1: identityId}/{2:type}
-
URL_PLAN_ITEM_INSTANCE_COLLECTION
public static final String[] URL_PLAN_ITEM_INSTANCE_COLLECTION
URL template for plan item instance collection: cmmn-runtime/plan-item-instances
-
URL_PLAN_ITEM_INSTANCE_QUERY
public static final String[] URL_PLAN_ITEM_INSTANCE_QUERY
URL template for process instance query: cmmn-query/plan-item-instances
-
URL_PLAN_ITEM_INSTANCE
public static final String[] URL_PLAN_ITEM_INSTANCE
URL template for a single case instance: cmmn-runtime/plan-item-instances/{0:planItemInstanceId}
-
URL_PLAN_ITEM_INSTANCE_VARIABLES
public static final String[] URL_PLAN_ITEM_INSTANCE_VARIABLES
URL template for plan item instance variables: cmmn-runtime/plan-item-instances/{0:planItemInstanceId}/variables
-
URL_PLAN_ITEM_INSTANCE_VARIABLE
public static final String[] URL_PLAN_ITEM_INSTANCE_VARIABLE
URL template for a single plan item instance variable: cmmn-runtime/plan-item-instances/{0:planItemInstanceId}/variables/{1:variableName}
-
URL_PLAN_ITEM_INSTANCE_VARIABLE_DATA
public static final String[] URL_PLAN_ITEM_INSTANCE_VARIABLE_DATA
URL template for a single case instance: cmmn-runtime/plan-item-instances/{0:planItemInstanceId}/variables/{1:variableName}/data
-
URL_VARIABLE_INSTANCES
public static final String[] URL_VARIABLE_INSTANCES
URL template for variable instance query: cmmn-runtime/variable-instances
-
URL_VARIABLE_INSTANCE_DATA
public static final String[] URL_VARIABLE_INSTANCE_DATA
URL template for a single variable instance data: cmmn-runtime/variable-instances/{0:varInstanceId}/data
-
URL_JOB
public static final String[] URL_JOB
URL template for a single job: cmmn-management/jobs/{0:jobId}
-
URL_TIMER_JOB
public static final String[] URL_TIMER_JOB
URL template for a single job: cmmn-management/timer-jobs/{0:jobId}
-
URL_SUSPENDED_JOB
public static final String[] URL_SUSPENDED_JOB
URL template for a single job: cmmn-management/suspended-jobs/{0:jobId}
-
URL_DEADLETTER_JOB
public static final String[] URL_DEADLETTER_JOB
URL template for a single job: cmmn-management/deadletter-jobs/{0:jobId}
-
URL_HISTORY_JOB
public static final String[] URL_HISTORY_JOB
URL template for a single job: cmmn-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: cmmn-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: cmmn-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: cmmn-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: cmmn-management/deadletter-jobs/{0:jobId}/exception-stacktrace
-
URL_JOB_COLLECTION
public static final String[] URL_JOB_COLLECTION
URL template for the collection of jobs: cmmn-management/jobs
-
URL_TIMER_JOB_COLLECTION
public static final String[] URL_TIMER_JOB_COLLECTION
URL template for the collection of timer jobs: cmmn-management/timer-jobs
-
URL_SUSPENDED_JOB_COLLECTION
public static final String[] URL_SUSPENDED_JOB_COLLECTION
URL template for the collection of timer jobs: cmmn-management/suspended-jobs
-
URL_DEADLETTER_JOB_COLLECTION
public static final String[] URL_DEADLETTER_JOB_COLLECTION
URL template for the collection of timer jobs: cmmn-management/deadletter-jobs
-
URL_EVENT_SUBSCRIPTION
public static final String[] URL_EVENT_SUBSCRIPTION
URL template for a single event subscription: cmmn-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: cmmn-runtime/event-subscriptions
-
URL_HISTORIC_CASE_INSTANCE
public static final String[] URL_HISTORIC_CASE_INSTANCE
URL template for a single historic case instance: cmmn-history/historic-case-instances/{0:caseInstanceId}
-
URL_HISTORIC_CASE_INSTANCE_STAGE_OVERVIEW
public static final String[] URL_HISTORIC_CASE_INSTANCE_STAGE_OVERVIEW
URL template for a single historic case instance stage overview: cmmn-history/historic-case-instances/{0:caseInstanceId}/stage-overview
-
URL_HISTORIC_CASE_INSTANCES
public static final String[] URL_HISTORIC_CASE_INSTANCES
URL template for historic process instance query: cmmn-history/historic-case-instances
-
URL_HISTORIC_CASE_INSTANCE_IDENTITY_LINKS
public static final String[] URL_HISTORIC_CASE_INSTANCE_IDENTITY_LINKS
URL template for historic case instance identity links: cmmn-history/historic-case-instances/{0:caseInstanceId}/identitylinks
-
URL_HISTORIC_CASE_INSTANCE_VARIABLE_DATA
public static final String[] URL_HISTORIC_CASE_INSTANCE_VARIABLE_DATA
URL template for historic case instance variables: history/historic-case-instances/{0:caseInstanceId}/variables/{1:variableName}/data
-
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}/data
-
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_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_VARIABLE_INSTANCE_QUERY
public static final String[] URL_VARIABLE_INSTANCE_QUERY
URL template for variable instance query: query/variable-instances
-
URL_HISTORIC_MILESTONE_INSTANCE
public static final String[] URL_HISTORIC_MILESTONE_INSTANCE
URL template for a single historic milestone instance: cmmn-history/historic-milestone-instances/{0:milestoneId}
-
URL_HISTORIC_MILESTONE_INSTANCES
public static final String[] URL_HISTORIC_MILESTONE_INSTANCES
URL template for a single historic milestone instance: cmmn-history/historic-milestone-instances
-
URL_HISTORIC_PLANITEM_INSTANCE
public static final String[] URL_HISTORIC_PLANITEM_INSTANCE
URL template for a single historic plan item instance: cmmn-history/historic-planitem-instances/{0:planItemId}
-
URL_HISTORIC_PLANITEM_INSTANCES
public static final String[] URL_HISTORIC_PLANITEM_INSTANCES
URL template for a single historic plan item instance: cmmn-history/historic-planitem-instances
-
URL_HISTORIC_CASE_INSTANCE_QUERY
public static final String[] URL_HISTORIC_CASE_INSTANCE_QUERY
URL template for historic case instance query: query/historic-case-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_MILESTONE_INSTANCE_QUERY
public static final String[] URL_HISTORIC_MILESTONE_INSTANCE_QUERY
URL template for historic milestone instance query: query/historic-milestone-instances
-
URL_HISTORIC_PLANITEM_INSTANCE_QUERY
public static final String[] URL_HISTORIC_PLANITEM_INSTANCE_QUERY
URL template for historic plan item instance query: query/historic-planitem-instances
-
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
-
-
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).
-
-