A B C D E F G H I L M N O P R S T U V W Y

G

getActiveTransaction() - Method in interface org.eclipse.emf.transaction.impl.InternalTransactionalEditingDomain
Obtains the transaction that currently has access to me, and whose thread of execution is active.
getActiveTransaction() - Method in class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl
 
getAdapter(Class<? extends T>) - Method in class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl
 
getAdapter(Class<? extends T>) - Method in interface org.eclipse.emf.transaction.util.Adaptable
Obtains an instance of the specified adapter type.
getAdapter(TransactionalEditingDomain, Class<? extends T>) - Static method in class org.eclipse.emf.transaction.util.TransactionUtil
Obtains an instance of the specified adapter type for an editing domain.
getAggregatePrecommitListeners() - Method in class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl
Obtains a copy of my aggregate pre-commit listener list as an array, for safe iteration that allows concurrent updates to the original list.
getChangeDescription() - Method in class org.eclipse.emf.transaction.impl.TransactionImpl
 
getChangeDescription() - Method in interface org.eclipse.emf.transaction.Transaction
Obtains the change description summarizing the changes made to the model during the execution of the transaction.
getChangeRecorder() - Method in interface org.eclipse.emf.transaction.impl.InternalTransactionalEditingDomain
Obtains the change recorder that I use to track changes in my resource set.
getChangeRecorder() - Method in class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl
 
getChildren(Object) - Method in class org.eclipse.emf.transaction.ui.provider.TransactionalAdapterFactoryContentProvider
Extends the inherited implementation by running in a read-only transaction.
getColumnImage(Object, int) - Method in class org.eclipse.emf.transaction.ui.provider.TransactionalAdapterFactoryLabelProvider
Extends the inherited implementation by running in a read-only transaction.
getColumnText(Object, int) - Method in class org.eclipse.emf.transaction.ui.provider.TransactionalAdapterFactoryLabelProvider
Extends the inherited implementation by running in a read-only transaction.
getCommand() - Method in class org.eclipse.emf.transaction.impl.EMFCommandTransaction
Obtains the command for which I provide read/write access to the editing domain.
getDebugID(TransactionalEditingDomain) - Static method in class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl
Obtains an ID suitable for display in debug/trace messages.
getDebugID(Transaction) - Static method in class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl
Obtains an ID suitable for display in debug/trace messages.
getDefaultImage(Object) - Method in class org.eclipse.emf.transaction.ui.provider.TransactionalAdapterFactoryLabelProvider
Extends the inherited implementation by running in a read-only transaction.
getDefaultOptions(TransactionalEditingDomain) - Static method in class org.eclipse.emf.transaction.impl.TransactionImpl
Obtains the default transaction options, if any, of the specified editing domain.
getDefaultTransactionOptions() - Method in class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl
 
getDefaultTransactionOptions() - Method in interface org.eclipse.emf.transaction.TransactionalEditingDomain.DefaultOptions
Obtains a read-only view of the editing domain's default transaction options.
getDepth() - Method in class org.eclipse.emf.transaction.util.Lock
Queries the depth to which I am acquired by the calling thread.
getDomain() - Method in class org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack
 
getDomain() - Method in interface org.eclipse.emf.transaction.impl.InternalTransactionalCommandStack
Obtains the editing domain in which I create transactions.
getEditableValue() - Method in class org.eclipse.emf.transaction.ui.provider.TransactionalPropertySource
Delegates the my wrapped property source in the appropriate transaction.
getEditingDomain(ResourceSet) - Method in class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl.FactoryImpl
 
getEditingDomain(String) - Method in class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl.RegistryImpl
 
getEditingDomain() - Method in class org.eclipse.emf.transaction.impl.TransactionChangeRecorder
Obtains the editing domain that I assist.
getEditingDomain() - Method in class org.eclipse.emf.transaction.impl.TransactionImpl
 
getEditingDomain() - Method in class org.eclipse.emf.transaction.ResourceSetChangeEvent
Obtains the editing domain whose resource set contents changed.
getEditingDomain() - Method in interface org.eclipse.emf.transaction.Transaction
Queries the editing domain in which I am transacting.
getEditingDomain(ResourceSet) - Method in interface org.eclipse.emf.transaction.TransactionalEditingDomain.Factory
Obtains the transactional editing domain (if any) that is currently managing the specified resource set.
getEditingDomain(String) - Method in interface org.eclipse.emf.transaction.TransactionalEditingDomain.Registry
Obtains the editing domain having the specified ID.
getEditingDomain(EObject) - Static method in class org.eclipse.emf.transaction.util.TransactionUtil
Obtains the transactional editing domain that manages the specified element.
getEditingDomain(Resource) - Static method in class org.eclipse.emf.transaction.util.TransactionUtil
Obtains the transactional editing domain that manages the specified resource.
getEditingDomain(ResourceSet) - Static method in class org.eclipse.emf.transaction.util.TransactionUtil
Obtains the transactional editing domain that manages the specified resource set.
getEditingDomain(Object) - Static method in class org.eclipse.emf.transaction.util.TransactionUtil
Obtains the transactional editing domain that manages the specified object.
getElements(Object) - Method in class org.eclipse.emf.transaction.ui.provider.TransactionalAdapterFactoryContentProvider
Extends the inherited implementation by running in a read-only transaction.
getExceptionHandler() - Method in class org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack
 
