Interface DataspaceSetFilterContext


public interface DataspaceSetFilterContext
Provides methods for filtering a dataspace in the context of a dataspace selector.
Since:
5.8.0
See Also:
  • Method Details

    • getCurrentDataset

      Adaptation getCurrentDataset()
      Returns the dataset currently selected.
    • getValueContext

      ValueContext getValueContext()
      Returns the value context of the current element.
    • getCurrentField

      SchemaNode getCurrentField()
      Returns the field to which the dataspace selector is attached, as specified in the data model.
    • getSession

      Session getSession()
      Returns the current session.