public interface SchemaManager extends TypeProvider
Modifier and Type | Method and Description |
---|---|
Set<String> |
getDocumentTypeNamesExtending(String docType)
Return the names of all document types extending the given one, which
is included.
|
Set<String> |
getDocumentTypeNamesForFacet(String facet)
Returns the names of all document types that have given facet.
|
int |
getDocumentTypesCount() |
Field |
getField(String prefixedName)
Gets the field given a prefixed name.
|
Schema |
getSchemaFromPrefix(String schemaPrefix) |
Schema |
getSchemaFromURI(String schemaURI) |
getDocumentType, getDocumentTypes, getFacet, getFacets, getProxySchemas, getSchema, getSchemas, isProxySchema
Field getField(String prefixedName)
prefixedName
- Set<String> getDocumentTypeNamesForFacet(String facet)
facet
- Set<String> getDocumentTypeNamesExtending(String docType)
docType
- int getDocumentTypesCount()
Copyright © 2013 Nuxeo SA. All Rights Reserved.