org.kie.remote.services.rest
Class HistoryResource
java.lang.Object
org.kie.remote.services.rest.ResourceBase
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:
| 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 |
HistoryResource
public HistoryResource()
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)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.