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