Class ContainerExpanderDefinition

java.lang.Object
com.aquima.interactions.portal.model.def.ContainerExpanderDefinition
All Implemented Interfaces:
IContainerExpanderDefinition

public class ContainerExpanderDefinition extends Object implements IContainerExpanderDefinition
This class contains the definition model of a dynamic container.
Since:
7.0
Author:
Jon van Leuven
  • Constructor Details

    • ContainerExpanderDefinition

      public ContainerExpanderDefinition(IProject project, IParserFactory parserFactory, IContainerExpanderDS datasource)
      Constructs a service call definition from a datasource.
      Parameters:
      project - Project containing the expander type definitions.
      parserFactory - Parser factory providing an expression parser for service paramater parsing.
      datasource - The service call datasource.
      Throws:
      InitializationException - This exception is thrown when service call could not be created.
  • Method Details