Class ListTaskReassignmentsCommand
- java.lang.Object
-
- org.jbpm.services.task.commands.TaskCommand<T>
-
- org.jbpm.services.task.commands.UserGroupCallbackTaskCommand<List<TaskReassignment>>
-
- org.jbpm.kie.services.impl.admin.commands.ListTaskReassignmentsCommand
-
- All Implemented Interfaces:
Serializable
,org.kie.api.command.Command<List<TaskReassignment>>
,org.kie.api.command.ExecutableCommand<List<TaskReassignment>>
public class ListTaskReassignmentsCommand extends UserGroupCallbackTaskCommand<List<TaskReassignment>>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.jbpm.services.task.commands.TaskCommand
groupIds, targetEntityId, taskId, userId
-
-
Constructor Summary
Constructors Constructor Description ListTaskReassignmentsCommand(String userId, long taskId, boolean activeOnly)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TaskReassignment>
execute(org.kie.api.runtime.Context cntxt)
protected String
get(List<org.kie.api.task.model.I18NText> list)
-
Methods inherited from class org.jbpm.services.task.commands.UserGroupCallbackTaskCommand
addEmailFromCallbackOperation, addGroupFromCallbackOperation, addUserFromCallbackOperation, doCallbackAndReturnUserOperation, doCallbackEmailOperation, doCallbackGroupOperation, doCallbackGroupsOperation, doCallbackOperationForAttachment, doCallbackOperationForComment, doCallbackOperationForPeopleAssignments, doCallbackOperationForPotentialOwners, doCallbackOperationForTaskData, doCallbackOperationForTaskDeadlines, doCallbackUserOperation, doCallbackUserOperation, doUserGroupCallbackOperation, filterGroups, isBusinessAdmin, persistIfNotExists
-
Methods inherited from class org.jbpm.services.task.commands.TaskCommand
getGroupsIds, getTargetEntityId, getTaskId, getUserId, setGroupsIds, setTargetEntityId, setTaskId, setUserId
-
-
-
-
Constructor Detail
-
ListTaskReassignmentsCommand
public ListTaskReassignmentsCommand(String userId, long taskId, boolean activeOnly)
-
-
Method Detail
-
execute
public List<TaskReassignment> execute(org.kie.api.runtime.Context cntxt)
- Specified by:
execute
in interfaceorg.kie.api.command.ExecutableCommand<List<TaskReassignment>>
- Overrides:
execute
in classUserGroupCallbackTaskCommand<List<TaskReassignment>>
-
-