Package org.camunda.bpm.engine.impl.cmd
Class DeleteIdentityLinkForProcessDefinitionCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.DeleteIdentityLinkForProcessDefinitionCmd
-
- All Implemented Interfaces:
java.io.Serializable
,Command<java.lang.Object>
public class DeleteIdentityLinkForProcessDefinitionCmd extends java.lang.Object implements Command<java.lang.Object>, java.io.Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
groupId
protected java.lang.String
processDefinitionId
protected java.lang.String
userId
-
Constructor Summary
Constructors Constructor Description DeleteIdentityLinkForProcessDefinitionCmd(java.lang.String processDefinitionId, java.lang.String userId, java.lang.String groupId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Void
execute(CommandContext commandContext)
protected void
validateParams(java.lang.String userId, java.lang.String groupId, java.lang.String processDefinitionId)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
-
-
-
Method Detail
-
validateParams
protected void validateParams(java.lang.String userId, java.lang.String groupId, java.lang.String processDefinitionId)
-
execute
public java.lang.Void execute(CommandContext commandContext)
-
-