Introduction

API の構文

15.2. Deployment

§Want toHTTP MethodHTTP Request
15.2.1.List of DeploymentsGETrepository/deployments
15.2.2.Get a deploymentGETrepository/deployments/{deploymentId}
15.2.3.Create a new deploymentPOSTrepository/deployments
15.2.4.Delete a deploymentDELETErepository/deployments/{deploymentId}
15.2.5.List resources in a deploymentGETrepository/deployments/{deploymentId}/resources
15.2.6.Get a deployment resourceGETrepository/deployments/{deploymentId}/resources/{resourceId}
15.2.7.Get a deployment resource contentGETrepository/deployments/{deploymentId}/resourcedata/{resourceId}

15.3. Process Definitions

§Want toHTTP MethodHTTP Request
15.3.1.List of process definitionsGETrepository/process-definitions
15.3.2.Get a process definitionGETrepository/process-definitions/{processDefinitionId?}
15.3.3.Update category for a process definitionPUTrepository/process-definitions/{processDefinitionId?}
15.3.4.Get a process definition resource contentGETrepository/process-definitions/{processDefinitionId?}/resourcedata
15.3.5.Get a process definition BPMN modelGETrepository/process-definitions/{processDefinitionId?}/model
15.3.6.Suspend a process definitionPUTrepository/process-definitions/{processDefinitionId?}
15.3.7.Activate a process definitionPUTrepository/process-definitions/{processDefinitionId?}
15.3.8.Get all candidate starters for a process-definitionGETrepository/process-definitions/{processDefinitionId?}/identitylinks
15.3.9.Add a candidate starter to a process definitionPOSTrepository/process-definitions/{processDefinitionId?}/identitylinks
15.3.10.Delete a candidate starter from a process definitionDELETErepository/process-definitions/{processDefinitionId?}/identitylinks/{family}/{identityId}
15.3.11.Get a candidate starter from a process definitionGETrepository/process-definitions/{processDefinitionId?}/identitylinks/{family}/{identityId}

15.4. Models

§Want toHTTP MethodHTTP Request
15.4.1.Get a list of modelsGETrepository/models
15.4.2.Get a modelGETrepository/models/{modelId}
15.4.3.Update a modelPUTrepository/models/{modelId}
15.4.4.Create a modelPOSTrepository/models
15.4.5.Delete a modelDELETErepository/models/{modelId}
15.4.6.Get the editor source for a modelGETrepository/models/{modelId}/source
15.4.7.Set the editor source for a modelPUTrepository/models/{modelId}/source
15.4.8.Get the extra editor source for a modelGETrepository/models/{modelId}/source-extra
15.4.9.Set the extra editor source for a modelPUTrepository/models/{modelId}/source-extra

15.5. Process Instances

§Want toHTTP MethodHTTP Request
15.5.1.Get a process instanceGETruntime/process-instances/{processInstanceId?}
15.5.2.Delete a process instanceDELETEruntime/process-instances/{processInstanceId?}
15.5.3.Activate or suspend a process instancePUTruntime/process-instances/{processInstanceId?}
15.5.4.Start a process instancePOSTruntime/process-instances
15.5.5.List of process instancesGETruntime/process-instances
15.5.6.Query process instancesPOSTquery/process-instances
15.5.7.Get diagram for a process instanceGETruntime/process-instances/{processInstanceId?}/diagram
15.5.8.Get involved people for process instanceGETruntime/process-instances/{processInstanceId?}/identitylinks
15.5.9.Add an involved user to a process instancePOSTruntime/process-instances/{processInstanceId?}/identitylinks
15.5.10.Remove an involved user to from process instanceDELETEruntime/process-instances/{processInstanceId?}/identitylinks/users/{userId}/{type}
15.5.11.List of variables for a process instanceGETruntime/process-instances/{processInstanceId?}/variables
15.5.12.Get a variable for a process instanceGETruntime/process-instances/{processInstanceId?}/variables/{variableName}
15.5.13.Create (or update) variables on a process instancePOSTruntime/process-instances/{processInstanceId?}/variables (INSERT)
PUTruntime/process-instances/{processInstanceId?}/variables (INSERT OR UPDATA)
15.5.14.Update a single variable on a process instancePUTruntime/process-instances/{processInstanceId?}/variables/{variableName}
15.5.15.Create a new binary variable on a process-instancePOSTruntime/process-instances/{processInstanceId?}/variables
15.5.16.Update an existing binary variable on a process-instancePUTruntime/process-instances/{processInstanceId?}/variables

15.6. Executions

