org.apache.chemistry.opencmis.commons.impl.jaxb
Interface RelationshipServicePort

All Known Implementing Classes:
RelationshipService

public interface RelationshipServicePort

This class was generated by the JAX-WS RI. JAX-WS RI 2.1.7-b01- Generated source version: 2.1


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.apache.chemistry.opencmis.commons.impl.jaxb.GetObjectRelationships")
@ResponseWrapper(localName="getObjectRelationshipsResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.apache.chemistry.opencmis.commons.impl.jaxb.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
Parameters:
extension -
objectId -
includeAllowableActions -
skipCount -
maxItems -
typeId -
repositoryId -
filter -
relationshipDirection -
includeSubRelationshipTypes -
Returns:
returns org.apache.chemistry.opencmis.commons.impl.jaxb.CmisObjectListType
Throws:
CmisException


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.