Uses of Class
org.xcmis.spi.model.RelationshipDirection

Packages that use RelationshipDirection
org.xcmis.spi   
org.xcmis.spi.basic   
org.xcmis.spi.model   
 

Uses of RelationshipDirection in org.xcmis.spi
 

Methods in org.xcmis.spi with parameters of type RelationshipDirection
 ItemsList<CmisObject> Connection.getObjectRelationships(String objectId, RelationshipDirection direction, String typeId, boolean includeSubRelationshipTypes, boolean includeAllowableActions, boolean includeObjectInfo, String propertyFilter, int maxItems, int skipCount)
          Get all or a subset of relationships associated with an independent object.
 ItemsIterator<RelationshipData> ObjectData.getRelationships(RelationshipDirection direction, TypeDefinition type, boolean includeSubRelationshipTypes)
          Objects relationships.
 

Uses of RelationshipDirection in org.xcmis.spi.basic
 

Methods in org.xcmis.spi.basic with parameters of type RelationshipDirection
 ItemsIterator<RelationshipData> BasicObjectData.getRelationships(RelationshipDirection direction, TypeDefinition type, boolean includeSubRelationshipTypes)
          Objects relationships.
 

Uses of RelationshipDirection in org.xcmis.spi.model
 

Methods in org.xcmis.spi.model that return RelationshipDirection
static RelationshipDirection RelationshipDirection.fromValue(String value)
           
static RelationshipDirection RelationshipDirection.valueOf(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.
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.