KIE Remote Services :: Services 6.1.0.Beta1

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

If a method in this class is annotated by a @Path annotation, then the name of the method should match the URL specified in the @Path, where "_" characters should be used for all "/" characters in the path.

For example:


Field Summary
 
Fields inherited from class org.kie.services.remote.rest.ResourceBase
logger, PROC_INST_ID_PARAM_NAME
 
Constructor Summary
RuntimeResource()
           
 
Method Summary
 JaxbCommandsResponse execute(JaxbCommandsRequest cmdsRequest)
           
protected  QName getRootElementName(Object object)
           
 javax.ws.rs.core.Response history_clear()
          Deprecated. 
 javax.ws.rs.core.Response history_instance_procInstId_oper_logId(Long procInstId, String operation, String logId)
          Deprecated. 
 javax.ws.rs.core.Response history_instance_procInstid_oper(Long procInstId, String operation)
          Deprecated. 
 javax.ws.rs.core.Response history_instance_procInstId(long procInstId)
          Deprecated. 
 javax.ws.rs.core.Response history_instances()
          Deprecated. 
 javax.ws.rs.core.Response history_process_procDefId(String processId)
          Deprecated. 
 javax.ws.rs.core.Response history_variable_varId_instances(String variableId)
          Deprecated. 
 javax.ws.rs.core.Response history_variable_varId_value_valueVal_instances(String variableId, String value)
          Deprecated. 
 javax.ws.rs.core.Response history_variable_varId_value_valueVal(String variableId, String value)
          Deprecated. 
 javax.ws.rs.core.Response history_variable_varId(String variableId)
          Deprecated. 
 javax.ws.rs.core.Response process_defId_start(String processId)
           
 javax.ws.rs.core.Response process_instance_procInstId_abort(Long procInstId)
           
 javax.ws.rs.core.Response process_instance_procInstId_signal(Long procInstId)
           
 javax.ws.rs.core.Response process_instance_procInstId_variable_varName(Long procInstId, String varName)
           
 javax.ws.rs.core.Response process_instance_procInstId(Long procInstId)
           
 javax.ws.rs.core.Response signal()
           
 javax.ws.rs.core.Response withvars_process_instance_procInstid_signal(Long procInstId)
           
 javax.ws.rs.core.Response withvars_process_instance_procInstId(Long procInstId)
           
 javax.ws.rs.core.Response withvars_process_processDefId_start(String processId)
          WithVars methods
 javax.ws.rs.core.Response workitem_workItemId(Long workItemId)
           
 javax.ws.rs.core.Response worktiem_workItemId_oper(Long workItemId, String operation)
           
 
Methods inherited from class org.kie.services.remote.rest.ResourceBase
convertStringListToStatusList, convertTaskToTaskSummary, createCorrectVariant, createCorrectVariant, extractMapFromParams, getLongListParam, getMaxNumResultsNeeded, getNumberParam, getObjectParam, getOrganizationalEntityListFromParams, getPageNumAndPageSize, getRelativePath, getRequestParams, getStringListParam, getStringParam, getVariant, paginate, restProcessJaxbCommandsRequest
 
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)

process_defId_start

public javax.ws.rs.core.Response process_defId_start(String processId)

process_instance_procInstId

public javax.ws.rs.core.Response process_instance_procInstId(Long procInstId)

process_instance_procInstId_abort

public javax.ws.rs.core.Response process_instance_procInstId_abort(Long procInstId)

process_instance_procInstId_signal

public javax.ws.rs.core.Response process_instance_procInstId_signal(Long procInstId)

process_instance_procInstId_variable_varName

public javax.ws.rs.core.Response process_instance_procInstId_variable_varName(Long procInstId,
                                                                              String varName)

getRootElementName

protected QName getRootElementName(Object object)

signal

public javax.ws.rs.core.Response signal()

workitem_workItemId

public javax.ws.rs.core.Response workitem_workItemId(Long workItemId)

worktiem_workItemId_oper

public javax.ws.rs.core.Response worktiem_workItemId_oper(Long workItemId,
                                                          String operation)

history_clear

@Deprecated
public javax.ws.rs.core.Response history_clear()
Deprecated. 

History methods


history_instances

@Deprecated
public javax.ws.rs.core.Response history_instances()
Deprecated. 


history_instance_procInstId

@Deprecated
public javax.ws.rs.core.Response history_instance_procInstId(long procInstId)
Deprecated. 


history_instance_procInstid_oper

@Deprecated
public javax.ws.rs.core.Response history_instance_procInstid_oper(Long procInstId,
                                                                             String operation)
Deprecated. 


history_instance_procInstId_oper_logId

@Deprecated
public javax.ws.rs.core.Response history_instance_procInstId_oper_logId(Long procInstId,
                                                                                   String operation,
                                                                                   String logId)
Deprecated. 


history_process_procDefId

@Deprecated
public javax.ws.rs.core.Response history_process_procDefId(String processId)
Deprecated. 


history_variable_varId

@Deprecated
public javax.ws.rs.core.Response history_variable_varId(String variableId)
Deprecated. 


history_variable_varId_value_valueVal

@Deprecated
public javax.ws.rs.core.Response history_variable_varId_value_valueVal(String variableId,
                                                                                  String value)
Deprecated. 


history_variable_varId_instances

@Deprecated
public javax.ws.rs.core.Response history_variable_varId_instances(String variableId)
Deprecated. 


history_variable_varId_value_valueVal_instances

@Deprecated
public javax.ws.rs.core.Response history_variable_varId_value_valueVal_instances(String variableId,
                                                                                            String value)
Deprecated. 


withvars_process_processDefId_start

public javax.ws.rs.core.Response withvars_process_processDefId_start(String processId)
WithVars methods


withvars_process_instance_procInstId

public javax.ws.rs.core.Response withvars_process_instance_procInstId(Long procInstId)

withvars_process_instance_procInstid_signal

public javax.ws.rs.core.Response withvars_process_instance_procInstid_signal(Long procInstId)

KIE Remote Services :: Services 6.1.0.Beta1

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