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

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

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> TransientCmisObject.getRelationships()
           
 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> Session.getRelationships(ObjectId objectId, boolean includeSubRelationshipTypes, RelationshipDirection relationshipDirection, ObjectType type, OperationContext context)
          Fetches the relationships from or to an object from the repository.
 

Uses of Relationship in org.apache.chemistry.opencmis.tck.impl
 

Methods in org.apache.chemistry.opencmis.tck.impl that return Relationship
protected  Relationship AbstractSessionTest.createRelationship(Session session, String name, ObjectId source, ObjectId target)
          Creates a relationship.
protected  Relationship AbstractSessionTest.createRelationship(Session session, String name, ObjectId source, ObjectId target, String objectTypeId)
          Creates a relationship.
 



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