public interface TypeProvider
Modifier and Type | Method and Description |
---|---|
DocumentType |
getDocumentType(String docType)
Gets a document type.
|
DocumentType[] |
getDocumentTypes()
Gets the list of document types.
|
CompositeType |
getFacet(String name)
Gets a facet.
|
CompositeType[] |
getFacets()
Gets the list of facets.
|
Schema |
getSchema(String schema)
Gets a schema.
|
Schema[] |
getSchemas()
Gets the list of schemas.
|
Type |
getType(String name)
Gets a property type.
|
Type |
getType(String schema,
String name)
Low level generic type lookup.
|
Type[] |
getTypes()
Gets the list of property types.
|
Type[] getTypes()
Schema[] getSchemas()
DocumentType getDocumentType(String docType)
DocumentType[] getDocumentTypes()
CompositeType getFacet(String name)
CompositeType[] getFacets()
Copyright © 2011 Nuxeo SA. All Rights Reserved.