Uses of Class
org.eclipse.team.ui.TeamOperation
Packages that use TeamOperation
Package
Description
Provides basic support for managing Team providers.
Application programming interfaces for working with resource mappings.
Contains the team synchronization presentation framework and support
for the Synchronize View.
-
Uses of TeamOperation in org.eclipse.team.ui
Methods in org.eclipse.team.ui with parameters of type TeamOperationModifier and TypeMethodDescriptionprotected booleanTeamOperation.isSameFamilyAs(TeamOperation operation) Return whether this Team operation belongs to the same family as the given operation for the purpose of showing only one operation of the same type in the progress service whenisKeepOneProgressServiceEntryis overridden to returntrue. -
Uses of TeamOperation in org.eclipse.team.ui.mapping
Subclasses of TeamOperation in org.eclipse.team.ui.mappingModifier and TypeClassDescriptionclassThis operation class can be used by model providers when performing merge operations triggered from a synchronize participant page associated with a synchronization or merge context. -
Uses of TeamOperation in org.eclipse.team.ui.synchronize
Subclasses of TeamOperation in org.eclipse.team.ui.synchronizeModifier and TypeClassDescriptionclassA model operation that executes a merge according to the merge lifecycle associated with anIMergeContextandIResourceMappingMergerinstances obtained from the model providers involved.classAn abstract operation that uses anISynchronizationScopeManagerto create an operation scope that includes the complete set of mappings that must be included in the operation to ensure model consistency.classA model merge operation that uses a participant to preview the changes in either a dialog or the Synchronize view.classA specialized team operation that operates onISynchronizeModelElementelements.