Package org.flowable.engine.impl.cmd
Class SetProcessInstanceAssigneeCmd
- java.lang.Object
-
- org.flowable.engine.impl.cmd.AbstractProcessInstanceIdentityLinkCmd
-
- org.flowable.engine.impl.cmd.SetProcessInstanceAssigneeCmd
-
- All Implemented Interfaces:
Serializable,Command<Void>
public class SetProcessInstanceAssigneeCmd extends AbstractProcessInstanceIdentityLinkCmd implements Command<Void>, Serializable
Command to set a new assignee on a process instance and return the previous one, if any.- Author:
- Micha Kiener
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringassigneeUserIdprotected StringprocessInstanceId
-
Constructor Summary
Constructors Constructor Description SetProcessInstanceAssigneeCmd(String processInstanceId, String assigneeUserId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidexecute(CommandContext commandContext)-
Methods inherited from class org.flowable.engine.impl.cmd.AbstractProcessInstanceIdentityLinkCmd
createIdentityLinkType, getProcessInstanceEntity, removeIdentityLinkType
-
-
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-