Package org.activiti.engine.impl.cmd
Class DeleteIdentityLinkForProcessDefinitionCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.DeleteIdentityLinkForProcessDefinitionCmd
-
- All Implemented Interfaces:
Serializable,Command<Object>
public class DeleteIdentityLinkForProcessDefinitionCmd extends Object implements Command<Object>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteIdentityLinkForProcessDefinitionCmd(String processDefinitionId, 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 processDefinitionId)
-