Package org.activiti.engine.impl.cmd
Class AddIdentityLinkForProcessInstanceCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.AddIdentityLinkForProcessInstanceCmd
-
- All Implemented Interfaces:
Serializable,Command<Void>
public class AddIdentityLinkForProcessInstanceCmd extends Object implements Command<Void>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddIdentityLinkForProcessInstanceCmd(String processInstanceId, String userId, String groupId, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidexecute(CommandContext commandContext)protected voidvalidateParams(String processInstanceId, String userId, String groupId, String type)
-