Class SetCaseInstanceAssigneeCmd
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.cmd.AbstractCaseInstanceIdentityLinkCmd
-
- org.flowable.cmmn.engine.impl.cmd.SetCaseInstanceAssigneeCmd
-
- All Implemented Interfaces:
Serializable,Command<Void>
public class SetCaseInstanceAssigneeCmd extends AbstractCaseInstanceIdentityLinkCmd implements Command<Void>, Serializable
Command to set a new assignee on a case instance.- Author:
- Micha Kiener
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringassigneeUserIdprotected StringcaseInstanceId
-
Constructor Summary
Constructors Constructor Description SetCaseInstanceAssigneeCmd(String caseInstanceId, String assigneeUserId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidexecute(CommandContext commandContext)-
Methods inherited from class org.flowable.cmmn.engine.impl.cmd.AbstractCaseInstanceIdentityLinkCmd
createIdentityLinkType, getCaseInstanceEntity, removeIdentityLinkType
-
-
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-