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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeleteIdentityLinkForActionInstanceCmd(String actionInstanceId, String userId, String groupId, String type) -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandContext commandContext) protected voidvalidateParams(String actionInstanceId, String userId, String groupId, String type)