public interface TypeManager
Modifier and Type | Method and Description |
---|---|
String |
getPropertyIdForQueryName(TypeDefinition typeDefinition,
String propQueryName)
retrieve the property id from a type for a given property query name
|
List<TypeDefinitionContainer> |
getRootTypes()
return a list of the root types as defined in the CMIS spec (for
document, folder, policy and relationship
|
TypeDefinitionContainer |
getTypeById(String typeId)
return a type definition from the type definition id
|
TypeDefinition |
getTypeByQueryName(String typeQueryName)
return a type definition from the type query name or null if not found
|
Collection<TypeDefinitionContainer> |
getTypeDefinitionList()
return a list of all types known in this repository
|
TypeDefinitionContainer getTypeById(String typeId)
typeId
- id of the type definitionTypeDefinition getTypeByQueryName(String typeQueryName)
typeQueryName
- query name of the type definitionCollection<TypeDefinitionContainer> getTypeDefinitionList()
List<TypeDefinitionContainer> getRootTypes()
String getPropertyIdForQueryName(TypeDefinition typeDefinition, String propQueryName)
typeDefinition
- type definition containing query namepropQueryName
- query name of propertyCopyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.