Class AddIdentityLinkCmd
java.lang.Object
org.flowable.cmmn.engine.impl.cmd.NeedsActiveTaskCmd<Void>
org.flowable.cmmn.engine.impl.cmd.AddIdentityLinkCmd
- All Implemented Interfaces:
Serializable,Command<Void>
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intprotected Stringprotected intprotected StringFields inherited from class org.flowable.cmmn.engine.impl.cmd.NeedsActiveTaskCmd
taskId -
Constructor Summary
ConstructorsConstructorDescriptionAddIdentityLinkCmd(String taskId, String identityId, int identityIdType, String identityType) -
Method Summary
Modifier and TypeMethodDescriptionprotected Voidexecute(CommandContext commandContext, TaskEntity task) Subclasses must implement in this method their normal command logic.protected voidvalidateParams(String taskId, String identityId, int identityIdType, String identityType) Methods inherited from class org.flowable.cmmn.engine.impl.cmd.NeedsActiveTaskCmd
execute, getSuspendedTaskExceptionPrefix
-
Field Details
-
IDENTITY_USER
public static final int IDENTITY_USER- See Also:
-
IDENTITY_GROUP
public static final int IDENTITY_GROUP- See Also:
-
identityId
-
identityIdType
protected int identityIdType -
identityType
-
-
Constructor Details
-
AddIdentityLinkCmd
-
-
Method Details
-
validateParams
-
execute
Description copied from class:NeedsActiveTaskCmdSubclasses must implement in this method their normal command logic. The provided task is ensured to be active.- Specified by:
executein classNeedsActiveTaskCmd<Void>
-