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, 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 JaxbGenericResponse startNewProcess(String processId)
getProcessInstanceDetails
public JaxbProcessInstanceResponse getProcessInstanceDetails(Long procInstId)
doProcessInstanceOperation
public JaxbGenericResponse doProcessInstanceOperation(Long procInstId,
String operation)
signalEvent
public JaxbGenericResponse signalEvent(String signal)
doWorkItemOperation
public JaxbGenericResponse doWorkItemOperation(Long workItemId,
String operation)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.