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.IStatus
SequenceRegistersChangeTask. 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 DocumentRegisterRecordsTask
DocumentRegisterRecordsTask. createAddTask(Document document, Collection<BasicRegister> registers)
Creates a newIBmTask
that adds the given registers to the document.static DocumentRegisterRecordsTask
DocumentRegisterRecordsTask. createRemoveTask(Document document, Collection<BasicRegister> registers)
Creates a newIBmTask
that 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 newIBmTask
successor 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 Property
MdTypeUtil. createPropertyFilterForRegister(BasicRegister register, IEObjectProvider typeProvider)
Creates dynamic property "Filter" forBasicRegister
context def.static Type
MdTypeUtil. getRecordSetTypeFromBasicRegister(BasicRegister register)
Gets RecordSetType fromBasicRegister
TypeDescription
MdTypeUtil. newRecorderTypeDescription(BasicRegister object)
Returns a new type description for therecorder
field 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 NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createBasicRegisterRecordersAbsentModel(BasicRegister context)
CreatesBasicRegister
recorders 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 interface
AccountingRegister
A representation of the model object 'Accounting Register'.interface
AccumulationRegister
A representation of the model object 'Accumulation Register'.interface
CalculationRegister
A representation of the model object 'Calculation Register'.interface
InformationRegister
A 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 class
AccountingRegisterImpl
An implementation of the model object 'Accounting Register'.class
AccumulationRegisterImpl
An implementation of the model object 'Accumulation Register'.class
BasicRegisterImpl
An implementation of the model object 'Basic Register'.class
CalculationRegisterImpl
An implementation of the model object 'Calculation Register'.class
InformationRegisterImpl
An 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 T
MdClassSwitch. caseBasicRegister(BasicRegister object)
Returns the result of interpreting the object as an instance of 'Basic Register'.boolean
MdClassValidator. 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 BasicRegister
Fields. 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 BasicRegister
AbstractParameterSelectionDialog. register
Register 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
-