Package com.github._1c_syntax.bsl.mdo
Class ExchangePlan
java.lang.Object
com.github._1c_syntax.bsl.mdo.ExchangePlan
- All Implemented Interfaces:
AttributeOwner
,ChildrenOwner
,CommandOwner
,FormOwner
,MD
,MDObject
,ModuleOwner
,ReferenceObject
,TabularSectionOwner
,TemplateOwner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static final class
-
Method Summary
Modifier and TypeMethodDescriptionautoRecord
(com.github._1c_syntax.bsl.types.MdoReference mdoReference) Возвращает режим авторегистрации в плане обмена для объекта метаданных.builder()
boolean
contains
(com.github._1c_syntax.bsl.types.MdoReference mdoReference) Проверяет наличие объекта в составе плана обмена (вне зависимости от режима авторегистрации)boolean
Список реквизитов объектаСписок команд объектаКомментарийСписок объектов, включенных в состав плана обменаПояснениеgetForms()
Список форм объектаcom.github._1c_syntax.bsl.types.MdoReference
MDO-Ссылка на объектСписок модулей объектаgetName()
Имя объектаПринадлежность объекта конфигурации (собственный или заимствованный)com.github._1c_syntax.bsl.support.SupportVariant
Вариант поддержки родительской конфигурацииСинонимы объектаСписок табличных частейСписок макетов объектаgetUuid()
Уникальный идентификатор объектаint
hashCode()
boolean
Распределенная информационная базаboolean
Включать расширения информационной базыtoString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.github._1c_syntax.bsl.mdo.ChildrenOwner
findChild, findChild, findChild, findChild, getChildren, getMDOChildren, getMDOPlainChildren, getPlainChildren
Methods inherited from interface com.github._1c_syntax.bsl.mdo.MD
getDescription, getDescription, getMdoType
Methods inherited from interface com.github._1c_syntax.bsl.mdo.ModuleOwner
getAllModules, getModuleByUri, getModuleTypeByURI, getModuleTypes
Methods inherited from interface com.github._1c_syntax.bsl.mdo.ReferenceObject
getAllAttributes
-
Method Details
-
contains
public boolean contains(com.github._1c_syntax.bsl.types.MdoReference mdoReference) Проверяет наличие объекта в составе плана обмена (вне зависимости от режима авторегистрации)- Parameters:
mdoReference
- Ссылка на искомый объект- Returns:
- Признак вхождения в состав
-
autoRecord
Возвращает режим авторегистрации в плане обмена для объекта метаданных. Если объект не входит в состав общего реквизита, то будет возвращено AutoRecordType.DENY- Parameters:
mdoReference
- Ссылка на искомый объект- Returns:
- Признак использования
-
builder
-
getUuid
Description copied from interface:MD
Уникальный идентификатор объекта -
getName
Description copied from interface:MD
Имя объекта -
getMdoReference
public com.github._1c_syntax.bsl.types.MdoReference getMdoReference()Description copied from interface:MD
MDO-Ссылка на объект- Specified by:
getMdoReference
in interfaceMD
-
getObjectBelonging
Description copied from interface:MD
Принадлежность объекта конфигурации (собственный или заимствованный)- Specified by:
getObjectBelonging
in interfaceMD
-
getComment
Description copied from interface:MD
Комментарий- Specified by:
getComment
in interfaceMD
-
getSynonym
Description copied from interface:MD
Синонимы объекта- Specified by:
getSynonym
in interfaceMD
-
getSupportVariant
public com.github._1c_syntax.bsl.support.SupportVariant getSupportVariant()Description copied from interface:MD
Вариант поддержки родительской конфигурации- Specified by:
getSupportVariant
in interfaceMD
-
getModules
Description copied from interface:ModuleOwner
Список модулей объекта- Specified by:
getModules
in interfaceModuleOwner
-
getCommands
Description copied from interface:CommandOwner
Список команд объекта- Specified by:
getCommands
in interfaceCommandOwner
-
getAttributes
Description copied from interface:ReferenceObject
Список реквизитов объекта- Specified by:
getAttributes
in interfaceReferenceObject
-
getTabularSections
Description copied from interface:TabularSectionOwner
Список табличных частей- Specified by:
getTabularSections
in interfaceTabularSectionOwner
-
getForms
Description copied from interface:FormOwner
Список форм объекта -
getTemplates
Description copied from interface:TemplateOwner
Список макетов объекта- Specified by:
getTemplates
in interfaceTemplateOwner
-
isDistributedInfoBase
public boolean isDistributedInfoBase()Распределенная информационная база -
isIncludeConfigurationExtensions
public boolean isIncludeConfigurationExtensions()Включать расширения информационной базы -
getContent
Список объектов, включенных в состав плана обмена -
getExplanation
Пояснение -
toString
-
equals
-
hashCode
public int hashCode()
-