org.xcmis.client.gwt.service.relationship
Class RelationshipService
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelationshipService
public RelationshipService(com.google.gwt.event.shared.HandlerManager eventBus)
- Parameters:
eventBus - eventBus
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 - urlincludeSubRelationshipTypes - include sub relationship typesrelationshipDirection - relationship directiontypeId - type idmaxItems - max itemsskipCount - skip countfilter - filterincludeAllowableActions - include allowable actions
Copyright © 2010 eXo Platform SAS. All Rights Reserved.