Uses of Class
org.openiam.base.response.TaskWrapper
-
-
Uses of TaskWrapper in org.openiam.base.response
Methods in org.openiam.base.response that return TaskWrapper Modifier and Type Method Description TaskWrapper
TaskHistoryWrapper. getTask()
Methods in org.openiam.base.response with parameters of type TaskWrapper Modifier and Type Method Description void
TaskHistoryWrapper. setTask(TaskWrapper task)
Method parameters in org.openiam.base.response with type arguments of type TaskWrapper Modifier and Type Method Description void
TaskListWrapper. addAssignedTasks(List<TaskWrapper> assignedTasks)
void
TaskListWrapper. addCandidateTasks(List<TaskWrapper> candidateTasks)
-
Uses of TaskWrapper in org.openiam.email.model
Methods in org.openiam.email.model that return TaskWrapper Modifier and Type Method Description TaskWrapper
EmailTaskRequest. getTask()
Methods in org.openiam.email.model with parameters of type TaskWrapper Modifier and Type Method Description void
EmailTaskRequest. setTask(TaskWrapper task)
-
Uses of TaskWrapper in org.openiam.srvc.activiti
Methods in org.openiam.srvc.activiti that return TaskWrapper Modifier and Type Method Description TaskWrapper
ActivitiService. getTask(String taskId)
TaskWrapper
ActivitiServiceImpl. getTask(String taskId)
TaskWrapper
ActivitiService. getTaskFromHistory(String executionId, String taskId)
TaskWrapper
ActivitiServiceImpl. getTaskFromHistory(String executionId, String taskId)
TaskWrapper
ActivitiService. getTaskInLastState(String taskId)
TaskWrapper
ActivitiServiceImpl. getTaskInLastState(String processInstanceId)
-
Uses of TaskWrapper in org.openiam.workflow.activiti.custom
Methods in org.openiam.workflow.activiti.custom that return types with arguments of type TaskWrapper Modifier and Type Method Description List<TaskWrapper>
AccessCertCampaignTaskQuery. executeList(org.activiti.engine.impl.interceptor.CommandContext commandContext, org.activiti.engine.impl.Page page)
List<TaskWrapper>
OpenIAMAccessCertTaskQuery. executeList(org.activiti.engine.impl.interceptor.CommandContext commandContext, org.activiti.engine.impl.Page page)
List<TaskWrapper>
OpenIAMHistoryTaskQuery. executeList(org.activiti.engine.impl.interceptor.CommandContext commandContext, org.activiti.engine.impl.Page page)
List<TaskWrapper>
PivotViewProcessInstancesQuery. executeList(org.activiti.engine.impl.interceptor.CommandContext commandContext, org.activiti.engine.impl.Page page)
-
Uses of TaskWrapper in org.openiam.workflow.activiti.delegate.core
Methods in org.openiam.workflow.activiti.delegate.core with parameters of type TaskWrapper Modifier and Type Method Description void
NotificationHelper. sendNotification(User toNotify, User requestor, TaskWrapper taskWrapper, String notificationType, CreateAccessRequestModel model)
-
Uses of TaskWrapper in org.openiam.workflow.activiti.service
Methods in org.openiam.workflow.activiti.service that return TaskWrapper Modifier and Type Method Description TaskWrapper
ActivitiSearchTaskService. getTask(String taskId)
TaskWrapper
ActivitiSearchTaskService. getTaskFromHistory(String processInstanceId)
TaskWrapper
ActivitiSearchTaskService. getTaskFromHistory(String executionId, String taskId)
TaskWrapper
ActivitiSearchTaskService. getTaskInLastState(String processInstanceId)
Method query by taskId from tasks, if no any results, it tries to query from history (task maybe already finished).Methods in org.openiam.workflow.activiti.service that return types with arguments of type TaskWrapper Modifier and Type Method Description org.springframework.data.domain.Page<TaskWrapper>
ActivitiSearchTaskService. findTasks(TaskSearchBean searchBean, int from, int size)
org.springframework.data.domain.Page<TaskWrapper>
ActivitiSearchTaskService. getHistory(HistorySearchBean searchBean, int from, int size)
-
Uses of TaskWrapper in org.openiam.workflow.activiti.service.impl
Methods in org.openiam.workflow.activiti.service.impl that return TaskWrapper Modifier and Type Method Description TaskWrapper
ActivitiSearchTaskServiceImpl. getTask(String taskId)
TaskWrapper
ActivitiSearchTaskServiceImpl. getTaskFromHistory(String processInstanceId)
get task from history by process instance idTaskWrapper
ActivitiSearchTaskServiceImpl. getTaskFromHistory(String executionId, String taskId)
TaskWrapper
ActivitiSearchTaskServiceImpl. getTaskInLastState(String processInstanceId)
Method query by taskId from tasks, if no any results, it tries to query from history (task maybe already finished.Methods in org.openiam.workflow.activiti.service.impl that return types with arguments of type TaskWrapper Modifier and Type Method Description org.springframework.data.domain.Page<TaskWrapper>
ActivitiSearchTaskServiceImpl. findTasks(TaskSearchBean searchBean, int from, int size)
org.springframework.data.domain.Page<TaskWrapper>
ActivitiSearchTaskServiceImpl. getHistory(HistorySearchBean searchBean, int from, int size)
-
Uses of TaskWrapper in org.openiam.workflow.activiti.utils
Methods in org.openiam.workflow.activiti.utils that return TaskWrapper Modifier and Type Method Description TaskWrapper
ActivitiUtils. getTaskWrapper(org.activiti.engine.history.HistoricTaskInstance historyInstance)
TaskWrapper
ActivitiUtils. getTaskWrapper(org.activiti.engine.task.Task task)
TaskWrapper
ActivitiUtils. getTaskWrapper(org.activiti.engine.task.Task task, Map<String,Object> varMaps)
Methods in org.openiam.workflow.activiti.utils that return types with arguments of type TaskWrapper Modifier and Type Method Description protected List<TaskWrapper>
ActivitiHelper. getTasksByExecutionId(List<String> executionIds)
List<TaskWrapper>
ActivitiUtils. wrapTaskList(List<org.activiti.engine.task.Task> taskList)
Method parameters in org.openiam.workflow.activiti.utils with type arguments of type TaskWrapper Modifier and Type Method Description void
ActivitiUtils. finalizeTaskWrapperFields(Collection<TaskWrapper> wrappers)
-