Package | Description |
---|---|
com.tailf.maapi |
MAAPI is an API which provides full access to the systems internal
transaction engine.
|
com.tailf.navu |
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
|
Modifier and Type | Method and Description |
---|---|
MaapiSchemas.CSCase |
MaapiSchemas.CSChoice.getCaseParent()
If this choice is defined as a case for another choice this method
returns the case, otherwise null is returned.
|
MaapiSchemas.CSCase |
MaapiSchemas.CSChoice.getDefaultCase()
get default case for the choice.
|
Modifier and Type | Method and Description |
---|---|
List<MaapiSchemas.CSCase> |
MaapiSchemas.CSChoice.getCases()
get List of cases for this choice.
|
List<MaapiSchemas.CSCase> |
MaapiSchemas.CSCase.getSiblings()
get List of sibling cases for this case.
|
Modifier and Type | Method and Description |
---|---|
MaapiSchemas.CSCase |
NavuChoice.getCase(MaapiSchemas.CSChoice choice)
Returns the case in which a choice is contained within.
|
MaapiSchemas.CSCase |
NavuChoice.getCase(MaapiSchemas.CSNode node)
Returns the case in which a node is contained within.
|
MaapiSchemas.CSCase |
NavuChoice.getPreviousCase()
Returns the previous case of the choice.
|
MaapiSchemas.CSCase |
NavuChoice.getSelectedCase()
Returns the current case.
|
MaapiSchemas.CSCase |
NavuContainer.getSelectedCase(String choice)
Returns the selected cases of a given choice.
|
MaapiSchemas.CSCase |
NavuChoice.put(MaapiSchemas.CSNode node,
MaapiSchemas.CSCase cAse)
Adds node-case relation to the choice.
|
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<MaapiSchemas.CSNode,MaapiSchemas.CSCase>> |
NavuChoice.entrySet()
Deprecated.
|
Collection<MaapiSchemas.CSCase> |
NavuChoice.values()
Return a list of cases contained within this choice.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NavuChoice.containsCase(MaapiSchemas.CSCase cAse)
Checks if a given case node is a case of this choice.
|
boolean |
NavuChoice.isCurrentCase(MaapiSchemas.CSCase cAse)
Checks if a given case is the currently selected case.
|
MaapiSchemas.CSCase |
NavuChoice.put(MaapiSchemas.CSNode node,
MaapiSchemas.CSCase cAse)
Adds node-case relation to the choice.
|
Modifier and Type | Method and Description |
---|---|
void |
NavuChoice.putAll(Map<? extends MaapiSchemas.CSNode,? extends MaapiSchemas.CSCase> m)
Adds a node-case map to the choice.
|