Class HistoryRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
org.camunda.bpm.engine.rest.impl.history.HistoryRestServiceImpl
- All Implemented Interfaces:
HistoryRestService
public class HistoryRestServiceImpl
extends AbstractRestProcessEngineAware
implements HistoryRestService
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
objectMapper, relativeRootResourcePathFields inherited from interface org.camunda.bpm.engine.rest.history.HistoryRestService
PATH -
Constructor Summary
ConstructorsConstructorDescriptionHistoryRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
-
Constructor Details
-
HistoryRestServiceImpl
public HistoryRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
getProcessInstanceService
- Specified by:
getProcessInstanceServicein interfaceHistoryRestService
-
getCaseInstanceService
- Specified by:
getCaseInstanceServicein interfaceHistoryRestService
-
getActivityInstanceService
- Specified by:
getActivityInstanceServicein interfaceHistoryRestService
-
getCaseActivityInstanceService
- Specified by:
getCaseActivityInstanceServicein interfaceHistoryRestService
-
getVariableInstanceService
- Specified by:
getVariableInstanceServicein interfaceHistoryRestService
-
getProcessDefinitionService
- Specified by:
getProcessDefinitionServicein interfaceHistoryRestService
-
getDecisionDefinitionService
- Specified by:
getDecisionDefinitionServicein interfaceHistoryRestService
-
getDecisionStatisticsService
- Specified by:
getDecisionStatisticsServicein interfaceHistoryRestService
-
getCaseDefinitionService
- Specified by:
getCaseDefinitionServicein interfaceHistoryRestService
-
getUserOperationLogRestService
- Specified by:
getUserOperationLogRestServicein interfaceHistoryRestService
-
getDetailService
- Specified by:
getDetailServicein interfaceHistoryRestService
-
getTaskInstanceService
- Specified by:
getTaskInstanceServicein interfaceHistoryRestService
-
getIncidentService
- Specified by:
getIncidentServicein interfaceHistoryRestService
-
getIdentityLinkService
- Specified by:
getIdentityLinkServicein interfaceHistoryRestService
-
getJobLogService
- Specified by:
getJobLogServicein interfaceHistoryRestService
-
getDecisionInstanceService
- Specified by:
getDecisionInstanceServicein interfaceHistoryRestService
-
getBatchService
- Specified by:
getBatchServicein interfaceHistoryRestService
-
getExternalTaskLogService
- Specified by:
getExternalTaskLogServicein interfaceHistoryRestService
-
getHistoryCleanupRestService
- Specified by:
getHistoryCleanupRestServicein interfaceHistoryRestService
-