Package com._1c.g5.v8.dt.form.path
Interface IPathIndexManager
-
public interface IPathIndexManager
Utility service providing convenient access to the form path index of the specified BM model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPathIndexBmProvider
getFormPathIndexProvider(IBmModel model)
Gets the form path index provider for the given BM model.
-
-
-
Method Detail
-
getFormPathIndexProvider
IPathIndexBmProvider getFormPathIndexProvider(IBmModel model)
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.
-
-