Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Sequence
-
-
Uses of Sequence in com._1c.g5.v8.dt.md.api
Methods in com._1c.g5.v8.dt.md.api with parameters of type Sequence Modifier and Type Method Description org.eclipse.core.runtime.IStatus
SequenceDocumentsChangeTask. execute(Sequence sequence, Document object, org.eclipse.core.runtime.IProgressMonitor monitor)
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 Sequence Modifier and Type Method Description static DocumentInSequncesTask
DocumentInSequncesTask. createAddTask(Document document, Collection<Sequence> sequences)
Creates a newIBmTask
that adds the given document to each element of the sequence collection.static DocumentInSequncesTask
DocumentInSequncesTask. createRemoveTask(Document document, Collection<Sequence> sequences)
Creates a newIBmTask
that removes the given document from each element of the sequence collection.Constructors in com._1c.g5.v8.dt.md.api with parameters of type Sequence Constructor Description SequenceDocumentsChangeTask(Sequence sequence, Document object, SequenceDocumentsChangeTask.TaskAction action)
Creates a new task.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 Sequence Constructor Description DocumentInSequncesTask(Document document, Collection<Sequence> sequences, String template)
Creates a newIBmTask
successor instance. -
Uses of Sequence in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return Sequence Modifier and Type Method Description Sequence
SequenceInitializer. create(IV8Project v8project, Version version)
-
Uses of Sequence in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type Sequence Modifier and Type Method Description protected boolean
MdContextDefInferrer. _infer(Sequence sequence, IEObjectProvider typeProvider)
protected boolean
MdDbViewDefInferrer. _infer(Sequence object)
protected boolean
MdDbViewFieldDefInferrer. _infer(Sequence object, IEObjectProvider typeProvider)
protected boolean
MdImplicitRefInferrer. _infer(Sequence object)
protected boolean
MdTypeInferrer. _inferFrom(Sequence object)
Property
MdTypeUtil. createPropertyFilterForSequence(Sequence sequence, IEObjectProvider typeProvider)
Creates dynamic property "Filter" forSequence
context def.TypeDescription
MdTypeUtil. newRecorderTypeDescription(Sequence object)
Returns a new type description for therecorder
field of theSequence
. -
Uses of Sequence 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 Sequence Modifier and Type Method Description NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createSequenceDocumentsAbsentModel(Sequence context)
CreatesSequence
documents dialog model for context object without showing checked objects.NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createSequenceDocumentsCheckedModel(Sequence context)
CreatesSequence
documents dialog model for context object with showing checked objects.NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createSequenceRegisterRecordsAbsentModel(Sequence context)
CreatesSequence
register records dialog model for context object without showing checked objects.NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createSequenceRegisterRecordsCheckedModel(Sequence context)
CreatesSequence
register records dialog model for context object with showing checked objects. -
Uses of Sequence in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return Sequence Modifier and Type Method Description Sequence
MdClassFactory. createSequence()
Returns a new object of class 'Sequence'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type Sequence Modifier and Type Method Description org.eclipse.emf.common.util.EList<Sequence>
Configuration. getSequences()
Returns the value of the 'Sequences' reference list. -
Uses of Sequence in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement Sequence Modifier and Type Class Description class
SequenceImpl
An implementation of the model object 'Sequence'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Sequence Modifier and Type Method Description Sequence
MdClassFactoryImpl. createSequence()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type Sequence Modifier and Type Method Description org.eclipse.emf.common.util.EList<Sequence>
ConfigurationImpl. getSequences()
-
Uses of Sequence in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type Sequence Modifier and Type Method Description T
MdClassSwitch. caseSequence(Sequence object)
Returns the result of interpreting the object as an instance of 'Sequence'.boolean
MdClassValidator. validateSequence(Sequence sequence, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
MdClassValidator. validateSequence_validate(Sequence sequence, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
Validates the validate constraint of 'Sequence'.
-