public class DMRepositoryServicePort extends DMAbstractServicePort implements RepositoryServicePort
authorityService, cmisAclService, cmisChangeLogService, cmisObjectFactory, cmisQueryService, cmisRenditionService, cmisService, descriptorService, fileFolderService, INCLUDE_RELATIONSHIPS_ENUM_MAPPING, nodeService, permissionService, propertiesUtil, searchService| Constructor and Description |
|---|
DMRepositoryServicePort() |
| Modifier and Type | Method and Description |
|---|---|
List<CmisRepositoryEntryType> |
getRepositories(CmisExtensionType extension)
Gets a list of available repositories for this CMIS service endpoint.
|
CmisRepositoryInfoType |
getRepositoryInfo(String repositoryId,
CmisExtensionType extension)
Gets information about the CMIS repository and the capabilities it supports.
|
CmisTypeDefinitionListType |
getTypeChildren(String repositoryId,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
Returns the list of Object-Types defined for the Repository under the specified Type.
|
CmisTypeDefinitionType |
getTypeDefinition(String repositoryId,
String typeId,
CmisExtensionType extension)
Gets the definition for specified object type
|
List<CmisTypeContainer> |
getTypeDescendants(String repositoryId,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
CmisExtensionType extension)
Returns the set of descendant Object-Types defined for the Repository under the specified Type.
|
appendWithAce, appendWithRelationships, applyAclCarefully, applyPolicies, checkRepositoryId, convertAclReportToCmisAclType, createCmisObject, createCmisObject, createCmisObjectList, createCursor, createPropertyFilter, createPropertyFilter, determineObjectAllowableActions, getRenditions, isObjectInFolder, setAuthorityService, setCmisAclService, setCmisChangeLogService, setCmisQueryService, setCmisRenditionService, setCmisService, setDescriptorService, setFileFolderService, setNodeService, setPermissionService, setPropertiesUtil, setSearchServicepublic List<CmisRepositoryEntryType> getRepositories(CmisExtensionType extension) throws CmisException
getRepositories in interface RepositoryServicePortCmisException - (with following EnumServiceException : INVALID_ARGUMENT, OBJECT_NOT_FOUND, NOT_SUPPORTED, PERMISSION_DENIED, RUNTIME)public CmisRepositoryInfoType getRepositoryInfo(String repositoryId, CmisExtensionType extension) throws CmisException
getRepositoryInfo in interface RepositoryServicePortparameters - repositoryId: repository IdCmisException - (with following EnumServiceException : INVALID_ARGUMENT, OBJECT_NOT_FOUND, NOT_SUPPORTED, PERMISSION_DENIED, RUNTIME)public CmisTypeDefinitionListType getTypeChildren(String repositoryId, String typeId, Boolean includePropertyDefinitions, BigInteger maxItems, BigInteger skipCount, CmisExtensionType extension) throws CmisException
getTypeChildren in interface RepositoryServicePortparameters - repositoryId: repository Id; typeId: type Id; returnPropertyDefinitions: false (default); maxItems: 0 = Repository-default number of items(Default);
skipCount: 0 = start;CmisException - (with following EnumServiceException : INVALID_ARGUMENT, OBJECT_NOT_FOUND, NOT_SUPPORTED, PERMISSION_DENIED, RUNTIME)public CmisTypeDefinitionType getTypeDefinition(String repositoryId, String typeId, CmisExtensionType extension) throws CmisException
getTypeDefinition in interface RepositoryServicePortparameters - repositoryId: repository Id; typeId: type Id;CmisException - (with following EnumServiceException : INVALID_ARGUMENT, OBJECT_NOT_FOUND, NOT_SUPPORTED, PERMISSION_DENIED, RUNTIME)public List<CmisTypeContainer> getTypeDescendants(String repositoryId, String typeId, BigInteger depth, Boolean includePropertyDefinitions, CmisExtensionType extension) throws CmisException
getTypeDescendants in interface RepositoryServicePortparameters - srepositoryId: repository Id; typeId: type Id; includePropertyDefinitions: false (default); depth: The number of levels of depth in the type hierarchy from
which to return results;CmisException - (with following EnumServiceException : INVALID_ARGUMENT, OBJECT_NOT_FOUND, NOT_SUPPORTED, PERMISSION_DENIED, RUNTIME)Copyright © 2005–2014 Alfresco Software. All rights reserved.