org.xcmis.soap
Interface RelationshipServicePort

All Known Implementing Classes:
RelationshipServicePortImpl

public interface RelationshipServicePort

This class was generated by Apache CXF 2.1.4 Mon Jan 31 20:17:15 EET 2011 Generated source version: 2.1.4


Method Summary
 CmisObjectListType getObjectRelationships(String repositoryId, String objectId, Boolean includeSubRelationshipTypes, EnumRelationshipDirection relationshipDirection, String typeId, String filter, Boolean includeAllowableActions, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension)
           
 

Method Detail

getObjectRelationships

@RequestWrapper(localName="getObjectRelationships",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.xcmis.messaging.GetObjectRelationships")
@ResponseWrapper(localName="getObjectRelationshipsResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.xcmis.messaging.GetObjectRelationshipsResponse")
CmisObjectListType getObjectRelationships(String repositoryId,
                                                                                                                                           String objectId,
                                                                                                                                           Boolean includeSubRelationshipTypes,
                                                                                                                                           EnumRelationshipDirection relationshipDirection,
                                                                                                                                           String typeId,
                                                                                                                                           String filter,
                                                                                                                                           Boolean includeAllowableActions,
                                                                                                                                           BigInteger maxItems,
                                                                                                                                           BigInteger skipCount,
                                                                                                                                           CmisExtensionType extension)
                                          throws CmisException
Throws:
CmisException


Copyright © 2011 eXo Platform SAS. All Rights Reserved.