KIE Remote Services :: Services 6.0.0.Beta3

org.kie.services.remote.rest
Class RuntimeResource

java.lang.Object
  extended by org.kie.services.remote.rest.ResourceBase
      extended by org.kie.services.remote.rest.RuntimeResource

@RequestScoped
public class RuntimeResource
extends ResourceBase


Constructor Summary
RuntimeResource()
           
 
Method Summary
 JaxbGenericResponse doProcessInstanceOperation(Long procInstId, String operation)
           
 JaxbGenericResponse doWorkItemOperation(Long workItemId, String operation)
           
 JaxbCommandsResponse execute(JaxbCommandsRequest cmdsRequest)
           
 JaxbProcessInstanceResponse getProcessInstanceDetails(Long procInstId)
           
 JaxbGenericResponse signalEvent(String signal)
           
 JaxbGenericResponse startNewProcess(String processId)
           
 
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
 

Constructor Detail

RuntimeResource

public RuntimeResource()
Method Detail

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)

KIE Remote Services :: Services 6.0.0.Beta3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.