Uses of Interface
com.aquima.interactions.project.IParameterDefinition
Packages that use IParameterDefinition
Package
Description
-
Uses of IParameterDefinition in com.aquima.interactions.portal.model.def
Constructors in com.aquima.interactions.portal.model.def with parameters of type IParameterDefinitionModifierConstructorDescriptionprotected
ParameterVisitor
(IReportingDS report, TypedParameters result, IExpressionParser parser, IParameterDefinition[] definitions) -
Uses of IParameterDefinition in com.aquima.interactions.project
Methods in com.aquima.interactions.project that return IParameterDefinitionModifier and TypeMethodDescriptionIExpanderDefinition.getParameter
(String name) This method returns the parameter definition for the specified name.IServiceDefinition.getParameter
(String name) This method returns the parameter definition for the specified name.IValidatorDefinition.getParameter
(String name) This method returns the parameter definition for the specified name.IExpanderDefinition.getParameters()
this method returns an array containing the definitions of the parameters that are supported by this component.IServiceDefinition.getParameters()
This method returns an array containing the definitions of the parameters that are supported by this component.IValidatorDefinition.getParameters()
this method returns an array containing the definitions of the parameters that are supported by this component. -
Uses of IParameterDefinition in com.aquima.interactions.project.impl
Classes in com.aquima.interactions.project.impl that implement IParameterDefinitionModifier and TypeClassDescriptionclass
This class contains a single parameter definition for a serice or expander.Methods in com.aquima.interactions.project.impl that return IParameterDefinitionModifier and TypeMethodDescriptionExpanderDefinition.getParameter
(String name) ServiceDefinition.getParameter
(String name) ValidatorDefinition.getParameter
(String name) ExpanderDefinition.getParameters()
ServiceDefinition.getParameters()
ValidatorDefinition.getParameters()
Constructor parameters in com.aquima.interactions.project.impl with type arguments of type IParameterDefinition