§Want toHTTP MethodHTTP Request
15.6.1.Get an executionGETruntime/executions/{executionId}
15.6.2.Execute an action on an executionPUTruntime/executions/{executionId}
15.6.3.Get active activities in an executionGETruntime/executions/{executionId}/activities
15.6.4.List of executionsGETruntime/executions
15.6.5.Query executionsPOSTquery/executions
15.6.6.List of variables for an executionGETruntime/executions/{executionId}/variables?scope={scope}
15.6.7.Get a variable for an executionGETruntime/executions/{executionId}/variables/{variableName}?scope={scope}
15.6.8.Create (or update) variables on an executionPOSTruntime/executions/{executionId}/variables (INSERT)
PUTruntime/executions/{executionId}/variables (INSERT OR UPDATE)
15.6.9.Update a variable on an executionPUTruntime/executions/{executionId}/variables/{variableName}
15.6.10.Create a new binary variable on an executionPOSTruntime/executions/{executionId}/variables
15.6.11.Update an existing binary variable on a process-instancePUTruntime/executions/{executionId}/variables/{variableName}

15.7. Tasks

§Want toHTTP MethodHTTP Request
15.7.1.Get a taskGETruntime/tasks/{taskId}
15.7.2.List of tasksGETruntime/tasks
15.7.3.Query for tasksPOSTquery/tasks
15.7.4.Update a taskPUTruntime/tasks/{taskId}
15.7.5.Task actionsPOSTruntime/tasks/{taskId}
15.7.6.Delete a taskDELETEruntime/tasks/{taskId}?cascadeHistory={cascadeHistory}&deleteReason={deleteReason}
15.7.7.Get all variables for a taskGETruntime/tasks/{taskId}/variables?scope={scope}
15.7.8.Get a variable from a taskGETruntime/tasks/{taskId}/variables/{variableName}?scope={scope}
15.7.9.Get the binary data for a variableGETruntime/tasks/{taskId}/variables/{variableName}/data?scope={scope}
15.7.10.Create new variables on a taskPOSTruntime/tasks/{taskId}/variables
15.7.11.Create a new binary variable on a taskPOSTruntime/tasks/{taskId}/variables
15.7.12.Update an existing variable on a taskPUTruntime/tasks/{taskId}/variables/{variableName}
15.7.13.Updating a binary variable on a taskPUTruntime/tasks/{taskId}/variables/{variableName}
15.7.14.Delete a variable on a taskDELETEruntime/tasks/{taskId}/variables/{variableName}?scope={scope}
15.7.15.Delete all local variables on a taskDELETEruntime/tasks/{taskId}/variables
15.7.16.Get all identity links for a taskGETruntime/tasks/{taskId}/identitylinks
15.7.17.Get all identitylinks for a task for either groups or usersGETruntime/tasks/{taskId}/identitylinks/users (INSERT)
GETruntime/tasks/{taskId}/identitylinks/groups (INSERT OR UPDATE)
15.7.18.Get a single identity link on a taskGETruntime/tasks/{taskId}/identitylinks/{family}/{identityId}/{type}
15.7.19.Create an identity link on a taskPOSTruntime/tasks/{taskId}/identitylinks
15.7.20.Delete an identity link on a taskDELETEruntime/tasks/{taskId}/identitylinks/{family}/{identityId}/{type}
15.7.21.Create a new comment on a taskPOSTruntime/tasks/{taskId}/comments
15.7.22.Get all comments on a taskGETruntime/tasks/{taskId}/comments
15.7.23.Get a comment on a taskGETruntime/tasks/{taskId}/comments/{commentId}
15.7.24.Delete a comment on a taskDELETEruntime/tasks/{taskId}/comments/{commentId}
15.7.25.Get all events for a taskGETruntime/tasks/{taskId}/events
15.7.26.Get an event on a taskGETruntime/tasks/{taskId}/events/{eventId}
15.7.27.Create a new attachment on a task, containing a link to an external resourcePOSTruntime/tasks/{taskId}/attachments
15.7.28.Create a new attachment on a task, with an attached filePOSTruntime/tasks/{taskId}/attachments
15.7.29.Get all attachments on a taskGETruntime/tasks/{taskId}/attachments
15.7.30.Get an attachment on a taskGETruntime/tasks/{taskId}/attachments/{attachmentId}
15.7.31.Get the content for an attachmentGETruntime/tasks/{taskId}/attachment/{attachmentId}/content
15.7.32.Delete an attachment on a taskDELETEruntime/tasks/{taskId}/attachments/{attachmentId}

15.8. History

