Package com.flowable.app.engine.impl.cmd
Class DeleteIdentityLinkCmd
java.lang.Object
com.flowable.app.engine.impl.cmd.NeedsAppDefinitionCmd<Void>
com.flowable.app.engine.impl.cmd.DeleteIdentityLinkCmd
- All Implemented Interfaces:
Serializable
,org.flowable.common.engine.impl.interceptor.Command<Void>
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
static final int
static final int
protected String
protected String
Fields inherited from class com.flowable.app.engine.impl.cmd.NeedsAppDefinitionCmd
appDefinitionId
-
Constructor Summary
ConstructorsConstructorDescriptionDeleteIdentityLinkCmd
(String appDefinitionId, String userId, String groupId, String type) -
Method Summary
Modifier and TypeMethodDescriptionprotected Void
execute
(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 void
validateParams
(String userId, String groupId, String type, String appDefinitionId) 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:
-
userId
-
groupId
-
type
-
-
Constructor Details
-
DeleteIdentityLinkCmd
-
-
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:NeedsAppDefinitionCmd
Subclasses must implement in this method their normal command logic.- Specified by:
execute
in classNeedsAppDefinitionCmd<Void>
-