Package com.orchestranetworks.ui
Class UIHttpManagerComponent.Scope
java.lang.Object
com.orchestranetworks.ui.UIHttpManagerComponent.Scope
- Enclosing class:
- UIHttpManagerComponent
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 Summary
Modifier and TypeFieldDescriptionstatic final UIHttpManagerComponent.Scope
The navigation pane and workspace are displayed; user will be able to navigate to other nodes, datasets, and dataspaces.static final UIHttpManagerComponent.Scope
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.static final UIHttpManagerComponent.Scope
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.static final UIHttpManagerComponent.Scope
All user interface elements are displayed.static final UIHttpManagerComponent.Scope
Only the workspace is displayed; user will not be able to navigate to any other nodes. -
Method Summary
-
Field Details
-
FULL
All user interface elements are displayed. User navigation is only restricted by permissions.Value is
full
. -
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
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
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
Only the workspace is displayed; user will not be able to navigate to any other nodes.Value is
node
.
-
-
Method Details
-
parse
Returns the scope that corresponds to the specified string.The specified string must have been generated by the method
format()
.- Throws:
IllegalArgumentException
- if the specified string is incorrect.- See Also:
-
isFull
public boolean isFull()- See Also:
-
isData
public boolean isData()- See Also:
-
isDataSpace
public boolean isDataSpace()- See Also:
-
isDataSet
public boolean isDataSet()- See Also:
-
isNode
public boolean isNode()- See Also:
-
format
- See Also:
-
toString
-