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:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeleteIdentityLinkForCaseDefinitionCmd(String caseDefinitionId, String userId, String groupId) -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandContext commandContext) protected voidvalidateParams(String userId, String groupId, String caseDefinitionId)