KIE Remote Services :: Services 6.2.0.Beta3

org.kie.remote.services.rest
Class HistoryResourceImpl

java.lang.Object
  extended by org.kie.remote.services.rest.ResourceBase
      extended by org.kie.remote.services.rest.HistoryResourceImpl
All Implemented Interfaces:
HistoryResource

@RequestScoped
public class HistoryResourceImpl
extends ResourceBase
implements HistoryResource

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, paginationParams, PROC_INST_ID_PARAM_NAME, processRequestBean
 
Constructor Summary
HistoryResourceImpl()
           
 
Method Summary
 javax.ws.rs.core.Response clear()
           
 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, doRestTaskOperation, doRestTaskOperationWithDeploymentId, doRestTaskOperationWithTaskId, extractMapFromParams, getAuditLogService, getBaseUri, getEnum, getLongListParam, getMaxNumResultsNeeded, getNumberParam, getObjectParam, getOrganizationalEntityListFromParams, getPageNumAndPageSize, getRelativePath, getRequestParams, getRequestUri, getStringListParam, getStringListParamAsList, getStringParam, paginate, paginateAndCreateResult, paginateAndCreateResult, restProcessJaxbCommandsRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryResourceImpl

public HistoryResourceImpl()
Method Detail

clear

public javax.ws.rs.core.Response clear()
Specified by:
clear in interface HistoryResource

instances

public javax.ws.rs.core.Response instances()
Specified by:
instances in interface HistoryResource

instance_procInstId

public javax.ws.rs.core.Response instance_procInstId(long procInstId)
Specified by:
instance_procInstId in interface HistoryResource

instance_procInstid_oper

public javax.ws.rs.core.Response instance_procInstid_oper(Long procInstId,
                                                          String operation)
Specified by:
instance_procInstid_oper in interface HistoryResource

instance_procInstId_oper_logId

public javax.ws.rs.core.Response instance_procInstId_oper_logId(Long procInstId,
                                                                String operation,
                                                                String logId)
Specified by:
instance_procInstId_oper_logId in interface HistoryResource

process_procDefId

public javax.ws.rs.core.Response process_procDefId(String processId)
Specified by:
process_procDefId in interface HistoryResource

variable_varId

public javax.ws.rs.core.Response variable_varId(String variableId)
Specified by:
variable_varId in interface HistoryResource

variable_varId_value_valueVal

public javax.ws.rs.core.Response variable_varId_value_valueVal(String variableId,
                                                               String value)
Specified by:
variable_varId_value_valueVal in interface HistoryResource

variable_varId_instances

public javax.ws.rs.core.Response variable_varId_instances(String variableId)
Specified by:
variable_varId_instances in interface HistoryResource

variable_varId_value_valueVal_instances

public javax.ws.rs.core.Response variable_varId_value_valueVal_instances(String variableId,
                                                                         String value)
Specified by:
variable_varId_value_valueVal_instances in interface HistoryResource

KIE Remote Services :: Services 6.2.0.Beta3

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