getExceptionHandler() - Method in interface org.eclipse.emf.transaction.TransactionalCommandStack
Obtains my exception handler.
getFilter() - Method in interface org.eclipse.emf.transaction.ResourceSetListener
Provides a filter to select which notifications should be sent to this listener.
getFilter() - Method in class org.eclipse.emf.transaction.ResourceSetListenerImpl
 
getID() - Method in class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl
 
getID() - Method in interface org.eclipse.emf.transaction.TransactionalEditingDomain
Obtains my unique ID.
getImage(Object) - Method in class org.eclipse.emf.transaction.ui.provider.TransactionalAdapterFactoryLabelProvider
Extends the inherited implementation by running in a read-only transaction.
getImageFromObject(Object) - Method in class org.eclipse.emf.transaction.ui.provider.TransactionalAdapterFactoryLabelProvider
Extends the inherited implementation by running in a read-only transaction.
getInstance() - Static method in class org.eclipse.emf.transaction.impl.EditingDomainManager
Gets the singleton instance.
getInstance() - Static method in class org.eclipse.emf.transaction.impl.FilterManager
Obtains the singleton instance of this class.
getInstance() - Static method in class org.eclipse.emf.transaction.impl.ResourceSetManager
Obtains the singleton manager instance.
getInternalDomain() - Method in class org.eclipse.emf.transaction.impl.TransactionImpl
Obtains my owning editing domain as the internal interface.
getNotifications() - Method in interface org.eclipse.emf.transaction.impl.InternalTransaction
Obtains the list of notifications that were received during execution of this transaction.
getNotifications() - Method in class org.eclipse.emf.transaction.impl.TransactionImpl
 
getNotifications() - Method in class org.eclipse.emf.transaction.ResourceSetChangeEvent
Obtains the list of events (as Notifications), in the order in which they occurred, indicating the changes that occurred during the transaction.
getNotificationsForPostcommit(Transaction) - Method in class org.eclipse.emf.transaction.impl.ReadWriteValidatorImpl
 
getNotificationsForPostcommit(Transaction) - Method in interface org.eclipse.emf.transaction.impl.TransactionValidator
Obtains the notifications that I need to broadcast in a post-commit resource-change event for the specified transaction.
getNotificationsForPrecommit(Transaction) - Method in class org.eclipse.emf.transaction.impl.ReadWriteValidatorImpl
 
getNotificationsForPrecommit(Transaction) - Method in interface org.eclipse.emf.transaction.impl.TransactionValidator
Obtains the notifications that I need to broadcast in a pre-commit resource-change event for the specified transaction.
getNotificationsForValidation(Transaction) - Method in class org.eclipse.emf.transaction.impl.ReadWriteValidatorImpl
 
getNotificationsForValidation(Transaction) - Method in interface org.eclipse.emf.transaction.impl.TransactionValidator
Obtains the notifications received, in order, during the execution of the (possibly nested) transaction(s) that I am validating.
getObjectChanges() - Method in class org.eclipse.emf.transaction.util.CompositeChangeDescription
My object changes are the concatenation of the changes in my composed descriptions.
getObjectsToAttach() - Method in class org.eclipse.emf.transaction.util.CompositeChangeDescription
My objects to detach are the concatenation of the changes in my composed descriptions.
getObjectsToDetach() - Method in class org.eclipse.emf.transaction.util.CompositeChangeDescription
My objects to attach are the concatenation of the changes in my composed descriptions.
getOptions() - Method in class org.eclipse.emf.transaction.impl.TransactionImpl
 
getOptions() - Method in interface org.eclipse.emf.transaction.Transaction
Obtains the special options with which I was created.
getOwner() - Method in class org.eclipse.emf.transaction.impl.PrivilegedRunnable
Obtains the thread that created and owns me.
getOwner() - Method in class org.eclipse.emf.transaction.impl.TransactionImpl
 
getOwner() - Method in interface org.eclipse.emf.transaction.Transaction
Queries the thread that owns me.
getOwner() - Method in class org.eclipse.emf.transaction.util.Lock
Queries the current owner of the lock.
getParent() - Method in class org.eclipse.emf.transaction.impl.TransactionImpl
 
