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:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeleteIdentityLinkForProcessDefinitionCmd(String processDefinitionId, String userId, String groupId) -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandContext commandContext) protected voidexecuteInternal(CommandContext commandContext, ProcessDefinitionEntity processDefinition) protected voidvalidateParams(String userId, String groupId, String processDefinitionId)
-
Field Details
-
processDefinitionId
-
userId
-
groupId
-
-
Constructor Details
-
DeleteIdentityLinkForProcessDefinitionCmd
-
-
Method Details
-
validateParams
-
execute
-
executeInternal
protected void executeInternal(CommandContext commandContext, ProcessDefinitionEntity processDefinition)
-