Uses of Class
org.xcmis.client.gwt.model.EnumRelationshipDirection

Packages that use EnumRelationshipDirection
org.xcmis.client.gwt.model   
org.xcmis.client.gwt.service.relationship   
org.xcmis.client.gwt.service.relationship.event   
 

Uses of EnumRelationshipDirection in org.xcmis.client.gwt.model
 

Methods in org.xcmis.client.gwt.model 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.client.gwt.service.relationship
 

Methods in org.xcmis.client.gwt.service.relationship with parameters of type EnumRelationshipDirection
 void RelationshipService.getObjectRelationships(String url, boolean includeSubRelationshipTypes, EnumRelationshipDirection relationshipDirection, String typeId, int maxItems, int skipCount, String filter, boolean includeAllowableActions)
          Gets all or a subset of relationships associated with an independent object.
 

Uses of EnumRelationshipDirection in org.xcmis.client.gwt.service.relationship.event
 

Methods in org.xcmis.client.gwt.service.relationship.event that return EnumRelationshipDirection
 EnumRelationshipDirection RelationshipsReceivedEvent.getDirection()
           
 

Constructors in org.xcmis.client.gwt.service.relationship.event with parameters of type EnumRelationshipDirection
RelationshipsReceivedEvent(EntryCollection relationships, EnumRelationshipDirection direction)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.