org.kie.remote.services.rest
Class HistoryResourceImpl
java.lang.Object
org.kie.remote.services.rest.ResourceBase
org.kie.remote.services.rest.HistoryResourceImpl
@RequestScoped
public class HistoryResourceImpl
- extends ResourceBase
This resource is responsible for direct, simple access to the history information.
For complex queries, see the QueryResourceImpl
| 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, setProcessRequestBean |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistoryResourceImpl
public HistoryResourceImpl()
getProcessInstanceLogs
public javax.ws.rs.core.Response getProcessInstanceLogs()
getProcessInstanceLog
public javax.ws.rs.core.Response getProcessInstanceLog(long procInstId)
getInstanceLogsByProcInstId
public javax.ws.rs.core.Response getInstanceLogsByProcInstId(long instId,
String logType)
getInstanceLogsByProcInstIdByLogId
public javax.ws.rs.core.Response getInstanceLogsByProcInstIdByLogId(long procInstId,
String operation,
String logId)
getProcessInstanceLogsByProcessId
public javax.ws.rs.core.Response getProcessInstanceLogsByProcessId(String processId)
getVariableInstanceLogsByVariableId
public javax.ws.rs.core.Response getVariableInstanceLogsByVariableId(String variableId)
getVariableInstanceLogsByVariableIdByVariableValue
public javax.ws.rs.core.Response getVariableInstanceLogsByVariableIdByVariableValue(String variableId,
String value)
getProcessInstanceLogsByVariableId
public javax.ws.rs.core.Response getProcessInstanceLogsByVariableId(String variableId)
getProcessInstanceLogsByVariableIdByVariableValue
public javax.ws.rs.core.Response getProcessInstanceLogsByVariableIdByVariableValue(String variableId,
String value)
clear
public javax.ws.rs.core.Response clear()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.