Uses of Class
org.nuxeo.ecm.core.api.model.PropertyNotFoundException
Packages that use PropertyNotFoundException
Package
Description
-
Uses of PropertyNotFoundException in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that throw PropertyNotFoundException -
Uses of PropertyNotFoundException in org.nuxeo.ecm.core.api.impl
Methods in org.nuxeo.ecm.core.api.impl that throw PropertyNotFoundException -
Uses of PropertyNotFoundException in org.nuxeo.ecm.core.api.model
Methods in org.nuxeo.ecm.core.api.model that throw PropertyNotFoundExceptionModifier and TypeMethodDescriptionProperty.get
(int index) Get the child property given it's index.Gets the child property having the given name.Property.resolvePath
(String path) Same asProperty.resolvePath(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. -
Uses of PropertyNotFoundException in org.nuxeo.ecm.core.api.model.impl
Methods in org.nuxeo.ecm.core.api.model.impl that throw PropertyNotFoundExceptionModifier and TypeMethodDescriptionRemovedProperty.get
(int index) AbstractProperty.resolvePath
(String path) AbstractProperty.resolvePath
(Path path) void
-
Uses of PropertyNotFoundException in org.nuxeo.ecm.core.api.model.impl.primitives
Methods in org.nuxeo.ecm.core.api.model.impl.primitives that throw PropertyNotFoundExceptionModifier and TypeMethodDescriptionprotected 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 PropertyNotFoundExceptionModifier and TypeMethodDescriptionvoid
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.