getParent() - Method in interface org.eclipse.emf.transaction.Transaction
My parent transaction, if any.
getParent(Object) - Method in class org.eclipse.emf.transaction.ui.provider.TransactionalAdapterFactoryContentProvider
Extends the inherited implementation by running in a read-only transaction.
getPostcommitListeners() - Method in class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl
Obtains a copy of my post-commit listener list as an array, for safe iteration that allows concurrent updates to the original list.
getPrecommitListeners() - Method in class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl
Obtains a copy of my pre-commit listener list as an array, for safe iteration that allows concurrent updates to the original list.
getPropertyDescriptors() - Method in class org.eclipse.emf.transaction.ui.provider.TransactionalPropertySource
Delegates the my wrapped property source in the appropriate transaction.
getPropertySource(Object) - Method in class org.eclipse.emf.transaction.ui.provider.TransactionalAdapterFactoryContentProvider
Extends the inherited implementation by running in a read-only transaction.
getPropertyValue(Object) - Method in class org.eclipse.emf.transaction.ui.provider.TransactionalPropertySource
Delegates the my wrapped property source in the appropriate transaction.
getResourceChanges() - Method in class org.eclipse.emf.transaction.util.CompositeChangeDescription
My resource changes are the concatenation of the changes in my composed descriptions.
getResourcesToValidate() - Method in class org.eclipse.emf.transaction.util.ValidateEditSupport.Default
Obtains the set of resources that we have determined need to be validated for edit, because they have changed from being unmodified to modified.
getResult() - Method in interface org.eclipse.emf.transaction.RunnableWithResult
Returns a result computed by my Runnable.run() method.
getResult() - Method in class org.eclipse.emf.transaction.RunnableWithResult.Impl
 
getRoot() - Method in interface org.eclipse.emf.transaction.impl.InternalTransaction
Obtains the root transaction (the one that has no parent).
getRoot() - Method in class org.eclipse.emf.transaction.impl.TransactionImpl
 
getStatus() - Method in class org.eclipse.emf.transaction.impl.TransactionImpl
 
getStatus() - Method in exception org.eclipse.emf.transaction.RollbackException
Obtains the status describing the cause of the transaction rollback.
getStatus() - Method in interface org.eclipse.emf.transaction.RunnableWithResult
Queries my commit status.
getStatus() - Method in class org.eclipse.emf.transaction.RunnableWithResult.Impl
 
getStatus() - Method in interface org.eclipse.emf.transaction.Transaction
Obtains the status of the transaction.
getText(Object) - Method in class org.eclipse.emf.transaction.ui.provider.TransactionalAdapterFactoryLabelProvider
Extends the inherited implementation by running in a read-only transaction.
getTransaction() - Method in class org.eclipse.emf.transaction.impl.PrivilegedRunnable
Obtains the transaction to which I provide access.
getTransaction() - Method in class org.eclipse.emf.transaction.ResourceSetChangeEvent
Obtains the transaction in which resource set changes have occurred.
getTransactionalCommandStack() - Method in class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl
Obtains my command stack as the internal interface.
getTransactionalEditingDomain() - Method in class org.eclipse.emf.transaction.ui.view.ExtendedPropertySheetPage
Obtains my editing domain.
getTriggeringCommand() - Method in class org.eclipse.emf.transaction.util.TriggerCommand
Retrieves the command that triggered the trigger commands.
getTriggers() - Method in interface org.eclipse.emf.transaction.impl.InternalTransaction
Obtains the triggers that were executed during my commit.
getTriggers() - Method in class org.eclipse.emf.transaction.impl.TransactionImpl
 
getTriggers() - Method in class org.eclipse.emf.transaction.util.TriggerCommand
Retrieves my trigger commands (not including the triggering command, if any).
getUndoRedoOptions() - Method in class org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack
Obtains my editing domain's default undo/redo transaction options.
getUndoRedoOptions() - Method in interface org.eclipse.emf.transaction.impl.InternalTransactionalEditingDomain
Retrieves the undo/redo options that should be used when creating transactions.
getUndoRedoOptions() - Method in class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl
 
getValidateEditSupport() - Method in class org.eclipse.emf.transaction.impl.TransactionChangeRecorder
 
getValidator() - Method in interface org.eclipse.emf.transaction.impl.InternalTransactionalEditingDomain
Gets the validator that transactions should use to validate themselves upon committing.
getValidator() - Method in class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl
 
getValidatorFactory() - Method in class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl
Obtains the factory that this transactional editing domain uses to create validators for transaction validation.

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.
A B C D E F G H I L M N O P R S T U V W Y