Class AddIdentityLinkForActionInstanceCmd
- java.lang.Object
-
- com.flowable.action.engine.impl.cmd.AddIdentityLinkForActionInstanceCmd
-
- All Implemented Interfaces:
Serializable
,Command<Void>
public class AddIdentityLinkForActionInstanceCmd extends Object implements Command<Void>, Serializable
- Author:
- Roman Saratz
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddIdentityLinkForActionInstanceCmd(String actionInstanceId, String userId, String groupId, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
execute(CommandContext commandContext)
protected void
validateParams(String actionInstanceId, String userId, String groupId, String type)
-