Class SchemaManagerFilterBase

    • Constructor Detail

      • SchemaManagerFilterBase

        public SchemaManagerFilterBase()
    • Method Detail

      • getElementDescription

        public CIElement getElementDescription​(CIElement element,
                                               Context ctxt)
        Get an element's description in a certain context.
        Parameters:
        element - The element description which has been computed in the context by the default schema manager implementation.
        ctxt - The context.
        Returns:
        The element description which could be changed by this implementation or the same description.
      • getAttributeDescription

        public CIAttribute getAttributeDescription​(CIAttribute attribute,
                                                   WhatPossibleValuesHasAttributeContext ctxt)
        Get an element's description in a certain context.
        Parameters:
        attribute - The attribute description which has been computed in the context by the default schema manager implementation.
        ctxt - The context.
        Returns:
        The attribute description which could be changed by this implementation or the same description.
      • invalidate

        public void invalidate()
        Invalidates any cached data.
        Since:
        16