public final class GraphDataValueSelection extends Object
Modifier and Type | Method and Description |
---|---|
com.orchestranetworks.instance.Repository |
getRepository() |
Set<GraphNode> |
getSelectedNodes()
Returns a
Set of GraphNode that corresponds to the selected records. |
Set<com.onwbp.adaptation.PrimaryKey> |
getSelectedRecords() |
com.onwbp.adaptation.AdaptationTable |
getSelectedTable()
Returns the table for the specified
TableDescriptor . |
TableDescriptor |
getTableDescriptor() |
public TableDescriptor getTableDescriptor()
public Set<com.onwbp.adaptation.PrimaryKey> getSelectedRecords()
public Set<GraphNode> getSelectedNodes()
Set
of GraphNode
that corresponds to the selected records.public com.onwbp.adaptation.AdaptationTable getSelectedTable()
TableDescriptor
.public com.orchestranetworks.instance.Repository getRepository()