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.IStatusSequenceDocumentsChangeTask. execute(Sequence sequence, Document object, org.eclipse.core.runtime.IProgressMonitor monitor)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 Sequence Modifier and Type Method Description static DocumentInSequncesTaskDocumentInSequncesTask. createAddTask(Document document, Collection<Sequence> sequences)Creates a newIBmTaskthat adds the given document to each element of the sequence collection.static DocumentInSequncesTaskDocumentInSequncesTask. createRemoveTask(Document document, Collection<Sequence> sequences)Creates a newIBmTaskthat 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 newIBmTasksuccessor 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 SequenceSequenceInitializer. 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 booleanMdDbViewDefInferrer. _infer(Sequence object)protected booleanMdDbViewFieldDefInferrer. _infer(Sequence object, IEObjectProvider typeProvider)protected booleanMdImplicitRefInferrer. _infer(Sequence object)PropertyMdTypeUtil. createPropertyFilterForSequence(Sequence sequence, IEObjectProvider typeProvider)Creates dynamic property "Filter" forSequencecontext def.TypeDescriptionMdTypeUtil. newRecorderTypeDescription(Sequence object)Returns a new type description for therecorderfield 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 NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createSequenceDocumentsAbsentModel(Sequence context)CreatesSequencedocuments dialog model for context object without showing checked objects.NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createSequenceDocumentsCheckedModel(Sequence context)CreatesSequencedocuments dialog model for context object with showing checked objects.NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createSequenceRegisterRecordsAbsentModel(Sequence context)CreatesSequenceregister records dialog model for context object without showing checked objects.NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createSequenceRegisterRecordsCheckedModel(Sequence context)CreatesSequenceregister 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 SequenceMdClassFactory. 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 classSequenceImplAn implementation of the model object 'Sequence'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Sequence Modifier and Type Method Description SequenceMdClassFactoryImpl. 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 TMdClassSwitch. caseSequence(Sequence object)Returns the result of interpreting the object as an instance of 'Sequence'.booleanMdClassValidator. validateSequence(Sequence sequence, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)booleanMdClassValidator. validateSequence_validate(Sequence sequence, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)Validates the validate constraint of 'Sequence'.
-