Package | Description |
---|---|
org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
org.apache.chemistry.opencmis.tck.impl |
Modifier and Type | Method and Description |
---|---|
List<Relationship> |
TransientCmisObject.getRelationships()
Deprecated.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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-2013 The Apache Software Foundation. All Rights Reserved.