Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.api.operation.ProgressMonitor

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

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

Methods in org.nuxeo.ecm.core.api with parameters of type ProgressMonitor
<T> T
CoreSession.run(Operation<T> op, ProgressMonitor monitor)
          Run a command and notify the given monitor about the execution progress
<T> T
AbstractSession.run(Operation<T> op, ProgressMonitor monitor)
           
 

Uses of ProgressMonitor in org.nuxeo.ecm.core.api.operation
 

Methods in org.nuxeo.ecm.core.api.operation with parameters of type ProgressMonitor
 String UnlockOperation.doRun(ProgressMonitor montior)
           
 Date PingOperation.doRun(ProgressMonitor montior)
           
abstract  T Operation.doRun(ProgressMonitor montior)
           
 String LockOperation.doRun(ProgressMonitor montior)
           
 T Operation.run(CoreSession session, OperationHandler handler, ProgressMonitor monitor)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.