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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncollectReferencingTopObjects(IBmObject bmObject) Searches and collects referencing objects for the specifiedBmObject.
- 
Constructor Details- 
ReferenceSearchServicepublic ReferenceSearchService()
 
- 
- 
Method Details- 
collectReferencingTopObjectsSearches 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 be- null.
- Returns:
- an unmodifiable set of referencing BM Top objects, never null.
 
 
-