Uses of Interface
org.nuxeo.ecm.core.api.model.Property
Packages that use Property
Package
Description
Event Service implementation.
Provides implementation for the api package.
-
Uses of Property in org.nuxeo.ecm.automation.core.operations.document
Methods in org.nuxeo.ecm.automation.core.operations.document with parameters of type PropertyModifier and TypeMethodDescriptionprotected voidRemoveItemFromListProperty.removeItemFromArrayProperty(DocumentModel doc, Property property) protected voidRemoveItemFromListProperty.removeItemFromListProperty(Property property) -
Uses of Property in org.nuxeo.ecm.automation.core.util
Methods in org.nuxeo.ecm.automation.core.util with parameters of type PropertyModifier and TypeMethodDescriptionvoidJSONPropertyWriter.PropertyConsumer.accept(com.fasterxml.jackson.core.JsonGenerator jg, Property prop) static voidGiven a document property, updates its value with the given blob.protected static voidDocumentHelper.setListProperty(Type type, String behavior, boolean decodeStringListAsJSON, String value, Property p) protected voidJSONPropertyWriter.writeBlobProperty(com.fasterxml.jackson.core.JsonGenerator jg, Property prop, JSONPropertyWriter.PropertyConsumer fieldNameWriter) protected voidJSONPropertyWriter.writeListProperty(com.fasterxml.jackson.core.JsonGenerator jg, Property prop, JSONPropertyWriter.PropertyConsumer fieldNameWriter) voidJSONPropertyWriter.writeProperty(com.fasterxml.jackson.core.JsonGenerator jg, Property prop) Converts the value of the given core property to JSON.protected voidJSONPropertyWriter.writeProperty(com.fasterxml.jackson.core.JsonGenerator jg, Property prop, JSONPropertyWriter.PropertyConsumer fieldNameWriter) Converts the value of the given core property to JSON.static voidJSONPropertyWriter.writePropertyValue(com.fasterxml.jackson.core.JsonGenerator jg, Property prop, DateTimeFormat dateTimeFormat, String filesBaseUrl) Converts the value of the given core property to JSON.protected voidJSONPropertyWriter.writeScalarProperty(com.fasterxml.jackson.core.JsonGenerator jg, Property prop, JSONPropertyWriter.PropertyConsumer fieldNameWriter) -
Uses of Property in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return PropertyModifier and TypeMethodDescriptionDocumentModel.getProperty(String xpath) Gets a property given a xpath.DocumentModel.getPropertyObject(String schema, String name) Gets a property object from the given schema.Methods in org.nuxeo.ecm.core.api that return types with arguments of type PropertyModifier and TypeMethodDescriptionDocumentModel.getPropertyObjects(String schema) Gets thePropertyobjects for the given schema.Methods in org.nuxeo.ecm.core.api with parameters of type PropertyModifier and TypeMethodDescriptionvoidDocumentModel.setPropertyObject(Property property) Sets a property object. -
Uses of Property in org.nuxeo.ecm.core.api.blobholder
Methods in org.nuxeo.ecm.core.api.blobholder that return types with arguments of type PropertyModifier and TypeMethodDescriptionDocumentBlobHolder.computeBlobList()Computes the blob list, with the main blob first.Methods in org.nuxeo.ecm.core.api.blobholder with parameters of type PropertyModifier and TypeMethodDescriptionprotected StringDocumentBlobHolder.getFullXPath(Property property) Gets the full xpath for a property, including schema prefix in all cases. -
Uses of Property in org.nuxeo.ecm.core.api.impl
Methods in org.nuxeo.ecm.core.api.impl that return PropertyModifier and TypeMethodDescriptionDocumentModelImpl.getProperty(String xpath) SimpleDocumentModel.getProperty(String xpath) DocumentModelImpl.getPropertyObject(String schema, String name) SimpleDocumentModel.getPropertyObject(String schema, String name) Methods in org.nuxeo.ecm.core.api.impl that return types with arguments of type PropertyModifier and TypeMethodDescriptionDocumentModelImpl.getPropertyObjects(String schema) SimpleDocumentModel.getPropertyObjects(String schema) Methods in org.nuxeo.ecm.core.api.impl with parameters of type PropertyModifier and TypeMethodDescriptionvoidDocumentModelImpl.setPropertyObject(Property property) voidSimpleDocumentModel.setPropertyObject(Property property) -
Uses of Property in org.nuxeo.ecm.core.api.model
Subinterfaces of Property in org.nuxeo.ecm.core.api.modelMethods in org.nuxeo.ecm.core.api.model that return PropertyModifier and TypeMethodDescriptionProperty.addEmpty()Creates an empty child property and adds it as a property to the list container.Inserts at the given position a new value to the list.Appends a new value to the list.DocumentPart.createProperty(Property parent, Field field) Deprecated.DocumentPart.createProperty(Property parent, Field field, int flags) Deprecated.Property.get(int index) Get the child property given it's index.Gets the child property having the given name.Property.getParent()Gets the property parent.Property.resolvePath(String path) Same asresolvePath(Path)but with a string path as argument.Property.resolvePath(Path path) Resolves the given path relative to the current property and return the property if any is found otherwise throws an exception.Methods in org.nuxeo.ecm.core.api.model that return types with arguments of type PropertyModifier and TypeMethodDescriptionProperty.getChildren()Get a collection over the children properties.Property.getDirtyChildren()Gets an iterator over the dirty children properties.Methods in org.nuxeo.ecm.core.api.model with parameters of type PropertyModifier and TypeMethodDescriptionDocumentPart.createProperty(Property parent, Field field) Deprecated.DocumentPart.createProperty(Property parent, Field field, int flags) Deprecated.protected StringbooleanCompare the two properties by content.voidSets the child property having the given name. -
Uses of Property in org.nuxeo.ecm.core.api.model.impl
Classes in org.nuxeo.ecm.core.api.model.impl that implement PropertyModifier and TypeClassDescriptionclassclassclassA scalar property that is linked to a schema fieldclassclassclassPhantom properties are not stored as children objects.classProperty used to declare property removed from schema.classA scalar property that is linked to a schema fieldFields in org.nuxeo.ecm.core.api.model.impl declared as PropertyModifier and TypeFieldDescriptionprotected final PropertyRemovedProperty.fallbackfinal PropertyAbstractProperty.parentFields in org.nuxeo.ecm.core.api.model.impl with type parameters of type PropertyMethods in org.nuxeo.ecm.core.api.model.impl that return PropertyModifier and TypeMethodDescriptionComplexProperty.addEmpty()ListProperty.addEmpty()RemovedProperty.addEmpty()ScalarProperty.addEmpty()protected PropertyAbstractProperty.computeRemovedProperty(String name) Returns theRemovedPropertyif it is a removed property or null otherwise.DocumentPartImpl.createProperty(Property parent, Field field) DocumentPartImpl.createProperty(Property parent, Field field, int flags) static PropertyPropertyFactory.createProperty(Property parent, Field field, int flags) ComplexProperty.get(int index) ListProperty.get(int index) RemovedProperty.get(int index) ScalarProperty.get(int index) final Propertyfinal PropertyComplexProperty.getNonPhantomChild(Field field) AbstractProperty.getParent()protected PropertyComplexProperty.internalGetChild(Field field) Gets the property given its name.DirtyPropertyIterator.next()Throws UnsupportedOperationException, added to implement Map<String, Property> interface.Throws UnsupportedOperationException, added to implement Map<String, Property> interface.ListProperty.remove(int index) AbstractProperty.resolvePath(String path) AbstractProperty.resolvePath(Path path) Throws UnsupportedOperationException, added to implement List<Property> interface.Methods in org.nuxeo.ecm.core.api.model.impl that return types with arguments of type PropertyModifier and TypeMethodDescriptionComplexProperty.entrySet()ComplexProperty.getChildren()ListProperty.getChildren()RemovedProperty.getChildren()ScalarProperty.getChildren()AbstractProperty.getDeprecatedFallback()Returns thePropertyfallback to use if the current property is deprecated.ComplexProperty.getDirtyChildren()ListProperty.getDirtyChildren()RemovedProperty.getDirtyChildren()ScalarProperty.getDirtyChildren()final Collection<Property>ComplexProperty.getNonPhantomChildren()AbstractProperty.iterator()ListProperty.listIterator()Throws UnsupportedOperationException, added to implement List<Property> interface.ListProperty.listIterator(int index) Throws UnsupportedOperationException, added to implement List<Property> interface.ListProperty.subList(int fromIndex, int toIndex) Throws UnsupportedOperationException, added to implement List<Property> interface.ComplexProperty.values()Methods in org.nuxeo.ecm.core.api.model.impl with parameters of type PropertyModifier and TypeMethodDescriptionvoidThrows UnsupportedOperationException, added to implement List<Property> interface.booleanThrows UnsupportedOperationException, added to implement List<Property> interface.protected static intPropertyFactory.computePropertyFlags(Property parent, Field field, int flags) DocumentPartImpl.createProperty(Property parent, Field field) DocumentPartImpl.createProperty(Property parent, Field field, int flags) static PropertyPropertyFactory.createProperty(Property parent, Field field, int flags) intbooleanShould be used by container properties.booleanbooleanbooleanThrows UnsupportedOperationException, added to implement Map<String, Property> interface.booleanvoidThrows UnsupportedOperationException, added to implement List<Property> interface.voidvoidvoidMethod parameters in org.nuxeo.ecm.core.api.model.impl with type arguments of type PropertyModifier and TypeMethodDescriptionbooleanListProperty.addAll(int index, Collection<? extends Property> c) Throws UnsupportedOperationException, added to implement List<Property> interface.booleanListProperty.addAll(Collection<? extends Property> c) Throws UnsupportedOperationException, added to implement List<Property> interface.voidThrows UnsupportedOperationException, added to implement Map<String, Property> interface.Constructors in org.nuxeo.ecm.core.api.model.impl with parameters of type PropertyModifierConstructorDescriptionprotectedAbstractProperty(Property parent) protectedAbstractProperty(Property parent, int flags) ArrayProperty(Property parent, Field field, int flags) protectedComplexProperty(Property parent) protectedComplexProperty(Property parent, 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) RemovedProperty(Property parent, String fieldName) RemovedProperty(Property parent, String fieldName, Property fallback) ScalarProperty(Property parent, Field field) ScalarProperty(Property parent, Field field, int flags) Constructor parameters in org.nuxeo.ecm.core.api.model.impl with type arguments of type Property -
Uses of Property in org.nuxeo.ecm.core.api.model.impl.primitives
Classes in org.nuxeo.ecm.core.api.model.impl.primitives that implement PropertyModifier and TypeClassDescriptionclassclassBlob property, reading and writing from aBlobobject.static classclassclassclassclassProperty handling an external blob: create/edit is done from a map, and the value returned is a blob.classclassMethods in org.nuxeo.ecm.core.api.model.impl.primitives that return PropertyMethods in org.nuxeo.ecm.core.api.model.impl.primitives with parameters of type PropertyConstructors in org.nuxeo.ecm.core.api.model.impl.primitives with parameters of type PropertyModifierConstructorDescriptionBinaryProperty(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 Property in org.nuxeo.ecm.core.api.model.resolver
Fields in org.nuxeo.ecm.core.api.model.resolver declared as PropertyConstructors in org.nuxeo.ecm.core.api.model.resolver with parameters of type PropertyModifierConstructorDescriptionPropertyObjectResolverImpl(Property property, ObjectResolver resolver) -
Uses of Property in org.nuxeo.ecm.core.api.validation
Methods in org.nuxeo.ecm.core.api.validation with parameters of type Property -
Uses of Property in org.nuxeo.ecm.core.event.impl
Methods in org.nuxeo.ecm.core.event.impl that return PropertyModifier and TypeMethodDescriptionShallowDocumentModel.getProperty(String xpath) ShallowDocumentModel.getPropertyObject(String schema, String name) Methods in org.nuxeo.ecm.core.event.impl that return types with arguments of type PropertyMethods in org.nuxeo.ecm.core.event.impl with parameters of type Property -
Uses of Property in org.nuxeo.ecm.core.io.avro
Methods in org.nuxeo.ecm.core.io.avro with parameters of type Property -
Uses of Property in org.nuxeo.ecm.core.io.marshallers.json.document
Methods in org.nuxeo.ecm.core.io.marshallers.json.document that return PropertyModifier and TypeMethodDescriptionprotected PropertyDocumentPropertiesJsonReader.readProperty(Property parent, Field field, com.fasterxml.jackson.databind.JsonNode jn) Methods in org.nuxeo.ecm.core.io.marshallers.json.document that return types with arguments of type PropertyModifier and TypeMethodDescriptionDocumentPropertiesJsonReader.read(com.fasterxml.jackson.databind.JsonNode jn) Methods in org.nuxeo.ecm.core.io.marshallers.json.document with parameters of type PropertyModifier and TypeMethodDescriptionprotected static voidDocumentModelJsonReader.applyPropertyValue(Property property, DocumentModel dst) protected StringDocumentPropertyJsonWriter.getBlobUrl(Property prop) Gets the full URL of where a blob can be downloaded.protected StringDocumentPropertyJsonWriter.getBlobUrl(Property prop, boolean fullDownloadUrl) protected static Stringprotected PropertyDocumentPropertiesJsonReader.readProperty(Property parent, Field field, com.fasterxml.jackson.databind.JsonNode jn) protected static booleanDocumentPropertyJsonWriter.skipProperty(RenderingContext ctx, Property property) voidprotected voidDocumentPropertyJsonWriter.writeComplexProperty(com.fasterxml.jackson.core.JsonGenerator jg, Property prop) protected voidDocumentPropertyJsonWriter.writeListProperty(com.fasterxml.jackson.core.JsonGenerator jg, Property prop) protected voidDocumentPropertyJsonWriter.writeProperty(com.fasterxml.jackson.core.JsonGenerator jg, Property prop) protected voidDocumentPropertyJsonWriter.writeScalarProperty(com.fasterxml.jackson.core.JsonGenerator jg, Property prop) -
Uses of Property in org.nuxeo.ecm.core.storage
Methods in org.nuxeo.ecm.core.storage with parameters of type PropertyModifier and TypeMethodDescriptionprotected booleanBaseDocument.checkReadOnlyIgnoredWrite(Property property, T state) Checks for ignored writes.protected static voidBaseDocument.clearDirtyFlags(Property property) protected SchemaBaseDocument.getTopLevelSchema(Property property) BaseDocument.updateList(T state, String name, Property property) Update a list. -
Uses of Property in org.nuxeo.ecm.core.storage.dbs
Methods in org.nuxeo.ecm.core.storage.dbs with parameters of type Property -
Uses of Property in org.nuxeo.ecm.core.storage.sql.coremodel
Methods in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type Property -
Uses of Property in org.nuxeo.ecm.core.utils
Methods in org.nuxeo.ecm.core.utils that return types with arguments of type PropertyModifier and TypeMethodDescriptionBlobsExtractor.getBlobsProperties(DocumentModel doc) Gets the blob properties of the document.Methods in org.nuxeo.ecm.core.utils with parameters of type PropertyModifier and TypeMethodDescriptionprotected voidBlobsExtractor.findBlobsProperties(Property property, List<String> split, List<Property> properties) protected voidStringsExtractor.findStrings(Property property, String path) -
Uses of Property in org.nuxeo.ecm.platform.csv.export.io
Methods in org.nuxeo.ecm.platform.csv.export.io with parameters of type PropertyModifier and TypeMethodDescriptionprotected voidprotected voidDocumentPropertyCSVWriter.writeHeader(Property property, org.apache.commons.csv.CSVPrinter printer) protected voidDocumentPropertyCSVWriter.writeListProperty(Property property, org.apache.commons.csv.CSVPrinter printer) protected voidDocumentPropertyCSVWriter.writeScalarProperty(Property property, org.apache.commons.csv.CSVPrinter printer) -
Uses of Property in org.nuxeo.ecm.platform.filemanager.core.listener
Methods in org.nuxeo.ecm.platform.filemanager.core.listener with parameters of type PropertyModifier and TypeMethodDescriptionvoidMimetypeIconUpdater.updateBlobProperty(DocumentModel doc, MimetypeRegistry mimetypeService, Property dirtyProperty) Updates the mimetype of a blob along with the icon and size fields of the document if the blob is the main blob of the document. -
Uses of Property in org.nuxeo.ecm.platform.rendering.fm.adapters
Fields in org.nuxeo.ecm.platform.rendering.fm.adapters declared as PropertyFields in org.nuxeo.ecm.platform.rendering.fm.adapters with type parameters of type PropertyMethods in org.nuxeo.ecm.platform.rendering.fm.adapters with parameters of type PropertyModifier and TypeMethodDescriptionfreemarker.template.TemplateModelConstructors in org.nuxeo.ecm.platform.rendering.fm.adapters with parameters of type PropertyModifierConstructorDescriptionComplexPropertyTemplate(DocumentObjectWrapper wrapper, Property property) Constructor parameters in org.nuxeo.ecm.platform.rendering.fm.adapters with type arguments of type PropertyModifierConstructorDescriptionPropertyIteratorTemplate(DocumentObjectWrapper wrapper, Iterator<Property> iterator) -
Uses of Property in org.nuxeo.ecm.platform.routing.core.impl
Constructors in org.nuxeo.ecm.platform.routing.core.impl with parameters of type Property -
Uses of Property in org.nuxeo.template.processors
Methods in org.nuxeo.template.processors that return PropertyModifier and TypeMethodDescriptionprotected PropertyAbstractBindingResolver.getDocProperty(TemplateInput param, DocumentModel doc) Methods in org.nuxeo.template.processors with parameters of type PropertyModifier and TypeMethodDescriptionprotected ObjectAbstractBindingResolver.extractAutoLoop(TemplateInput param, Property property) -
Uses of Property in org.nuxeo.wopi
Methods in org.nuxeo.wopi with parameters of type Property
Propertygetters onDocumentModelinstead