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