Package com.github._1c_syntax.bsl.mdo
Interface ModuleOwner
- All Superinterfaces:
MD
- All Known Subinterfaces:
CF,Command,ExternalSource,Form,MDClass,ReferenceObject,Register
- All Known Implementing Classes:
AccountingRegister,AccumulationRegister,Bot,BusinessProcess,CalculationRegister,Catalog,ChartOfAccounts,ChartOfCalculationTypes,ChartOfCharacteristicTypes,CommonCommand,CommonForm,CommonModule,Configuration,ConfigurationExtension,Constant,DataProcessor,Document,DocumentJournal,Enum,ExchangePlan,ExternalDataProcessor,ExternalDataSourceCube,ExternalDataSourceCubeDimensionTable,ExternalDataSourceTable,ExternalReport,FilterCriterion,HTTPService,InformationRegister,IntegrationService,ObjectCommand,ObjectForm,Recalculation,Report,Sequence,SettingsStorage,Task,WebService,WebSocketClient
Расширение - владелец модулей с исходным кодом
-
Method Summary
Modifier and TypeMethodDescriptionСписок модулей объекта, включая дочерниеgetModuleByUri(URI uri) Ищет модуль по адресу его файлаСписок модулей объектаdefault com.github._1c_syntax.bsl.types.ModuleTypegetModuleTypeByURI(URI uri) Возвращает тип модуля по URIВозвращает соответствие типов модулей их путям к файламMethods inherited from interface com.github._1c_syntax.bsl.mdo.MD
getComment, getDescription, getDescription, getMdoRef, getMdoRef, getMdoReference, getMdoType, getName, getObjectBelonging, getSupportVariant, getSynonym, getUuid
-
Method Details
-
getModules
Список модулей объекта -
getAllModules
Список модулей объекта, включая дочерние -
getModuleByUri
Ищет модуль по адресу его файла- Parameters:
uri- Адрес файла модуля- Returns:
- Контейнер с найденным файлом
-
getModuleTypeByURI
Возвращает тип модуля по URI -
getModuleTypes
Возвращает соответствие типов модулей их путям к файлам
-