Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.api.NoRollbackOnException

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

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

Methods in org.nuxeo.ecm.core.api with annotations of type NoRollbackOnException
 DocumentModelList CoreSession.getChildren(DocumentRef parent)
          Gets the children of the given parent.
 DocumentModelList CoreSession.getChildren(DocumentRef parent, String type)
          Gets the children of the given parent filtered according to the given document type.
 DocumentModelList CoreSession.getChildren(DocumentRef parent, String type, String perm)
          Gets the children of the given parent filtered according to the given document type and permission.
 DocumentModelList CoreSession.getChildren(DocumentRef parent, String type, String perm, Filter filter, Sorter sorter)
          Same as CoreSession.getChildren(DocumentRef, String, String) but the result is filtered and then sorted using the specified filter and sorter.
 DocumentModel CoreSession.getDocument(DocumentRef docRef)
          Gets a document model given its reference.
 DocumentModel CoreSession.getDocument(DocumentRef docRef, String[] schemas)
          Deprecated. unused
 DocumentModelList CoreSession.getDocuments(DocumentRef[] docRefs)
          Gets a list of documents given their references.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.