KIE Remote Services :: Services 6.2.0.CR4

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

@RequestScoped
public class HistoryResourceImpl
extends ResourceBase

This resource is responsible for direct, simple access to the history information. For complex queries, see the QueryResourceImpl


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 getInstanceLogsByProcInstId(long instId, String logType)
           
 javax.ws.rs.core.Response getInstanceLogsByProcInstIdByLogId(long procInstId, String operation, String logId)
           
 javax.ws.rs.core.Response getProcessInstanceLog(long procInstId)
           
 javax.ws.rs.core.Response getProcessInstanceLogs()
           
 javax.ws.rs.core.Response getProcessInstanceLogsByProcessId(String processId)
           
 javax.ws.rs.core.Response getProcessInstanceLogsByVariableId(String variableId)
           
 javax.ws.rs.core.Response getProcessInstanceLogsByVariableIdByVariableValue(String variableId, String value)
           
 javax.ws.rs.core.Response getVariableInstanceLogsByVariableId(String variableId)
           
 javax.ws.rs.core.Response getVariableInstanceLogsByVariableIdByVariableValue(String variableId, String value)
           
 
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
 

Constructor Detail

HistoryResourceImpl

public HistoryResourceImpl()
Method Detail

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()

KIE Remote Services :: Services 6.2.0.CR4

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