public interface NavigationServicePort
| Modifier and Type | Method and Description |
|---|---|
CmisObjectListType |
getCheckedOutDocs(String repositoryId,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension) |
CmisObjectInFolderListType |
getChildren(String repositoryId,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension) |
List<CmisObjectInFolderContainerType> |
getDescendants(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
CmisExtensionType extension) |
CmisObjectType |
getFolderParent(String repositoryId,
String folderId,
String filter,
CmisExtensionType extension) |
List<CmisObjectInFolderContainerType> |
getFolderTree(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
CmisExtensionType extension) |
List<CmisObjectParentsType> |
getObjectParents(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includeRelativePathSegment,
CmisExtensionType extension) |
@RequestWrapper(localName="getObjectParents", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetObjectParents") @ResponseWrapper(localName="getObjectParentsResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetObjectParentsResponse") List<CmisObjectParentsType> getObjectParents(String repositoryId, String objectId, String filter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includeRelativePathSegment, CmisExtensionType extension) throws CmisException
CmisException@RequestWrapper(localName="getCheckedOutDocs", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetCheckedOutDocs") @ResponseWrapper(localName="getCheckedOutDocsResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetCheckedOutDocsResponse") CmisObjectListType getCheckedOutDocs(String repositoryId, String folderId, String filter, String orderBy, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension) throws CmisException
CmisException@RequestWrapper(localName="getDescendants", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetDescendants") @ResponseWrapper(localName="getDescendantsResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetDescendantsResponse") List<CmisObjectInFolderContainerType> getDescendants(String repositoryId, String folderId, BigInteger depth, String filter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, CmisExtensionType extension) throws CmisException
CmisException@RequestWrapper(localName="getFolderTree", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetFolderTree") @ResponseWrapper(localName="getFolderTreeResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetFolderTreeResponse") List<CmisObjectInFolderContainerType> getFolderTree(String repositoryId, String folderId, BigInteger depth, String filter, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, CmisExtensionType extension) throws CmisException
CmisException@RequestWrapper(localName="getChildren", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetChildren") @ResponseWrapper(localName="getChildrenResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetChildrenResponse") CmisObjectInFolderListType getChildren(String repositoryId, String folderId, String filter, String orderBy, Boolean includeAllowableActions, EnumIncludeRelationships includeRelationships, String renditionFilter, Boolean includePathSegment, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension) throws CmisException
CmisException@RequestWrapper(localName="getFolderParent", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetFolderParent") @ResponseWrapper(localName="getFolderParentResponse", targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/", className="org.alfresco.repo.cmis.ws.GetFolderParentResponse") CmisObjectType getFolderParent(String repositoryId, String folderId, String filter, CmisExtensionType extension) throws CmisException
CmisExceptionCopyright © 2005–2014 Alfresco Software. All rights reserved.