|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TypeManager
Method Summary | |
---|---|
java.lang.String |
getPropertyIdForQueryName(TypeDefinition typeDefinition,
java.lang.String propQueryName)
retrieve the property id from a type for a given property query name |
java.util.List<TypeDefinitionContainer> |
getRootTypes()
return a list of the root types as defined in the CMIS spec (for document, folder, policy and relationship |
TypeDefinitionContainer |
getTypeById(java.lang.String typeId)
return a type definition from the type definition id |
TypeDefinition |
getTypeByQueryName(java.lang.String typeQueryName)
return a type definition from the type query name or null if not found |
java.util.Collection<TypeDefinitionContainer> |
getTypeDefinitionList()
return a list of all types known in this repository |
Method Detail |
---|
TypeDefinitionContainer getTypeById(java.lang.String typeId)
typeId
- id of the type definition
TypeDefinition getTypeByQueryName(java.lang.String typeQueryName)
typeQueryName
- query name of the type definition
java.util.Collection<TypeDefinitionContainer> getTypeDefinitionList()
java.util.List<TypeDefinitionContainer> getRootTypes()
java.lang.String getPropertyIdForQueryName(TypeDefinition typeDefinition, java.lang.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 |