|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.cmis.ws.DMAbstractServicePort
org.alfresco.repo.cmis.ws.DMRepositoryServicePort
public class DMRepositoryServicePort
Port for repository service.
Field Summary |
---|
Fields inherited from class org.alfresco.repo.cmis.ws.DMAbstractServicePort |
---|
authorityService, cmisAclService, cmisChangeLogService, cmisObjectFactory, cmisQueryService, cmisRenditionService, cmisService, descriptorService, fileFolderService, INCLUDE_RELATIONSHIPS_ENUM_MAPPING, nodeService, permissionService, propertiesUtil, searchService |
Constructor Summary | |
---|---|
DMRepositoryServicePort()
|
Method Summary | |
---|---|
java.util.List |
getRepositories(org.alfresco.repo.cmis.ws.CmisExtensionType extension)
Gets a list of available repositories for this CMIS service endpoint. |
org.alfresco.repo.cmis.ws.CmisRepositoryInfoType |
getRepositoryInfo(java.lang.String repositoryId,
org.alfresco.repo.cmis.ws.CmisExtensionType extension)
Gets information about the CMIS repository and the capabilities it supports. |
org.alfresco.repo.cmis.ws.CmisTypeDefinitionListType |
getTypeChildren(java.lang.String repositoryId,
java.lang.String typeId,
java.lang.Boolean includePropertyDefinitions,
java.math.BigInteger maxItems,
java.math.BigInteger skipCount,
org.alfresco.repo.cmis.ws.CmisExtensionType extension)
Returns the list of Object-Types defined for the Repository under the specified Type. |
org.alfresco.repo.cmis.ws.CmisTypeDefinitionType |
getTypeDefinition(java.lang.String repositoryId,
java.lang.String typeId,
org.alfresco.repo.cmis.ws.CmisExtensionType extension)
Gets the definition for specified object type |
java.util.List |
getTypeDescendants(java.lang.String repositoryId,
java.lang.String typeId,
java.math.BigInteger depth,
java.lang.Boolean includePropertyDefinitions,
org.alfresco.repo.cmis.ws.CmisExtensionType extension)
Returns the set of descendant Object-Types defined for the Repository under the specified Type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DMRepositoryServicePort()
Method Detail |
---|
public java.util.List getRepositories(org.alfresco.repo.cmis.ws.CmisExtensionType extension) throws org.alfresco.repo.cmis.ws.CmisException
getRepositories
in interface org.alfresco.repo.cmis.ws.RepositoryServicePort
CmisException
- (with following EnumServiceException
: INVALID_ARGUMENT, OBJECT_NOT_FOUND, NOT_SUPPORTED, PERMISSION_DENIED, RUNTIME)public org.alfresco.repo.cmis.ws.CmisRepositoryInfoType getRepositoryInfo(java.lang.String repositoryId, org.alfresco.repo.cmis.ws.CmisExtensionType extension) throws org.alfresco.repo.cmis.ws.CmisException
getRepositoryInfo
in interface org.alfresco.repo.cmis.ws.RepositoryServicePort
parameters
- repositoryId: repository Id
CmisException
- (with following EnumServiceException
: INVALID_ARGUMENT, OBJECT_NOT_FOUND, NOT_SUPPORTED, PERMISSION_DENIED, RUNTIME)public org.alfresco.repo.cmis.ws.CmisTypeDefinitionListType getTypeChildren(java.lang.String repositoryId, java.lang.String typeId, java.lang.Boolean includePropertyDefinitions, java.math.BigInteger maxItems, java.math.BigInteger skipCount, org.alfresco.repo.cmis.ws.CmisExtensionType extension) throws org.alfresco.repo.cmis.ws.CmisException
getTypeChildren
in interface org.alfresco.repo.cmis.ws.RepositoryServicePort
parameters
- 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 org.alfresco.repo.cmis.ws.CmisTypeDefinitionType getTypeDefinition(java.lang.String repositoryId, java.lang.String typeId, org.alfresco.repo.cmis.ws.CmisExtensionType extension) throws org.alfresco.repo.cmis.ws.CmisException
getTypeDefinition
in interface org.alfresco.repo.cmis.ws.RepositoryServicePort
parameters
- repositoryId: repository Id; typeId: type Id;
CmisException
- (with following EnumServiceException
: INVALID_ARGUMENT, OBJECT_NOT_FOUND, NOT_SUPPORTED, PERMISSION_DENIED, RUNTIME)public java.util.List getTypeDescendants(java.lang.String repositoryId, java.lang.String typeId, java.math.BigInteger depth, java.lang.Boolean includePropertyDefinitions, org.alfresco.repo.cmis.ws.CmisExtensionType extension) throws org.alfresco.repo.cmis.ws.CmisException
getTypeDescendants
in interface org.alfresco.repo.cmis.ws.RepositoryServicePort
parameters
- 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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |