Interface IRestUrnFragmentDS

All Known Implementing Classes:
ReportingRestUrnFragmentDS, XmlRestUrnFragmentDS, XmlRestUrnFragmentDS

public interface IRestUrnFragmentDS
This interface defines an urn fragment of a rest request message.
Since:
9.0
Author:
Arjan Pragt
  • Field Details

    • CATEGORY

      static final Category CATEGORY
  • Method Details

    • getConstant

      String getConstant()
      This method returns the constant value of the fragment. Either this method may return a value or the attributename, otherwise null.
      Returns:
      The constant value of the fragment.
    • getAttributeName

      String getAttributeName()
      This method returns the attribute name of the fragment. Either this method may return a value or the attributename, otherwise null.
      Returns:
      The attributename representing the value of the fragment.
    • iterateValidations

      void iterateValidations(IFieldValidationVisitor visitor)
      This method iterates about the validations of the attribute.
      Parameters:
      visitor - The visitor accepting the validations on the attribute.
      Throws:
      InitializationException - This exception is thrown when the RestUrnFragment could not be initialized with the provided data source.