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 TaskWrapperTaskHistoryWrapper. getTask()Methods in org.openiam.base.response with parameters of type TaskWrapper Modifier and Type Method Description voidTaskHistoryWrapper. setTask(TaskWrapper task)Method parameters in org.openiam.base.response with type arguments of type TaskWrapper Modifier and Type Method Description voidTaskListWrapper. addAssignedTasks(List<TaskWrapper> assignedTasks)voidTaskListWrapper. 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 TaskWrapperEmailTaskRequest. getTask()Methods in org.openiam.email.model with parameters of type TaskWrapper Modifier and Type Method Description voidEmailTaskRequest. 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 TaskWrapperActivitiService. getTask(String taskId)TaskWrapperActivitiServiceImpl. getTask(String taskId)TaskWrapperActivitiService. getTaskFromHistory(String executionId, String taskId)TaskWrapperActivitiServiceImpl. getTaskFromHistory(String executionId, String taskId)TaskWrapperActivitiService. getTaskInLastState(String taskId)TaskWrapperActivitiServiceImpl. 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 voidNotificationHelper. 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 TaskWrapperActivitiSearchTaskService. getTask(String taskId)TaskWrapperActivitiSearchTaskService. getTaskFromHistory(String processInstanceId)TaskWrapperActivitiSearchTaskService. getTaskFromHistory(String executionId, String taskId)TaskWrapperActivitiSearchTaskService. 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 TaskWrapperActivitiSearchTaskServiceImpl. getTask(String taskId)TaskWrapperActivitiSearchTaskServiceImpl. getTaskFromHistory(String processInstanceId)get task from history by process instance idTaskWrapperActivitiSearchTaskServiceImpl. getTaskFromHistory(String executionId, String taskId)TaskWrapperActivitiSearchTaskServiceImpl. 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 TaskWrapperActivitiUtils. getTaskWrapper(org.activiti.engine.history.HistoricTaskInstance historyInstance)TaskWrapperActivitiUtils. getTaskWrapper(org.activiti.engine.task.Task task)TaskWrapperActivitiUtils. 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 voidActivitiUtils. finalizeTaskWrapperFields(Collection<TaskWrapper> wrappers)
-