public interface RuntimeResource
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
abortProcessInstance(Long procInstId) |
javax.ws.rs.core.Response |
doWorkItemOperation(Long workItemId,
String operation) |
javax.ws.rs.core.Response |
getProcessDefinitionInfo(String processId) |
javax.ws.rs.core.Response |
getProcessInstance(Long procInstId) |
javax.ws.rs.core.Response |
getProcessInstanceStartForm(String processId) |
javax.ws.rs.core.Response |
getProcessInstanceVariableByProcInstIdByVarName(Long procInstId,
String varName) |
javax.ws.rs.core.Response |
getWorkItem(Long workItemId) |
javax.ws.rs.core.Response |
signalProcessInstance(Long procInstId) |
javax.ws.rs.core.Response |
signalProcessInstances() |
javax.ws.rs.core.Response |
startProcessInstance(String processId) |
javax.ws.rs.core.Response |
withVarsGetProcessInstance(Long procInstId) |
javax.ws.rs.core.Response |
withVarsSignalProcessInstance(Long procInstId) |
javax.ws.rs.core.Response |
withVarsStartProcessInstance(String processId) |
javax.ws.rs.core.Response getProcessDefinitionInfo(String processId)
javax.ws.rs.core.Response startProcessInstance(String processId)
javax.ws.rs.core.Response getProcessInstanceStartForm(String processId)
javax.ws.rs.core.Response getProcessInstance(Long procInstId)
javax.ws.rs.core.Response abortProcessInstance(Long procInstId)
javax.ws.rs.core.Response signalProcessInstance(Long procInstId)
javax.ws.rs.core.Response getProcessInstanceVariableByProcInstIdByVarName(Long procInstId, String varName)
javax.ws.rs.core.Response signalProcessInstances()
javax.ws.rs.core.Response getWorkItem(Long workItemId)
javax.ws.rs.core.Response doWorkItemOperation(Long workItemId, String operation)
javax.ws.rs.core.Response withVarsStartProcessInstance(String processId)
javax.ws.rs.core.Response withVarsGetProcessInstance(Long procInstId)
javax.ws.rs.core.Response withVarsSignalProcessInstance(Long procInstId)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.