Class AddIdentityLinkForCaseInstanceCmd
java.lang.Object
org.flowable.cmmn.engine.impl.cmd.AddIdentityLinkForCaseInstanceCmd
- All Implemented Interfaces:
Serializable
,Command<Void>
public class AddIdentityLinkForCaseInstanceCmd
extends Object
implements Command<Void>, Serializable
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAddIdentityLinkForCaseInstanceCmd
(String caseInstanceId, String userId, String groupId, String type) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected void
validateParams
(String caseInstanceId, String userId, String groupId, String type)