Uses of Class
org.apache.chemistry.opencmis.commons.enums.RelationshipDirection

Packages that use RelationshipDirection
org.apache.chemistry.opencmis.client.api The OpenCMIS Client API. 
org.apache.chemistry.opencmis.commons.enums OpenCMIS enums. 
org.apache.chemistry.opencmis.commons.spi OpenCMIS client and server binding services. 
org.apache.chemistry.opencmis.server.support   
 

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

Methods in org.apache.chemistry.opencmis.client.api with parameters of type RelationshipDirection
 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 RelationshipDirection in org.apache.chemistry.opencmis.commons.enums
 

Methods in org.apache.chemistry.opencmis.commons.enums that return RelationshipDirection
static RelationshipDirection RelationshipDirection.fromValue(java.lang.String v)
           
static RelationshipDirection RelationshipDirection.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RelationshipDirection[] RelationshipDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of RelationshipDirection in org.apache.chemistry.opencmis.commons.spi
 

Methods in org.apache.chemistry.opencmis.commons.spi with parameters of type RelationshipDirection
 ObjectList RelationshipService.getObjectRelationships(java.lang.String repositoryId, java.lang.String objectId, java.lang.Boolean includeSubRelationshipTypes, RelationshipDirection relationshipDirection, java.lang.String typeId, java.lang.String filter, java.lang.Boolean includeAllowableActions, java.math.BigInteger maxItems, java.math.BigInteger skipCount, ExtensionsData extension)
          Gets all or a subset of relationships associated with an independent object.
 

Uses of RelationshipDirection in org.apache.chemistry.opencmis.server.support
 

Methods in org.apache.chemistry.opencmis.server.support that return RelationshipDirection
protected  RelationshipDirection CmisServiceWrapper.getDefault(RelationshipDirection value)
          Returns the RelationshipDirection.SOURCE if value is null .
 

Methods in org.apache.chemistry.opencmis.server.support with parameters of type RelationshipDirection
protected  RelationshipDirection CmisServiceWrapper.getDefault(RelationshipDirection value)
          Returns the RelationshipDirection.SOURCE if value is null .
 ObjectList CmisServiceWrapper.getObjectRelationships(java.lang.String repositoryId, java.lang.String objectId, java.lang.Boolean includeSubRelationshipTypes, RelationshipDirection relationshipDirection, java.lang.String typeId, java.lang.String filter, java.lang.Boolean includeAllowableActions, java.math.BigInteger maxItems, java.math.BigInteger skipCount, ExtensionsData extension)
           
 



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