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