Package com.flowable.app.engine.impl.cmd
Class AddIdentityLinkCmd
java.lang.Object
com.flowable.app.engine.impl.cmd.NeedsAppDefinitionCmd<Void>
com.flowable.app.engine.impl.cmd.AddIdentityLinkCmd
- All Implemented Interfaces:
Serializable,org.flowable.common.engine.impl.interceptor.Command<Void>
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intprotected Stringprotected intprotected StringFields inherited from class com.flowable.app.engine.impl.cmd.NeedsAppDefinitionCmd
appDefinitionId -
Constructor Summary
ConstructorsConstructorDescriptionAddIdentityLinkCmd(String appDefinitionId, String identityId, int identityIdType, String identityType) -
Method Summary
Modifier and TypeMethodDescriptionprotected Voidexecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, org.flowable.app.api.repository.AppDefinition appDefinition) Subclasses must implement in this method their normal command logic.protected voidvalidateParams(String appDefinitionId, String identityId, int identityIdType, String identityType) Methods inherited from class com.flowable.app.engine.impl.cmd.NeedsAppDefinitionCmd
execute
-
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
protected Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, org.flowable.app.api.repository.AppDefinition appDefinition) Description copied from class:NeedsAppDefinitionCmdSubclasses must implement in this method their normal command logic.- Specified by:
executein classNeedsAppDefinitionCmd<Void>
-