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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteIdentityLinkForActionInstanceCmd(String actionInstanceId, String userId, String groupId, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
execute(CommandContext commandContext)
protected void
validateParams(String actionInstanceId, String userId, String groupId, String type)
-