Uses of Class
de.hybris.platform.processengine.definition.xml.Parameter
-
Packages that use Parameter Package Description de.hybris.platform.processengine.definition.xml -
-
Uses of Parameter in de.hybris.platform.processengine.definition.xml
Fields in de.hybris.platform.processengine.definition.xml with type parameters of type Parameter Modifier and Type Field Description protected java.util.List<Parameter>Action. parameterprotected java.util.List<Parameter>ScriptAction. parameterMethods in de.hybris.platform.processengine.definition.xml that return Parameter Modifier and Type Method Description ParameterObjectFactory. createParameter()Create an instance ofParameterMethods in de.hybris.platform.processengine.definition.xml that return types with arguments of type Parameter Modifier and Type Method Description java.util.List<Parameter>Action. getParameter()Gets the value of the parameter property.java.util.List<Parameter>ScriptAction. getParameter()Gets the value of the parameter property.
-