Uses of Interface
com.orchestranetworks.query.QueryResult
-
Packages that use QueryResult Package Description com.orchestranetworks.query Provides the API for accessing and processing data stored in EBX®.com.orchestranetworks.schema.businessObjects -
-
Uses of QueryResult in com.orchestranetworks.query
Methods in com.orchestranetworks.query that return QueryResult Modifier and Type Method Description QueryResult<T>Query. getResult()Executes the query on the registered dataset(s), and returns a result object, ready to iterate. -
Uses of QueryResult in com.orchestranetworks.schema.businessObjects
Methods in com.orchestranetworks.schema.businessObjects that return QueryResult Modifier and Type Method Description QueryResult<ChildEntity>Entity. getChildEntities(Path aPath)Returns the child entities linked by the relationship defined by the node at the specified path.QueryResult<ChildEntity>Entity. getChildEntities(SchemaNode aRelationshipNode)Returns the child entities linked by the relationship defined by the specified node.
-