Uses of Interface
org.eclipse.wst.common.frameworks.datamodel.IDataModelOperation

Packages that use IDataModelOperation
org.eclipse.wst.common.frameworks.datamodel This package includes API for Data Model Provider framework for builing executable and undoable operations using data models, their providers and provider interfaces that contain the properties used by the providers to set and retrieve these propertiese. 
 

Uses of IDataModelOperation in org.eclipse.wst.common.frameworks.datamodel
 

Classes in org.eclipse.wst.common.frameworks.datamodel that implement IDataModelOperation
 class AbstractDataModelOperation
           Abstract implementation for an IDataModelOperation.
 

Methods in org.eclipse.wst.common.frameworks.datamodel that return IDataModelOperation
 IDataModelOperation AbstractDataModelProvider.getDefaultOperation()
           A default implemenation of getDefaultOperation().
 IDataModelOperation IDataModel.getDefaultOperation()
           Returns the default operation to execute against this IDataModel.
 IDataModelOperation IDataModelProvider.getDefaultOperation()