Interface HistoryRestService
- 
- All Known Implementing Classes:
- HistoryRestServiceImpl
 
 @Path("/history") @Produces("application/json") public interface HistoryRestService
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringPATH
 - 
Method Summary
 
- 
- 
- 
Field Detail- 
PATHstatic final java.lang.String PATH - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getProcessInstanceService@Path("/process-instance") HistoricProcessInstanceRestService getProcessInstanceService()
 - 
getCaseInstanceService@Path("/case-instance") HistoricCaseInstanceRestService getCaseInstanceService()
 - 
getActivityInstanceService@Path("/activity-instance") HistoricActivityInstanceRestService getActivityInstanceService()
 - 
getCaseActivityInstanceService@Path("/case-activity-instance") HistoricCaseActivityInstanceRestService getCaseActivityInstanceService()
 - 
getVariableInstanceService@Path("/variable-instance") HistoricVariableInstanceRestService getVariableInstanceService()
 - 
getProcessDefinitionService@Path("/process-definition") HistoricProcessDefinitionRestService getProcessDefinitionService()
 - 
getDecisionDefinitionService@Path("/decision-definition") HistoricDecisionDefinitionRestService getDecisionDefinitionService()
 - 
getCaseDefinitionService@Path("/case-definition") HistoricCaseDefinitionRestService getCaseDefinitionService()
 - 
getDecisionStatisticsService@Path("/decision-requirements-definition") HistoricDecisionStatisticsRestService getDecisionStatisticsService()
 - 
getUserOperationLogRestService@Path("/user-operation") UserOperationLogRestService getUserOperationLogRestService()
 - 
getDetailService@Path("/detail") HistoricDetailRestService getDetailService()
 - 
getTaskInstanceService@Path("/task") HistoricTaskInstanceRestService getTaskInstanceService()
 - 
getIncidentService@Path("/incident") HistoricIncidentRestService getIncidentService()
 - 
getJobLogService@Path("/job-log") HistoricJobLogRestService getJobLogService()
 - 
getDecisionInstanceService@Path("/decision-instance") HistoricDecisionInstanceRestService getDecisionInstanceService()
 - 
getIdentityLinkService@Path("/identity-link-log") HistoricIdentityLinkLogRestService getIdentityLinkService()
 - 
getBatchService@Path("/batch") HistoricBatchRestService getBatchService()
 - 
getExternalTaskLogService@Path("/external-task-log") HistoricExternalTaskLogRestService getExternalTaskLogService()
 - 
getHistoryCleanupRestService@Path("/cleanup") HistoryCleanupRestService getHistoryCleanupRestService()
 
- 
 
-