org.xcmis.client.gwt.service.relationship
Class RelationshipService

java.lang.Object
  extended by org.xcmis.client.gwt.service.relationship.RelationshipService

public class RelationshipService
extends Object

Created by The eXo Platform SAS.

Version:
$Id: ${date} ${time}
Author:
Ann Zhuleva

Constructor Summary
RelationshipService(com.google.gwt.event.shared.HandlerManager eventBus)
           
 
Method Summary
 void 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationshipService

public RelationshipService(com.google.gwt.event.shared.HandlerManager eventBus)
Parameters:
eventBus - eventBus
Method Detail

getObjectRelationships

public void 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. On success response received, RelationshipsReceivedEvent event is fired

Parameters:
url - url
includeSubRelationshipTypes - include sub relationship types
relationshipDirection - relationship direction
typeId - type id
maxItems - max items
skipCount - skip count
filter - filter
includeAllowableActions - include allowable actions


Copyright © 2010 eXo Platform SAS. All Rights Reserved.