Package org.flowable.engine.impl.cmd
Class DeleteIdentityLinkForProcessInstanceCmd
java.lang.Object
org.flowable.engine.impl.cmd.DeleteIdentityLinkForProcessInstanceCmd
- All Implemented Interfaces:
Serializable
,Command<Object>
public class DeleteIdentityLinkForProcessInstanceCmd
extends Object
implements Command<Object>, Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeleteIdentityLinkForProcessInstanceCmd
(String processInstanceId, String userId, String groupId, String type) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected void
validateParams
(String userId, String groupId, String processInstanceId, String type)