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, relativeRootResourcePath
Fields inherited from interface org.camunda.bpm.engine.rest.history.HistoryRestService
PATH
-
Constructor Summary
ConstructorDescriptionHistoryRestServiceImpl
(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:
getProcessInstanceService
in interfaceHistoryRestService
-
getCaseInstanceService
- Specified by:
getCaseInstanceService
in interfaceHistoryRestService
-
getActivityInstanceService
- Specified by:
getActivityInstanceService
in interfaceHistoryRestService
-
getCaseActivityInstanceService
- Specified by:
getCaseActivityInstanceService
in interfaceHistoryRestService
-
getVariableInstanceService
- Specified by:
getVariableInstanceService
in interfaceHistoryRestService
-
getProcessDefinitionService
- Specified by:
getProcessDefinitionService
in interfaceHistoryRestService
-
getDecisionDefinitionService
- Specified by:
getDecisionDefinitionService
in interfaceHistoryRestService
-
getDecisionStatisticsService
- Specified by:
getDecisionStatisticsService
in interfaceHistoryRestService
-
getCaseDefinitionService
- Specified by:
getCaseDefinitionService
in interfaceHistoryRestService
-
getUserOperationLogRestService
- Specified by:
getUserOperationLogRestService
in interfaceHistoryRestService
-
getDetailService
- Specified by:
getDetailService
in interfaceHistoryRestService
-
getTaskInstanceService
- Specified by:
getTaskInstanceService
in interfaceHistoryRestService
-
getIncidentService
- Specified by:
getIncidentService
in interfaceHistoryRestService
-
getIdentityLinkService
- Specified by:
getIdentityLinkService
in interfaceHistoryRestService
-
getJobLogService
- Specified by:
getJobLogService
in interfaceHistoryRestService
-
getDecisionInstanceService
- Specified by:
getDecisionInstanceService
in interfaceHistoryRestService
-
getBatchService
- Specified by:
getBatchService
in interfaceHistoryRestService
-
getExternalTaskLogService
- Specified by:
getExternalTaskLogService
in interfaceHistoryRestService
-
getHistoryCleanupRestService
- Specified by:
getHistoryCleanupRestService
in interfaceHistoryRestService
-