@Path(value="/history") @RequestScoped public class HistoryResourceImpl extends ResourceBase
QueryResourceImplBOOLEAN_REGEX, CORR_KEY_SHORT_QUERY_PARAM_PREFIX, FLOAT_REGEX, logger, LONG_INTEGER_REGEX, MAP_QUERY_PARAM_PREFIX, paginationParams, PROC_INST_ID_PARAM_NAME, processRequestBean, userGroupCallbackInstance, wrapperPrimitives| Constructor and Description |
|---|
HistoryResourceImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
convertProcAssetDescToJaxbProcDef, convertStringListToStatusList, convertTaskToTaskSummary, createCorrectVariant, createCorrectVariant, doRestTaskOperation, doRestTaskOperationWithDeploymentId, doRestTaskOperationWithTaskId, extractMapFromParams, getAuditLogService, getBaseUri, getCorrelationKeyProperties, getEnum, getJPAService, getLongListParam, getMaxNumResultsNeeded, getNumberParam, getObjectParam, getOrganizationalEntityListFromParams, getPageNumAndPageSize, getRelativePath, getRequestParams, getRequestUri, getStringListParam, getStringListParamAsList, getStringParam, getUserGroupCallback, isPrimitiveOrWrapper, paginate, paginateAndCreateResult, paginateAndCreateResult, safeGet, setHttpServletRequest, setProcessRequestBean, setUserGroupCallback@GET @Path(value="/instances") @RolesAllowed(value={"rest-all","rest-process-read-only","rest-process"}) public javax.ws.rs.core.Response getProcessInstanceLogs()
@GET
@Path(value="/instance/{procInstId: [0-9]+}")
@RolesAllowed(value={"rest-all","rest-process-read-only","rest-process"})
public javax.ws.rs.core.Response getProcessInstanceLog(@PathParam(value="procInstId")
long procInstId)
@GET
@Path(value="/instance/{procInstId: [0-9]+}/{type: [a-zA-Z]+}")
@RolesAllowed(value={"rest-all","rest-process-read-only","rest-process"})
public javax.ws.rs.core.Response getInstanceLogsByProcInstId(@PathParam(value="procInstId")
long instId,
@PathParam(value="type")
String logType)
@GET
@Path(value="/instance/{procInstId: [0-9]+}/{type: [a-zA-Z]+}/{logId: [a-zA-Z0-9-:\\._]+}")
@RolesAllowed(value={"rest-all","rest-process-read-only","rest-process"})
public javax.ws.rs.core.Response getInstanceLogsByProcInstIdByLogId(@PathParam(value="procInstId")
long procInstId,
@PathParam(value="type")
String operation,
@PathParam(value="logId")
String logId)
@GET
@Path(value="/process/{processDefId: [a-zA-Z0-9-:\\._]+}")
@RolesAllowed(value={"rest-all","rest-process-read-only","rest-process"})
public javax.ws.rs.core.Response getProcessInstanceLogsByProcessId(@PathParam(value="processDefId")
String processId)
@GET
@Path(value="/variable/{varId: [a-zA-Z0-9-:\\._]+}")
@RolesAllowed(value={"rest-all","rest-process-read-only","rest-process"})
public javax.ws.rs.core.Response getVariableInstanceLogsByVariableId(@PathParam(value="varId")
String variableId)
@GET
@Path(value="/variable/{varId: [a-zA-Z0-9-:\\._]+}/value/{value: [a-zA-Z0-9-:\\._]+}")
@RolesAllowed(value={"rest-all","rest-process-read-only","rest-process"})
public javax.ws.rs.core.Response getVariableInstanceLogsByVariableIdByVariableValue(@PathParam(value="varId")
String variableId,
@PathParam(value="value")
String value)
@GET
@Path(value="/variable/{varId: [a-zA-Z0-9-:\\._]+}/instances")
@RolesAllowed(value={"rest-all","rest-process-read-only","rest-process"})
public javax.ws.rs.core.Response getProcessInstanceLogsByVariableId(@PathParam(value="varId")
String variableId)
@GET
@Path(value="/variable/{varId: [a-zA-Z0-9-:\\._]+}/value/{value: [a-zA-Z0-9-:\\._]+}/instances")
@RolesAllowed(value={"rest-all","rest-process-read-only","rest-process"})
public javax.ws.rs.core.Response getProcessInstanceLogsByVariableIdByVariableValue(@PathParam(value="varId")
String variableId,
@PathParam(value="value")
String value)
@POST @Path(value="/clear") @RolesAllowed(value={"rest-all","rest-process"}) public javax.ws.rs.core.Response clear()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.