Interface IMatchParentProvider
- All Known Implementing Classes:
BmObjectMatch,BmReferenceMatch,BmRelatedObjectMatch,BslReferenceMatch,BslTextSearchMatch,Match,MatchParentInfo,OutdatedBmModelMatch,TextSearchFileMatch,TextSearchModelMatch
public interface IMatchParentProvider
Provide parent objects of match sources
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe factory interface forIMatchParentProviderstatic interfaceThe registry ofIMatchParentProviderfactories -
Method Summary
Modifier and TypeMethodDescriptionlongThe top metadata object id that contain matchgetModel()Get parent BM model
-
Method Details
-
getMetadataTopObjectId
long getMetadataTopObjectId()The top metadata object id that contain match- Returns:
- BM id of top metadata object
-
getModel
IBmModel getModel()Get parent BM model- Returns:
- the BM model contain matched object, never
null
-