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.models
Constructors 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.ui
Constructors 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.editor
Fields in com._1c.g5.v8.dt.ui.editor declared as IServicesOrchestrator Modifier and Type Field Description protected IServicesOrchestrator
DtEditor. serviceOrchestrator
-