Uses of Interface
com.orchestranetworks.schema.relationships.ReverseRelationshipResultInDataspace
-
Packages that use ReverseRelationshipResultInDataspace Package Description com.orchestranetworks.schema.relationships Provides interfaces for accessing relationships defined in a data model. -
-
Uses of ReverseRelationshipResultInDataspace in com.orchestranetworks.schema.relationships
Methods in com.orchestranetworks.schema.relationships that return ReverseRelationshipResultInDataspace Modifier and Type Method Description ReverseRelationshipResultInDataspaceReverseRelationshipResultsInterDataset. getResultInDataspace(HomeKey aDataspaceKey)Returns the result of this reverse relationship in the specified dataspace.Methods in com.orchestranetworks.schema.relationships that return types with arguments of type ReverseRelationshipResultInDataspace Modifier and Type Method Description Iterable<ReverseRelationshipResultInDataspace>ReverseRelationshipResultsInterDataset. getResultsByDataspaces()Returns the result of this reverse relationship in the repository.
-