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 |
checkThatOperationExists, convertStringListToStatusList, convertTaskToTaskSummary, extractMapFromParams, getLongListParam, getNumberParam, getObjectParam, getOrganizationalEntityListFromParams, getPageNumAndPageSize, getRequestParams, getStringListParam, getStringParam |
| 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 JaxbProcessInstanceResponse startNewProcess(String processId)
getProcessInstanceDetails
public JaxbProcessInstanceResponse getProcessInstanceDetails(Long procInstId)
abortProcessInstanceOperation
public JaxbGenericResponse abortProcessInstanceOperation(Long procInstId)
signalProcessInstanceOperation
public JaxbGenericResponse signalProcessInstanceOperation(Long procInstId)
startProcessInstanceOperation
public JaxbProcessInstanceResponse startProcessInstanceOperation(Long procInstId)
signalEvent
public JaxbGenericResponse signalEvent(String signal)
doWorkItemOperation
public JaxbGenericResponse doWorkItemOperation(Long workItemId,
String operation)
clearProcessInstanceLogs
public JaxbGenericResponse clearProcessInstanceLogs()
- History methods
getProcessInstanceLogs
public JaxbHistoryLogList getProcessInstanceLogs()
getSpecificProcessInstanceLogs
public JaxbHistoryLogList getSpecificProcessInstanceLogs(long procInstId)
getVariableOrNodeHistoryList
public JaxbHistoryLogList getVariableOrNodeHistoryList(Long processInstanceId,
String operation)
getSpecificVariableOrNodeHistoryList
public JaxbHistoryLogList getSpecificVariableOrNodeHistoryList(Long processInstanceId,
String operation,
String id)
getProcessInstanceLogs
public JaxbHistoryLogList getProcessInstanceLogs(String processId)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.