Uses of Interface
org.apache.chemistry.opencmis.client.api.Relationship

Packages that use Relationship
org.apache.chemistry.opencmis.client.api The OpenCMIS Client API. 
 

Uses of Relationship in org.apache.chemistry.opencmis.client.api
 

Methods in org.apache.chemistry.opencmis.client.api that return types with arguments of type Relationship
 List<Relationship> QueryResult.getRelationships()
          Returns the relationships if they were requested.
 List<Relationship> CmisObject.getRelationships()
          Returns the relationships if they have been fetched for this object.
 ItemIterable<Relationship> CmisObject.getRelationships(boolean includeSubRelationshipTypes, RelationshipDirection relationshipDirection, ObjectType type, OperationContext context)
          Fetches the relationships from or to this object from the repository.
 



Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.