Package org.bonitasoft.engine.command
Class PlatformCommand
- java.lang.Object
-
- org.bonitasoft.engine.command.RuntimeCommand
-
- org.bonitasoft.engine.command.PlatformCommand
-
- All Implemented Interfaces:
Command<ServiceAccessor>
@Deprecated(forRemoval=true, since="9.0.0") public abstract class PlatformCommand extends RuntimeCommandDeprecated, for removal: This API element is subject to removal in a future version.since 9.0.0, useRuntimeCommandinsteadClass 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()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
-
Methods inherited from class org.bonitasoft.engine.command.RuntimeCommand
getIntegerMandatoryParameter, getLongMandatoryParameter, getMandatoryParameter, getParameter, getParameter, getStringMandatoryParameter
-
-