Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.BasicDbObject
-
-
Uses of BasicDbObject in com._1c.g5.v8.dt.md
Methods in com._1c.g5.v8.dt.md with parameters of type BasicDbObject Modifier and Type Method Description static 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.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 BasicDbObject Modifier and Type Method Description static BasicDbObjectBasedOnTask
BasicDbObjectBasedOnTask. createBasedOnAddTask(BasicDbObject dbObject, Collection<BasicDbObject> dbObjects)
Creates a newIBmTask
that adds the givenBasicDbObject
s to the based on collection.static BasicDbObjectBasedOnTask
BasicDbObjectBasedOnTask. createBasedOnRemoveTask(BasicDbObject dbObject, Collection<BasicDbObject> dbObjects)
Creates a newIBmTask
that removes the givenBasicDbObject
s from the based on collection.static BasicDbObjectBasedOnTask
BasicDbObjectBasedOnTask. createBasisForAddTask(BasicDbObject dbObject, Collection<BasicDbObject> dbObjects)
Creates a newIBmTask
that adds the givenBasicDbObject
to each element of the collection.static BasicDbObjectBasedOnTask
BasicDbObjectBasedOnTask. createBasisForRemoveTask(BasicDbObject dbObject, Collection<BasicDbObject> dbObjects)
Creates a newIBmTask
that removes the givenBasicDbObject
from the each element of the collection.org.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)
Method parameters in com._1c.g5.v8.dt.md.api with type arguments of type BasicDbObject Modifier and Type Method Description static BasicDbObjectBasedOnTask
BasicDbObjectBasedOnTask. createBasedOnAddTask(BasicDbObject dbObject, Collection<BasicDbObject> dbObjects)
Creates a newIBmTask
that adds the givenBasicDbObject
s to the based on collection.static BasicDbObjectBasedOnTask
BasicDbObjectBasedOnTask. createBasedOnRemoveTask(BasicDbObject dbObject, Collection<BasicDbObject> dbObjects)
Creates a newIBmTask
that removes the givenBasicDbObject
s from the based on collection.static BasicDbObjectBasedOnTask
BasicDbObjectBasedOnTask. createBasisForAddTask(BasicDbObject dbObject, Collection<BasicDbObject> dbObjects)
Creates a newIBmTask
that adds the givenBasicDbObject
to each element of the collection.static BasicDbObjectBasedOnTask
BasicDbObjectBasedOnTask. createBasisForRemoveTask(BasicDbObject dbObject, Collection<BasicDbObject> dbObjects)
Creates a newIBmTask
that removes the givenBasicDbObject
from the each element of the collection.Constructors in com._1c.g5.v8.dt.md.api with parameters of type BasicDbObject Constructor Description BasicDbObjectBasedOnTask(BasicDbObject object, Collection<BasicDbObject> objects, String template)
Creates a newIBmTask
successor instanceChangeQuickChoiceTask(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
.Constructor parameters in com._1c.g5.v8.dt.md.api with type arguments of type BasicDbObject Constructor Description BasicDbObjectBasedOnTask(BasicDbObject object, Collection<BasicDbObject> objects, String template)
Creates a newIBmTask
successor instance -
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 BasicDbObject Modifier and Type Method Description protected 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 BasicDbObject Modifier and Type Method Description protected 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 BasicDbObject Modifier and Type Class Description class
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 BasicDbObject Modifier and Type Method Description static Type
MdTypeUtil. getRefType(BasicDbObject object)
ReturnsType
representing reference to the data object.TypeDescription
MdTypeUtil. newRefTypeDescription(BasicDbObject object)
Returns a new type description for theref
field of theBasicDbObject
.TypeDescription
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 BasicDbObject Modifier and Type Method Description TypeDescription
MdTypeUtil. 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 BasicDbObject Modifier and Type Method Description BasicDbObject
BmCodeModel. getBasicDbObject()
BasicDbObject
EmfCodeModel. getBasicDbObject()
BasicDbObject
ICodeModel. getBasicDbObject()
ReturnsBasicDbObject
- predefined elements owner.Methods in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type BasicDbObject Modifier and Type Method Description NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createBasicDbObjectBasedOnAbsentModel(BasicDbObject context)
CreatesBasicDbObject
based on dialog model for context object without showing checked objects.NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createBasicDbObjectBasedOnCheckedModel(BasicDbObject context)
CreatesBasicDbObject
based on dialog model for context object with showing checked objects.NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createBasicDbObjectBasisForAbsentModel(BasicDbObject context)
CreatesBasicDbObject
basis for dialog model for context object without showing checked objects.Constructors in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type BasicDbObject Constructor Description BmCodeModel(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 BasicDbObject Modifier and Type Method Description protected 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 BasicDbObject Modifier and Type Class Description class
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.mdclass Modifier and Type Interface Description interface
BusinessProcess
A representation of the model object 'Business Process'.interface
Catalog
A representation of the model object 'Catalog'.interface
CatalogOwner
A representation of the model object 'Catalog Owner'.interface
ChartOfAccounts
A representation of the model object 'Chart Of Accounts'.interface
ChartOfCalculationTypes
A representation of the model object 'Chart Of Calculation Types'.interface
ChartOfCharacteristicTypes
A representation of the model object 'Chart Of Characteristic Types'.interface
Document
A representation of the model object 'Document'.interface
ExchangePlan
A representation of the model object 'Exchange Plan'.interface
Task
A representation of the model object 'Task'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type BasicDbObject Modifier and Type Method Description org.eclipse.emf.common.util.EList<BasicDbObject>
BasicDbObject. getBasedOn()
Returns the value of the 'Based On' reference list.org.eclipse.emf.common.util.EList<BasicDbObject>
Table. getBasedOn()
Returns the value of the 'Based On' reference list. -
Uses of BasicDbObject in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement BasicDbObject Modifier and Type Class Description class
BasicDbObjectImpl
An implementation of the model object 'Basic Db Object'.class
BusinessProcessImpl
An implementation of the model object 'Business Process'.class
CatalogImpl
An implementation of the model object 'Catalog'.class
ChartOfAccountsImpl
An implementation of the model object 'Chart Of Accounts'.class
ChartOfCalculationTypesImpl
An implementation of the model object 'Chart Of Calculation Types'.class
ChartOfCharacteristicTypesImpl
An implementation of the model object 'Chart Of Characteristic Types'.class
DocumentImpl
An implementation of the model object 'Document'.class
ExchangePlanImpl
An implementation of the model object 'Exchange Plan'.class
TaskImpl
An implementation of the model object 'Task'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type BasicDbObject Modifier and Type Method Description org.eclipse.emf.common.util.EList<BasicDbObject>
BasicDbObjectImpl. getBasedOn()
org.eclipse.emf.common.util.EList<BasicDbObject>
TableImpl. getBasedOn()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type BasicDbObject Modifier and Type Method Description Set<FixedFieldDescriptor>
FixedFieldDescriptorProvider. 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 BasicDbObject Modifier and Type Method Description T
MdClassSwitch. 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)
-
Uses of BasicDbObject in com._1c.g5.v8.dt.ui.util
Methods in com._1c.g5.v8.dt.ui.util that return types with arguments of type BasicDbObject Modifier and Type Method Description static Collection<BasicDbObject>
ModelUtil. getDbObjects(Configuration configuration)
Returns allBasicDbObject
s from the givenConfiguration
. -
Uses of BasicDbObject in com.e1c.g5.v8.dt.gsw
Methods in com.e1c.g5.v8.dt.gsw that return BasicDbObject Modifier and Type Method Description BasicDbObject
Fields. getBasic()
Return basicObjectConstructors in com.e1c.g5.v8.dt.gsw with parameters of type BasicDbObject Constructor Description Fields(BasicDbObject basicObject, List<Field> fields)
Constructor FieldsModuleProcessor(BasicDbObject creatingObject, Module module, ScriptVariant scriptVariant, int insertPosition)
Create module processor for creating object on baseModuleProcessor(BasicDbObject creatingObject, Module module, ScriptVariant scriptVariant, int insertPosition, String newline)
Create module processor for creating object on base -
Uses of BasicDbObject in com.e1c.g5.v8.dt.gsw.ui
Methods in com.e1c.g5.v8.dt.gsw.ui that return types with arguments of type BasicDbObject Modifier and Type Method Description Collection<BasicDbObject>
AddBaseOnObjectDialog. getSelectedObjects()
Collection of selected objects.Methods in com.e1c.g5.v8.dt.gsw.ui with parameters of type BasicDbObject Modifier and Type Method Description Field
ConverterItemToField. convert(GenerationSettingsConstructorTreeItem treeItem, BasicDbObject object)
Convert tree item to fieldvoid
BasicObjectsSection. createBasicbjectSection(org.eclipse.swt.widgets.Composite parent, BasicDbObject creatingObject, Configuration configuration, IBmModelManager manager, boolean canEdit)
Сreates a basic objects section.String
GenerationSettingsConstructorValidator. validateValue(GenerationSettingsConstructorTreeItem treeItem, BasicDbObject object)
Validate treeItem valueConstructors in com.e1c.g5.v8.dt.gsw.ui with parameters of type BasicDbObject Constructor Description AddBaseOnObjectDialog(org.eclipse.swt.widgets.Shell parentShell, BasicDbObject creatingObjects, Configuration configuration, IBmModelManager bmModelManager)
Creates a dialog box for selecting objects for this creating objects.ConstructorDialog(org.eclipse.swt.widgets.Shell parentShell, BasicDbObject creatingObject, List<Fields> inputFields, ModuleProcessor moduleProcessor, IBmModelManager bmModelManager, Configuration configuration, boolean canEdit)
Creates a dialog for this creating object.GenerationSettingsConstructorValidator(ModuleProcessor moduleProcessor, BasicDbObject creatingObject)
Create generation settings contructor validatorPreviewDialog(Configuration configuration, BasicDbObject creatingObject, org.eclipse.swt.widgets.Shell parentShell, ModuleProcessor moduleProcessor, List<Fields> filledModelFields)
Create preview dialog. -
Uses of BasicDbObject in com.e1c.g5.v8.dt.gsw.ui.creating
Method parameters in com.e1c.g5.v8.dt.gsw.ui.creating with type arguments of type BasicDbObject Modifier and Type Method Description void
CreatingObjectSection. addObjects(Collection<BasicDbObject> result)
Add new basic objects itemsConstructors in com.e1c.g5.v8.dt.gsw.ui.creating with parameters of type BasicDbObject Constructor Description CreatingObjectSection(org.eclipse.swt.widgets.Composite parent, BasicDbObject creatingObject, BasicObjectsSection basicObjectsSection, ModuleProcessor moduleProcessor, boolean canEdit)
Сreates a creating object section.ExpressionEditingSupport(CreatingObjectSection creatingObjectSection, BasicDbObject creatingObject, ModuleProcessor moduleProcessor, TreeViewer basicObjectsSectionViewer)
Create expression editing supportGenerationSettingsConstructorViewerCellEditor(org.eclipse.swt.widgets.Composite parent, ModuleProcessor moduleProcessor, BasicDbObject creatingObject, CreatingObjectSection creatingObjectSection, TreeViewer basicObjectsSectionViewer)
Create cell editor
-