Package com._1c.g5.v8.dt.form.path
Interface IPathIndexManager
- All Known Implementing Classes:
PathIndexManager
public interface IPathIndexManager
Utility service providing convenient access to the form path index of the specified BM model.
-
Method Summary
Modifier and TypeMethodDescriptiongetFormPathIndexProvider
(IBmModel model) Gets the form path index provider for the given BM model.
-
Method Details
-
getFormPathIndexProvider
Gets the form path index provider for the given BM model.- Parameters:
model
- The BM model to get provider for.- Returns:
- The corresponding form path index provider.
-