org.xcmis.wssoap.impl
Class RelationshipServicePortImpl

java.lang.Object
  extended by org.xcmis.wssoap.impl.RelationshipServicePortImpl
All Implemented Interfaces:
RelationshipServicePort

public class RelationshipServicePortImpl
extends Object
implements RelationshipServicePort

Version:
$Id: RelationshipServicePortImpl.java 2 2010-02-04 17:21:49Z andrew00x $
Author:
Max Shaposhnik

Constructor Summary
RelationshipServicePortImpl()
          Constructs instance of RelationshipServicePortImpl .
 
Method Summary
 CmisObjectListType getObjectRelationships(String repositoryId, String objectId, Boolean includeSubRelationshipTypes, EnumRelationshipDirection relationshipDirection, String typeId, String propertyFilter, Boolean includeAllowableActions, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationshipServicePortImpl

public RelationshipServicePortImpl()
Constructs instance of RelationshipServicePortImpl .

Method Detail

getObjectRelationships

public CmisObjectListType getObjectRelationships(String repositoryId,
                                                 String objectId,
                                                 Boolean includeSubRelationshipTypes,
                                                 EnumRelationshipDirection relationshipDirection,
                                                 String typeId,
                                                 String propertyFilter,
                                                 Boolean includeAllowableActions,
                                                 BigInteger maxItems,
                                                 BigInteger skipCount,
                                                 CmisExtensionType extension)
                                          throws CmisException

Specified by:
getObjectRelationships in interface RelationshipServicePort
Throws:
CmisException


Copyright © 2011 eXo Platform SAS. All Rights Reserved.