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
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(java.lang.String repositoryId,
java.lang.String objectId,
java.lang.Boolean includeSubRelationshipTypes,
EnumRelationshipDirection relationshipDirection,
java.lang.String typeId,
java.lang.String filter,
java.lang.Boolean includeAllowableActions,
java.math.BigInteger maxItems,
java.math.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.