Package org.bonitasoft.engine.command
Class PlatformCommand
- java.lang.Object
-
- org.bonitasoft.engine.command.PlatformCommand
-
- All Implemented Interfaces:
Command<PlatformServiceAccessor>
- Direct Known Subclasses:
DeletePlatformSessionCommand
public abstract class PlatformCommand extends java.lang.Object implements Command<PlatformServiceAccessor>
Class to be subclassed by implementors of a platform scopeCommand. It is design to be executed by thePlatformCommandAPI.- Since:
- 6.0.0
- Author:
- Matthieu Chaffotte
- See Also:
PlatformCommandAPI
-
-
Constructor Summary
Constructors Constructor Description PlatformCommand()
-