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.
|
Set<String> |
getNoPerDocumentQueryFacets()
Finds which facets are configured as no-per-instance-query.
|
List<Schema> |
getProxySchemas(String docType)
Gets the schemas on a proxy for a document of the given type.
|
Schema |
getSchema(String schema)
Gets a schema.
|
Schema[] |
getSchemas()
Gets the list of schemas.
|
boolean |
isProxySchema(String schema,
String docType)
Checks if a schema is on a proxy for a document of the given type.
|
Schema[] getSchemas()
DocumentType getDocumentType(String docType)
DocumentType[] getDocumentTypes()
CompositeType getFacet(String name)
CompositeType[] getFacets()
Set<String> getNoPerDocumentQueryFacets()
List<Schema> getProxySchemas(String docType)
boolean isProxySchema(String schema, String docType)
Copyright © 2018 Nuxeo. All rights reserved.