Class SolidResourceComparisonParticipant
java.lang.Object
com._1c.g5.v8.dt.internal.compare.SolidResourceComparisonParticipant
- All Implemented Interfaces:
IComparisonParticipant
A comparison participant for comparing and merging objects as solid resources.
Used for objects for which honest model comparison is not currently supported.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Tells whether to able to break the correspondence for the specified node.addNewTopObjectToComparison
(IComparisonSession comparisonSession, String mainSymlink, org.eclipse.emf.ecore.EClass eClass) Adds a new node to the comparison for the top object.boolean
adoptExternalProperty
(IComparisonSession session, ExternalPropertyComparisonData extPropData) Adopts the given external property if it is supported by the participant instance.org.eclipse.emf.ecore.EStructuralFeature
adoptMainSideFeature
(org.eclipse.emf.ecore.EStructuralFeature mainSideFeature, IComparisonSession session) Converts, if possible, the main side feature into a other supported by the other side object.void
breakCorrespondence
(ComparisonContext comparisonContext, ComparisonNode node) Breaks the correspondence for the specified node.void
breakMainSideCorrespondence
(IComparisonSession session, ComparisonNode node) Breaks the main side correspondence represented by the specified model node.void
clear()
Clears the participant caches.void
combineOneSideNodes
(ComparisonContext comparisonContext, ComparisonNode mainNode, ComparisonNode otherNode, List<Long> newNodeIds) Combines the specified two one-side nodes.compare
(TopComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor) Compares objects contained in the specified model top node and returns a list of child nodes to be compared.createMergeContext
(TopComparisonNode node, IMergeSession mergeSession, ComparisonContext comparisonContext) Creates merge context for an upcoming merge operation.getDefaultMergeRule
(ComparisonNode node, IComparisonSession session) Returns the default merge rule for the given node.getDefaultMustBeMerged
(ComparisonNode node, IComparisonSession session) Returns the default must be merged value for the given node.getForcedDDRebuildScope
(TopComparisonNode topNode, MergeContext context) In case if the merge process changes the top object it should supply information about affected DDs.org.eclipse.emf.ecore.EPackage
Get EMF model package.getPotentialCorrespondingNodes
(ComparisonNode node, ComparisonSide sourceSide) Returns a list of candidate nodes for setting as corresponding to the specified node.getPotentialMergeProblemsDescriptions
(ComparisonNode node, ComparisonContext comparisonContext) Returns human-readable descriptions of potential merge problems if the the specified node is merged.boolean
isCandidateForPotentialMergeProblems
(ComparisonNode node, IComparisonSession session) Tells whether the given node may break the configuration if it is merged.boolean
isExcludedFromComparison
(org.eclipse.emf.ecore.EStructuralFeature feature, AbstractComparedEmfObjects<?> comparedContextObjects, IComparisonSession session) Checks whether the feature must be excluded from the comparison.org.eclipse.core.runtime.IStatus
merge
(TopComparisonNode node, MergeContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Merges the differences in the specified top node in the specified merge session.mergeUsingExternalTool
(ComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor) Merges nodes using an external tool that are supported by this participant.void
onChildrenMerged
(TopComparisonNode node, MergeContext context) Called when the child nodes of the specified top node have been merged.prepareRenameOperations
(IMergeSession mergeSession, ComparisonContext context) Gets a list of rename operations prepared by this participant.void
restoreCustomSettings
(ComparisonNode node, SerializableMergeSettings container, IComparisonSession session) Restores custom settings for the specified node from the given merge settings container.retrieveComparedObjects
(ComparisonContext comparisonContext, ComparisonNode node) Returns a comparedEObject
s triple for the specified model node.void
saveCustomSettings
(ComparisonNode node, SerializableMergeSettings container, IComparisonSession session) Saves custom settings for the specified node into the given merge settings container.boolean
supports
(ComparisonNode node) Indicates whether the participant supports comparison and merging of the specified node.boolean
supportsCustomMerging
(ComparisonNode node, IComparisonSession session) Tells whether the given node supports custom merging.boolean
supportsMergingUsingExternalTool
(ComparisonNode node, IComparisonSession session) Tells whether the given node supports merging using external tool.boolean
supportsPrioritizedMerging
(ComparisonNode node, IComparisonSession session) Tells whether the given node supports prioritized merging.void
updateComparison
(ComparisonContext comparisonContext, ComparisonNode node, List<Long> newNodeIds) Updates comparison for the given result node.void
validateMerge
(IMergeSession mergeSession, ComparisonContext comparisonContext, ComparisonNode node, List<MergeValidationProblem> validationProblems) Validates the process of merge of the specified model node.
-
Constructor Details
-
SolidResourceComparisonParticipant
public SolidResourceComparisonParticipant()
-
-
Method Details
-
supports
Description copied from interface:IComparisonParticipant
Indicates whether the participant supports comparison and merging of the specified node.- Specified by:
supports
in interfaceIComparisonParticipant
- Parameters:
node
- the node, notnull
- Returns:
true
if the participant supports comparison and merging,false
otherwise
-
getModelPackage
public org.eclipse.emf.ecore.EPackage getModelPackage()Description copied from interface:IComparisonParticipant
Get EMF model package.- Specified by:
getModelPackage
in interfaceIComparisonParticipant
- Returns:
- the EMF model packge. Never code
null
.
-
clear
public void clear()Description copied from interface:IComparisonParticipant
Clears the participant caches.- Specified by:
clear
in interfaceIComparisonParticipant
-
compare
public List<Long> compare(TopComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor) Description copied from interface:IComparisonParticipant
Compares objects contained in the specified model top node and returns a list of child nodes to be compared.- Specified by:
compare
in interfaceIComparisonParticipant
- Parameters:
node
- the top node to run comparison for, notnull
comparisonContext
- the comparison context, notnull
monitor
- the progress monitor, can benull
. The clients are not supposed to report work to the monitor, except for the top object matching phase- Returns:
- a list of model node identifiers, never
null
-
validateMerge
public void validateMerge(IMergeSession mergeSession, ComparisonContext comparisonContext, ComparisonNode node, List<MergeValidationProblem> validationProblems) Description copied from interface:IComparisonParticipant
Validates the process of merge of the specified model node.- Specified by:
validateMerge
in interfaceIComparisonParticipant
- Parameters:
mergeSession
- the merge session, notnull
comparisonContext
- the comparison context, notnull
node
- the model nodevalidationProblems
- the list of collected validation problems to add new problem to
-
createMergeContext
public MergeContext createMergeContext(TopComparisonNode node, IMergeSession mergeSession, ComparisonContext comparisonContext) Description copied from interface:IComparisonParticipant
Creates merge context for an upcoming merge operation.- Specified by:
createMergeContext
in interfaceIComparisonParticipant
- Parameters:
node
- the top node to be merged, notnull
mergeSession
- the current merge session, notnull
comparisonContext
- the comparison context, notnull
- Returns:
-
merge
public org.eclipse.core.runtime.IStatus merge(TopComparisonNode node, MergeContext context, org.eclipse.core.runtime.IProgressMonitor monitor) Description copied from interface:IComparisonParticipant
Merges the differences in the specified top node in the specified merge session. This may include deletion of the main object if the other object is absent, or, conversely, import ("copying") of the other object if the main object is absent.- Specified by:
merge
in interfaceIComparisonParticipant
- Parameters:
node
- the top node to run merge for, notnull
context
- the current merge context, notnull
monitor
- the progress monitor, notnull
- Returns:
- the result of the merge operation
-
getPotentialCorrespondingNodes
public List<ComparisonNode> getPotentialCorrespondingNodes(ComparisonNode node, ComparisonSide sourceSide) Description copied from interface:IComparisonParticipant
Returns a list of candidate nodes for setting as corresponding to the specified node.- Specified by:
getPotentialCorrespondingNodes
in interfaceIComparisonParticipant
- Parameters:
node
- the comparison result node to find potential correspondences for, notnull
sourceSide
- the source side of the correspondence, notnull
- Returns:
- a list of comparison result nodes, may be empty, never
null
-
onChildrenMerged
Description copied from interface:IComparisonParticipant
Called when the child nodes of the specified top node have been merged.- Specified by:
onChildrenMerged
in interfaceIComparisonParticipant
- Parameters:
node
- the top node, notnull
context
- Current merge operation context, notnull
-
breakCorrespondence
Description copied from interface:IComparisonParticipant
Breaks the correspondence for the specified node.- Specified by:
breakCorrespondence
in interfaceIComparisonParticipant
- Parameters:
comparisonContext
- the comparison context, notnull
node
- the node with the correspondence to break, notnull
-
updateComparison
public void updateComparison(ComparisonContext comparisonContext, ComparisonNode node, List<Long> newNodeIds) Description copied from interface:IComparisonParticipant
Updates comparison for the given result node. Participants could introduce their own specific logic for managing internal states on comparison update.- Specified by:
updateComparison
in interfaceIComparisonParticipant
- Parameters:
comparisonContext
- the comparison context, notnull
node
- the node to update comparison for, notnull
newNodeIds
- the list of created new node Ids to fill, notnull
-
addNewTopObjectToComparison
public TopComparisonNode addNewTopObjectToComparison(IComparisonSession comparisonSession, String mainSymlink, org.eclipse.emf.ecore.EClass eClass) Description copied from interface:IComparisonParticipant
Adds a new node to the comparison for the top object. Participants could introduce their own specific logic for managing internal states on comparison update.- Specified by:
addNewTopObjectToComparison
in interfaceIComparisonParticipant
- Parameters:
comparisonSession
- the comparison session hosting the model, notnull
mainSymlink
- the symlink for the top object to add, notnull
eClass
- of the object ot add, notnull
- Returns:
- The created result node for the object if supports.
null
otherwise.
-
combineOneSideNodes
public void combineOneSideNodes(ComparisonContext comparisonContext, ComparisonNode mainNode, ComparisonNode otherNode, List<Long> newNodeIds) Description copied from interface:IComparisonParticipant
Combines the specified two one-side nodes. The participant fills array of new node Ids created while combining the specified nodes. These node Ids must be scheduled for comparison in the external code.- Specified by:
combineOneSideNodes
in interfaceIComparisonParticipant
- Parameters:
comparisonContext
- the comparison context, notnull
mainNode
- the one-side MAIN node to be combined, notnull
otherNode
- the one-side OTHER node to be combined, notnull
newNodeIds
- the list of new node Ids to fill, notnull
-
ableToBreakCorrespondence
Description copied from interface:IComparisonParticipant
Tells whether to able to break the correspondence for the specified node.- Specified by:
ableToBreakCorrespondence
in interfaceIComparisonParticipant
- Parameters:
node
- the comparison node to check, notnull
- Returns:
true
if it is possible to break the correspondence,false
otherwise
-
retrieveComparedObjects
public IComparedObjects<?> retrieveComparedObjects(ComparisonContext comparisonContext, ComparisonNode node) Description copied from interface:IComparisonParticipant
Returns a comparedEObject
s triple for the specified model node.- Specified by:
retrieveComparedObjects
in interfaceIComparisonParticipant
- Parameters:
comparisonContext
- the comparison context, notnull
node
- the model node, cannot benull
- Returns:
- the compared objects triple, never
null
-
prepareRenameOperations
public List<IRenameOnMergeOperation> prepareRenameOperations(IMergeSession mergeSession, ComparisonContext context) Description copied from interface:IComparisonParticipant
Gets a list of rename operations prepared by this participant.- Specified by:
prepareRenameOperations
in interfaceIComparisonParticipant
- Parameters:
mergeSession
- the merge session, notnull
context
- the comparison context, notnull
- Returns:
- the list of rename operations, never
null
-
adoptExternalProperty
public boolean adoptExternalProperty(IComparisonSession session, ExternalPropertyComparisonData extPropData) Description copied from interface:IComparisonParticipant
Adopts the given external property if it is supported by the participant instance. If adopting is possible, the method fills the provided comparison data container by its own data to be used for adoption.- Specified by:
adoptExternalProperty
in interfaceIComparisonParticipant
- Parameters:
session
- the comparison session, notnull
extPropData
- the data of the external property to be adopted, cannot benull
- Returns:
true
if adopting is possible,false
otherwise
-
supportsPrioritizedMerging
Description copied from interface:IComparisonParticipant
Tells whether the given node supports prioritized merging.- Specified by:
supportsPrioritizedMerging
in interfaceIComparisonParticipant
- Parameters:
node
- the node to check, cannot benull
session
- the comparison session, cannot benull
- Returns:
true
if the node supports prioritized merging,false
otherwise
-
supportsCustomMerging
Description copied from interface:IComparisonParticipant
Tells whether the given node supports custom merging.- Specified by:
supportsCustomMerging
in interfaceIComparisonParticipant
- Parameters:
node
- the node to check, cannot benull
session
- the comparison session, cannot benull
- Returns:
true
if the node supports custom merging,false
otherwise
-
supportsMergingUsingExternalTool
Description copied from interface:IComparisonParticipant
Tells whether the given node supports merging using external tool.- Specified by:
supportsMergingUsingExternalTool
in interfaceIComparisonParticipant
- Parameters:
node
- the comparison node to check, cannot benull
session
- the comparison session, cannot benull
- Returns:
true
if the node supports merging using external tool,false
otherwise
-
breakMainSideCorrespondence
Description copied from interface:IComparisonParticipant
Breaks the main side correspondence represented by the specified model node.- Specified by:
breakMainSideCorrespondence
in interfaceIComparisonParticipant
- Parameters:
session
- the comparison session hosting the model, can not benull
node
- the node with the correspondence to break, can not benull
-
isExcludedFromComparison
public boolean isExcludedFromComparison(org.eclipse.emf.ecore.EStructuralFeature feature, AbstractComparedEmfObjects<?> comparedContextObjects, IComparisonSession session) Description copied from interface:IComparisonParticipant
Checks whether the feature must be excluded from the comparison.- Specified by:
isExcludedFromComparison
in interfaceIComparisonParticipant
- Parameters:
feature
- the feature to check, cannot benull
comparedContextObjects
- the triple of compared objects, cannot benull
session
- the comparison session, cannot benull
- Returns:
true
if the feature must be excluded,false
otherwise
-
getForcedDDRebuildScope
public Map<String,IBmObject> getForcedDDRebuildScope(TopComparisonNode topNode, MergeContext context) Description copied from interface:IComparisonParticipant
In case if the merge process changes the top object it should supply information about affected DDs.- Specified by:
getForcedDDRebuildScope
in interfaceIComparisonParticipant
- Parameters:
topNode
- The top node of the comparison model representing the merged object, notnull
context
- Current merge operation context, notnull
- Returns:
- The map of the affected DD segments and corresponding objects, may be empty, never
null
-
getDefaultMergeRule
Description copied from interface:IComparisonParticipant
Returns the default merge rule for the given node.- Specified by:
getDefaultMergeRule
in interfaceIComparisonParticipant
- Parameters:
node
- the node to get default merge rule for, can not benull
session
- the comparison session, can not benull
- Returns:
- the default merge rule or
null
if it wasn't specified
-
adoptMainSideFeature
public org.eclipse.emf.ecore.EStructuralFeature adoptMainSideFeature(org.eclipse.emf.ecore.EStructuralFeature mainSideFeature, IComparisonSession session) Description copied from interface:IComparisonParticipant
Converts, if possible, the main side feature into a other supported by the other side object.- Specified by:
adoptMainSideFeature
in interfaceIComparisonParticipant
- Parameters:
mainSideFeature
- the main side feature to convert, cannot benull
session
- the comparison session, cannot benull
- Returns:
- the converted feature applicable for other side object or
null
-
getDefaultMustBeMerged
Description copied from interface:IComparisonParticipant
Returns the default must be merged value for the given node.- Specified by:
getDefaultMustBeMerged
in interfaceIComparisonParticipant
- Parameters:
node
- the node to get default must be merged value for, can not benull
session
- the comparison session, can not benull
- Returns:
- the default must be merged value or
null
if it wasn't specified
-
saveCustomSettings
public void saveCustomSettings(ComparisonNode node, SerializableMergeSettings container, IComparisonSession session) Description copied from interface:IComparisonParticipant
Saves custom settings for the specified node into the given merge settings container. Does nothing if the node doesn't have any custom settings.- Specified by:
saveCustomSettings
in interfaceIComparisonParticipant
- Parameters:
node
- the comparison node to save custom settings for, cannot benull
container
- the container of serializable settings, cannot benull
session
- the comparison session, cannot benull
-
restoreCustomSettings
public void restoreCustomSettings(ComparisonNode node, SerializableMergeSettings container, IComparisonSession session) Description copied from interface:IComparisonParticipant
Restores custom settings for the specified node from the given merge settings container.- Specified by:
restoreCustomSettings
in interfaceIComparisonParticipant
- Parameters:
node
- the comparison node to restore custom settings for, cannot benull
container
- the container of serializable settings, cannot benull
session
- the comparison session, cannot benull
-
isCandidateForPotentialMergeProblems
public boolean isCandidateForPotentialMergeProblems(ComparisonNode node, IComparisonSession session) Description copied from interface:IComparisonParticipant
Tells whether the given node may break the configuration if it is merged.- Specified by:
isCandidateForPotentialMergeProblems
in interfaceIComparisonParticipant
- Parameters:
node
- the node to check, cannot benull
session
- the comparison session, cannot benull
- Returns:
true
if the node may break the configuration,false
otherwise
-
getPotentialMergeProblemsDescriptions
public List<PotentialMergeProblemDescription> getPotentialMergeProblemsDescriptions(ComparisonNode node, ComparisonContext comparisonContext) Description copied from interface:IComparisonParticipant
Returns human-readable descriptions of potential merge problems if the the specified node is merged.- Specified by:
getPotentialMergeProblemsDescriptions
in interfaceIComparisonParticipant
- Parameters:
node
- the node to get merge problems descriptions for, cannot benull
comparisonContext
- the comparison context, cannot benull
- Returns:
- the list of descriptions, never
null
, can be empty if the node doesn't bring any merge problems
-
mergeUsingExternalTool
public ExternalMergeToolResult mergeUsingExternalTool(ComparisonNode node, ComparisonContext comparisonContext, org.eclipse.core.runtime.IProgressMonitor monitor) Description copied from interface:IComparisonParticipant
Merges nodes using an external tool that are supported by this participant.- Specified by:
mergeUsingExternalTool
in interfaceIComparisonParticipant
- Parameters:
node
- the comparison node, cannot benull
comparisonContext
- the comparison context, cannot benull
monitor
- the progress monitor, cannot benull
- Returns:
- the external merge tool result or
null
if no nodes were merged
-