Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.api.operation.Operation

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

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

Methods in org.nuxeo.ecm.core.api with parameters of type Operation
 void AbstractSession.endOperation(Operation<?> operation)
          This method is for compatibility reasons to notify an operation end.
<T> T
CoreSession.run(Operation<T> cmd)
          Run a command
<T> T
AbstractSession.run(Operation<T> op)
           
<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)
           
 void AbstractSession.startOperation(Operation<?> operation)
          This method is for compatibility reasons to notify an operation start.
 

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

Subclasses of Operation in org.nuxeo.ecm.core.api.operation
 class LockOperation
           
 class PingOperation
          Perform a ping operation.
 class UnlockOperation
           
 

Methods in org.nuxeo.ecm.core.api.operation that return Operation
static Operation<?> Operation.getCurrent()
           
 Operation<?> Operation.getParent()
           
static Operation<?>[] Operation.getStack()
           
static Operation<?>[] Operation.printStack(PrintStream out)
           
 

Methods in org.nuxeo.ecm.core.api.operation that return types with arguments of type Operation
 List<Operation<?>> Operation.getCommandStack()
           
 

Methods in org.nuxeo.ecm.core.api.operation with parameters of type Operation
 void ProgressMonitor.done(Operation<?> cmd, int percent)
           
 void OperationHandler.endOperation(Operation<?> operation)
           
 void ProgressMonitor.started(Operation<?> cmd)
           
 void OperationHandler.startOperation(Operation<?> operation)
           
 void ProgressMonitor.terminated(Operation<?> cmd)
           
 

Method parameters in org.nuxeo.ecm.core.api.operation with type arguments of type Operation
 void Operation.fillCommandStack(List<Operation<?>> cmds)
           
 

Uses of Operation in org.nuxeo.ecm.core.listener
 

Methods in org.nuxeo.ecm.core.listener with parameters of type Operation
 void PreCommitListener.aboutToCommit(Operation<?>[] events)
          Current transaction is about to commit.
static OperationEvent OperationEventFactory.createEvent(Operation<?> cmd)
           
 void CoreEventListenerService.fireOperationStarted(Operation<?> command)
          Fires a command starting event.
 void CoreEventListenerService.fireOperationTerminated(Operation<?> command)
          Fires a command termination event.
 void PostCommitListener.onCommit(Operation<?>[] events)
          Current transaction was committed.
 void OnSaveListener.onSave(Operation<?>[] events)
          Notify Last save in current transaction.
 void EventListener.operationStarted(Operation<?> cmd)
           
 void AbstractEventListener.operationStarted(Operation<?> cmd)
           
 void EventListener.operationTerminated(Operation<?> cmd)
           
 void AbstractEventListener.operationTerminated(Operation<?> cmd)
           
 void TransactedEventService.recordOperation(Operation<?> event)
           
 void TransactedEventServiceImpl.recordOperation(Operation<?> event)
           
 

Uses of Operation in org.nuxeo.ecm.core.listener.impl
 

Methods in org.nuxeo.ecm.core.listener.impl with parameters of type Operation
 void TestTransactedListener.aboutToCommit(Operation<?>[] events)
           
 void CoreEventListenerServiceImpl.fireOperationStarted(Operation<?> command)
           
 void DefaultEventService.fireOperationStarted(Operation<?> command)
           
 void CoreEventListenerServiceImpl.fireOperationTerminated(Operation<?> command)
           
 void DefaultEventService.fireOperationTerminated(Operation<?> command)
           
 void TestTransactedListener.onCommit(Operation<?>[] events)
           
 void TestTransactedListener.onSave(Operation<?>[] events)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.