Class CompositeNodeDefinition

java.lang.Object
com.aquima.interactions.composer.model.definition.ElementDefinition
com.aquima.interactions.composer.model.definition.CompositeNodeDefinition
All Implemented Interfaces:
IElementDefinition, Serializable
Direct Known Subclasses:
ContentDefinition

public abstract class CompositeNodeDefinition extends ElementDefinition
Base class for content and document definitions that adds composite support.
Since:
6.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

  • Method Details

    • isEmpty

      protected boolean isEmpty()
    • addReference

      protected void addReference(AbstractReference reference)
    • getContents

      public AbstractReference[] getContents()
      This method returns references to the contents of this composite node.
      Returns:
      array of references to the contents of this composite node.