- updateGroup(String, GroupRequest, HttpServletRequest) - Method in class org.activiti.rest.service.api.identity.GroupResource
-
- updateModel(String, ModelRequest, HttpServletRequest) - Method in class org.activiti.rest.service.api.repository.ModelResource
-
- updateTask(String, TaskRequest, HttpServletRequest) - Method in class org.activiti.rest.service.api.runtime.task.TaskResource
-
- updateUser(String, UserRequest, HttpServletRequest) - Method in class org.activiti.rest.service.api.identity.UserResource
-
- updateUserPicture(String, HttpServletRequest, HttpServletResponse) - Method in class org.activiti.rest.service.api.identity.UserPictureResource
-
- updateVariable(String, String, HttpServletRequest) - Method in class org.activiti.rest.service.api.runtime.process.ExecutionVariableResource
-
- updateVariable(String, String, HttpServletRequest) - Method in class org.activiti.rest.service.api.runtime.process.ProcessInstanceVariableResource
-
- updateVariable(String, String, String, HttpServletRequest) - Method in class org.activiti.rest.service.api.runtime.task.TaskVariableResource
-
- uploadDeployment(String, HttpServletRequest, HttpServletResponse) - Method in class org.activiti.rest.service.api.repository.DeploymentCollectionResource
-
- url - Variable in class org.activiti.rest.service.api.engine.EventResponse
-
- url - Variable in class org.activiti.rest.service.api.history.HistoricProcessInstanceResponse
-
- url - Variable in class org.activiti.rest.service.api.history.HistoricTaskInstanceResponse
-
- url - Variable in class org.activiti.rest.service.api.identity.GroupResponse
-
- url - Variable in class org.activiti.rest.service.api.identity.MembershipResponse
-
- url - Variable in class org.activiti.rest.service.api.identity.UserInfoResponse
-
- url - Variable in class org.activiti.rest.service.api.identity.UserResponse
-
- url - Variable in class org.activiti.rest.service.api.management.JobResponse
-
- url - Variable in class org.activiti.rest.service.api.management.TableResponse
-
- url - Variable in class org.activiti.rest.service.api.repository.ModelResponse
-
- url - Variable in class org.activiti.rest.service.api.runtime.process.ExecutionResponse
-
- url - Variable in class org.activiti.rest.service.api.runtime.process.ProcessInstanceResponse
-
- url - Variable in class org.activiti.rest.service.api.runtime.task.TaskResponse
-
- URL_DEPLOYMENT - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a single deployment: repository/deployments/{0:deploymentId}
- URL_DEPLOYMENT_COLLECTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for the deployment collection: repository/deployments
- URL_DEPLOYMENT_RESOURCE - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a single deployment resource: repository/deployments/{0:deploymentId}/resources/{1}:resourceId
- URL_DEPLOYMENT_RESOURCE_CONTENT - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a single deployment resource content: repository/deployments/{0:deploymentId}/resourcedata/{1}:resourceId
- URL_DEPLOYMENT_RESOURCES - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template listing deployment resources: repository/deployments/{0:deploymentId}/resources
- URL_ENGINE_INFO - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for the collection of properties: management/properties
- URL_EXECUTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a single execution: runtime/executions/{0:executionId}
- URL_EXECUTION_ACTIVITIES_COLLECTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for all active activities on an execution: runtime/executions/{0:executionId}/activities
- URL_EXECUTION_COLLECTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for execution collection: runtime/executions/{0:executionId}
- URL_EXECUTION_QUERY - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for execution query: query/executions
- URL_EXECUTION_VARIABLE - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a single variables for an execution: runtime/executions/{0:executionId}/variables/{1:variableName}
- URL_EXECUTION_VARIABLE_COLLECTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for the variables for an execution: runtime/executions/{0:executionId}/variables
- URL_EXECUTION_VARIABLE_DATA - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a single variables for an execution: runtime/executions/{0:executionId}/variables/{1:variableName}/data
- URL_FORM_DATA - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for form data: form/form-data
- URL_GROUP - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a single group: identity/groups/{0:groupId}
- URL_GROUP_COLLECTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for the collection of groups: identity/groups
- URL_GROUP_MEMBERSHIP - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for the membership-collection of a single group membership: identity/groups/{0:groupId}/members/{1:userId}
- URL_GROUP_MEMBERSHIP_COLLECTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for the membership-collection of a group: identity/groups/{0:groupId}/members
- URL_HISTORIC_ACTIVITY_INSTANCE_QUERY - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for historic activity instance query: query/historic-activity-instances
- URL_HISTORIC_ACTIVITY_INSTANCES - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for historic activity instance query: history/historic-activity-instances
- URL_HISTORIC_DETAIL - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for historic detail query: history/historic-detail
- URL_HISTORIC_DETAIL_QUERY - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for historic detail query: query/historic-detail
- URL_HISTORIC_DETAIL_VARIABLE_DATA - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a single historic detail variable data: history/historic-detail/{0:detailId}/data
- URL_HISTORIC_PROCESS_INSTANCE - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a single historic process instance: history/historic-process-instances/{0:processInstanceId}
- URL_HISTORIC_PROCESS_INSTANCE_COMMENT - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a comment on a process instance: history/historic-process-instances/{0:processInstanceId}/comments/{1:commentId}
- URL_HISTORIC_PROCESS_INSTANCE_COMMENT_COLLECTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for comments on a process instance: history/historic-process-instances/{0:processInstanceId}/comments
- URL_HISTORIC_PROCESS_INSTANCE_IDENTITY_LINKS - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for historic process instance identity links: history/historic-process-instances/{0:processInstanceId}/identitylinks
- URL_HISTORIC_PROCESS_INSTANCE_QUERY - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for historic process instance query: query/historic-process-instances
- URL_HISTORIC_PROCESS_INSTANCE_VARIABLE_DATA - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a single historic task instance: history/historic-process-instances/{0:processInstanceId}/variables/{1:variableName}
- URL_HISTORIC_PROCESS_INSTANCES - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for historic process instance query: history/historic-process-instances
- URL_HISTORIC_TASK_INSTANCE - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a single historic task instance: history/historic-task-instances/{0:taskId}
- URL_HISTORIC_TASK_INSTANCE_IDENTITY_LINKS - Static variable in class org.activiti.rest.service.api.RestUrls
-
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.activiti.rest.service.api.RestUrls
-
URL template for historic process instance query: query/historic-task-instances
- URL_HISTORIC_TASK_INSTANCE_VARIABLE_DATA - Static variable in class org.activiti.rest.service.api.RestUrls
-
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.activiti.rest.service.api.RestUrls
-
URL template for historic task instance query: history/historic-task-instances
- URL_HISTORIC_VARIABLE_INSTANCE_DATA - Static variable in class org.activiti.rest.service.api.RestUrls
-
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.activiti.rest.service.api.RestUrls
-
URL template for historic variable instance query: query/historic-variable-instances
- URL_HISTORIC_VARIABLE_INSTANCES - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for historic variable instance query: history/historic-variable-instances
- URL_JOB - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a single job: management/jobs/{0:jobId}
- URL_JOB_COLLECTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for the collection of jobs: management/jobs
- URL_JOB_EXCEPTION_STRACKTRACE - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for the stacktrace of a single job: management/jobs/{0:jobId}/exception-stacktrace
- URL_MODEL - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a single model repository/models/{0:modelId}
- URL_MODEL_COLLECTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for the model collection: repository/models
- URL_MODEL_SOURCE - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for the editor source of a model repository/models/{0:modelId}/source
- URL_MODEL_SOURCE_EXTRA - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for the extra editor source of a model repository/models/{0:modelId}/source-extra
- URL_PROCESS_DEFINITION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a single process definition: repository/process-definitions/{0:processDefinitionId}
- URL_PROCESS_DEFINITION_COLLECTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for the process definition collection: repository/process-definitions
- URL_PROCESS_DEFINITION_IDENTITYLINK - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for an identitylink on a process definition: repository/process-definitions/{0:processDefinitionId}/identitylinks/{1:family}/{2:identityId}
- URL_PROCESS_DEFINITION_IDENTITYLINKS_COLLECTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a process definition's identity links: repository/process-definitions/{0:processDefinitionId}/identitylinks
- URL_PROCESS_DEFINITION_IMAGE - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for the image of a process definition: repository/process-definitions/{0:processDefinitionId}/image
- URL_PROCESS_DEFINITION_MODEL - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for the model of a process definition: repository/process-definitions/{0:processDefinitionId}/model
- URL_PROCESS_DEFINITION_RESOURCE_CONTENT - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for the resource of a single process definition: repository/process-definitions/{0:processDefinitionId}/resourcedata
- URL_PROCESS_INSTANCE - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a single process instance: runtime/process-instances/{0:processInstanceId}
- URL_PROCESS_INSTANCE_COLLECTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for process instance collection: runtime/process-instances
- URL_PROCESS_INSTANCE_DIAGRAM - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for the diagram for a single process instance: runtime/process-instances/{0:processInstanceId}/diagram
- URL_PROCESS_INSTANCE_IDENTITYLINK - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for an identitylink on a process instance: runtime/process-instances/{0:processInstanceId}/identitylinks/users/{1:identityId}/{2:type}
- URL_PROCESS_INSTANCE_IDENTITYLINKS_COLLECTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a process instance's identity links: runtime/process-instances/{0:processInstanceId}/identitylinks
- URL_PROCESS_INSTANCE_QUERY - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for process instance query: query/process-instances
- URL_PROCESS_INSTANCE_VARIABLE - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a single process instance variable: runtime/process-instances/{0:processInstanceId}/variables/{1:variableName}
- URL_PROCESS_INSTANCE_VARIABLE_COLLECTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for process instance variable collection: runtime/process-instances/{0:processInstanceId}/variables
- URL_PROCESS_INSTANCE_VARIABLE_DATA - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a single process instance variable data: runtime/process-instances/{0:processInstanceId}/variables/{1:variableName}/data
- URL_PROPERTIES_COLLECTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for the collection of properties: management/properties
- URL_SIGNALS - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a signals runtime/signals
- URL_TABLE - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a single table: management/tables/{0:tableName}
- URL_TABLE_COLUMNS - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for column-metadata for a single table: management/tables/{0:tableName}/columns
- URL_TABLE_DATA - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for actual table row data: management/tables/{0:tableName}/data
- URL_TABLES_COLLECTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for the collection of tables: management/tables
- URL_TASK - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a single task: runtime/tasks/{0:taskId}
- URL_TASK_ATTACHMENT - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for an attachment on a task: runtime/tasks/{0:taskId}/attachments/{1:attachmentId}
- URL_TASK_ATTACHMENT_COLLECTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for an task's attachments: runtime/tasks/{0:taskId}/attachments
- URL_TASK_ATTACHMENT_DATA - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for the content for an attachment on a task: runtime/tasks/{0:taskId}/attachments/{1:attachmentId}/content
- URL_TASK_COLLECTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for task collection: runtime/tasks
- URL_TASK_COMMENT - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a comment on a task: runtime/tasks/{0:taskId}/comments/{1:commentId}
- URL_TASK_COMMENT_COLLECTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a task's identity links: runtime/tasks/{0:taskId}/comments
- URL_TASK_EVENT - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for an event on a task: runtime/tasks/{0:taskId}/events/{1:eventId}
- URL_TASK_EVENT_COLLECTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for an task's events: runtime/tasks/{0:taskId}/events
- URL_TASK_IDENTITYLINK - Static variable in class org.activiti.rest.service.api.RestUrls
-
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.activiti.rest.service.api.RestUrls
-
URL template for a task's identity links: runtime/tasks/{0:taskId}/identitylinks
- URL_TASK_QUERY - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for task query: query/tasks
- URL_TASK_SUBTASKS_COLLECTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a task's sub tasks: runtime/tasks/{0:taskId}/subtasks
- URL_TASK_VARIABLE - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a single task variable: runtime/tasks/{0:taskId}/variables/{1:variableName}
- URL_TASK_VARIABLE_DATA - Static variable in class org.activiti.rest.service.api.RestUrls
-
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.activiti.rest.service.api.RestUrls
-
URL template for a task's variables: runtime/tasks/{0:taskId}/variables
- URL_USER - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for a single user: identity/users/{0:userId}
- URL_USER_COLLECTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for the collection of users: identity/users
- URL_USER_INFO - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for an info entry for a single user: identity/users/{0:userId}/info/{1:key}
- URL_USER_INFO_COLLECTION - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for the info collection for a single user: identity/users/{0:userId}/info
- URL_USER_PICTURE - Static variable in class org.activiti.rest.service.api.RestUrls
-
URL template for the picture for a single user: identity/users/{0:userId}/picture
- UserCollectionResource - Class in org.activiti.rest.service.api.identity
-
- UserCollectionResource() - Constructor for class org.activiti.rest.service.api.identity.UserCollectionResource
-
- UserFormType - Class in org.activiti.rest.form
-
Form type that holds an ID of a user.
- UserFormType() - Constructor for class org.activiti.rest.form.UserFormType
-
- userId - Variable in class org.activiti.rest.service.api.engine.EventResponse
-
- userId - Variable in class org.activiti.rest.service.api.history.HistoricIdentityLinkResponse
-
- userId - Variable in class org.activiti.rest.service.api.identity.MembershipRequest
-
- UserInfoCollectionResource - Class in org.activiti.rest.service.api.identity
-
- UserInfoCollectionResource() - Constructor for class org.activiti.rest.service.api.identity.UserInfoCollectionResource
-
- UserInfoRequest - Class in org.activiti.rest.service.api.identity
-
- UserInfoRequest() - Constructor for class org.activiti.rest.service.api.identity.UserInfoRequest
-
- UserInfoResource - Class in org.activiti.rest.service.api.identity
-
- UserInfoResource() - Constructor for class org.activiti.rest.service.api.identity.UserInfoResource
-
- UserInfoResponse - Class in org.activiti.rest.service.api.identity
-
- UserInfoResponse() - Constructor for class org.activiti.rest.service.api.identity.UserInfoResponse
-
- UserPaginateList - Class in org.activiti.rest.service.api.identity
-
- UserPaginateList(RestResponseFactory) - Constructor for class org.activiti.rest.service.api.identity.UserPaginateList
-
- UserPictureResource - Class in org.activiti.rest.service.api.identity
-
- UserPictureResource() - Constructor for class org.activiti.rest.service.api.identity.UserPictureResource
-
- UserRequest - Class in org.activiti.rest.service.api.identity
-
- UserRequest() - Constructor for class org.activiti.rest.service.api.identity.UserRequest
-
- UserResource - Class in org.activiti.rest.service.api.identity
-
- UserResource() - Constructor for class org.activiti.rest.service.api.identity.UserResource
-
- UserResponse - Class in org.activiti.rest.service.api.identity
-
- UserResponse() - Constructor for class org.activiti.rest.service.api.identity.UserResponse
-
- usingBaseUrl(String) - Static method in class org.activiti.rest.service.api.RestUrlBuilder
-
Uses baseUrl as the base URL