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
Constructors Constructor Description HistoryRestServiceImpl(java.lang.String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Method Summary
-
Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
-
-
-
-
Method Detail
-
getProcessInstanceService
public HistoricProcessInstanceRestService getProcessInstanceService()
- Specified by:
getProcessInstanceService
in interfaceHistoryRestService
-
getCaseInstanceService
public HistoricCaseInstanceRestService getCaseInstanceService()
- Specified by:
getCaseInstanceService
in interfaceHistoryRestService
-
getActivityInstanceService
public HistoricActivityInstanceRestService getActivityInstanceService()
- Specified by:
getActivityInstanceService
in interfaceHistoryRestService
-
getCaseActivityInstanceService
public HistoricCaseActivityInstanceRestService getCaseActivityInstanceService()
- Specified by:
getCaseActivityInstanceService
in interfaceHistoryRestService
-
getVariableInstanceService
public HistoricVariableInstanceRestService getVariableInstanceService()
- Specified by:
getVariableInstanceService
in interfaceHistoryRestService
-
getProcessDefinitionService
public HistoricProcessDefinitionRestService getProcessDefinitionService()
- Specified by:
getProcessDefinitionService
in interfaceHistoryRestService
-
getDecisionDefinitionService
public HistoricDecisionDefinitionRestService getDecisionDefinitionService()
- Specified by:
getDecisionDefinitionService
in interfaceHistoryRestService
-
getDecisionStatisticsService
public HistoricDecisionStatisticsRestService getDecisionStatisticsService()
- Specified by:
getDecisionStatisticsService
in interfaceHistoryRestService
-
getCaseDefinitionService
public HistoricCaseDefinitionRestService getCaseDefinitionService()
- Specified by:
getCaseDefinitionService
in interfaceHistoryRestService
-
getUserOperationLogRestService
public UserOperationLogRestService getUserOperationLogRestService()
- Specified by:
getUserOperationLogRestService
in interfaceHistoryRestService
-
getDetailService
public HistoricDetailRestService getDetailService()
- Specified by:
getDetailService
in interfaceHistoryRestService
-
getTaskInstanceService
public HistoricTaskInstanceRestService getTaskInstanceService()
- Specified by:
getTaskInstanceService
in interfaceHistoryRestService
-
getIncidentService
public HistoricIncidentRestService getIncidentService()
- Specified by:
getIncidentService
in interfaceHistoryRestService
-
getIdentityLinkService
public HistoricIdentityLinkLogRestService getIdentityLinkService()
- Specified by:
getIdentityLinkService
in interfaceHistoryRestService
-
getJobLogService
public HistoricJobLogRestService getJobLogService()
- Specified by:
getJobLogService
in interfaceHistoryRestService
-
getDecisionInstanceService
public HistoricDecisionInstanceRestService getDecisionInstanceService()
- Specified by:
getDecisionInstanceService
in interfaceHistoryRestService
-
getBatchService
public HistoricBatchRestService getBatchService()
- Specified by:
getBatchService
in interfaceHistoryRestService
-
getExternalTaskLogService
public HistoricExternalTaskLogRestService getExternalTaskLogService()
- Specified by:
getExternalTaskLogService
in interfaceHistoryRestService
-
getHistoryCleanupRestService
public HistoryCleanupRestService getHistoryCleanupRestService()
- Specified by:
getHistoryCleanupRestService
in interfaceHistoryRestService
-
-