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 booleanDataModel. isDirty(String name)Deprecated.Tests whether or not the specified field from this data model is dirty.voidDataModel. 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 booleanDataModelImpl. isDirty(String name)voidDataModelImpl. 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 PropertyProperty. get(int index)Get the child property given it's index.PropertyProperty. get(String name)Gets the child property having the given name.PropertyProperty. resolvePath(String path)Same asProperty.resolvePath(Path)but with a string path as argument.PropertyProperty. 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 PropertyComplexProperty. get(String name)PropertyRemovedProperty. get(int index)PropertyRemovedProperty. get(String name)PropertyAbstractProperty. resolvePath(String path)PropertyAbstractProperty. resolvePath(Path path)voidComplexProperty. 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 voidBlobProperty. 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 voidAbstractUIDGenerator. setUID(DocumentModel document)voidUIDGenerator. setUID(DocumentModel document)Creates a new UID for the given doc and sets the field configured in the generator component with this value.voidUIDGeneratorComponent. setUID(DocumentModel doc)Creates a new UID for the given doc and sets the field configured in the generator component with this value.voidUIDGeneratorService. setUID(DocumentModel doc)Creates a new UID for the given doc and sets the field configured in the generator component with this value.
-