Package | Description |
---|---|
com.hp.ucmdb.api.view.foldingdefinition |
This package contains services for handling uCMDB folded topology definitions.
|
com.hp.ucmdb.api.view.foldingdefinition.datasources.functions |
Modifier and Type | Interface and Description |
---|---|
interface |
GroupByAttributeSyntheticFDN
This node creates a different result node for each permutation on a specific attribute value (or regular expression
of) of each of the defining QueryBasedFDN result nodes.
|
interface |
GroupByTypeSyntheticFDN
This node creates a different result node for each of the defining QueryBasedFDN results types.
|
interface |
QueryNodeBasedFDN
This node adds CI-based result nodes to the view result.
|
interface |
SyntheticFDN
This node adds predefined nodes to each of its parents.
|
Modifier and Type | Method and Description |
---|---|
<FDN extends FoldingDefinitionNode> |
SyntheticFDN.addChild(FDN foldingDefinitionNode)
Appends a child to this FDN as the last child.
|
<FDN extends FoldingDefinitionNode> |
QueryNodeBasedFDN.addChild(FDN foldingDefinitionNode)
Appends a child to this FDN as the last child.
|
<FDN extends FoldingDefinitionNode> |
FoldingDefinitionNode.addChild(FDN foldingDefinitionNode)
Appends a child to this FDN as the last child.
|
<FDN extends FoldingDefinitionNode> |
SyntheticFDN.addChild(FDN foldingDefinitionNode,
int index)
Inserts a child to this FDN at the index location.
|
<FDN extends FoldingDefinitionNode> |
QueryNodeBasedFDN.addChild(FDN foldingDefinitionNode,
int index)
Inserts a child to this FDN at the index location.
|
<FDN extends FoldingDefinitionNode> |
FoldingDefinitionNode.addChild(FDN foldingDefinitionNode,
int index)
Inserts a child to this FDN at the index location.
|
<FDN extends FoldingDefinitionNode> |
FoldingDefinition.addRoot(FDN foldingDefinitionNode)
Appends a new root to the folding definition roots list as the last item.
|
<FDN extends FoldingDefinitionNode> |
FoldingDefinition.addRoot(FDN foldingDefinitionNode,
int index)
Inserts a new root to the folding definition roots list at the location specified by index.
|
Modifier and Type | Method and Description |
---|---|
FoldingDefinitionNode |
FoldingDefinition.nodeByName(String name)
Returns a node from the folding definition tree by name.
|
FoldingDefinitionNode |
FoldingDefinitionNode.parent()
The parent node of this node, may be null.
|
FoldingDefinitionNode |
FoldingDefinitionNode.root()
The root of this FDN branch (the top-most parent).
|
Modifier and Type | Method and Description |
---|---|
List<? extends FoldingDefinitionNode> |
FoldingDefinitionNode.children()
The children of this FDN.
|
List<? extends FoldingDefinitionNode> |
FoldingDefinition.roots()
Returns the root nodes defining the folder definition tree.
|
Modifier and Type | Method and Description |
---|---|
VAFConcatDistinct |
FunctionsFactory.concatDistinctLabelsOf(FoldingDefinitionNode... nodes) |
ViewAttributeFunction |
FunctionsFactory.concatLabelsOf(FoldingDefinitionNode... nodes) |
ViewAttributeFunction |
FunctionsFactory.countOf(FoldingDefinitionNode... nodes) |
Modifier and Type | Method and Description |
---|---|
VAFConcatDistinct |
FunctionsFactory.concatDistinctLabelsOf(List<FoldingDefinitionNode> nodes) |
ViewAttributeFunction |
FunctionsFactory.concatLabelsOf(List<FoldingDefinitionNode> nodes) |
ViewAttributeFunction |
FunctionsFactory.countOf(List<FoldingDefinitionNode> nodes) |
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.