§Want toHTTP MethodHTTP Request
15.8.1.Get a historic process instanceGEThistory/historic-process-instances/{processInstanceId?}
15.8.2.List of historic process instancesGEThistory/historic-process-instances
15.8.3.Query for historic process instancesPOSTquery/historic-process-instances
15.8.4.Delete a historic process instanceDELETEhistory/historic-process-instances/{processInstanceId?}
15.8.5.Get the identity links of a historic process instanceGEThistory/historic-process-instance/{processInstanceId?}/identitylinks
15.8.6.Get the binary data for a historic process instance variableGEThistory/historic-process-instances/{processInstanceId?}/variables/{variableName}/data
15.8.7.Create a new comment on a historic process instancePOSThistory/historic-process-instances/{processInstanceId?}/comments
15.8.8.Get all comments on a historic process instanceGEThistory/historic-process-instances/{processInstanceId?}/comments
15.8.9.Get a comment on a historic process instanceGEThistory/historic-process-instances/{processInstanceId?}/comments/{commentId}
15.8.10.Delete a comment on a historic process instanceDELETEhistory/historic-process-instances/{processInstanceId?}/comments/{commentId}
15.8.11.Get a single historic task instanceGEThistory/historic-task-instances/{taskId}
15.8.12.Get historic task instancesGEThistory/historic-task-instances
15.8.13.Query for historic task instancesPOSTquery/historic-task-instances
15.8.14.Delete a historic task instanceDELETEhistory/historic-task-instances/{taskId}
15.8.15.Get the identity links of a historic task instanceGEThistory/historic-task-instance/{taskId}/identitylinks
15.8.16.Get the binary data for a historic task instance variableGEThistory/historic-task-instances/{taskId}/variables/{variableName}/data
15.8.17.Get historic activity instancesGEThistory/historic-activity-instances
15.8.18.Query for historic activity instancesPOSTquery/historic-activity-instances
15.8.19.List of historic variable instancesGEThistory/historic-variable-instances
15.8.20.Query for historic variable instancesPOSTquery/historic-variable-instances
15.8.21.Get historic detailGEThistory/historic-detail
15.8.22.Query for historic detailsPOSTquery/historic-detail
15.8.23.Get the binary data for a historic detail variableGEThistory/historic-detail/{detailId}/data

15.9. Forms

§Want toHTTP MethodHTTP Request
15.9.1.Get form dataGETform/form-data
15.9.2.Submit task form dataPOSTform/form-data

15.10. Database tables

§Want toHTTP MethodHTTP Request
15.10.1.List of tablesGETmanagement/tables
15.10.2.Get a single tableGETmanagement/tables/{tableName}
15.10.3.Get column info for a single tableGETmanagement/tables/{tableName}/columns
15.10.4.Get row data for a single tableGETmanagement/tables/{tableName}/data

15.11. Engine

§Want toHTTP MethodHTTP Request
15.11.1.Get engine propertiesGETmanagement/properties
15.11.2.Get engine infoGETmanagement/engine

15.12. Runtime

§Want toHTTP MethodHTTP Request
15.12.1.Signal event receivedPOSTruntime/signals

15.13. Jobs

§Want toHTTP MethodHTTP Request
15.13.1.Get a single jobGETmanagement/jobs/{jobId}
15.13.2.Delete a jobDELETEmanagement/jobs/{jobId}
15.13.3.Execute a single jobPOSTmanagement/jobs/{jobId}
15.13.4.Get the exception stacktrace for a jobGETmanagement/jobs/{jobId}/exception-stacktrace
15.13.5.Get a list of jobsGETmanagement/jobs

15.14. Users

§Want toHTTP MethodHTTP Request
15.14.1.Get a single userGETidentity/users/{userId}
15.14.2.Get a list of usersGETidentity/users
15.14.3.Update a userPUTidentity/users/{userId}
15.14.4.Create a userPOSTidentity/users
15.14.5.Delete a userDELETEidentity/users/{userId}
15.14.6.Get a user’s pictureGETidentity/users/{userId}/picture
15.14.7.Updating a user’s pictureGETidentity/users/{userId}/picture
15.14.8.List a user’s infoPUTidentity/users/{userId}/info
15.14.9.Get a user’s infoGETidentity/users/{userId}/info/{key}
15.14.10.Update a user’s infoPUTidentity/users/{userId}/info/{key}
15.14.11.Create a new user’s info entryPOSTidentity/users/{userId}/info
15.14.12.Delete a user’s infoDELETEidentity/users/{userId}/info/{key}

15.15. Groups

§Want toHTTP MethodHTTP Request
15.15.1.Get a single groupGETidentity/groups/{groupId}
15.15.2.Get a list of groupsGETidentity/groups
15.15.3.Update a groupPUTidentity/groups/{groupId}
15.15.4.Create a groupPOSTidentity/groups
15.15.5.Delete a groupDELETEidentity/groups/{groupId}
15.15.6.Get members in a groupGETidentity/users?memberOfGroup?={groupId}
15.15.7.Add a member to a groupPOSTidentity/groups/{groupId}/members
15.15.8.Delete a member from a groupDELETEidentity/groups/{groupId}/members/{userId}

Java#Activiti


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS   sitemap
Last-modified: 2016-05-25 (水) 22:09:56 (2886d)
Short-URL: https://at-sushi.com:443/pukiwiki/index.php?cmd=s&k=03e811f6e7
ISBN10
ISBN13
9784061426061