|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RepositoryService
Repository Service interface.
See CMIS 1.0 specification for details on the operations, parameters, exceptions and the domain model.
Method Summary | |
---|---|
RepositoryInfo |
getRepositoryInfo(java.lang.String repositoryId,
ExtensionsData extension)
Returns information about the CMIS repository, the optional capabilities it supports and its access control information if applicable. |
java.util.List<RepositoryInfo> |
getRepositoryInfos(ExtensionsData extension)
Returns a list of CMIS repository information available from this CMIS service endpoint. |
TypeDefinitionList |
getTypeChildren(java.lang.String repositoryId,
java.lang.String typeId,
java.lang.Boolean includePropertyDefinitions,
java.math.BigInteger maxItems,
java.math.BigInteger skipCount,
ExtensionsData extension)
Returns the list of object types defined for the repository that are children of the specified type. |
TypeDefinition |
getTypeDefinition(java.lang.String repositoryId,
java.lang.String typeId,
ExtensionsData extension)
Gets the definition of the specified object type. |
java.util.List<TypeDefinitionContainer> |
getTypeDescendants(java.lang.String repositoryId,
java.lang.String typeId,
java.math.BigInteger depth,
java.lang.Boolean includePropertyDefinitions,
ExtensionsData extension)
Returns the set of descendant object type defined for the repository under the specified type. |
Method Detail |
---|
java.util.List<RepositoryInfo> getRepositoryInfos(ExtensionsData extension)
RepositoryInfo getRepositoryInfo(java.lang.String repositoryId, ExtensionsData extension)
repositoryId
- the identifier for the repositoryTypeDefinitionList getTypeChildren(java.lang.String repositoryId, java.lang.String typeId, java.lang.Boolean includePropertyDefinitions, java.math.BigInteger maxItems, java.math.BigInteger skipCount, ExtensionsData extension)
repositoryId
- the identifier for the repositorytypeId
- (optional) the typeId of an object type specified in
the repository (if not specified the repository MUST return
all base object types)includePropertyDefinitions
- (optional) if true
the repository MUST
return the property definitions for each object type returned
(default is false
)maxItems
- (optional) the maximum number of items to return in a
response (default is repository specific)skipCount
- (optional) number of potential results that the
repository MUST skip/page over before returning any results
(default is 0)java.util.List<TypeDefinitionContainer> getTypeDescendants(java.lang.String repositoryId, java.lang.String typeId, java.math.BigInteger depth, java.lang.Boolean includePropertyDefinitions, ExtensionsData extension)
repositoryId
- the identifier for the repositorytypeId
- (optional) the typeId of an object type specified in
the repository (if not specified the repository MUST return
all types and MUST ignore the value of the depth parameter)depth
- (optional) the number of levels of depth in the type
hierarchy from which to return results (default is repository
specific)includePropertyDefinitions
- (optional) if true
the repository MUST
return the property definitions for each object type returned
(default is false
)TypeDefinition getTypeDefinition(java.lang.String repositoryId, java.lang.String typeId, ExtensionsData extension)
repositoryId
- the identifier for the repositorytypeId
- typeId of an object type specified in the repository
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |