Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.BasicDbObject
Packages that use BasicDbObject
Package
Description
-
Uses of BasicDbObject in com._1c.g5.v8.dt.internal.md.ui.aef.actions.predefined
Methods in com._1c.g5.v8.dt.internal.md.ui.aef.actions.predefined with parameters of type BasicDbObjectModifier and TypeMethodDescriptionstatic boolean
PredefinedTester.canModify
(BasicDbObject basicDbObject) Checks can modify basic db-object. -
Uses of BasicDbObject in com._1c.g5.v8.dt.internal.md.ui.editors.pages.module
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.module with type parameters of type BasicDbObjectModifier and TypeClassDescriptionclass
DtGranularEditorObjectModulePage<M extends BasicDbObject>
Editor object module page. -
Uses of BasicDbObject in com._1c.g5.v8.dt.internal.md.ui.extension.editor.page.predefineddata
Classes in com._1c.g5.v8.dt.internal.md.ui.extension.editor.page.predefineddata with type parameters of type BasicDbObjectModifier and TypeClassDescriptionclass
Adopted editor predefined data page. -
Uses of BasicDbObject in com._1c.g5.v8.dt.md
Methods in com._1c.g5.v8.dt.md with parameters of type BasicDbObjectModifier and TypeMethodDescriptionstatic String
PredefinedItemUtil.generatePredefinedItemUniqueCode
(BasicDbObject parent) Generates unique code for new predefined item in the given parent object.static String
PredefinedItemUtil.generatePredefinedItemUniqueName
(BasicDbObject parent, boolean isFolder) Generates unique name for new predefined item in the given parent object.static AllowedLength
PredefinedItemUtil.getCodeAllowedLength
(BasicDbObject obj) Gets code allowed length.static int
PredefinedItemUtil.getCodeLength
(BasicDbObject obj) Gets code length.static org.eclipse.emf.common.util.Enumerator
PredefinedItemUtil.getCodeType
(BasicDbObject obj) Gets code type if supports.static int
PredefinedItemUtil.getDescriptionLength
(BasicDbObject obj) Gets description length.PredefinedItemUtil.getPresentationField
(BasicDbObject object) Gets presentation field byBasicDbObject
ornull
static boolean
PredefinedItemUtil.hasOwners
(BasicDbObject obj) Returnstrue
if the object has owners.static boolean
PredefinedItemUtil.isAddEnabledForSelectedPredefinedItem
(BasicDbObject basicDbObject, Object selectedObject, boolean isFolder) Checks is element adding enabled for selected object for predefined container hierarchy type.static boolean
PredefinedItemUtil.isAutonumbering
(BasicDbObject obj) Returntrue
if autonumbering used.static boolean
PredefinedItemUtil.isCheckUnique
(BasicDbObject obj) Returntrue
if check unique used.static boolean
PredefinedItemUtil.isFixedStringCode
(BasicDbObject obj) Checks if object code type is fixed.static boolean
PredefinedItemUtil.isHierarchyFoldersAndItems
(BasicDbObject obj) Returnstrue
if folders and items hierarchy.static boolean
PredefinedItemUtil.isHierarchyOfItems
(BasicDbObject obj) Returnstrue
if items hierarchy.static boolean
PredefinedItemUtil.isNumberCode
(BasicDbObject obj) Cheks if object has number type code.static boolean
PredefinedItemUtil.isNumberZeroLengthCode
(BasicDbObject obj) Checks if object has zero length code.static boolean
PredefinedItemUtil.isStringCode
(BasicDbObject obj) Cheks if object has string type code.static boolean
PredefinedItemUtil.isWholeObjectCodeSeries
(BasicDbObject obj) Returnstrue
if model has whole object code series selected.static Object
PredefinedItemUtil.mapStringToValue
(String stringCodeVaule, BasicDbObject basicDbObject) Maps string code value to metadata model type value by hisBasicDbObject
code type. -
Uses of BasicDbObject in com._1c.g5.v8.dt.md.api
Methods in com._1c.g5.v8.dt.md.api with parameters of type BasicDbObjectModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatus
ChangeQuickChoiceTask.execute
(BasicDbObject basicDbObject, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
PredefinedContainerCodeAllowedLengthChangeTask.execute
(BasicDbObject basicDbObject, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
PredefinedContainerCodeLengthChangeTask.execute
(BasicDbObject basicDbObject, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
PredefinedContainerCodeTypeChangeTask.execute
(BasicDbObject basicDbObject, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
PredefinedContainerDescriptionLengthChangeTask.execute
(BasicDbObject basicDbObject, org.eclipse.core.runtime.IProgressMonitor monitor) Constructors in com._1c.g5.v8.dt.md.api with parameters of type BasicDbObjectModifierConstructorDescriptionChangeQuickChoiceTask
(BasicDbObject basicDbObject, ChoiceMode value, org.eclipse.emf.ecore.EStructuralFeature choiceModeFeature) Creates a new instance ofChangeQuickChoiceTask
.PredefinedContainerCodeAllowedLengthChangeTask
(BasicDbObject basicDbObject, AllowedLength length, org.eclipse.emf.ecore.EStructuralFeature feature) Creates a newPredefinedContainerCodeAllowedLengthChangeTask
.PredefinedContainerCodeLengthChangeTask
(BasicDbObject basicDbObject, int codeLength, org.eclipse.emf.ecore.EStructuralFeature feature) Creates a newPredefinedContainerCodeLengthChangeTask
.PredefinedContainerCodeTypeChangeTask
(BasicDbObject basicDbObject, org.eclipse.emf.common.util.Enumerator type, org.eclipse.emf.ecore.EStructuralFeature feature) Creates a newPredefinedContainerCodeTypeChangeTask
.PredefinedContainerDescriptionLengthChangeTask
(BasicDbObject basicDbObject, int descriptionLength, org.eclipse.emf.ecore.EStructuralFeature feature) Creates a newPredefinedContainerDescriptionLengthChangeTask
. -
Uses of BasicDbObject in com._1c.g5.v8.dt.md.import_.xml.reader
Methods in com._1c.g5.v8.dt.md.import_.xml.reader with parameters of type BasicDbObjectModifier and TypeMethodDescriptionprotected void
AbstractMdXmlFileReader.readBasicDbObject
(IXmlNode node, BasicDbObject dbObject, Version version, XmlReaderResult xrr) Read node to target metadata basic db objectvoid
BasicMdXmlReaderHelper.readBasicDbObject
(IXmlNode node, BasicDbObject dbObject, Version version, IXmlReadErrorCollector errorCollector) Read node to target metadata basic db object -
Uses of BasicDbObject in com._1c.g5.v8.dt.md.import_.xml.reader.part
Methods in com._1c.g5.v8.dt.md.import_.xml.reader.part with parameters of type BasicDbObjectModifier and TypeMethodDescriptionprotected void
AbstractMdXmlPartReader.readBasicDbObject
(IXmlNode node, BasicDbObject dbObject, Version version, IXmlReadErrorCollector errorCollector) Read node to target metadata basic db object -
Uses of BasicDbObject in com._1c.g5.v8.dt.md.model
Classes in com._1c.g5.v8.dt.md.model with type parameters of type BasicDbObjectModifier and TypeClassDescriptionclass
AbstractBasicDbObjectInitializer<M extends BasicDbObject>
Basic implementation of initializer forBasicDbObject
successors -
Uses of BasicDbObject in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type BasicDbObjectModifier and TypeMethodDescriptionMdTypeUtil.newRefTypeDescription
(BasicDbObject object) Returns a new type description for theref
field of theBasicDbObject
.MdTypeUtil.newTypeDescription
(BasicDbObject... basicDbObjects) Returns a new type description containing theBasicDbObject
ref typesMethod parameters in com._1c.g5.v8.dt.md.resource with type arguments of type BasicDbObjectModifier and TypeMethodDescriptionMdTypeUtil.newTypeDescription
(List<? extends BasicDbObject> basicDbObjects) Returns a new type description containing theBasicDbObject
ref types -
Uses of BasicDbObject in com._1c.g5.v8.dt.md.ui.aef.models
Methods in com._1c.g5.v8.dt.md.ui.aef.models that return BasicDbObjectModifier and TypeMethodDescriptionBmCodeModel.getBasicDbObject()
EmfCodeModel.getBasicDbObject()
ICodeModel.getBasicDbObject()
ReturnsBasicDbObject
- predefined elements owner.Methods in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type BasicDbObjectModifier and TypeMethodDescriptionNavigatorTreeDialogModelFactory.createBasicDbObjectBasedOnCheckedModel
(BasicDbObject context) CreatesBasicDbObject
based on dialog model for context object with showing checked objects.Constructors in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type BasicDbObjectModifierConstructorDescriptionBmCodeModel
(BasicDbObject basicDbObject, org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) Instantiates a new code model.EmfCodeModel
(BasicDbObject basicDbObject, org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) Instantiates a new code model.PredefinedItemNumberCodeValidator
(BasicDbObject model, PredefinedItem item, org.eclipse.emf.ecore.EObject parent) Creates a newPredefinedItemNumberCodeValidator
with the given arguments.PredefinedItemStringCodeValidator
(BasicDbObject model, PredefinedItem item, org.eclipse.emf.ecore.EObject parent) Creates a newPredefinedItemStringCodeValidator
with the given arguments. -
Uses of BasicDbObject in com._1c.g5.v8.dt.md.ui.aef2.rules
Methods in com._1c.g5.v8.dt.md.ui.aef2.rules with parameters of type BasicDbObjectModifier and TypeMethodDescriptionprotected void
BasicDbObjectRule.buildForObject
(BasicDbObject object, IV8Project v8project) protected void
BusinessProcessRule.buildForObject
(BasicDbObject object, IV8Project v8project) protected void
CatalogRule.buildForObject
(BasicDbObject object, IV8Project v8project) protected void
ChartOfAccountsRule.buildForObject
(BasicDbObject object, IV8Project v8project) protected void
ChartOfCalculationTypesRule.buildForObject
(BasicDbObject object, IV8Project v8project) protected void
ChartOfCharacteristicTypesRule.buildForObject
(BasicDbObject object, IV8Project v8project) protected void
DocumentRule.buildForObject
(BasicDbObject object, IV8Project v8project) protected void
ExchangePlanRule.buildForObject
(BasicDbObject object, IV8Project v8project) protected void
TaskRule.buildForObject
(BasicDbObject object, IV8Project v8project) -
Uses of BasicDbObject in com._1c.g5.v8.dt.md.ui.editor.predefineddata
Classes in com._1c.g5.v8.dt.md.ui.editor.predefineddata with type parameters of type BasicDbObjectModifier and TypeClassDescriptionclass
DtGranularEditorPredefinedDataPage<M extends BasicDbObject>
Editor predefined data page. -
Uses of BasicDbObject in com._1c.g5.v8.dt.metadata.mdclass
Subinterfaces of BasicDbObject in com._1c.g5.v8.dt.metadata.mdclassModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Business Process'.interface
A representation of the model object 'Catalog'.interface
A representation of the model object 'Catalog Owner'.interface
A representation of the model object 'Chart Of Accounts'.interface
A representation of the model object 'Chart Of Calculation Types'.interface
A representation of the model object 'Chart Of Characteristic Types'.interface
A representation of the model object 'Document'.interface
A representation of the model object 'Exchange Plan'.interface
A representation of the model object 'Task'. -
Uses of BasicDbObject in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement BasicDbObjectModifier and TypeClassDescriptionclass
An implementation of the model object 'Basic Db Object'.class
An implementation of the model object 'Business Process'.class
An implementation of the model object 'Catalog'.class
An implementation of the model object 'Chart Of Accounts'.class
An implementation of the model object 'Chart Of Calculation Types'.class
An implementation of the model object 'Chart Of Characteristic Types'.class
An implementation of the model object 'Document'.class
An implementation of the model object 'Exchange Plan'.class
An implementation of the model object 'Task'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type BasicDbObjectModifier and TypeMethodDescriptionFixedFieldDescriptorProvider.getDataLockFixedFieldDescriptors
(BasicDbObject basicDbObject, CompatibilityMode compatibilityMode) Gets basic db-object data lock fixed field descriptors.static int
ValidationUtil.getMaxDescriptionLength
(BasicDbObject basicDbObject) Returns max description length forBasicDbObject
. -
Uses of BasicDbObject in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type BasicDbObjectModifier and TypeMethodDescriptionMdClassSwitch.caseBasicDbObject
(BasicDbObject object) Returns the result of interpreting the object as an instance of 'Basic Db Object'.boolean
MdClassValidator.validateBasicDbObject
(BasicDbObject basicDbObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)