Package org.flowable.engine.impl.cmd
Class SetProcessInstanceOwnerCmd
- java.lang.Object
-
- org.flowable.engine.impl.cmd.AbstractProcessInstanceIdentityLinkCmd
-
- org.flowable.engine.impl.cmd.SetProcessInstanceOwnerCmd
-
- All Implemented Interfaces:
Serializable,Command<Void>
public class SetProcessInstanceOwnerCmd extends AbstractProcessInstanceIdentityLinkCmd implements Command<Void>, Serializable
Command to set a new owner 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 StringownerUserIdprotected StringprocessInstanceId
-
Constructor Summary
Constructors Constructor Description SetProcessInstanceOwnerCmd(String processInstanceId, String ownerUserId)
-
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)
-
-