KIE Remote Services :: REST API 6.2.0.CR1

org.kie.remote.services.rest.api
Interface RuntimeResource


public interface RuntimeResource


Method Summary
 javax.ws.rs.core.Response abortProcessInstance(Long procInstId)
           
 javax.ws.rs.core.Response doWorkItemOperation(Long workItemId, String operation)
           
 javax.ws.rs.core.Response getProcessDefinitionInfo(String processId)
           
 javax.ws.rs.core.Response getProcessInstance(Long procInstId)
           
 javax.ws.rs.core.Response getProcessInstanceStartForm(String processId)
           
 javax.ws.rs.core.Response getProcessInstanceVariableByProcInstIdByVarName(Long procInstId, String varName)
           
 javax.ws.rs.core.Response getWorkItem(Long workItemId)
           
 javax.ws.rs.core.Response signalProcessInstance(Long procInstId)
           
 javax.ws.rs.core.Response signalProcessInstances()
           
 javax.ws.rs.core.Response startProcessInstance(String processId)
           
 javax.ws.rs.core.Response withVarsGetProcessInstance(Long procInstId)
           
 javax.ws.rs.core.Response withVarsSignalProcessInstance(Long procInstId)
           
 javax.ws.rs.core.Response withVarsStartProcessInstance(String processId)
           
 

Method Detail

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)

withVarsGetProcessInstance

javax.ws.rs.core.Response withVarsGetProcessInstance(Long procInstId)

withVarsSignalProcessInstance

javax.ws.rs.core.Response withVarsSignalProcessInstance(Long procInstId)

KIE Remote Services :: REST API 6.2.0.CR1

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