Package org.activiti.engine.impl.cmd
Class AddIdentityLinkForProcessDefinitionCmd
java.lang.Object
org.activiti.engine.impl.cmd.AddIdentityLinkForProcessDefinitionCmd
- All Implemented Interfaces:
Serializable,Command<Void>
public class AddIdentityLinkForProcessDefinitionCmd
extends Object
implements Command<Void>, Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAddIdentityLinkForProcessDefinitionCmd(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
-
AddIdentityLinkForProcessDefinitionCmd
-
-
Method Details
-
validateParams
-
execute
-
executeInternal
protected void executeInternal(CommandContext commandContext, ProcessDefinitionEntity processDefinition)
-