Interface ExternalSource
- All Superinterfaces:
AttributeOwner
,ChildrenOwner
,CommandOwner
,FormOwner
,MD
,MDClass
,ModuleOwner
,TabularSectionOwner
,TemplateOwner
- All Known Implementing Classes:
ExternalDataProcessor
,ExternalReport
public interface ExternalSource
extends MDClass, CommandOwner, AttributeOwner, TabularSectionOwner, FormOwner, TemplateOwner
Базовый интерфейс для внешних отчетов и обработок
-
Method Summary
Modifier and TypeMethodDescriptionСписок реквизитов объектаСписок реквизитов объектаdefault @NonNull ObjectBelonging
Внешние не входят в состав расширенияdefault @NonNull com.github._1c_syntax.bsl.support.SupportVariant
У внешних нет конфигурации поставщикаMethods inherited from interface com.github._1c_syntax.bsl.mdo.AttributeOwner
getPlainStorageFields, getStorageFields
Methods inherited from interface com.github._1c_syntax.bsl.mdo.ChildrenOwner
findChild, findChild, findChild, findChild, getChildren, getPlainChildren
Methods inherited from interface com.github._1c_syntax.bsl.mdo.CommandOwner
getCommands
Methods inherited from interface com.github._1c_syntax.bsl.mdo.MD
getComment, getDescription, getDescription, getMdoRef, getMdoRef, getMdoReference, getMdoType, getName, getSynonym, getUuid
Methods inherited from interface com.github._1c_syntax.bsl.mdclasses.MDClass
getConfigurationSource
Methods inherited from interface com.github._1c_syntax.bsl.mdo.ModuleOwner
getAllModules, getModuleByUri, getModules, getModuleTypeByURI, getModuleTypes
Methods inherited from interface com.github._1c_syntax.bsl.mdo.TabularSectionOwner
getTabularSections
Methods inherited from interface com.github._1c_syntax.bsl.mdo.TemplateOwner
getTemplates
-
Method Details
-
getAttributes
Список реквизитов объекта -
getSupportVariant
У внешних нет конфигурации поставщика- Specified by:
getSupportVariant
in interfaceMD
-
getObjectBelonging
Внешние не входят в состав расширения- Specified by:
getObjectBelonging
in interfaceMD
-
getAllAttributes
Description copied from interface:AttributeOwner
Список реквизитов объекта- Specified by:
getAllAttributes
in interfaceAttributeOwner
-