Uses of Class
org.xcmis.core.EnumRelationshipDirection

Packages that use EnumRelationshipDirection
org.xcmis.core   
org.xcmis.messaging   
org.xcmis.soap   
org.xcmis.wssoap.impl   
 

Uses of EnumRelationshipDirection in org.xcmis.core
 

Methods in org.xcmis.core that return EnumRelationshipDirection
static EnumRelationshipDirection EnumRelationshipDirection.fromValue(String v)
           
static EnumRelationshipDirection EnumRelationshipDirection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnumRelationshipDirection[] EnumRelationshipDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of EnumRelationshipDirection in org.xcmis.messaging
 

Fields in org.xcmis.messaging with type parameters of type EnumRelationshipDirection
protected  JAXBElement<EnumRelationshipDirection> GetObjectRelationships.relationshipDirection
           
 

Methods in org.xcmis.messaging that return types with arguments of type EnumRelationshipDirection
 JAXBElement<EnumRelationshipDirection> ObjectFactory.createGetObjectRelationshipsRelationshipDirection(EnumRelationshipDirection value)
          Create an instance of JAXBElement<EnumRelationshipDirection>}
 JAXBElement<EnumRelationshipDirection> GetObjectRelationships.getRelationshipDirection()
          Gets the value of the relationshipDirection property.
 

Methods in org.xcmis.messaging with parameters of type EnumRelationshipDirection
 JAXBElement<EnumRelationshipDirection> ObjectFactory.createGetObjectRelationshipsRelationshipDirection(EnumRelationshipDirection value)
          Create an instance of JAXBElement<EnumRelationshipDirection>}
 

Method parameters in org.xcmis.messaging with type arguments of type EnumRelationshipDirection
 void GetObjectRelationships.setRelationshipDirection(JAXBElement<EnumRelationshipDirection> value)
          Sets the value of the relationshipDirection property.
 

Uses of EnumRelationshipDirection in org.xcmis.soap
 

Methods in org.xcmis.soap with parameters of type EnumRelationshipDirection
 CmisObjectListType RelationshipServicePort.getObjectRelationships(String repositoryId, String objectId, Boolean includeSubRelationshipTypes, EnumRelationshipDirection relationshipDirection, String typeId, String filter, Boolean includeAllowableActions, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension)
           
 

Uses of EnumRelationshipDirection in org.xcmis.wssoap.impl
 

Methods in org.xcmis.wssoap.impl with parameters of type EnumRelationshipDirection
 CmisObjectListType RelationshipServicePortImpl.getObjectRelationships(String repositoryId, String objectId, Boolean includeSubRelationshipTypes, EnumRelationshipDirection relationshipDirection, String typeId, String propertyFilter, Boolean includeAllowableActions, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension)
          
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.