Uses of Class
org.nuxeo.ecm.core.api.DocumentNotFoundException
-
Packages that use DocumentNotFoundException Package Description org.nuxeo.ecm.core.api org.nuxeo.ecm.core.model org.nuxeo.ecm.core.storage.sql.coremodel org.nuxeo.ecm.restapi.server.jaxrs -
-
Uses of DocumentNotFoundException in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that throw DocumentNotFoundException Modifier and Type Method Description DocumentModelCoreSession. getDocument(DocumentRef docRef)Gets a document model given its reference.DocumentModelListCoreSession. getDocuments(DocumentRef[] docRefs)Gets a list of documents given their references. -
Uses of DocumentNotFoundException in org.nuxeo.ecm.core.model
Methods in org.nuxeo.ecm.core.model that throw DocumentNotFoundException Modifier and Type Method Description DocumentSession. getDocumentByUUID(String uuid)Gets a document given its ID.DocumentSession. resolvePath(String path)Gets the document at the given path, if any. -
Uses of DocumentNotFoundException in org.nuxeo.ecm.core.storage.sql.coremodel
Methods in org.nuxeo.ecm.core.storage.sql.coremodel that throw DocumentNotFoundException Modifier and Type Method Description protected DocumentSQLSession. getChild(Node node, String name)DocumentSQLSession. getDocumentByUUID(String uuid)DocumentSQLSession. resolvePath(String path) -
Uses of DocumentNotFoundException in org.nuxeo.ecm.restapi.server.jaxrs
Methods in org.nuxeo.ecm.restapi.server.jaxrs that throw DocumentNotFoundException Modifier and Type Method Description ObjectAPIRoot. doGetRepository(String repositoryParam)
-