Uses of Class
org.nuxeo.ecm.core.api.model.PropertyNotFoundException
Package
Description
-
Uses of PropertyNotFoundException in org.nuxeo.ecm.core.api
-
Uses of PropertyNotFoundException in org.nuxeo.ecm.core.api.impl
-
Uses of PropertyNotFoundException in org.nuxeo.ecm.core.api.model
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected void
BlobProperty.setMemberValue
(Blob blob, String name, Object value) -
Uses of PropertyNotFoundException in org.nuxeo.ecm.core.uidgen
Modifier 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.