Package | Description |
---|---|
org.nuxeo.ecm.core.api | |
org.nuxeo.ecm.core.api.operation | |
org.nuxeo.ecm.core.listener | |
org.nuxeo.ecm.core.listener.impl |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
LockOperation |
class |
PingOperation
Perform a ping operation.
|
class |
UnlockOperation |
Modifier and Type | Method and Description |
---|---|
static Operation<?> |
Operation.getCurrent() |
Operation<?> |
Operation.getParent() |
static Operation<?>[] |
Operation.getStack() |
static Operation<?>[] |
Operation.printStack(PrintStream out) |
Modifier and Type | Method and Description |
---|---|
List<Operation<?>> |
Operation.getCommandStack() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
Operation.fillCommandStack(List<Operation<?>> cmds) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2011 Nuxeo SA. All Rights Reserved.