- generateGraph(GraphDataValueContext) - Method in interface com.orchestranetworks.addon.gram.graph.GraphDataValueGenerator
-
Returns a GraphNodes
that encapsulates all nodes and their relationships.
- get(Adaptation) - Method in class com.orchestranetworks.addon.gram.graph.GraphNodes
-
Gets a GraphNode
object in the current graph.
- get(GraphNode) - Method in class com.orchestranetworks.addon.gram.graph.GraphNodes
-
Gets a GraphNode
object in the current graph.
- getDataset() - Method in class com.orchestranetworks.addon.gram.graph.TableDescriptor
-
- getDataspace() - Method in class com.orchestranetworks.addon.gram.graph.TableDescriptor
-
- getDisplaySpec(GraphNode) - Method in class com.orchestranetworks.addon.gram.graph.GraphNodes
-
Gets node label and layout settings.
- getGraphDataValueGenerator() - Method in interface com.orchestranetworks.addon.gram.graph.GraphDataValueGeneratorDefinition
-
Defines the graph data value generator instance.
- getLabel() - Method in class com.orchestranetworks.addon.gram.graph.DisplaySpec
-
- getLabel() - Method in interface com.orchestranetworks.addon.gram.graph.GraphDataValueGeneratorDefinition
-
Defines the label for graph data value generator.
- getLayout() - Method in class com.orchestranetworks.addon.gram.graph.DisplaySpec
-
- getLinkToSpec(GraphNode) - Method in class com.orchestranetworks.addon.gram.graph.GraphNode
-
Gets the customization label and layout of the relationship from the current node to a specific node.
- getNodeServicePermission(NodeService) - Method in class com.orchestranetworks.addon.gram.graph.NodeSpec
-
Returns ActionPermission
for the given
NodeService
- getPrimaryKey() - Method in class com.orchestranetworks.addon.gram.graph.GraphNode
-
- getRecord(Repository) - Method in class com.orchestranetworks.addon.gram.graph.GraphNode
-
Returns an Adaptation
object that corresponds to the current node.
- getRepository() - Method in class com.orchestranetworks.addon.gram.graph.GraphDataValueSelection
-
- getRootNodes() - Method in class com.orchestranetworks.addon.gram.graph.GraphNodes
-
- getSelectedNodes() - Method in class com.orchestranetworks.addon.gram.graph.GraphDataValueSelection
-
Returns a Set
of GraphNode
that corresponds to the selected records.
- getSelectedRecords() - Method in class com.orchestranetworks.addon.gram.graph.GraphDataValueSelection
-
- getSelectedTable() - Method in class com.orchestranetworks.addon.gram.graph.GraphDataValueSelection
-
Returns the table for the specified TableDescriptor
.
- getSelection() - Method in class com.orchestranetworks.addon.gram.graph.GraphDataValueContext
-
- getSession() - Method in class com.orchestranetworks.addon.gram.graph.GraphDataValueContext
-
- getTable(Repository) - Method in class com.orchestranetworks.addon.gram.graph.TableDescriptor
-
Returns the AdaptationTable
for a specified TableDescriptor
.
- getTableDescriptor() - Method in class com.orchestranetworks.addon.gram.graph.GraphDataValueSelection
-
- getTableDescriptor() - Method in class com.orchestranetworks.addon.gram.graph.GraphNode
-
- getTablePath() - Method in class com.orchestranetworks.addon.gram.graph.TableDescriptor
-
- getUserMessage() - Method in exception com.orchestranetworks.addon.gram.GramException
-
Returns the error message.
- GramException - Exception in com.orchestranetworks.addon.gram
-
Exception class for the EBX® Graph View Add-on.
- GramException(UserMessage) - Constructor for exception com.orchestranetworks.addon.gram.GramException
-
- GramException(Throwable) - Constructor for exception com.orchestranetworks.addon.gram.GramException
-
- GraphDataValueContext - Class in com.orchestranetworks.addon.gram.graph
-
Defines the parameters needed when calling the data value graph API.
- GraphDataValueGenerator - Interface in com.orchestranetworks.addon.gram.graph
-
Defines the method to compute all nodes and their relationships to generate a graph of data values.
- GraphDataValueGeneratorCatalog - Class in com.orchestranetworks.addon.gram.graph
-
Provides the methods to register instances of the data value graph generator for later use.
- GraphDataValueGeneratorCatalog() - Constructor for class com.orchestranetworks.addon.gram.graph.GraphDataValueGeneratorCatalog
-
- GraphDataValueGeneratorDefinition - Interface in com.orchestranetworks.addon.gram.graph
-
Provides the methods to define the data value graph generator and its label.
- GraphDataValueSelection - Class in com.orchestranetworks.addon.gram.graph
-
Defines the parameters for the selected records when calling the data value graph API.
- GraphNode - Class in com.orchestranetworks.addon.gram.graph
-
Defines all properties of a node.
- GraphNode(Adaptation) - Constructor for class com.orchestranetworks.addon.gram.graph.GraphNode
-
- GraphNode(TableDescriptor, PrimaryKey) - Constructor for class com.orchestranetworks.addon.gram.graph.GraphNode
-
- GraphNodes - Class in com.orchestranetworks.addon.gram.graph
-
Stores all graph nodes and their relationships.