Package com.flowable.app.engine.impl.cmd
Class NeedsAppDefinitionCmd<T>
java.lang.Object
com.flowable.app.engine.impl.cmd.NeedsAppDefinitionCmd<T>
- All Implemented Interfaces:
Serializable
,Command<T>
- Direct Known Subclasses:
AddIdentityLinkCmd
,DeleteIdentityLinkCmd
An abstract superclass for
Command
implementations that want to verify the provided app is always active (ie. not suspended).- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected abstract T
execute
(CommandContext commandContext, AppDefinition appDefinition) Subclasses must implement in this method their normal command logic.