Package org.bonitasoft.engine.command
Class TenantCommand
java.lang.Object
org.bonitasoft.engine.command.RuntimeCommand
org.bonitasoft.engine.command.TenantCommand
- All Implemented Interfaces:
Command<ServiceAccessor>
- Direct Known Subclasses:
CommandWithParameters
@Deprecated(forRemoval=true,
since="9.0.0")
public abstract class TenantCommand
extends RuntimeCommand
Deprecated, for removal: This API element is subject to removal in a future version.
Class to be subclassed by implementors of a tenant scope
Command. It is design to be executed by the
CommandAPI.- Since:
- 6.0.0
- Author:
- Matthieu Chaffotte
- See Also:
-
CommandAPI
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, 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
-
Constructor Details
-
TenantCommand
public TenantCommand()Deprecated, for removal: This API element is subject to removal in a future version.
-
RuntimeCommandinstead