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 booleanPredefinedTester.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 TypeClassDescriptionclassDtGranularEditorObjectModulePage<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 TypeClassDescriptionclassAdopted 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 StringPredefinedItemUtil.generatePredefinedItemUniqueCode(BasicDbObject parent) Generates unique code for new predefined item in the given parent object.static StringPredefinedItemUtil.generatePredefinedItemUniqueName(BasicDbObject parent, boolean isFolder) Generates unique name for new predefined item in the given parent object.static AllowedLengthPredefinedItemUtil.getCodeAllowedLength(BasicDbObject obj) Gets code allowed length.static intPredefinedItemUtil.getCodeLength(BasicDbObject obj) Gets code length.static org.eclipse.emf.common.util.EnumeratorPredefinedItemUtil.getCodeType(BasicDbObject obj) Gets code type if supports.static intPredefinedItemUtil.getDescriptionLength(BasicDbObject obj) Gets description length.PredefinedItemUtil.getPresentationField(BasicDbObject object) Gets presentation field byBasicDbObjectornullstatic booleanPredefinedItemUtil.hasOwners(BasicDbObject obj) Returnstrueif the object has owners.static booleanPredefinedItemUtil.isAddEnabledForSelectedPredefinedItem(BasicDbObject basicDbObject, Object selectedObject, boolean isFolder) Checks is element adding enabled for selected object for predefined container hierarchy type.static booleanPredefinedItemUtil.isAutonumbering(BasicDbObject obj) Returntrueif autonumbering used.static booleanPredefinedItemUtil.isCheckUnique(BasicDbObject obj) Returntrueif check unique used.static booleanPredefinedItemUtil.isFixedStringCode(BasicDbObject obj) Checks if object code type is fixed.static booleanPredefinedItemUtil.isHierarchyFoldersAndItems(BasicDbObject obj) Returnstrueif folders and items hierarchy.static booleanPredefinedItemUtil.isHierarchyOfItems(BasicDbObject obj) Returnstrueif items hierarchy.static booleanPredefinedItemUtil.isNumberCode(BasicDbObject obj) Cheks if object has number type code.static booleanPredefinedItemUtil.isNumberZeroLengthCode(BasicDbObject obj) Checks if object has zero length code.static booleanPredefinedItemUtil.isStringCode(BasicDbObject obj) Cheks if object has string type code.static booleanPredefinedItemUtil.isWholeObjectCodeSeries(BasicDbObject obj) Returnstrueif model has whole object code series selected.static ObjectPredefinedItemUtil.mapStringToValue(String stringCodeVaule, BasicDbObject basicDbObject) Maps string code value to metadata model type value by hisBasicDbObjectcode 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.IStatusChangeQuickChoiceTask.execute(BasicDbObject basicDbObject, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusPredefinedContainerCodeAllowedLengthChangeTask.execute(BasicDbObject basicDbObject, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusPredefinedContainerCodeLengthChangeTask.execute(BasicDbObject basicDbObject, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusPredefinedContainerCodeTypeChangeTask.execute(BasicDbObject basicDbObject, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusPredefinedContainerDescriptionLengthChangeTask.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 voidAbstractMdXmlFileReader.readBasicDbObject(IXmlNode node, BasicDbObject dbObject, Version version, XmlReaderResult xrr) Read node to target metadata basic db objectvoidBasicMdXmlReaderHelper.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 voidAbstractMdXmlPartReader.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 TypeClassDescriptionclassAbstractBasicDbObjectInitializer<M extends BasicDbObject>Basic implementation of initializer forBasicDbObjectsuccessors -
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 thereffield of theBasicDbObject.MdTypeUtil.newTypeDescription(BasicDbObject... basicDbObjects) Returns a new type description containing theBasicDbObjectref 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 theBasicDbObjectref 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) CreatesBasicDbObjectbased 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 newPredefinedItemNumberCodeValidatorwith the given arguments.PredefinedItemStringCodeValidator(BasicDbObject model, PredefinedItem item, org.eclipse.emf.ecore.EObject parent) Creates a newPredefinedItemStringCodeValidatorwith 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 voidBasicDbObjectRule.buildForObject(BasicDbObject object, IV8Project v8project) protected voidBusinessProcessRule.buildForObject(BasicDbObject object, IV8Project v8project) protected voidCatalogRule.buildForObject(BasicDbObject object, IV8Project v8project) protected voidChartOfAccountsRule.buildForObject(BasicDbObject object, IV8Project v8project) protected voidChartOfCalculationTypesRule.buildForObject(BasicDbObject object, IV8Project v8project) protected voidChartOfCharacteristicTypesRule.buildForObject(BasicDbObject object, IV8Project v8project) protected voidDocumentRule.buildForObject(BasicDbObject object, IV8Project v8project) protected voidExchangePlanRule.buildForObject(BasicDbObject object, IV8Project v8project) protected voidTaskRule.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 TypeClassDescriptionclassDtGranularEditorPredefinedDataPage<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 TypeInterfaceDescriptioninterfaceA representation of the model object 'Business Process'.interfaceA representation of the model object 'Catalog'.interfaceA representation of the model object 'Catalog Owner'.interfaceA representation of the model object 'Chart Of Accounts'.interfaceA representation of the model object 'Chart Of Calculation Types'.interfaceA representation of the model object 'Chart Of Characteristic Types'.interfaceA representation of the model object 'Document'.interfaceA representation of the model object 'Exchange Plan'.interfaceA 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 TypeClassDescriptionclassAn implementation of the model object 'Basic Db Object'.classAn implementation of the model object 'Business Process'.classAn implementation of the model object 'Catalog'.classAn implementation of the model object 'Chart Of Accounts'.classAn implementation of the model object 'Chart Of Calculation Types'.classAn implementation of the model object 'Chart Of Characteristic Types'.classAn implementation of the model object 'Document'.classAn implementation of the model object 'Exchange Plan'.classAn 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 intValidationUtil.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'.booleanMdClassValidator.validateBasicDbObject(BasicDbObject basicDbObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)