Package | Description |
---|---|
org.nuxeo.ecm.core.api.operation | |
org.nuxeo.ecm.core.listener |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOperationEvent
This class is not thread safe
TODO: should remove this class -> the command itself may be used as the event
|
Modifier and Type | Method and Description |
---|---|
void |
OperationEventListener.handleEvents(OperationEvent[] events,
boolean isUrgent) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2011 Nuxeo SA. All Rights Reserved.