|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
java.util.List<Relationship> |
TransientCmisObject.getRelationships()
|
java.util.List<Relationship> |
QueryResult.getRelationships()
Returns the relationships if they were requested. |
java.util.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,
java.lang.String name,
ObjectId source,
ObjectId target)
Creates a relationship. |
protected Relationship |
AbstractSessionTest.createRelationship(Session session,
java.lang.String name,
ObjectId source,
ObjectId target,
java.lang.String objectTypeId)
Creates a relationship. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |