Class DocumentDefinition

All Implemented Interfaces:
IElementDefinition, Serializable

public class DocumentDefinition extends ContentDefinition implements IElementDefinition
This class holds the definition of a single document.
Since:
6.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • DocumentDefinition

      protected DocumentDefinition(IMetaModel metamodel, IParserFactory parser, DefinitionStore contentStore, IDocumentDS datasource)
      Constructs a document definition from data source. this constructor is public to allow test case access.
      Parameters:
      metamodel - The metamodel.
      parser - The expression parser that should be used when parsing expressions.
      contentStore - The content store that should be used to locate references by name.
      datasource - The data source providing the document information.
      Throws:
      InitializationException - This exception is thrown when the definition could not be initialized due to a fatal error.
  • Method Details