KIE Remote Services :: Services 6.1.0.CR2

org.kie.remote.services.rest
Class HistoryResource

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

@RequestScoped
public class HistoryResource
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.remote.services.rest.ResourceBase
logger, PROC_INST_ID_PARAM_NAME
 
Constructor Summary
HistoryResource()
           
 
Method Summary
 javax.ws.rs.core.Response clear()
          History methods
 javax.ws.rs.core.Response instance_procInstId_oper_logId(Long procInstId, String operation, String logId)
           
 javax.ws.rs.core.Response instance_procInstid_oper(Long procInstId, String operation)
           
 javax.ws.rs.core.Response instance_procInstId(long procInstId)
           
 javax.ws.rs.core.Response instances()
           
 javax.ws.rs.core.Response process_procDefId(String processId)
           
 javax.ws.rs.core.Response variable_varId_instances(String variableId)
           
 javax.ws.rs.core.Response variable_varId_value_valueVal_instances(String variableId, String value)
           
 javax.ws.rs.core.Response variable_varId_value_valueVal(String variableId, String value)
           
 javax.ws.rs.core.Response variable_varId(String variableId)
           
 
Methods inherited from class org.kie.remote.services.rest.ResourceBase
convertProcAssetDescToJaxbProcDef, convertStringListToStatusList, convertTaskToTaskSummary, createCorrectVariant, createCorrectVariant, extractMapFromParams, getEnum, getLongListParam, getMaxNumResultsNeeded, getNumberParam, getObjectParam, getOrganizationalEntityListFromParams, getPageNumAndPageSize, getRelativePath, getRequestParams, getStringListParam, getStringParam, getVariant, paginate, paginateAndCreateResult, paginateAndCreateResult, restProcessJaxbCommandsRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryResource

public HistoryResource()
Method Detail

clear

public javax.ws.rs.core.Response clear()
History methods


instances

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

instance_procInstId

public javax.ws.rs.core.Response instance_procInstId(long procInstId)

instance_procInstid_oper

public javax.ws.rs.core.Response instance_procInstid_oper(Long procInstId,
                                                          String operation)

instance_procInstId_oper_logId

public javax.ws.rs.core.Response instance_procInstId_oper_logId(Long procInstId,
                                                                String operation,
                                                                String logId)

process_procDefId

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

variable_varId

public javax.ws.rs.core.Response variable_varId(String variableId)

variable_varId_value_valueVal

public javax.ws.rs.core.Response variable_varId_value_valueVal(String variableId,
                                                               String value)

variable_varId_instances

public javax.ws.rs.core.Response variable_varId_instances(String variableId)

variable_varId_value_valueVal_instances

public javax.ws.rs.core.Response variable_varId_value_valueVal_instances(String variableId,
                                                                         String value)

KIE Remote Services :: Services 6.1.0.CR2

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