Class ReferenceSearchService
java.lang.Object
com._1c.g5.v8.dt.internal.md.compare.ReferenceSearchService
The Compare/Merge purposes service for finding referencing objects by the given BM object.
Reference searching is performed in the same manner as in DT refactoring framework.
Reference searching is performed in the same manner as in DT refactoring framework.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncollectReferencingTopObjects
(IBmObject bmObject) Searches and collects referencing objects for the specifiedBmObject
.
-
Constructor Details
-
ReferenceSearchService
public ReferenceSearchService()
-
-
Method Details
-
collectReferencingTopObjects
Searches and collects referencing objects for the specifiedBmObject
. The result will be a set of BM Top objects which directly refers or its contained objects (at least one) refer to the specified object.- Parameters:
bmObject
- the BM object, cannot benull
.- Returns:
- an unmodifiable set of referencing BM Top objects, never
null
.
-