Package com.github._1c_syntax.bsl.mdo
Class Document
java.lang.Object
com.github._1c_syntax.bsl.mdo.Document
- All Implemented Interfaces:
AccessRightsOwner,AttributeOwner,ChildrenOwner,CommandOwner,FormOwner,MD,MDObject,ModuleOwner,ReferenceObject,TabularSectionOwner,TemplateOwner
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Document.DocumentBuilderbuilder()booleanСписок модулей объекта, включая дочерниеСписок реквизитов объектаВозвращает все дочерние элементы объектаСписок команд объектаКомментарийcom.github._1c_syntax.bsl.types.MultiLanguageStringПояснениеgetForms()Список форм объектаcom.github._1c_syntax.bsl.types.MdoReferenceMDO-Ссылка на объектСписок модулей объектаgetName()Имя объектаПринадлежность объекта конфигурации (собственный или заимствованный)Возвращает дочерние элементы объекта, являющиеся атрибутами или ТЧ, плоским списком.Возвращает дочерние элементы объекта плоским списком.List<com.github._1c_syntax.bsl.types.MdoReference>Список связанных регистров (где документ является регистратором)Возвращает все дочерние элементы объекта, являющиеся атрибутами или ТЧcom.github._1c_syntax.bsl.support.SupportVariantВариант поддержки родительской конфигурацииcom.github._1c_syntax.bsl.types.MultiLanguageStringСинонимы объектаСписок табличных частейСписок макетов объектаgetUuid()Уникальный идентификатор объектаinthashCode()Возвращает перечень возможных прав доступаtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.github._1c_syntax.bsl.mdo.AccessRightsOwner
getPossibleRights, isValidRightMethods inherited from interface com.github._1c_syntax.bsl.mdo.ChildrenOwner
findChild, findChild, findChild, findChildMethods inherited from interface com.github._1c_syntax.bsl.mdo.MD
getDescription, getDescription, getMdoRef, getMdoRef, getMdoTypeMethods inherited from interface com.github._1c_syntax.bsl.mdo.ModuleOwner
getModuleByUri, getModuleTypeByURI, getModuleTypesMethods inherited from interface com.github._1c_syntax.bsl.mdo.ReferenceObject
getAllAttributes
-
Method Details
-
possibleRights
Возвращает перечень возможных прав доступа -
builder
-
toBuilder
-
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:MDMDO-Ссылка на объект- Specified by:
getMdoReferencein interfaceMD
-
getObjectBelonging
Description copied from interface:MDПринадлежность объекта конфигурации (собственный или заимствованный)- Specified by:
getObjectBelongingin interfaceMD
-
getComment
Description copied from interface:MDКомментарий- Specified by:
getCommentin interfaceMD
-
getSynonym
public com.github._1c_syntax.bsl.types.MultiLanguageString getSynonym()Description copied from interface:MDСинонимы объекта- Specified by:
getSynonymin interfaceMD
-
getSupportVariant
public com.github._1c_syntax.bsl.support.SupportVariant getSupportVariant()Description copied from interface:MDВариант поддержки родительской конфигурации- Specified by:
getSupportVariantin interfaceMD
-
getModules
Description copied from interface:ModuleOwnerСписок модулей объекта- Specified by:
getModulesin interfaceModuleOwner
-
getCommands
Description copied from interface:CommandOwnerСписок команд объекта- Specified by:
getCommandsin interfaceCommandOwner
-
getAttributes
Description copied from interface:ReferenceObjectСписок реквизитов объекта- Specified by:
getAttributesin interfaceReferenceObject
-
getTabularSections
Description copied from interface:TabularSectionOwnerСписок табличных частей- Specified by:
getTabularSectionsin interfaceTabularSectionOwner
-
getForms
Description copied from interface:FormOwnerСписок форм объекта -
getTemplates
Description copied from interface:TemplateOwnerСписок макетов объекта- Specified by:
getTemplatesin interfaceTemplateOwner
-
getRegisterRecords
Список связанных регистров (где документ является регистратором) -
getExplanation
public com.github._1c_syntax.bsl.types.MultiLanguageString getExplanation()Пояснение -
toString
-
equals
-
hashCode
public int hashCode() -
getAllModules
Description copied from interface:ModuleOwnerСписок модулей объекта, включая дочерние- Specified by:
getAllModulesin interfaceModuleOwner
-
getStorageFields
Description copied from interface:AttributeOwnerВозвращает все дочерние элементы объекта, являющиеся атрибутами или ТЧ- Specified by:
getStorageFieldsin interfaceAttributeOwner
-
getPlainStorageFields
Description copied from interface:AttributeOwnerВозвращает дочерние элементы объекта плоским списком.- Specified by:
getPlainStorageFieldsin interfaceAttributeOwner
-
getChildren
Description copied from interface:ChildrenOwnerВозвращает все дочерние элементы объекта- Specified by:
getChildrenin interfaceChildrenOwner
-
getPlainChildren
Description copied from interface:ChildrenOwnerВозвращает дочерние элементы объекта, являющиеся атрибутами или ТЧ, плоским списком.- Specified by:
getPlainChildrenin interfaceChildrenOwner
-