Uses of Interface
com.orchestranetworks.schema.businessObjects.BusinessObjectModelRelationship
-
Packages that use BusinessObjectModelRelationship Package Description com.orchestranetworks.schema.businessObjects -
-
Uses of BusinessObjectModelRelationship in com.orchestranetworks.schema.businessObjects
Methods in com.orchestranetworks.schema.businessObjects that return BusinessObjectModelRelationship Modifier and Type Method Description BusinessObjectModelRelationshipBusinessObjectModelRelationship. getParentRelationship()Returns the parent relationship in the context of the container business object model.BusinessObjectModelRelationshipChildEntity. getRelationship()Returns the relationship used to refer to this child entity.Methods in com.orchestranetworks.schema.businessObjects that return types with arguments of type BusinessObjectModelRelationship Modifier and Type Method Description List<BusinessObjectModelRelationship>BusinessObjectModel. getLightRelationshipsChildren()Returns the relationships defined in the business object model's main table.List<BusinessObjectModelRelationship>BusinessObjectModelRelationship. getLightRelationshipsChildren()Returns the lights relationships defined directly under this relationship.List<BusinessObjectModelRelationship>BusinessObjectModel. getStrongRelationshipsChildren()Retrieves the relationships defined in this business object model.List<BusinessObjectModelRelationship>BusinessObjectModelRelationship. getStrongRelationshipsChildren()Returns the strong relationships defined directly under this relationship.
-