Eclipse Platform
Release 3.0

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
          A batch operation is needed to execute a group of feature operations, such as installing a set of features.
 interface IConfigFeatureOperation
          Operation that enables a feature in a configuration.
 interface IFeatureOperation
          An operation that applies to a feature, such as install, uninstall, etc.
 interface IInstallFeatureOperation
          An installation operation.
 interface IReplaceFeatureVersionOperation
          Operation that replaces a current feature by another version.
 interface IRevertConfigurationOperation
          An operation in which the current configuration is replaced by a previous one.
 interface IToggleSiteOperation
          An operation in which the unconfigured/configured state of a site is toggled.
 interface IUnconfigFeatureOperation
          An operation that disables (unconfigure) a feature in a site.
 interface IUninstallFeatureOperation
          A feature uninstall operation.
 

Methods in org.eclipse.update.operations with parameters of type IOperation
 boolean IOperationListener.beforeExecute(IOperation operation, Object data)
          May be called before an operation starts executing.
 boolean IOperationListener.afterExecute(IOperation operation, Object data)
          May be called after an operation finishes executing.
static void OperationsManager.addPendingOperation(IOperation operation)
          Register a pending operation.
static void OperationsManager.removePendingOperation(IOperation operation)
          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)
           
 boolean ScriptedCommand.beforeExecute(IOperation operation, Object data)
           
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.