Uses of Class
org.nuxeo.ecm.core.api.PropertyException
Packages that use PropertyException
Package
Description
Event Service implementation.
Implementation of a Nuxeo repository over an SQL database.
-
Uses of PropertyException in org.nuxeo.ecm.automation.core.util
Methods in org.nuxeo.ecm.automation.core.util that throw PropertyExceptionModifier and TypeMethodDescriptionstatic voidGiven a document property, updates its value with the given blob.voidDataModelProperties.addDataModel(DataModel dm) static voidDocumentHelper.setProperties(CoreSession session, DocumentModel doc, Properties properties) 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) protected voidJSONPropertyWriter.writeMapProperty(com.fasterxml.jackson.core.JsonGenerator jg, ComplexProperty 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) Constructors in org.nuxeo.ecm.automation.core.util that throw PropertyExceptionModifierConstructorDescriptionDataModelProperties(List<DataModel> dms) DataModelProperties(List<DataModel> dms, boolean onlyDirtyProperties) DataModelProperties(DataModel dm, boolean onlyDirtyProperties) -
Uses of PropertyException in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that throw PropertyExceptionModifier and TypeMethodDescriptionDeprecated.Gets the named field value.DataModel.getMap()Deprecated.Gets all the fields set in this data model.DocumentModel.getProperty(String xpath) Gets a property given a xpath.DocumentModel.getPropertyValue(String xpath) Gets a property value given a xpath.Deprecated.Gets a value given its path.voidDeprecated.Sets the name field.voidDeprecated.Sets several field at once.voidDocumentModel.setPropertyValue(String xpath, Serializable value) Sets a property value given a xpath.voidAbstractSession.setRetainUntil(DocumentRef docRef, Calendar retainUntil, String comment) voidCoreSession.setRetainUntil(DocumentRef docRef, Calendar retainUntil, String comment) Sets the retention date on the document (a record).Deprecated.Sets a value to a property given its path.voidAbstractSession.unsetRetainUntil(DocumentRef docRef) -
Uses of PropertyException in org.nuxeo.ecm.core.api.blobholder
Methods in org.nuxeo.ecm.core.api.blobholder that throw PropertyExceptionModifier and TypeMethodDescriptionBlobHolderAdapterComponent.getExternalBlobForUri(String uri) BlobHolderAdapterService.getExternalBlobForUri(String uri) Returns an external blob from given uri. -
Uses of PropertyException in org.nuxeo.ecm.core.api.externalblob
Methods in org.nuxeo.ecm.core.api.externalblob that throw PropertyExceptionModifier and TypeMethodDescriptionRetrieves the blob for given uri.FileSystemExternalBlobAdapter.getFileAbsolutePath(String localPath) AbstractExternalBlobAdapter.getLocalName(String uri) -
Uses of PropertyException in org.nuxeo.ecm.core.api.impl
Methods in org.nuxeo.ecm.core.api.impl that throw PropertyExceptionModifier and TypeMethodDescriptionDataModelImpl.getMap()SimpleDocumentModel.getProperty(String xpath) DocumentModelImpl.getPropertyValue(String xpath) SimpleDocumentModel.getPropertyValue(String xpath) voidvoidvoidDocumentModelImpl.setPropertyValue(String xpath, Serializable value) -
Uses of PropertyException in org.nuxeo.ecm.core.api.model
Subclasses of PropertyException in org.nuxeo.ecm.core.api.modelModifier and TypeClassDescriptionclassIndicates a blob is missing.classException thrown when setting an illegal property value.classException thrown when trying to convert a property value to an incompatible type during read or write.classException indicating a property not found.classException thrown when attempting to write to a read-only property.Methods in org.nuxeo.ecm.core.api.model that throw PropertyExceptionModifier and TypeMethodDescriptionvoidProperty.accept(PropertyVisitor visitor, Object arg) Method that implement the visitor pattern.Property.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.Property.getValue()Gets the property normalized value.<T> TGets the property value as the given type.<T> TGets the value of the property resolved using the given path.Gets the value of the property resolved using the given path.Property.getValueForWrite()Gets the property normalized value for write.voidProperty.init(Serializable value) Initializes the property with the given normalized value.booleanCompare the two properties by content.Property.remove()Removes this property from the tree.ValueExporter.run(DocumentPart dp) voidSets the child property having the given name.voidSets a child property value given its index.voidSets this property value.voidSets the value of the property resolved using the given path.PropertyVisitor.visit(ListProperty property, Object arg) PropertyVisitor.visit(MapProperty property, Object arg) PropertyVisitor.visit(ScalarProperty property, Object arg) ValueExporter.visit(ListProperty property, Object arg) ValueExporter.visit(MapProperty property, Object arg) ValueExporter.visit(ScalarProperty property, Object arg) -
Uses of PropertyException in org.nuxeo.ecm.core.api.model.impl
Methods in org.nuxeo.ecm.core.api.model.impl that throw PropertyExceptionModifier and TypeMethodDescriptionvoidDocumentPartImpl.accept(PropertyVisitor visitor, Object arg) voidListProperty.accept(PropertyVisitor visitor, Object arg) voidMapProperty.accept(PropertyVisitor visitor, Object arg) voidRemovedProperty.accept(PropertyVisitor visitor, Object arg) voidScalarProperty.accept(PropertyVisitor visitor, Object arg) RemovedProperty.addEmpty()voidListProperty.applyListDiff(ListDiff ld) Supports ListDiff for compatibility.AbstractProperty.getValue()<T> T<T> TDocumentPartImpl.getValue()AbstractProperty.getValueForWrite()ComplexProperty.getValueForWrite()DocumentPartImpl.getValueForWrite()ListProperty.getValueForWrite()voidAbstractProperty.init(Serializable value) voidComplexProperty.init(Serializable value) voidListProperty.init(Serializable value) abstract SerializableAbstractProperty.internalGetValue()ComplexProperty.internalGetValue()ListProperty.internalGetValue()RemovedProperty.internalGetValue()ScalarProperty.internalGetValue()abstract voidAbstractProperty.internalSetValue(Serializable value) Sets the given normalized value.voidDocumentPartImpl.internalSetValue(Serializable value) voidListProperty.internalSetValue(Serializable value) voidMapProperty.internalSetValue(Serializable value) voidRemovedProperty.internalSetValue(Serializable value) voidScalarProperty.internalSetValue(Serializable value) booleanShould be used by container properties.booleanbooleanbooleanAbstractProperty.remove()voidvoidvoidvoidvoidvoidvoidvoidvoidprotected voidAbstractProperty.setValueDeprecation(Object value, boolean setFallback) If this property is deprecated and has a fallback, set value to fallback.voidComplexProperty.visitChildren(PropertyVisitor visitor, Object arg) -
Uses of PropertyException in org.nuxeo.ecm.core.api.model.impl.primitives
Methods in org.nuxeo.ecm.core.api.model.impl.primitives that throw PropertyExceptionModifier and TypeMethodDescriptionExternalBlobProperty.getMapFromBlobWithUri(Blob blob) protected ObjectBlobProperty.getMemberValue(Object object, String name) <T> TBlobProperty.getValueForWrite()ExternalBlobProperty.getValueForWrite()voidBlobProperty.init(Serializable value) voidExternalBlobProperty.init(Serializable value) BlobProperty.internalGetValue()BlobProperty.ScalarMemberProperty.internalGetValue()ExternalBlobProperty.internalGetValue()voidBlobProperty.internalSetValue(Serializable value) voidBlobProperty.ScalarMemberProperty.internalSetValue(Serializable value) booleanprotected voidprotected voidBlobProperty.setMemberValue(Object object, String name, Object value) voidvoidOverridden to be able to set a blob from a given map. -
Uses of PropertyException in org.nuxeo.ecm.core.event.impl
Methods in org.nuxeo.ecm.core.event.impl that throw PropertyExceptionModifier and TypeMethodDescriptionShallowDocumentModel.getProperty(String xpath) ShallowDocumentModel.getPropertyValue(String xpath) -
Uses of PropertyException in org.nuxeo.ecm.core.model
Methods in org.nuxeo.ecm.core.model that throw PropertyExceptionModifier and TypeMethodDescriptionGets a property value.voidDocument.readDocumentPart(DocumentPart dp) Loads aDocumentPartfrom storage.voidDocument.setRetainUntil(Calendar retainUntil) Sets a retention date for the document (a record).voidSets a property value.voidDocument.visitBlobs(Consumer<Document.BlobAccessor> blobVisitor) Visits all the blobs of this document and calls the passed blob visitor on each one.default booleanDocument.writeDocumentPart(DocumentPart dp, Document.WriteContext writeContext) Deprecated.booleanDocument.writeDocumentPart(DocumentPart dp, Document.WriteContext writeContext, boolean create) Writes aDocumentPartto storage. -
Uses of PropertyException in org.nuxeo.ecm.core.storage
Methods in org.nuxeo.ecm.core.storage that throw PropertyExceptionModifier and TypeMethodDescriptionprotected booleanBaseDocument.checkReadOnlyIgnoredWrite(Property property, T state) Checks for ignored writes.Object[]Gets an array value.BaseDocument.StateBlobAccessor.getBlob()BaseDocument.StatePropertyBlobAccessor.getBlob()protected BlobInfoBaseDocument.getBlobInfo(T state) protected abstract TGets a child state.BaseDocument.getChildAsList(T state, String name) Gets a child state which is a list.protected abstract TBaseDocument.getChildForWrite(T state, String name, Type type) Gets a child state into which we will want to write data.Gets a single value.protected BlobBaseDocument.getValueBlob(T state, String xpath) protected ObjectBaseDocument.getValueComplex(T state, ComplexType complexType, String xpath) protected ObjectBaseDocument.getValueField(T state, Field field, String xpath) protected ObjectBaseDocument.getValueObject(T state, String xpath) Gets a value (may be complex/list) from the document at the given xpath.protected voidBaseDocument.readComplexProperty(T state, ComplexProperty complexProperty) Reads state into a complex property.protected voidBaseDocument.readComplexProperty(T state, ComplexProperty complexProperty, String xpath) voidSets an array value.voidvoidprotected voidBaseDocument.setBlobInfo(T state, BlobInfo blobInfo) voidSets a single value.protected voidBaseDocument.setValueBlob(T state, Blob blob, String xpath) protected voidBaseDocument.setValueBlob(T state, Blob blob, String xpath, boolean gcOldBlob) protected voidBaseDocument.setValueComplex(T state, Field field, String xpath, Object value) protected voidBaseDocument.setValueField(T state, Field field, String xpath, Object value) protected voidBaseDocument.setValueObject(T state, String xpath, Object value) Sets a value (may be complex/list) into the document at the given xpath.BaseDocument.updateList(T state, String name, Property property) Update a list.protected abstract voidUpdate a list.protected voidBaseDocument.visitBlobs(T state, Consumer<Document.BlobAccessor> blobVisitor, Runnable markDirty) Visits all the blobs of this document and calls the passed blob visitor on each one.voidBaseDocument.Visit.visitBlobsComplex(T state, ComplexType complexType) protected voidBaseDocument.Visit.visitBlobsField(T state, Field field) protected booleanBaseDocument.writeComplexProperty(T state, ComplexProperty complexProperty, String xpath, boolean writeAll, boolean writeAllChildren, Document.WriteContext wc) Writes state from a complex property.protected booleanBaseDocument.writeComplexProperty(T state, ComplexProperty complexProperty, Document.WriteContext writeContext) Deprecated.protected booleanBaseDocument.writeDocumentPart(T state, DocumentPart dp, Document.WriteContext writeContext, boolean create) Writes state from a document part. -
Uses of PropertyException in org.nuxeo.ecm.core.storage.dbs
Methods in org.nuxeo.ecm.core.storage.dbs that throw PropertyExceptionModifier and TypeMethodDescriptionprotected StateDBSDocument.getChildForWrite(State state, String name, Type type) String[]DBSDocument.getRetainedProperties()protected DBSDocumentStateDBSDocument.getStateOrTarget(Type type) voidDBSDocument.readDocumentPart(DocumentPart dp) voidDBSDocument.setRetainUntil(Calendar retainUntil) voidDBSDocument.updateList(State state, String name, Property property) voidDBSDocument.visitBlobs(Consumer<Document.BlobAccessor> blobVisitor) booleanDBSDocument.writeDocumentPart(DocumentPart dp, Document.WriteContext writeContext, boolean create) -
Uses of PropertyException in org.nuxeo.ecm.core.storage.sql
Methods in org.nuxeo.ecm.core.storage.sql that throw PropertyException -
Uses of PropertyException in org.nuxeo.ecm.core.storage.sql.coremodel
Methods in org.nuxeo.ecm.core.storage.sql.coremodel that throw PropertyExceptionModifier and TypeMethodDescriptionprotected NodeSQLDocumentLive.getChildAsList(Node node, String name) protected NodeSQLDocumentLive.getChildForWrite(Node node, String name, Type type) voidSQLDocumentLive.readDocumentPart(DocumentPart dp) Reads into theDocumentPartthe values from thisSQLDocument.voidSQLDocumentProxy.readDocumentPart(DocumentPart dp) voidvoidSQLDocumentLive.updateList(Node node, String name, Property property) protected voidvoidSQLDocumentLive.visitBlobs(Consumer<Document.BlobAccessor> blobVisitor) voidSQLDocumentProxy.visitBlobs(Consumer<Document.BlobAccessor> blobVisitor) booleanSQLDocumentLive.writeDocumentPart(DocumentPart dp, Document.WriteContext writeContext, boolean create) booleanSQLDocumentProxy.writeDocumentPart(DocumentPart dp, Document.WriteContext writeContext, boolean create) -
Uses of PropertyException in org.nuxeo.ecm.directory
Methods in org.nuxeo.ecm.directory that throw PropertyExceptionModifier and TypeMethodDescriptionstatic DocumentModelDeprecated, for removal: This API element is subject to removal in a future version.since 11.1, sessionId is unusedstatic DocumentModelBaseSession.createEntryModel(String sessionId, String schema, String id, Map<String, Object> values, boolean readOnly) Deprecated, for removal: This API element is subject to removal in a future version.since 11.1, sessionId is unused -
Uses of PropertyException in org.nuxeo.ecm.platform.oauth.providers
Methods in org.nuxeo.ecm.platform.oauth.providers that throw PropertyExceptionModifier and TypeMethodDescriptionprotected DocumentModelOAuthServiceProviderRegistryImpl.getBestEntry(DocumentModelList entries, String gadgetUri, String serviceName) -
Uses of PropertyException in org.nuxeo.ecm.platform.picture.api.adapters
Methods in org.nuxeo.ecm.platform.picture.api.adapters that throw PropertyExceptionModifier and TypeMethodDescriptionDefaultPictureAdapter.getPictureFromTitle(String title) NoPictureAdapter.getPictureFromTitle(String title) PictureResourceAdapter.getPictureFromTitle(String title) -
Uses of PropertyException in org.nuxeo.ecm.platform.rendering.api
Methods in org.nuxeo.ecm.platform.rendering.api that throw PropertyExceptionModifier and TypeMethodDescriptionDefaultDocumentView.get(DocumentModel doc, String name) DocumentView.get(DocumentModel doc, String name) -
Uses of PropertyException in org.nuxeo.ecm.platform.routing.core.api.operation
Methods in org.nuxeo.ecm.platform.routing.core.api.operation that throw PropertyExceptionModifier and TypeMethodDescriptionprotected StringGetTaskNamesOperation.getWorkflowTranslatedTitle(DocumentModel taskDoc, Locale locale) -
Uses of PropertyException in org.nuxeo.ecm.user.center.profile.listeners
Methods in org.nuxeo.ecm.user.center.profile.listeners that throw PropertyExceptionModifier and TypeMethodDescriptionprotected voidResizeAvatarPictureListener.resizeAvatar(DocumentModel doc, Blob avatarImage) -
Uses of PropertyException in org.nuxeo.template.adapters.source
Methods in org.nuxeo.template.adapters.source that throw PropertyException -
Uses of PropertyException in org.nuxeo.template.api.adapters
Methods in org.nuxeo.template.api.adapters that throw PropertyExceptionModifier and TypeMethodDescriptionTemplateSourceDocument.getParams()Retrieve the parameters associated to the Template fileTemplateSourceDocument.getParamsAsString()Return the String representation of the parameters of the templateTemplateSourceDocument.getTemplateBlob()Retrieve the Blob holding the template fileTemplateBasedDocument.setTemplate(DocumentModel template, boolean save) Associate the document to a Template.
createinstead