Class DeleteIdentityLinkForActionInstanceCmd
java.lang.Object
com.flowable.action.engine.impl.cmd.DeleteIdentityLinkForActionInstanceCmd
- All Implemented Interfaces:
Serializable
,Command<Object>
public class DeleteIdentityLinkForActionInstanceCmd
extends Object
implements Command<Object>, Serializable
- Author:
- Roman Saratz
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDeleteIdentityLinkForActionInstanceCmd
(String actionInstanceId, String userId, String groupId, String type) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected void
validateParams
(String actionInstanceId, String userId, String groupId, String type)