Class CustomSchemaElementFactoryTemplate

java.lang.Object
com.aquima.interactions.test.templates.resource.CustomSchemaElementFactoryTemplate
All Implemented Interfaces:
Serializable

public class CustomSchemaElementFactoryTemplate extends Object implements Serializable
Template that can be used to create a custom schema element factory.
Since:
9.0
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • CustomSchemaElementFactoryTemplate

      public CustomSchemaElementFactoryTemplate()
  • Method Details

    • addCustomSchemaElement

      public void addCustomSchemaElement(String name, com.aquima.interactions.portal.ICustomSchemaElement customSchemaElement)
      Add a custom schema element implementation.
      Parameters:
      name - The name of the element.
      customSchemaElement - The implementation of the custom schema element.
    • toFactory

      public com.aquima.interactions.portal.ICustomSchemaElementFactory toFactory()
      This method returns an implementation of the ICustomSchemaElementFactory interface based on this template.
      Returns:
      an implementation of the ICustomSchemaElementFactory interface based on this template.
    • get

      protected com.aquima.interactions.portal.ICustomSchemaElement get(String name)