Uses of Class
org.nuxeo.ecm.core.api.model.PropertyNotFoundException
-
-
Uses of PropertyNotFoundException in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that throw PropertyNotFoundException Modifier and Type Method Description boolean
DataModel. isDirty(String name)
Deprecated.Tests whether or not the specified field from this data model is dirty.void
DataModel. setDirty(String name)
Deprecated.Marks the specified field from this data model as dirty. -
Uses of PropertyNotFoundException in org.nuxeo.ecm.core.api.impl
Methods in org.nuxeo.ecm.core.api.impl that throw PropertyNotFoundException Modifier and Type Method Description boolean
DataModelImpl. isDirty(String name)
void
DataModelImpl. setDirty(String name)
-
Uses of PropertyNotFoundException in org.nuxeo.ecm.core.api.model
Methods in org.nuxeo.ecm.core.api.model that throw PropertyNotFoundException Modifier and Type Method Description Property
Property. get(int index)
Get the child property given it's index.Property
Property. get(String name)
Gets the child property having the given name.Property
Property. resolvePath(String path)
Same asProperty.resolvePath(Path)
but with a string path as argument.Property
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. -
Uses of PropertyNotFoundException in org.nuxeo.ecm.core.api.model.impl
Methods in org.nuxeo.ecm.core.api.model.impl that throw PropertyNotFoundException Modifier and Type Method Description Property
ComplexProperty. get(String name)
Property
RemovedProperty. get(int index)
Property
RemovedProperty. get(String name)
Property
AbstractProperty. resolvePath(String path)
Property
AbstractProperty. resolvePath(Path path)
void
ComplexProperty. set(String name, Property property)
-
Uses of PropertyNotFoundException in org.nuxeo.ecm.core.api.model.impl.primitives
Methods in org.nuxeo.ecm.core.api.model.impl.primitives that throw PropertyNotFoundException Modifier and Type Method Description protected void
BlobProperty. setMemberValue(Blob blob, String name, Object value)
-
Uses of PropertyNotFoundException in org.nuxeo.ecm.core.uidgen
Methods in org.nuxeo.ecm.core.uidgen that throw PropertyNotFoundException Modifier and Type Method Description void
AbstractUIDGenerator. setUID(DocumentModel document)
void
UIDGenerator. setUID(DocumentModel document)
Creates a new UID for the given doc and sets the field configured in the generator component with this value.void
UIDGeneratorComponent. setUID(DocumentModel doc)
Creates a new UID for the given doc and sets the field configured in the generator component with this value.void
UIDGeneratorService. setUID(DocumentModel doc)
Creates a new UID for the given doc and sets the field configured in the generator component with this value.
-