org.kie.services.remote.rest
Class RuntimeResource
java.lang.Object
org.kie.services.remote.rest.ResourceBase
org.kie.services.remote.rest.RuntimeResource
@RequestScoped
public class RuntimeResource
- extends ResourceBase
| Methods inherited from class org.kie.services.remote.rest.ResourceBase |
convertStringListToStatusList, convertTaskToTaskSummary, createCorrectVariant, extractMapFromParams, getLongListParam, getNumberParam, getObjectParam, getOrganizationalEntityListFromParams, getPageNumAndPageSize, getRequestParams, getStringListParam, getStringParam, getVariant, restProcessJaxbCommandsRequest |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeResource
public RuntimeResource()
execute
public JaxbCommandsResponse execute(JaxbCommandsRequest cmdsRequest)
startNewProcess
public javax.ws.rs.core.Response startNewProcess(String processId)
getProcessInstanceDetails
public javax.ws.rs.core.Response getProcessInstanceDetails(Long procInstId)
abortProcessInstance
public javax.ws.rs.core.Response abortProcessInstance(Long procInstId)
signalProcessInstance
public javax.ws.rs.core.Response signalProcessInstance(Long procInstId)
getProcessInstanceVariables
public javax.ws.rs.core.Response getProcessInstanceVariables(Long procInstId)
signalEvent
public javax.ws.rs.core.Response signalEvent()
getWorkItem
public javax.ws.rs.core.Response getWorkItem(Long workItemId)
doWorkItemOperation
public javax.ws.rs.core.Response doWorkItemOperation(Long workItemId,
String operation)
clearProcessInstanceLogs
public javax.ws.rs.core.Response clearProcessInstanceLogs()
- History methods
getProcessInstanceLogs
public javax.ws.rs.core.Response getProcessInstanceLogs()
getSpecificProcessInstanceLogs
public javax.ws.rs.core.Response getSpecificProcessInstanceLogs(long procInstId)
getVariableOrNodeHistoryList
public javax.ws.rs.core.Response getVariableOrNodeHistoryList(Long procInstId,
String operation)
getSpecificVariableOrNodeHistoryList
public javax.ws.rs.core.Response getSpecificVariableOrNodeHistoryList(Long procInstId,
String operation,
String logId)
getProcessInstanceLogs
public javax.ws.rs.core.Response getProcessInstanceLogs(String processId)
startNewProcessWithVars
public javax.ws.rs.core.Response startNewProcessWithVars(String processId)
- WithVars methods
getProcessInstanceWithVars
public javax.ws.rs.core.Response getProcessInstanceWithVars(Long procInstId)
signalProcessInstanceWithVars
public javax.ws.rs.core.Response signalProcessInstanceWithVars(Long procInstId)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.