Class DeleteIdentityLinkForCaseDefinitionCmd
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.cmd.DeleteIdentityLinkForCaseDefinitionCmd
-
- All Implemented Interfaces:
Serializable,Command<Object>
public class DeleteIdentityLinkForCaseDefinitionCmd extends Object implements Command<Object>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteIdentityLinkForCaseDefinitionCmd(String caseDefinitionId, String userId, String groupId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidexecute(CommandContext commandContext)protected voidvalidateParams(String userId, String groupId, String caseDefinitionId)
-