Uses of Interface
org.jbpm.services.api.admin.TaskReassignment
-
Packages that use TaskReassignment Package Description org.jbpm.kie.services.impl.admin org.jbpm.kie.services.impl.admin.commands org.jbpm.services.api.admin -
-
Uses of TaskReassignment in org.jbpm.kie.services.impl.admin
Classes in org.jbpm.kie.services.impl.admin that implement TaskReassignment Modifier and Type Class Description class
TaskReassignmentImpl
Methods in org.jbpm.kie.services.impl.admin that return types with arguments of type TaskReassignment Modifier and Type Method Description Collection<TaskReassignment>
UserTaskAdminServiceImpl. getTaskReassignments(long taskId, boolean activeOnly)
Collection<TaskReassignment>
UserTaskAdminServiceImpl. getTaskReassignments(String deploymentId, long taskId, boolean activeOnly)
-
Uses of TaskReassignment in org.jbpm.kie.services.impl.admin.commands
Methods in org.jbpm.kie.services.impl.admin.commands that return types with arguments of type TaskReassignment Modifier and Type Method Description List<TaskReassignment>
ListTaskReassignmentsCommand. execute(org.kie.api.runtime.Context cntxt)
-
Uses of TaskReassignment in org.jbpm.services.api.admin
Methods in org.jbpm.services.api.admin that return types with arguments of type TaskReassignment Modifier and Type Method Description Collection<TaskReassignment>
UserTaskAdminService. getTaskReassignments(long taskId, boolean activeOnly)
Returns task reassignments scheduled for given taskCollection<TaskReassignment>
UserTaskAdminService. getTaskReassignments(String deploymentId, long taskId, boolean activeOnly)
Returns task reassignments scheduled for given task
-