Uses of Class
org.eclipse.equinox.p2.operations.UpdateOperation
Package
Description
Describes high level provisioning operations that can be resolved and performed
either modally or in the background.
Provides provisioning user interface classes that can be used for assembling
a provisioning UI.
-
Uses of UpdateOperation in org.eclipse.equinox.p2.operations
Modifier and TypeMethodDescriptionOperationFactory.createUpdateOperation
(Collection<? extends IVersionedId> toUpdate, Collection<URI> repos, IProgressMonitor monitor) Create anUpdateOperation
that will update the elements specified. -
Uses of UpdateOperation in org.eclipse.equinox.p2.ui
Modifier and TypeMethodDescriptionProvisioningUI.getUpdateOperation
(Collection<IInstallableUnit> iusToUpdate, URI[] repositories) Return an update operation that describes updating the specified IInstallableUnits from the provided list of repositories.Modifier and TypeMethodDescriptionint
ProvisioningUI.openUpdateWizard
(boolean skipSelectionsPage, UpdateOperation operation, RemediationOperation remediationOperation, LoadMetadataRepositoryJob job) Open an update wizard for the specified update operation and remediationOperation.int
ProvisioningUI.openUpdateWizard
(boolean skipSelectionsPage, UpdateOperation operation, LoadMetadataRepositoryJob job) Open an update wizard for the specified update operation.