Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.api.model.PropertyNotFoundException

Packages that use PropertyNotFoundException
org.nuxeo.ecm.core.api The core API of the Nuxeo platform, including: CoreSession, DocumentModel, Blob
org.nuxeo.ecm.core.api.impl   
org.nuxeo.ecm.core.api.model   
org.nuxeo.ecm.core.api.model.impl   
org.nuxeo.ecm.core.api.model.impl.osm   
 

Uses of PropertyNotFoundException in org.nuxeo.ecm.core.api
 

Methods in org.nuxeo.ecm.core.api that throw PropertyNotFoundException
 boolean DataModel.isDirty(String name)
          Tests whether or not the specified field from this data model is dirty.
 void DataModel.setDirty(String name)
          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
 boolean SimpleDocumentModel.SimpleDataModel.isDirty(String name)
           
 boolean DataModelImpl.isDirty(String name)
           
 void SimpleDocumentModel.SimpleDataModel.setDirty(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
 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(Path path)
          Resolves the given path relative to the current property and return the property if any is found otherwise throws an exception.
 Property Property.resolvePath(String path)
          Same as Property.resolvePath(Path) but with a string path as argument.
 

Uses of PropertyNotFoundException in org.nuxeo.ecm.core.api.model.impl
 

Methods in org.nuxeo.ecm.core.api.model.impl that throw PropertyNotFoundException
 Property ComplexProperty.get(String name)
           
 Property AbstractProperty.resolvePath(Path path)
           
 Property AbstractProperty.resolvePath(String path)
           
 

Uses of PropertyNotFoundException in org.nuxeo.ecm.core.api.model.impl.osm
 

Methods in org.nuxeo.ecm.core.api.model.impl.osm that throw PropertyNotFoundException
 ObjectAdapter ObjectAdapter.getAdapter(String name)
           
 ObjectAdapter DynamicObjectAdapter.getAdapter(String name)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.