Uses of Interface
com._1c.g5.v8.dt.lifecycle.IServicesOrchestrator
- 
Packages that use IServicesOrchestrator Package Description com._1c.g5.v8.dt.md.ui.properties.models com._1c.g5.v8.dt.navigator.ui com._1c.g5.v8.dt.ui.editor 
- 
- 
Uses of IServicesOrchestrator in com._1c.g5.v8.dt.md.ui.properties.modelsConstructors in com._1c.g5.v8.dt.md.ui.properties.models with parameters of type IServicesOrchestrator Constructor Description MdPropertyPaletteModel(IBmModelManager modelManager, IResourceLookup resourceLookup, IEditingLanguageManager editingLanguageManager, IV8ProjectManager v8projectManager, IDerivedDataManagerProvider derivedDataManagerProvider, IEventBroker eventBroker, StandardObjectProxyFactory standardObjectProxyFactory, IProjectOperationApi projectOperationApi, IServicesOrchestrator servicesOrchestrator)Creates a new model.
- 
Uses of IServicesOrchestrator in com._1c.g5.v8.dt.navigator.uiConstructors in com._1c.g5.v8.dt.navigator.ui with parameters of type IServicesOrchestrator Constructor Description NavigatorContentProvider(IBmModelManager bmModelManager, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider, IServicesOrchestrator servicesOrchestrator)Constructs the instance.
- 
Uses of IServicesOrchestrator in com._1c.g5.v8.dt.ui.editorFields in com._1c.g5.v8.dt.ui.editor declared as IServicesOrchestrator Modifier and Type Field Description protected IServicesOrchestratorDtEditor. serviceOrchestrator
 
-