|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.common.command.AbstractCommand
org.eclipse.emf.emfstore.internal.client.model.util.AbstractEMFStoreCommand
org.eclipse.emf.emfstore.internal.client.model.util.EMFStoreCommandWithResult<T>
T - result typepublic abstract class EMFStoreCommandWithResult<T>
Command that can buffer a result for later retrieval.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.emf.common.command.AbstractCommand |
|---|
org.eclipse.emf.common.command.AbstractCommand.NonDirtying |
| Constructor Summary | |
|---|---|
EMFStoreCommandWithResult()
|
|
| Method Summary | |
|---|---|
T |
run()
Deprecated. Use run(boolean) instead |
T |
run(boolean ignoreExceptions)
Executes the command on the workspaces editing domain. |
| Methods inherited from class org.eclipse.emf.emfstore.internal.client.model.util.AbstractEMFStoreCommand |
|---|
canUndo, execute, getRuntimeException, redo, shouldIgnoreExceptions |
| Methods inherited from class org.eclipse.emf.common.command.AbstractCommand |
|---|
canExecute, chain, dispose, getAffectedObjects, getDescription, getLabel, getResult, setDescription, setLabel, toString, undo |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EMFStoreCommandWithResult()
| Method Detail |
|---|
@Deprecated public T run()
public T run(boolean ignoreExceptions)
ignoreExceptions - true if any thrown exception in the execution of the command should be ignored.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||