public interface RelationshipServicePort
Modifier and Type | Method and Description |
---|---|
CmisObjectListType |
getObjectRelationships(String repositoryId,
String objectId,
Boolean includeSubRelationshipTypes,
EnumRelationshipDirection relationshipDirection,
String typeId,
String filter,
Boolean includeAllowableActions,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension) |
@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
extension
- objectId
- includeAllowableActions
- skipCount
- maxItems
- typeId
- repositoryId
- filter
- relationshipDirection
- includeSubRelationshipTypes
- CmisException
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.