org.kie.remote.services.rest.api
Interface RuntimeResource
public interface RuntimeResource
getProcessDefinitionInfo
javax.ws.rs.core.Response getProcessDefinitionInfo(String processId)
startProcessInstance
javax.ws.rs.core.Response startProcessInstance(String processId)
getProcessInstanceStartForm
javax.ws.rs.core.Response getProcessInstanceStartForm(String processId)
getProcessInstance
javax.ws.rs.core.Response getProcessInstance(Long procInstId)
abortProcessInstance
javax.ws.rs.core.Response abortProcessInstance(Long procInstId)
signalProcessInstance
javax.ws.rs.core.Response signalProcessInstance(Long procInstId)
getProcessInstanceVariableByProcInstIdByVarName
javax.ws.rs.core.Response getProcessInstanceVariableByProcInstIdByVarName(Long procInstId,
String varName)
signalProcessInstances
javax.ws.rs.core.Response signalProcessInstances()
getWorkItem
javax.ws.rs.core.Response getWorkItem(Long workItemId)
doWorkItemOperation
javax.ws.rs.core.Response doWorkItemOperation(Long workItemId,
String operation)
withVarsStartProcessInstance
javax.ws.rs.core.Response withVarsStartProcessInstance(String processId)
- WithVars methods
withVarsGetProcessInstance
javax.ws.rs.core.Response withVarsGetProcessInstance(Long procInstId)
withVarsSignalProcessInstance
javax.ws.rs.core.Response withVarsSignalProcessInstance(Long procInstId)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.