Class UIHttpManagerComponent.Scope

  • Enclosing class:
    UIHttpManagerComponent

    public static final class UIHttpManagerComponent.Scope
    extends Object
    Defines the scope of the user navigation, namely, the parts of the user interface that are available to the user during the session.
    Since:
    5.2.2
    • Field Detail

      • FULL

        public static final UIHttpManagerComponent.Scope FULL
        All user interface elements are displayed. User navigation is only restricted by permissions.

        Value is full.

      • DATA

        public static final UIHttpManagerComponent.Scope DATA
        The navigation pane and workspace are displayed; user will be able to navigate to other nodes, datasets, and dataspaces. The header and menu bar are not displayed.

        Value is data.

      • DATASPACE

        public static final UIHttpManagerComponent.Scope DATASPACE
        The navigation pane and workspace are displayed; user will be able to navigate to other nodes and datasets, but will not be able to navigate to other dataspaces. The header and menu bar are not displayed.

        Value is dataspace.

      • DATASET

        public static final UIHttpManagerComponent.Scope DATASET
        The navigation pane and workspace are displayed; user will only be able to navigate to other nodes, but will not be able to navigate to other datasets or dataspaces. The header and menu bar are not displayed.

        Value is dataset.

      • NODE

        public static final UIHttpManagerComponent.Scope NODE
        Only the workspace is displayed; user will not be able to navigate to any other nodes.

        Value is node.