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