Package org.camunda.bpm.engine.impl.cmd
Class DeleteIdentityLinkCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.DeleteIdentityLinkCmd
- All Implemented Interfaces:
Serializable,Command<Void>
- Direct Known Subclasses:
DeleteGroupIdentityLinkCmd,DeleteUserIdentityLinkCmd
- Author:
- Tom Baeyens, Falko Menge, Joram Barrez
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeleteIdentityLinkCmd(String taskId, String userId, String groupId, String type) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckDeleteIdentityLink(TaskEntity task, CommandContext commandContext) execute(CommandContext commandContext) protected voidvalidateParams(String userId, String groupId, String type, String taskId) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable