- updateTask(String, TaskRequest, HttpServletRequest) - Method in class org.flowable.cmmn.rest.service.api.runtime.task.TaskResource
-
- updateVariable(String, String, HttpServletRequest) - Method in class org.flowable.cmmn.rest.service.api.runtime.caze.CaseInstanceVariableResource
-
- updateVariable(String, String, String, HttpServletRequest) - Method in class org.flowable.cmmn.rest.service.api.runtime.task.TaskVariableResource
-
- uploadDeployment(String, String, String, HttpServletRequest, HttpServletResponse) - Method in class org.flowable.cmmn.rest.service.api.repository.DeploymentCollectionResource
-
- url - Variable in class org.flowable.cmmn.rest.service.api.engine.EventResponse
-
- url - Variable in class org.flowable.cmmn.rest.service.api.history.caze.HistoricCaseInstanceResponse
-
- url - Variable in class org.flowable.cmmn.rest.service.api.history.milestone.HistoricMilestoneInstanceResponse
-
- url - Variable in class org.flowable.cmmn.rest.service.api.history.planitem.HistoricPlanItemInstanceResponse
-
- url - Variable in class org.flowable.cmmn.rest.service.api.history.task.HistoricTaskInstanceResponse
-
- url - Variable in class org.flowable.cmmn.rest.service.api.management.JobResponse
-
- url - Variable in class org.flowable.cmmn.rest.service.api.repository.CmmnDeploymentResponse
-
- url - Variable in class org.flowable.cmmn.rest.service.api.repository.FormDefinitionResponse
-
- url - Variable in class org.flowable.cmmn.rest.service.api.runtime.caze.CaseInstanceResponse
-
- url - Variable in class org.flowable.cmmn.rest.service.api.runtime.planitem.PlanItemInstanceResponse
-
- url - Variable in class org.flowable.cmmn.rest.service.api.runtime.task.TaskResponse
-
- URL_CASE_DEFINITION - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single case definition: cmmn-repository/case-definitions/{0:caseDefinitionId}
- URL_CASE_DEFINITION_COLLECTION - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for the process definition collection: cmmn-repository/process-definitions
- URL_CASE_DEFINITION_DECISION_TABLES_COLLECTION - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for the image of a case definition: cmmn-repository/case-definitions/{0:caseDefinitionId}/decision-tables
- URL_CASE_DEFINITION_FORM_DEFINITIONS_COLLECTION - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for the image of a case definition: cmmn-repository/case-definitions/{0:caseDefinitionId}/form-definitions
- URL_CASE_DEFINITION_IDENTITYLINK - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for an identitylink on a case definition: cmmn-repository/case-definitions/{0:caseDefinitionId}/identitylinks/{1 :family}/{2:identityId}
- URL_CASE_DEFINITION_IDENTITYLINKS_COLLECTION - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a case definition's identity links: cmmn-repository/case-definitions/{0:caseDefinitionId}/identitylinks
- URL_CASE_DEFINITION_IMAGE - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for the image of a case definition: cmmn-repository/case-definitions/{0:caseDefinitionId}/image
- URL_CASE_DEFINITION_RESOURCE_CONTENT - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for the resource of a single case definition: cmmn-repository/case-definitions/{0:caseDefinitionId}/resourcedata
- URL_CASE_DEFINITION_START_FORM - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for the start form of a case definition: cmmn-repository/case-definitions/{0:caseDefinitionId}/start-form
- URL_CASE_INSTANCE - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single case instance: cmmn-runtime/case-instances/{0:caseInstanceId}
- URL_CASE_INSTANCE_COLLECTION - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for process instance collection: runtime/case-instances
- URL_CASE_INSTANCE_DIAGRAM - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for the diagram for a single CASE instance: cmmn-runtime/case-instances/{0:caseInstanceId}/diagram
- URL_CASE_INSTANCE_IDENTITYLINK - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for an identitylink on a case instance: cmmn-runtime/case-instances/{0:caseInstanceId}/identitylinks/users/{1: identityId}/{2:type}
- URL_CASE_INSTANCE_IDENTITYLINKS_COLLECTION - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a case instance's identity links: cmmn-runtime/case-instances/{0:caseInstanceId}/identitylinks
- URL_CASE_INSTANCE_QUERY - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for process instance query: query/case-instances
- URL_CASE_INSTANCE_STAGE_OVERVIEW - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single case instance stage overview: cmmn-runtime/case-instances/{0:caseInstanceId}/stage-overview
- URL_CASE_INSTANCE_VARIABLE - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single case instance variable: cmmn-runtime/case-instances /{0:caseInstanceId}/variables/{1:variableName}
- URL_CASE_INSTANCE_VARIABLE_COLLECTION - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for case instance variable collection: cmmn-runtime/case-instances/{0:processInstanceId}/variables
- URL_CASE_INSTANCE_VARIABLE_DATA - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single case instance variable data: cmmn-runtime/case-instances/{0:processInstanceId}/variables/{1:variableName}/data
- URL_DEADLETTER_JOB - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single job: cmmn-management/deadletter-jobs/{0:jobId}
- URL_DEADLETTER_JOB_COLLECTION - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for the collection of timer jobs: management/deadletter-jobs
- URL_DEADLETTER_JOB_EXCEPTION_STRACKTRACE - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for the stacktrace of a single job: cmmn-management/deadletter-jobs/{0:jobId}/exception-stacktrace
- URL_DEPLOYMENT - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single deployment: cmmn-repository/deployments/{0:deploymentId}
- URL_DEPLOYMENT_COLLECTION - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for the deployment collection: cmmn-repository/deployments
- URL_DEPLOYMENT_RESOURCE - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single deployment resource: cmmn-repository/deployments/{0:deploymentId}/resources/{1}:resourceId
- URL_DEPLOYMENT_RESOURCE_CONTENT - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single deployment resource content: cmmn-repository/deployments /{0:deploymentId}/resourcedata/{1}:resourceId
- URL_DEPLOYMENT_RESOURCES - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template listing deployment resources: cmmn-repository/deployments/{0:deploymentId}/resources
- URL_ENGINE_INFO - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for the collection of properties: management/properties
- URL_HISTORIC_ACTIVITY_INSTANCE_QUERY - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for historic activity instance query: query/historic-activity-instances
- URL_HISTORIC_ACTIVITY_INSTANCES - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for historic activity instance query: history/historic-activity-instances
- URL_HISTORIC_CASE_INSTANCE - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single historic case instance: cmmn-history/historic-case-instances/{0:caseInstanceId}
- URL_HISTORIC_CASE_INSTANCE_IDENTITY_LINKS - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for historic case instance identity links: cmmn-history/historic-case-instances/{0:caseInstanceId}/identitylinks
- URL_HISTORIC_CASE_INSTANCE_QUERY - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for historic case instance query: query/historic-case-instances
- URL_HISTORIC_CASE_INSTANCE_STAGE_OVERVIEW - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single historic case instance stage overview: cmmn-history/historic-case-instances/{0:caseInstanceId}/stage-overview
- URL_HISTORIC_CASE_INSTANCE_VARIABLE_DATA - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for historic case instance variables: history/historic-case-instances/{0:caseInstanceId}/variables/{1:variableName}
- URL_HISTORIC_CASE_INSTANCES - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for historic process instance query: cmmn-history/historic-case-instances
- URL_HISTORIC_MILESTONE_INSTANCE - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single historic milestone instance: cmmn-history/historic-milestone-instances/{0:milestoneId}
- URL_HISTORIC_MILESTONE_INSTANCE_QUERY - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for historic milestone instance query: query/historic-milestone-instances
- URL_HISTORIC_MILESTONE_INSTANCES - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single historic milestone instance: cmmn-history/historic-milestone-instances
- URL_HISTORIC_PLANITEM_INSTANCE - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single historic plan item instance: cmmn-history/historic-planitem-instances/{0:planItemId}
- URL_HISTORIC_PLANITEM_INSTANCE_QUERY - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for historic plan item instance query: query/historic-planitem-instances
- URL_HISTORIC_PLANITEM_INSTANCES - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single historic plan item instance: cmmn-history/historic-planitem-instances
- URL_HISTORIC_TASK_INSTANCE - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single historic task instance: history/historic-task-instances/{0:taskId}
- URL_HISTORIC_TASK_INSTANCE_FORM - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a historic task instance form: history/historic-task-instances/{0:taskId}/form
- URL_HISTORIC_TASK_INSTANCE_IDENTITY_LINKS - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for historic task instance identity links: history/historic-task-instances/{0:taskId}/identitylinks
- URL_HISTORIC_TASK_INSTANCE_QUERY - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for historic process instance query: query/historic-task-instances
- URL_HISTORIC_TASK_INSTANCE_VARIABLE_DATA - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single historic task instance: history/historic-task-instances/{0:taskId}/variables/{1:variableName}
- URL_HISTORIC_TASK_INSTANCES - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for historic task instance query: history/historic-task-instances
- URL_HISTORIC_VARIABLE_INSTANCE_DATA - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single historic variable instance data: history/historic-variable-instances/{0:varInstanceId}/data
- URL_HISTORIC_VARIABLE_INSTANCE_QUERY - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for historic variable instance query: query/historic-variable-instances
- URL_HISTORIC_VARIABLE_INSTANCES - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for historic variable instance query: history/historic-variable-instances
- URL_JOB - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single job: cmmn-management/jobs/{0:jobId}
- URL_JOB_COLLECTION - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for the collection of jobs: management/jobs
- URL_JOB_EXCEPTION_STRACKTRACE - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for the stacktrace of a single job: cmmn-management/jobs/{0:jobId}/exception-stacktrace
- URL_PLAN_ITEM_INSTANCE - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single case instance: cmmn-runtime/plan-item-instances/{0:planItemInstanceId}
- URL_PLAN_ITEM_INSTANCE_COLLECTION - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for plan item instance collection: cmmn-runtime/plan-item-instances
- URL_PLAN_ITEM_INSTANCE_QUERY - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for process instance query: cmmn-query/plan-item-instances
- URL_PROPERTIES_COLLECTION - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for the collection of properties: management/properties
- URL_SUSPENDED_JOB - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single job: cmmn-management/suspended-jobs/{0:jobId}
- URL_SUSPENDED_JOB_COLLECTION - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for the collection of timer jobs: management/suspended-jobs
- URL_SUSPENDED_JOB_EXCEPTION_STRACKTRACE - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for the stacktrace of a single job: cmmn-management/suspended-jobs/{0:jobId}/exception-stacktrace
- URL_TASK - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single task: runtime/tasks/{0:taskId}
- URL_TASK_COLLECTION - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for task collection: runtime/tasks
- URL_TASK_EVENT - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for an event on a task: runtime/tasks/{0:taskId}/events/{1:eventId}
- URL_TASK_EVENT_COLLECTION - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for an task's events: runtime/tasks/{0:taskId}/events
- URL_TASK_FORM - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a task form: runtime/tasks/{0:taskId}/form
- URL_TASK_IDENTITYLINK - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for an identitylink on a task: runtime/tasks/{0:taskId}/identitylinks /{1:family}/{2:identityId}/{3:type}
- URL_TASK_IDENTITYLINKS_COLLECTION - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a task's identity links: runtime/tasks/{0:taskId}/identitylinks
- URL_TASK_QUERY - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for task query: query/tasks
- URL_TASK_SUBTASKS_COLLECTION - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a task's sub tasks: runtime/tasks/{0:taskId}/subtasks
- URL_TASK_VARIABLE - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single task variable: runtime/tasks/{0:taskId}/variables/{1:variableName}
- URL_TASK_VARIABLE_DATA - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single task variable content: runtime/tasks/{0:taskId}/variables/{1:variableName}/data
- URL_TASK_VARIABLES_COLLECTION - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a task's variables: runtime/tasks/{0:taskId}/variables
- URL_TIMER_JOB - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for a single job: cmmn-management/timer-jobs/{0:jobId}
- URL_TIMER_JOB_COLLECTION - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for the collection of timer jobs: management/timer-jobs
- URL_TIMER_JOB_EXCEPTION_STRACKTRACE - Static variable in class org.flowable.cmmn.rest.service.api.CmmnRestUrls
-
URL template for the stacktrace of a single job: cmmn-management/timer-jobs/{jobId}/exception-stacktrace
- userId - Variable in class org.flowable.cmmn.rest.service.api.engine.EventResponse
-
- userId - Variable in class org.flowable.cmmn.rest.service.api.history.task.HistoricIdentityLinkResponse
-
- usingBaseUrl(String) - Static method in class org.flowable.cmmn.rest.service.api.RestUrlBuilder
-
Uses baseUrl as the base URL