|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TypeManager
Method Summary | |
---|---|
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 |
Method Detail |
---|
TypeDefinitionContainer getTypeById(String typeId)
typeId
- id of the type definition
TypeDefinition getTypeByQueryName(String typeQueryName)
typeQueryName
- query name of the type definition
Collection<TypeDefinitionContainer> getTypeDefinitionList()
List<TypeDefinitionContainer> getRootTypes()
String getPropertyIdForQueryName(TypeDefinition typeDefinition, String propQueryName)
typeDefinition
- type definition containing query namepropQueryName
- query name of property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |