public interface ReverseRelationshipResultsInterDataset
ReverseRelationshipInterDataset.getReferringRecords(Adaptation)| Modifier and Type | Method and Description |
|---|---|
ReverseRelationshipResultInDataspace |
getResultInDataspace(HomeKey aDataspaceKey)
Returns the result of this reverse relationship in
the specified dataspace.
|
Iterable<ReverseRelationshipResultInDataspace> |
getResultsByDataspaces()
Returns the result of this reverse relationship in
the repository.
|
Iterable<ReverseRelationshipResultInDataspace> getResultsByDataspaces()
Permissions are applied if the corresponding reverse relationship
has been retrieved using a specific Session.
As a consequence, this method returns only the results in the dataspaces,
and datasets that can be viewed by the end-user associated with the specified session.
ReverseRelationshipResultInDataspaceReverseRelationshipResultInDataspace getResultInDataspace(HomeKey aDataspaceKey)
null if there is no result in the specified dataspace.IllegalArgumentException - if the specified dataspace is null.ReverseRelationshipResultInDataspace