Uses of Interface
org.nuxeo.ecm.core.schema.types.Field
-
Packages that use Field Package Description org.nuxeo.ecm.core.api.impl org.nuxeo.ecm.core.api.model org.nuxeo.ecm.core.api.model.impl org.nuxeo.ecm.core.api.model.impl.primitives org.nuxeo.ecm.core.api.validation org.nuxeo.ecm.core.io.impl org.nuxeo.ecm.core.io.marshallers.json.document org.nuxeo.ecm.core.io.marshallers.json.types org.nuxeo.ecm.core.schema Schema API and implementation; a schema describes the names and types of some fields.org.nuxeo.ecm.core.schema.types org.nuxeo.ecm.core.storage org.nuxeo.ecm.core.storage.dbs org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database.org.nuxeo.ecm.core.storage.sql.coremodel org.nuxeo.ecm.directory org.nuxeo.ecm.directory.core org.nuxeo.ecm.directory.ldap org.nuxeo.ecm.platform.filemanager.service.extension org.nuxeo.ecm.restapi.jaxrs.io.types org.nuxeo.elasticsearch.io.marshallers.json -
-
Uses of Field in org.nuxeo.ecm.core.api.impl
Methods in org.nuxeo.ecm.core.api.impl with parameters of type Field Modifier and Type Method Description static ObjectDocumentModelImpl. cloneField(Field field, String key, Object value) -
Uses of Field in org.nuxeo.ecm.core.api.model
Methods in org.nuxeo.ecm.core.api.model that return Field Modifier and Type Method Description FieldProperty. getField()Gets the field corresponding to this property.Methods in org.nuxeo.ecm.core.api.model with parameters of type Field Modifier and Type Method Description PropertyDocumentPart. createProperty(Property parent, Field field)Deprecated.PropertyDocumentPart. createProperty(Property parent, Field field, int flags)Deprecated. -
Uses of Field in org.nuxeo.ecm.core.api.model.impl
Fields in org.nuxeo.ecm.core.api.model.impl declared as Field Modifier and Type Field Description protected FieldListProperty. fieldThe corresponding field.protected FieldMapProperty. fieldThe corresponding field.protected FieldScalarProperty. fieldThe corresponding field.Methods in org.nuxeo.ecm.core.api.model.impl that return Field Modifier and Type Method Description FieldDocumentPartImpl. getField()FieldListProperty. getField()FieldMapProperty. getField()FieldRemovedProperty. getField()FieldScalarProperty. getField()Methods in org.nuxeo.ecm.core.api.model.impl with parameters of type Field Modifier and Type Method Description protected static intPropertyFactory. computePropertyFlags(Property parent, Field field, int flags)PropertyDocumentPartImpl. createProperty(Property parent, Field field)PropertyDocumentPartImpl. createProperty(Property parent, Field field, int flags)static PropertyPropertyFactory. createProperty(Property parent, Field field, int flags)PropertyComplexProperty. getChild(Field field)PropertyComplexProperty. getNonPhantomChild(Field field)protected PropertyComplexProperty. internalGetChild(Field field)Gets the property given its name.Constructors in org.nuxeo.ecm.core.api.model.impl with parameters of type Field Constructor Description ArrayProperty(Property parent, Field field, int flags)ListProperty(Property parent, Field field)ListProperty(Property parent, Field field, int flags)MapProperty(Property parent, Field field)MapProperty(Property parent, Field field, int flags)ScalarProperty(Property parent, Field field)ScalarProperty(Property parent, Field field, int flags) -
Uses of Field in org.nuxeo.ecm.core.api.model.impl.primitives
Methods in org.nuxeo.ecm.core.api.model.impl.primitives with parameters of type Field Modifier and Type Method Description protected PropertyBlobProperty. internalGetChild(Field field)Constructors in org.nuxeo.ecm.core.api.model.impl.primitives with parameters of type Field Constructor Description BinaryProperty(Property parent, Field field, int flags)BlobProperty(Property parent, Field field, int flags)BooleanProperty(Property parent, Field field, int flags)DateProperty(Property parent, Field field, int flags)DoubleProperty(Property parent, Field field, int flags)ExternalBlobProperty(Property parent, Field field)ExternalBlobProperty(Property parent, Field field, int flags)LongProperty(Property parent, Field field, int flags)ScalarMemberProperty(Property parent, Field field, int flags)StringProperty(Property parent, Field field, int flags) -
Uses of Field in org.nuxeo.ecm.core.api.validation
Methods in org.nuxeo.ecm.core.api.validation that return Field Modifier and Type Method Description FieldConstraintViolation.PathNode. getField()Methods in org.nuxeo.ecm.core.api.validation with parameters of type Field Modifier and Type Method Description DocumentValidationReportDocumentValidationService. validate(Field field, Object value)Validates a value according to someFielddefinition.DocumentValidationReportDocumentValidationService. validate(Field field, Object value, boolean validateSubProperties)Validates a value according to someFielddefinition.DocumentValidationReportDocumentValidationServiceImpl. validate(Field field, Object value)DocumentValidationReportDocumentValidationServiceImpl. validate(Field field, Object value, boolean validateSubProperties)protected List<ValidationViolation>DocumentValidationServiceImpl. validate(Schema schema, Field field, Object value, boolean validateSubProperties)Constructors in org.nuxeo.ecm.core.api.validation with parameters of type Field Constructor Description PathNode(Field field)PathNode(Field field, int index) -
Uses of Field in org.nuxeo.ecm.core.io.impl
Methods in org.nuxeo.ecm.core.io.impl with parameters of type Field Modifier and Type Method Description protected voidExportedDocumentImpl. readProperty(org.dom4j.Element parent, Namespace targetNs, Field field, Object value, boolean inlineBlobs)protected voidTypedExportedDocumentImpl. readProperty(org.dom4j.Element parent, Namespace targetNs, Field field, Object value, boolean inlineBlobs)Here we do what super does but add the "type" attribute to the XML elements. -
Uses of Field in org.nuxeo.ecm.core.io.marshallers.json.document
Methods in org.nuxeo.ecm.core.io.marshallers.json.document with parameters of type Field Modifier and Type Method Description protected PropertyDocumentPropertiesJsonReader. readProperty(Property parent, Field field, com.fasterxml.jackson.databind.JsonNode jn) -
Uses of Field in org.nuxeo.ecm.core.io.marshallers.json.types
Methods in org.nuxeo.ecm.core.io.marshallers.json.types with parameters of type Field Modifier and Type Method Description protected voidSchemaJsonWriter. doWriteField(com.fasterxml.jackson.core.JsonGenerator jg, Field field)protected voidSchemaJsonWriter. writeField(com.fasterxml.jackson.core.JsonGenerator jg, Field field) -
Uses of Field in org.nuxeo.ecm.core.schema
Methods in org.nuxeo.ecm.core.schema that return Field Modifier and Type Method Description protected static FieldXSDLoader. createField(ComplexType type, com.sun.xml.xsom.XSAttributeDecl element, Type fieldType, boolean isNillable)protected static FieldXSDLoader. createField(ComplexType type, com.sun.xml.xsom.XSElementDecl element, Type fieldType)FieldSchemaManager. getField(String xpath)Returns the field with given xpath, or null if not found.FieldSchemaManager. getField(Field field, String subFieldName)Returns the field with given parent field and sub name, or null if not found.FieldSchemaManagerImpl. getField(String xpath)FieldSchemaManagerImpl. getField(Field parent, String subFieldName)protected FieldSchemaManagerImpl. getField(Field parent, String subFieldName, boolean finalCall)protected FieldSchemaManagerImpl. resolveSubField(ListType listType, String subName, boolean fallbackOnSubElement)Methods in org.nuxeo.ecm.core.schema with parameters of type Field Modifier and Type Method Description FieldSchemaManager. getField(Field field, String subFieldName)Returns the field with given parent field and sub name, or null if not found.FieldSchemaManagerImpl. getField(Field parent, String subFieldName)protected FieldSchemaManagerImpl. getField(Field parent, String subFieldName, boolean finalCall) -
Uses of Field in org.nuxeo.ecm.core.schema.types
Classes in org.nuxeo.ecm.core.schema.types that implement Field Modifier and Type Class Description classFieldImplThe implementation for a field, which is the association of a type, a name, and default values.Fields in org.nuxeo.ecm.core.schema.types declared as Field Modifier and Type Field Description protected FieldListTypeImpl. fieldFields in org.nuxeo.ecm.core.schema.types with type parameters of type Field Modifier and Type Field Description protected Map<QName,Field>ComplexTypeImpl. fieldsThe fields held by this complex type.protected Map<String,Field>ComplexTypeImpl. fieldsByNameThe map of name or prefixed name to field.Methods in org.nuxeo.ecm.core.schema.types that return Field Modifier and Type Method Description FieldComplexType. addField(String name, Type type, String defaultValue, int flags, Collection<Constraint> constraints)Adds a field to this complex type.FieldComplexTypeImpl. addField(String name, Type type, String defaultValue, int flags, Collection<Constraint> constraints)FieldComplexType. getField(String name)Gets the field with the given name.FieldComplexType. getField(QName name)Gets the field having the given name.FieldComplexTypeImpl. getField(String name)FieldComplexTypeImpl. getField(QName name)FieldCompositeTypeImpl. getField(QName name)FieldListType. getField()Get the field defining the elements stored by this list.FieldListTypeImpl. getField()Methods in org.nuxeo.ecm.core.schema.types that return types with arguments of type Field Modifier and Type Method Description Collection<Field>ComplexType. getFields()Gets all fields as a (field name, field type) map.Collection<Field>ComplexTypeImpl. getFields()Methods in org.nuxeo.ecm.core.schema.types with parameters of type Field Modifier and Type Method Description protected voidComplexTypeImpl. addField(Field field) -
Uses of Field in org.nuxeo.ecm.core.storage
Methods in org.nuxeo.ecm.core.storage with parameters of type Field Modifier and Type Method Description protected ObjectBaseDocument. getValueField(T state, Field field, String xpath)protected voidBaseDocument. setValueComplex(T state, Field field, String xpath, Object value)protected voidBaseDocument. setValueField(T state, Field field, String xpath, Object value)protected abstract voidBaseDocument. updateList(T state, String name, Field field, String xpath, List<Object> values)Update a list.protected voidBaseDocument.Visit. visitBlobsField(T state, Field field) -
Uses of Field in org.nuxeo.ecm.core.storage.dbs
Methods in org.nuxeo.ecm.core.storage.dbs with parameters of type Field Modifier and Type Method Description protected voidDBSDocument. updateList(State state, String name, Field field, String xpath, List<Object> values)protected voidDBSRepositoryBase.BlobFinder. visitField(Field field) -
Uses of Field in org.nuxeo.ecm.core.storage.sql
Methods in org.nuxeo.ecm.core.storage.sql with parameters of type Field Modifier and Type Method Description static ColumnTypeColumnType. fromField(Field field)Gets the column type from a Nuxeo Schema field, including its constrained length if any. -
Uses of Field in org.nuxeo.ecm.core.storage.sql.coremodel
Methods in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type Field Modifier and Type Method Description protected voidSQLDocumentLive. updateList(Node node, String name, Field field, String xpath, List<Object> values) -
Uses of Field in org.nuxeo.ecm.directory
Fields in org.nuxeo.ecm.directory with type parameters of type Field Modifier and Type Field Description protected Map<String,Field>AbstractDirectory. schemaFieldMapMethods in org.nuxeo.ecm.directory that return types with arguments of type Field Modifier and Type Method Description Map<String,Field>AbstractDirectory. getSchemaFieldMap()Map<String,Field>Directory. getSchemaFieldMap()Get schema field mapMethods in org.nuxeo.ecm.directory with parameters of type Field Modifier and Type Method Description protected static ObjectDirectoryCSVLoader. decode(Field field, String value) -
Uses of Field in org.nuxeo.ecm.directory.core
Methods in org.nuxeo.ecm.directory.core that return Field Modifier and Type Method Description FieldCoreDirectory. getField(String name) -
Uses of Field in org.nuxeo.ecm.directory.ldap
Methods in org.nuxeo.ecm.directory.ldap that return Field Modifier and Type Method Description FieldLDAPFilterBuilder. walkReference(Operand value) -
Uses of Field in org.nuxeo.ecm.platform.filemanager.service.extension
Methods in org.nuxeo.ecm.platform.filemanager.service.extension with parameters of type Field Modifier and Type Method Description protected SerializableCSVZipImporter. getFieldValue(Field field, String stringValue, ZipFile zip) -
Uses of Field in org.nuxeo.ecm.restapi.jaxrs.io.types
Methods in org.nuxeo.ecm.restapi.jaxrs.io.types with parameters of type Field Modifier and Type Method Description protected voidAbstractTypeDefWriter. buildComplexFields(com.fasterxml.jackson.core.JsonGenerator jg, Field field)protected voidAbstractTypeDefWriter. writeField(com.fasterxml.jackson.core.JsonGenerator jg, Field field) -
Uses of Field in org.nuxeo.elasticsearch.io.marshallers.json
Methods in org.nuxeo.elasticsearch.io.marshallers.json that return Field Modifier and Type Method Description protected FieldAggregateJsonWriter. getSystemField(String name)Methods in org.nuxeo.elasticsearch.io.marshallers.json with parameters of type Field Modifier and Type Method Description protected voidAggregateJsonWriter. writeBuckets(String fieldName, List<Bucket> buckets, Field field, com.fasterxml.jackson.core.JsonGenerator jg)
-