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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddIdentityLinkForProcessDefinitionCmd(String processDefinitionId, String userId, String groupId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidexecute(CommandContext commandContext)protected voidexecuteInternal(CommandContext commandContext, ProcessDefinitionEntity processDefinition)protected voidvalidateParams(String userId, String groupId, String processDefinitionId)
-
-
-
Method Detail
-
validateParams
protected void validateParams(String userId, String groupId, String processDefinitionId)
-
execute
public Void execute(CommandContext commandContext)
-
executeInternal
protected void executeInternal(CommandContext commandContext, ProcessDefinitionEntity processDefinition)
-
-