Class DeleteIdentityLinkForCaseInstanceCmd
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.cmd.DeleteIdentityLinkForCaseInstanceCmd
-
- All Implemented Interfaces:
Serializable,Command<Object>
public class DeleteIdentityLinkForCaseInstanceCmd extends Object implements Command<Object>, Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteIdentityLinkForCaseInstanceCmd(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 userId, String groupId, String caseInstanceId, String type)
-