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 DocumentModel
CoreSession. getDocument(DocumentRef docRef)
Gets a document model given its reference.DocumentModelList
CoreSession. 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 Document
Session. getDocumentByUUID(String uuid)
Gets a document given its ID.Document
Session. 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 Document
SQLSession. getChild(Node node, String name)
Document
SQLSession. getDocumentByUUID(String uuid)
Document
SQLSession. 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 Object
APIRoot. doGetRepository(String repositoryParam)
-