Eclipse Platform
Release 3.6

Uses of Interface
org.eclipse.update.operations.IOperation

Packages that use IOperation
org.eclipse.update.operations Provides support for performing various install/update operations. 
org.eclipse.update.standalone Provides support for performing various install/update operations from the command line. 
 

Uses of IOperation in org.eclipse.update.operations
 

Subinterfaces of IOperation in org.eclipse.update.operations
 interface IBatchOperation
          Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This API will be deleted in a future release. See bug 311590 for details.
 interface IConfigFeatureOperation
          Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This API will be deleted in a future release. See bug 311590 for details.
 interface IFeatureOperation
          Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This API will be deleted in a future release. See bug 311590 for details.
 interface IInstallFeatureOperation
          Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This API will be deleted in a future release. See bug 311590 for details.
 interface IReplaceFeatureVersionOperation
          Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This API will be deleted in a future release. See bug 311590 for details.
 interface IRevertConfigurationOperation
          Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This API will be deleted in a future release. See bug 311590 for details.
 interface IToggleSiteOperation
          Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This API will be deleted in a future release. See bug 311590 for details.
 interface IUnconfigFeatureOperation
          Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This API will be deleted in a future release. See bug 311590 for details.
 interface IUninstallFeatureOperation
          Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This API will be deleted in a future release. See bug 311590 for details.
 

Methods in org.eclipse.update.operations with parameters of type IOperation
static void OperationsManager.addPendingOperation(IOperation operation)
          Deprecated. Register a pending operation.
 boolean IOperationListener.afterExecute(IOperation operation, Object data)
          Deprecated. May be called after an operation finishes executing.
 boolean IOperationListener.beforeExecute(IOperation operation, Object data)
          Deprecated. May be called before an operation starts executing.
static void OperationsManager.removePendingOperation(IOperation operation)
          Deprecated. Unregister a pending operation.
 

Uses of IOperation in org.eclipse.update.standalone
 

Methods in org.eclipse.update.standalone with parameters of type IOperation
 boolean ScriptedCommand.afterExecute(IOperation operation, Object data)
          Deprecated.  
 boolean ScriptedCommand.beforeExecute(IOperation operation, Object data)
          Deprecated.  
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.