Package org.activiti.engine.impl.cmd
Class DeleteIdentityLinkForProcessInstanceCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.DeleteIdentityLinkForProcessInstanceCmd
-
- All Implemented Interfaces:
Serializable,Command<Object>
public class DeleteIdentityLinkForProcessInstanceCmd extends Object implements Command<Object>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteIdentityLinkForProcessInstanceCmd(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 voidexecuteInternal(CommandContext commandContext, ExecutionEntity processInstance)protected voidvalidateParams(String userId, String groupId, String processInstanceId, String type)
-
-
-
Method Detail
-
validateParams
protected void validateParams(String userId, String groupId, String processInstanceId, String type)
-
execute
public Void execute(CommandContext commandContext)
-
executeInternal
protected void executeInternal(CommandContext commandContext, ExecutionEntity processInstance)
-
-