Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.BasicRegister
-
-
Uses of BasicRegister in com._1c.g5.v8.dt.md.api
Methods in com._1c.g5.v8.dt.md.api with parameters of type BasicRegister Modifier and Type Method Description static IBmTask<?>RegisterInDocumentsTask. createAdd(BasicRegister register, Collection<Document> documents)static IBmTask<?>RegisterInDocumentsTask. createRemove(BasicRegister register, Collection<Document> documents)org.eclipse.core.runtime.IStatusSequenceRegistersChangeTask. execute(Sequence sequence, BasicRegister object, org.eclipse.core.runtime.IProgressMonitor monitor)Method parameters in com._1c.g5.v8.dt.md.api with type arguments of type BasicRegister Modifier and Type Method Description static DocumentRegisterRecordsTaskDocumentRegisterRecordsTask. createAddTask(Document document, Collection<BasicRegister> registers)Creates a newIBmTaskthat adds the given registers to the document.static DocumentRegisterRecordsTaskDocumentRegisterRecordsTask. createRemoveTask(Document document, Collection<BasicRegister> registers)Creates a newIBmTaskthat removes the given registers to the document.Constructors in com._1c.g5.v8.dt.md.api with parameters of type BasicRegister Constructor Description SequenceRegistersChangeTask(Sequence sequence, BasicRegister object, SequenceRegistersChangeTask.TaskAction action)Creates a new task.Constructor parameters in com._1c.g5.v8.dt.md.api with type arguments of type BasicRegister Constructor Description DocumentRegisterRecordsTask(Document document, Collection<BasicRegister> registers, String template)Creates a newIBmTasksuccessor instance -
Uses of BasicRegister in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type BasicRegister Modifier and Type Method Description PropertyMdTypeUtil. createPropertyFilterForRegister(BasicRegister register, IEObjectProvider typeProvider)Creates dynamic property "Filter" forBasicRegistercontext def.static TypeMdTypeUtil. getRecordSetTypeFromBasicRegister(BasicRegister register)Gets RecordSetType fromBasicRegisterTypeDescriptionMdTypeUtil. newRecorderTypeDescription(BasicRegister object)Returns a new type description for therecorderfield of theBasicRegister. -
Uses of BasicRegister in com._1c.g5.v8.dt.md.ui.aef.models
Methods in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type BasicRegister Modifier and Type Method Description NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createBasicRegisterRecordersAbsentModel(BasicRegister context)CreatesBasicRegisterrecorders dialog model for context object without showing checked objects. -
Uses of BasicRegister in com._1c.g5.v8.dt.metadata.mdclass
Subinterfaces of BasicRegister in com._1c.g5.v8.dt.metadata.mdclass Modifier and Type Interface Description interfaceAccountingRegisterA representation of the model object 'Accounting Register'.interfaceAccumulationRegisterA representation of the model object 'Accumulation Register'.interfaceCalculationRegisterA representation of the model object 'Calculation Register'.interfaceInformationRegisterA representation of the model object 'Information Register'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type BasicRegister Modifier and Type Method Description org.eclipse.emf.common.util.EList<BasicRegister>Document. getRegisterRecords()Returns the value of the 'Register Records' reference list.org.eclipse.emf.common.util.EList<BasicRegister>Sequence. getRegisterRecords()Returns the value of the 'Register Records' reference list. -
Uses of BasicRegister in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement BasicRegister Modifier and Type Class Description classAccountingRegisterImplAn implementation of the model object 'Accounting Register'.classAccumulationRegisterImplAn implementation of the model object 'Accumulation Register'.classBasicRegisterImplAn implementation of the model object 'Basic Register'.classCalculationRegisterImplAn implementation of the model object 'Calculation Register'.classInformationRegisterImplAn implementation of the model object 'Information Register'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type BasicRegister Modifier and Type Method Description org.eclipse.emf.common.util.EList<BasicRegister>DocumentImpl. getRegisterRecords()org.eclipse.emf.common.util.EList<BasicRegister>SequenceImpl. getRegisterRecords() -
Uses of BasicRegister in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type BasicRegister Modifier and Type Method Description TMdClassSwitch. caseBasicRegister(BasicRegister object)Returns the result of interpreting the object as an instance of 'Basic Register'.booleanMdClassValidator. validateBasicRegister(BasicRegister basicRegister, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context) -
Uses of BasicRegister in com.e1c.g5.v8.dt.mw
Methods in com.e1c.g5.v8.dt.mw that return BasicRegister Modifier and Type Method Description BasicRegisterFields. getRegister()Return registerConstructors in com.e1c.g5.v8.dt.mw with parameters of type BasicRegister Constructor Description Fields(BasicRegister register, List<Field> fields, String tabularSection)Constructor Fields -
Uses of BasicRegister in com.e1c.g5.v8.dt.mw.ui.register
Fields in com.e1c.g5.v8.dt.mw.ui.register declared as BasicRegister Modifier and Type Field Description protected BasicRegisterAbstractParameterSelectionDialog. registerRegister that is configuredMethods in com.e1c.g5.v8.dt.mw.ui.register that return types with arguments of type BasicRegister Modifier and Type Method Description Collection<BasicRegister>RegisterDialog. getSelectedRegisters()Collection of selected registers.Constructors in com.e1c.g5.v8.dt.mw.ui.register with parameters of type BasicRegister Constructor Description AbstractParameterSelectionDialog(org.eclipse.swt.widgets.Shell parentShell, BasicRegister register)Create dialogConstructor parameters in com.e1c.g5.v8.dt.mw.ui.register with type arguments of type BasicRegister Constructor Description MovementConstructorDialogCellEditor(org.eclipse.swt.widgets.Composite parent, TreeViewer treeViewer, Collection<BasicRegister> registers)Create dialog cell editor
-