Interface Dimension


  • public interface Dimension
    • Method Detail

      • getDimensionReference

        ObjectReference getDimensionReference()
        Returns the object reference for this dimension.
        Returns:
        the object reference for this dimension
      • getParent

        Dimension getParent()
        Returns the parent dimension of this dimension, or null if this the top dimension available.

        Note that this refers to the subset of the dimension tree made available to this viewer, and may not reflect the dimension three in the database. For example, if the repository has s dimension tree A -> B -> C, but the viewer is set to work with B as the root dimension, then B.getParent() will return null.

        Returns:
        the parent dimension
      • getLabel

        String getLabel()
        Returns the label of the dimension.

        The label is localized according to the language settings of the user and component.

        Returns:
        label of the dimension
      • getObjectId

        int getObjectId()
        Returns the object id of the dimension.
        Returns:
        the id of the dimension
      • getObjectGuid

        String getObjectGuid()
        Returns the object guid of the dimension.
        Returns:
        the id of the dimension
      • getLevel

        int getLevel()
      • hasChildren

        boolean hasChildren()
      • isRenderChildrenOnly

        boolean isRenderChildrenOnly()
      • isRenderChildrenOpen

        boolean isRenderChildrenOpen()
      • hasLocalChildren

        boolean hasLocalChildren()
      • isSelectable

        boolean isSelectable()
      • isActive

        boolean isActive()
      • hasActiveChild

        boolean hasActiveChild()
      • isSearchHit

        boolean isSearchHit()