Class CommandWithParameters
java.lang.Object
org.bonitasoft.engine.command.RuntimeCommand
org.bonitasoft.engine.command.TenantCommand
org.bonitasoft.engine.command.system.CommandWithParameters
- All Implemented Interfaces:
Command<ServiceAccessor>
@Deprecated(forRemoval=true,
since="9.0.0")
public abstract class CommandWithParameters
extends TenantCommand
Deprecated, for removal: This API element is subject to removal in a future version.
- Author:
- Elias Ricken de Medeiros, Celine Souchet
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected IntegergetIntegerMandadoryParameter(Map<String, Serializable> parameters, String field) Deprecated.protected LonggetLongMandadoryParameter(Map<String, Serializable> parameters, String field) Deprecated.protected StringgetStringMandadoryParameter(Map<String, Serializable> parameters, String field) Deprecated.Methods inherited from class org.bonitasoft.engine.command.RuntimeCommand
getIntegerMandatoryParameter, getLongMandatoryParameter, getMandatoryParameter, getParameter, getParameter, getStringMandatoryParameter
-
Constructor Details
-
CommandWithParameters
public CommandWithParameters()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getLongMandadoryParameter
@Deprecated protected Long getLongMandadoryParameter(Map<String, Serializable> parameters, String field) throws SCommandParameterizationExceptionDeprecated. -
getIntegerMandadoryParameter
@Deprecated protected Integer getIntegerMandadoryParameter(Map<String, Serializable> parameters, String field) throws SCommandParameterizationExceptionDeprecated. -
getStringMandadoryParameter
@Deprecated protected String getStringMandadoryParameter(Map<String, Serializable> parameters, String field) throws SCommandParameterizationExceptionDeprecated.
-
RuntimeCommandinstead