Uses of Interface
org.eclipse.epsilon.eol.models.transactions.IModelTransactionSupport
-
-
Uses of IModelTransactionSupport in org.eclipse.epsilon.emc.emf
Methods in org.eclipse.epsilon.emc.emf that return IModelTransactionSupport Modifier and Type Method Description IModelTransactionSupport
AbstractEmfModel. getTransactionSupport()
-
Uses of IModelTransactionSupport in org.eclipse.epsilon.emc.emf.transactions
Classes in org.eclipse.epsilon.emc.emf.transactions that implement IModelTransactionSupport Modifier and Type Class Description class
EmfModelTransactionSupport
-
Uses of IModelTransactionSupport in org.eclipse.epsilon.eol.models
Methods in org.eclipse.epsilon.eol.models that return IModelTransactionSupport Modifier and Type Method Description IModelTransactionSupport
IModel. getTransactionSupport()
IModelTransactionSupport
Model. getTransactionSupport()
IModelTransactionSupport
ModelReference. getTransactionSupport()
-
Uses of IModelTransactionSupport in org.eclipse.epsilon.eol.models.transactions
Classes in org.eclipse.epsilon.eol.models.transactions that implement IModelTransactionSupport Modifier and Type Class Description class
CompositeModelTransactionSupport
class
ModelRepositoryTransactionSupport
class
NestedModelTransactionSupport
class
NoModelTransactionSupport
-
Uses of IModelTransactionSupport in org.eclipse.epsilon.workflow.tasks.transactions
Classes in org.eclipse.epsilon.workflow.tasks.transactions that implement IModelTransactionSupport Modifier and Type Class Description class
NamedTransactionSupport
Fields in org.eclipse.epsilon.workflow.tasks.transactions declared as IModelTransactionSupport Modifier and Type Field Description protected IModelTransactionSupport
NamedTransactionSupport. transactionSupport
Constructors in org.eclipse.epsilon.workflow.tasks.transactions with parameters of type IModelTransactionSupport Constructor Description NamedTransactionSupport(String name, IModelTransactionSupport transactionSupport)
-