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.CSChoice |
MaapiSchemas.CSCase.getParentChoice()
get the parent choice defining this case.
|
Modifier and Type | Method and Description |
---|---|
List<MaapiSchemas.CSChoice> |
MaapiSchemas.CSNodeInfo.getChoices()
get List object of choices for this node.
|
List<MaapiSchemas.CSChoice> |
MaapiSchemas.CSNode.getChoices()
get List object of choices for this node.
|
List<MaapiSchemas.CSChoice> |
MaapiSchemas.CSCase.getChoices()
get List of choices defined in this Case.
|
List<MaapiSchemas.CSChoice> |
MaapiSchemas.CSChoice.getSiblings()
get List of sibling choices with the same parent node.
|
Constructor and Description |
---|
CSNodeInfo(int[] keys,
int minOccurs,
int maxOccurs,
int shallowType,
MaapiSchemas.CSType type,
ConfObject defval,
MaapiSchemas.CSChoice choice0,
int flags,
HashMap<String,String> metaData) |
Modifier and Type | Method and Description |
---|---|
List<MaapiSchemas.CSChoice> |
NavuChoice.getCaseChoices(String casename) |
Modifier and Type | Method and Description |
---|---|
boolean |
NavuChoice.containsChoice(MaapiSchemas.CSChoice choice)
Checks if a choice is contained in a case of this choice.
|
MaapiSchemas.CSCase |
NavuChoice.getCase(MaapiSchemas.CSChoice choice)
Returns the case in which a choice is contained within.
|