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