Uses of Interface
com.orchestranetworks.schema.businessObjects.ChildEntity
-
Packages that use ChildEntity Package Description com.orchestranetworks.schema.businessObjects -
-
Uses of ChildEntity in com.orchestranetworks.schema.businessObjects
Methods in com.orchestranetworks.schema.businessObjects that return ChildEntity Modifier and Type Method Description ChildEntityEntity. getChildEntity(Path aPath)Returns the entities linked by the relationship defined by the node at the specified path.ChildEntityEntity. getChildEntity(SchemaNode aRelationshipNode)Returns the entity linked by the relationship defined by the specified node.Methods in com.orchestranetworks.schema.businessObjects that return types with arguments of type ChildEntity 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.
-