Package org.jbpm.services.task.commands
Class GetPotentialOwnersForTaskCommand
- java.lang.Object
-
- org.jbpm.services.task.commands.TaskCommand<Map<Long,List<org.kie.api.task.model.OrganizationalEntity>>>
-
- org.jbpm.services.task.commands.GetPotentialOwnersForTaskCommand
-
- All Implemented Interfaces:
Serializable
,org.kie.api.command.Command<Map<Long,List<org.kie.api.task.model.OrganizationalEntity>>>
,org.kie.api.command.ExecutableCommand<Map<Long,List<org.kie.api.task.model.OrganizationalEntity>>>
public class GetPotentialOwnersForTaskCommand extends TaskCommand<Map<Long,List<org.kie.api.task.model.OrganizationalEntity>>>
- 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 GetPotentialOwnersForTaskCommand()
GetPotentialOwnersForTaskCommand(List<Long> taskIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Long,List<org.kie.api.task.model.OrganizationalEntity>>
execute(org.kie.api.runtime.Context cntxt)
List<Long>
getTaskIds()
void
setTaskIds(List<Long> taskIds)
-
Methods inherited from class org.jbpm.services.task.commands.TaskCommand
getGroupsIds, getTargetEntityId, getTaskId, getUserId, setGroupsIds, setTargetEntityId, setTaskId, setUserId
-
-