Package org.jbpm.services.task.commands
Class AddUsersGroupsCommand
- java.lang.Object
-
- org.jbpm.services.task.commands.TaskCommand<Void>
-
- org.jbpm.services.task.commands.AddUsersGroupsCommand
-
- All Implemented Interfaces:
Serializable
,org.kie.api.command.Command<Void>
,org.kie.api.command.ExecutableCommand<Void>
public class AddUsersGroupsCommand extends TaskCommand<Void>
- 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 AddUsersGroupsCommand()
AddUsersGroupsCommand(Map<String,org.kie.api.task.model.User> users, Map<String,org.kie.api.task.model.Group> groups)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
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
-
-