Interface ISchemaContext

All Superinterfaces:
IPortalContext, Serializable
All Known Implementing Classes:
SchemaContext

public interface ISchemaContext extends IPortalContext
The schema context interface defines the methods that are relevant during the composition of dynamic schema elements. This interface extends the generic portal context interface, and add a few methods specific for the dynamic schema element that is being executed.
Since:
9.0
Author:
Jon van Leuven
  • Method Details

    • getParameters

      IParameters getParameters()
      The method returns the parameters of the current dynamic schema element.
      Returns:
      The parameters, never null.
    • addElement

      This method may be used to create an XML element.
      Parameters:
      name - The qualifiedname of the xml element. *
      Returns:
      The created element context, never null.