Uses of Class
org.openiam.base.response.TaskHistoryWrapper
-
Packages that use TaskHistoryWrapper Package Description org.openiam.srvc.activiti org.openiam.workflow.activiti.service org.openiam.workflow.activiti.service.impl org.openiam.workflow.activiti.utils -
-
Uses of TaskHistoryWrapper in org.openiam.srvc.activiti
Methods in org.openiam.srvc.activiti that return types with arguments of type TaskHistoryWrapper Modifier and Type Method Description List<TaskHistoryWrapper>
ActivitiService. getHistoryForInstance(String instanceId)
List<TaskHistoryWrapper>
ActivitiServiceImpl. getHistoryForInstance(String executionId)
-
Uses of TaskHistoryWrapper in org.openiam.workflow.activiti.service
Methods in org.openiam.workflow.activiti.service that return types with arguments of type TaskHistoryWrapper Modifier and Type Method Description List<TaskHistoryWrapper>
ActivitiSearchTaskService. getHistoryForInstance(String instanceId)
-
Uses of TaskHistoryWrapper in org.openiam.workflow.activiti.service.impl
Methods in org.openiam.workflow.activiti.service.impl that return types with arguments of type TaskHistoryWrapper Modifier and Type Method Description List<TaskHistoryWrapper>
ActivitiSearchTaskServiceImpl. getHistoryForInstance(String executionId)
-
Uses of TaskHistoryWrapper in org.openiam.workflow.activiti.utils
Methods in org.openiam.workflow.activiti.utils that return TaskHistoryWrapper Modifier and Type Method Description TaskHistoryWrapper
ActivitiUtils. getTaskHistoryWrapper(org.activiti.engine.history.HistoricActivityInstance instance)
-