Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use OperationEvent
org.nuxeo.ecm.core.api.operation   
org.nuxeo.ecm.core.listener   
 

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

Classes in org.nuxeo.ecm.core.api.operation that implement OperationEvent
 class DefaultOperationEvent
          This class is not thread safe TODO: should remove this class -> the command itself may be used as the event
 

Methods in org.nuxeo.ecm.core.api.operation with parameters of type OperationEvent
 void OperationEventListener.handleEvents(OperationEvent[] events, boolean isUrgent)
           
 

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

Methods in org.nuxeo.ecm.core.listener that return OperationEvent
static OperationEvent OperationEventFactory.createEvent(CoreEvent coreEvent)
           
static OperationEvent OperationEventFactory.createEvent(CoreSession session, CoreEvent coreEvent)
           
static OperationEvent OperationEventFactory.createEvent(Operation<?> cmd)
           
static OperationEvent OperationEventFactory.createEvent(String sessionId, String repository, String principal, CoreEvent coreEvent)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.