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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddIdentityLinkForCaseInstanceCmd(String caseInstanceId, String userId, String groupId, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidexecute(CommandContext commandContext)protected voidvalidateParams(String caseInstanceId, String userId, String groupId, String type)
-