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

Packages that use IConfigFeatureOperation
org.eclipse.update.operations Provides support for performing various install/update operations. 
 

Uses of IConfigFeatureOperation in org.eclipse.update.operations
 

Methods in org.eclipse.update.operations that return IConfigFeatureOperation
 IConfigFeatureOperation IOperationFactory.createConfigOperation(IConfiguredSite targetSite, IFeature feature)
          Creates an operation for configuring an installed feature in the specified site.
 IConfigFeatureOperation IOperationFactory.createConfigOperation(IConfiguredSite targetSite, IFeature feature, IFeatureReference[] optionalFeatures, IFeature[] unconfiguredOptionalFeatures)
          This config operation must be used if using managed-only update policy.
 IConfigFeatureOperation IOperationFactory.createReplaceFeatureVersionOperation(IFeature feature, IFeature anotherFeature)
          Creates an operation for replacing this feature by a previous version
 

Methods in org.eclipse.update.operations with parameters of type IConfigFeatureOperation
 IBatchOperation IOperationFactory.createBatchConfigOperation(IConfigFeatureOperation[] operations, boolean bVerifyComplete)
          Creates an operation for executing a set of feature config operations in batch mode
 IStatus IOperationValidator.validatePendingChanges(IConfigFeatureOperation[] jobs)
          Called by the API using managed-only update policy.