Package | Description |
---|---|
org.nuxeo.automation.scripting.internals | |
org.nuxeo.ecm.automation.core.scripting | |
org.nuxeo.ecm.core.api | |
org.nuxeo.ecm.core.api.impl | |
org.nuxeo.ecm.core.event.impl |
Event Service implementation.
|
org.nuxeo.ecm.core.io.marshallers.json.types | |
org.nuxeo.ecm.core.model | |
org.nuxeo.ecm.core.opencmis.impl.server | |
org.nuxeo.ecm.core.schema |
Schema API and implementation; a schema describes the names and types of some fields.
|
org.nuxeo.ecm.core.storage.dbs | |
org.nuxeo.ecm.core.storage.sql.coremodel | |
org.nuxeo.ecm.core.utils | |
org.nuxeo.ecm.platform.indexing.gateway.ws | |
org.nuxeo.ecm.restapi.jaxrs.io.types | |
org.nuxeo.ecm.restapi.server.jaxrs.config.types | |
org.nuxeo.ecm.user.center.profile | |
org.nuxeo.ecm.webengine.rendering |
Modifier and Type | Method and Description |
---|---|
DocumentType |
DocumentScriptingWrapper.getDocumentType() |
Modifier and Type | Method and Description |
---|---|
DocumentType |
DocumentWrapper.getDocumentType() |
Modifier and Type | Method and Description |
---|---|
DocumentType |
DocumentModel.getDocumentType()
Gets the document type object.
|
DocumentType |
AbstractSession.getDocumentType(String type) |
DocumentType |
CoreSession.getDocumentType(String type)
Gets the document type object given its type name.
|
Modifier and Type | Method and Description |
---|---|
static DocumentModelImpl |
DocumentModelFactory.createDocumentModel(String sessionId,
DocumentType docType)
Creates a document model for a new document.
|
Modifier and Type | Field and Description |
---|---|
protected DocumentType |
DocumentModelImpl.type |
Modifier and Type | Method and Description |
---|---|
DocumentType |
SimpleDocumentModel.getDocumentType() |
DocumentType |
DocumentModelImpl.getDocumentType() |
Modifier and Type | Method and Description |
---|---|
static Set<String> |
DocumentModelImpl.computeSchemas(DocumentType type,
Collection<String> instanceFacets,
boolean isProxy)
Recomputes effective schemas from a type + instance facets.
|
protected static Set<String> |
DocumentModelImpl.inferFacets(Set<String> facets,
DocumentType documentType) |
Modifier and Type | Method and Description |
---|---|
DocumentType |
ShallowDocumentModel.getDocumentType() |
Modifier and Type | Method and Description |
---|---|
protected void |
DocumentTypeJsonWriter.writeEntityBody(DocumentType docType,
org.codehaus.jackson.JsonGenerator jg) |
Modifier and Type | Method and Description |
---|---|
DocumentType |
Document.getType()
Gets the type of this document.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NuxeoTypeHelper.constructBaseDocumentType(String id,
String parentId,
org.apache.chemistry.opencmis.commons.enums.BaseTypeId baseTypeId,
DocumentType documentType,
String nuxeoTypeId,
boolean creatable)
Constructs the base for a
DocumentType . |
static org.apache.chemistry.opencmis.commons.definitions.TypeDefinition |
NuxeoTypeHelper.constructDocumentType(DocumentType documentType,
String parentId,
org.apache.chemistry.opencmis.commons.enums.CmisVersion cmisVersion) |
static org.apache.chemistry.opencmis.commons.enums.BaseTypeId |
NuxeoTypeHelper.getBaseTypeId(DocumentType type) |
static String |
NuxeoTypeHelper.getParentTypeId(DocumentType documentType)
Gets the remapped parent type id, or
null if the type is to be ignored. |
protected static boolean |
NuxeoTypeHelper.supportsBlobHolder(DocumentType documentType) |
Constructor and Description |
---|
NuxeoTypeHelper(String id,
String parentId,
org.apache.chemistry.opencmis.commons.enums.BaseTypeId baseTypeId,
DocumentType documentType,
String nuxeoTypeId,
boolean creatable,
org.apache.chemistry.opencmis.commons.enums.CmisVersion cmisVersion)
Helper to construct one CMIS type from a
DocumentType . |
Modifier and Type | Class and Description |
---|---|
class |
DocumentTypeImpl
Implementation of a document type.
|
Modifier and Type | Method and Description |
---|---|
DocumentType |
TypeProvider.getDocumentType(String docType)
Gets a document type.
|
DocumentType |
SchemaManagerImpl.getDocumentType(String name) |
DocumentType[] |
TypeProvider.getDocumentTypes()
Gets the list of document types.
|
DocumentType[] |
SchemaManagerImpl.getDocumentTypes() |
protected DocumentType |
SchemaManagerImpl.recomputeDocumentType(String name,
DocumentTypeDescriptor dtd,
DocumentType parent) |
protected DocumentType |
SchemaManagerImpl.recomputeDocumentType(String name,
Set<String> stack,
Map<String,DocumentTypeDescriptor> dtds) |
Modifier and Type | Method and Description |
---|---|
String |
Prefetch.getXPathSchema(String xpath,
DocumentType type)
Gets the schema name for a given xpath.
|
protected DocumentType |
SchemaManagerImpl.recomputeDocumentType(String name,
DocumentTypeDescriptor dtd,
DocumentType parent) |
Constructor and Description |
---|
DocumentTypeImpl(String name,
DocumentType superType,
List<Schema> schemas,
Collection<String> facets,
PrefetchInfo prefetchInfo)
Constructs a document type.
|
Modifier and Type | Field and Description |
---|---|
protected DocumentType |
DBSDocument.type |
Modifier and Type | Method and Description |
---|---|
DocumentType |
DBSDocument.getType() |
Modifier and Type | Method and Description |
---|---|
protected static Set<String> |
DBSDocument.getSchemas(DocumentType type,
List<Object> facets) |
Constructor and Description |
---|
DBSDocument(DBSDocumentState docState,
DocumentType type,
DBSSession session,
boolean readonly) |
Modifier and Type | Method and Description |
---|---|
DocumentType |
SQLDocumentProxy.getType() |
DocumentType |
SQLDocumentLive.getType() |
Modifier and Type | Method and Description |
---|---|
List<String> |
BlobsExtractor.getBlobPaths(DocumentType documentType)
Gets the blob paths of the document type.
|
Constructor and Description |
---|
DocumentTypeDescriptor(DocumentType docType) |
Modifier and Type | Field and Description |
---|---|
protected DocumentType[] |
DocumentTypes.docTypes |
Modifier and Type | Method and Description |
---|---|
DocumentType[] |
DocumentTypes.getDocTypes() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTypeDefWriter.writeDocType(org.codehaus.jackson.JsonGenerator jg,
DocumentType docType,
boolean expandSchemas) |
Constructor and Description |
---|
DocumentTypes(DocumentType[] docTypes) |
Modifier and Type | Method and Description |
---|---|
DocumentType |
DocTypeEndPoint.getDocType(String name) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Serializable> |
UserProfileImporter.computePropertiesMap(long lineNumber,
DocumentType docType,
Map<String,Integer> headerValues,
org.apache.commons.csv.CSVRecord record) |
protected Serializable |
UserProfileImporter.convertValue(DocumentType docType,
String fieldName,
String headerValue,
String stringValue,
long lineNumber) |
protected boolean |
UserProfileImporter.importLine(org.apache.commons.csv.CSVRecord record,
long lineNumber,
Integer nameIndex,
DocumentType docType,
CoreSession session,
UserProfileService userProfileService,
Map<String,Integer> headerValues)
Import a line from the CSV file.
|
protected boolean |
UserProfileImporter.updateDocument(long lineNumber,
String name,
DocumentType docType,
CoreSession session,
UserProfileService userProfileService,
Map<String,Serializable> properties) |
Modifier and Type | Field and Description |
---|---|
static Comparator<DocumentType> |
APIHelper.DOCTYPE_COMPARATOR |
Modifier and Type | Method and Description |
---|---|
static DocumentType[] |
APIHelper.getSortedDocumentTypes() |
Copyright © 2018 Nuxeo. All rights reserved.