Eclipse Platform
Release 3.7

Uses of Class
org.eclipse.equinox.p2.operations.UpdateOperation

Packages that use UpdateOperation
org.eclipse.equinox.p2.operations Describes high level provisioning operations that can be resolved and performed either modally or in the background. 
org.eclipse.equinox.p2.ui Provides provisioning user interface classes that can be used for assembling a provisioning UI. 
 

Uses of UpdateOperation in org.eclipse.equinox.p2.operations
 

Methods in org.eclipse.equinox.p2.operations that return UpdateOperation
 UpdateOperation OperationFactory.createUpdateOperation(Collection<? extends IVersionedId> toUpdate, Collection<URI> repos, IProgressMonitor monitor)
          Create an UpdateOperation that will update the elements specified.
 

Uses of UpdateOperation in org.eclipse.equinox.p2.ui
 

Methods in org.eclipse.equinox.p2.ui that return UpdateOperation
 UpdateOperation ProvisioningUI.getUpdateOperation(Collection<IInstallableUnit> iusToUpdate, URI[] repositories)
          Return an update operation that describes updating the specified IInstallableUnits from the provided list of repositories.
 

Methods in org.eclipse.equinox.p2.ui with parameters of type UpdateOperation
 int ProvisioningUI.openUpdateWizard(boolean skipSelectionsPage, UpdateOperation operation, LoadMetadataRepositoryJob job)
          Open an update wizard for the specified update operation.
 


Eclipse Platform
Release 3.7

Guidelines for using Eclipse APIs.

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