Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Sequence
Packages that use Sequence
Package
Description
-
Uses of Sequence in com._1c.g5.v8.dt.internal.md.extension._import.xml.model
Methods in com._1c.g5.v8.dt.internal.md.extension._import.xml.model that return SequenceModifier and TypeMethodDescriptionAdoptedSequenceInitializer.create
(IV8Project v8project, Version version) -
Uses of Sequence in com._1c.g5.v8.dt.internal.md.extension.adopt.participants
Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with parameters of type SequenceModifier and TypeMethodDescriptionprotected MdObjectExtension
SequenceAdopterParticipant.createExtension
(Sequence nativeObject) -
Uses of Sequence in com._1c.g5.v8.dt.internal.md.ui.editors.sequence
Methods in com._1c.g5.v8.dt.internal.md.ui.editors.sequence with parameters of type SequenceModifier and TypeMethodDescriptionprotected NavigatorTreeDialogModel
SequenceEditorDocumentsEditHandler.createNavigatorTreeDialogModel
(Sequence model) protected NavigatorTreeDialogModel
SequenceEditorRegistersEditHandler.createNavigatorTreeDialogModel
(Sequence model) protected void
SequenceEditorDocumentsEditHandler.processOkResult
(Sequence model, IBmEditingContext editingContext, List<Object> selected) protected void
SequenceEditorRegistersEditHandler.processOkResult
(Sequence model, IBmEditingContext editingContext, List<Object> selected) Constructors in com._1c.g5.v8.dt.internal.md.ui.editors.sequence with parameters of type SequenceModifierConstructorDescriptionSequenceEditorInput
(Sequence sequence) Instantiates a newSequence
editor input. -
Uses of Sequence in com._1c.g5.v8.dt.md.api
Methods in com._1c.g5.v8.dt.md.api with parameters of type SequenceModifier and TypeMethodDescriptionorg.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 SequenceModifier and TypeMethodDescriptionstatic 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 SequenceModifierConstructorDescriptionSequenceDocumentsChangeTask
(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 SequenceModifierConstructorDescriptionprotected
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 SequenceModifier and TypeMethodDescriptionSequenceInitializer.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 SequenceModifier and TypeMethodDescriptionprotected boolean
protected boolean
MdDbViewFieldDefInferrer._infer
(Sequence object, IEObjectProvider typeProvider) protected boolean
MdTypeUtil.createPropertyFilterForSequence
(Sequence sequence, IEObjectProvider typeProvider) Creates dynamic property "Filter" forSequence
context def.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 SequenceModifier and TypeMethodDescriptionNavigatorTreeDialogModelFactory.createSequenceDocumentsAbsentModel
(Sequence context) CreatesSequence
documents dialog model for context object without showing checked objects.NavigatorTreeDialogModelFactory.createSequenceDocumentsCheckedModel
(Sequence context) CreatesSequence
documents dialog model for context object with showing checked objects.NavigatorTreeDialogModelFactory.createSequenceRegisterRecordsAbsentModel
(Sequence context) CreatesSequence
register records dialog model for context object without showing checked objects.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.md.ui.aef2.rules
Methods in com._1c.g5.v8.dt.md.ui.aef2.rules with parameters of type SequenceModifier and TypeMethodDescriptionprotected void
SequenceRule.buildForObject
(Sequence object, IV8Project v8Project) -
Uses of Sequence in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return SequenceModifier and TypeMethodDescriptionMdClassFactory.createSequence()
Returns a new object of class 'Sequence'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type SequenceModifier and TypeMethodDescriptionorg.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 SequenceModifier and TypeClassDescriptionclass
An implementation of the model object 'Sequence'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return SequenceMethods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type SequenceModifier and TypeMethodDescriptionorg.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 SequenceModifier and TypeMethodDescriptionMdClassSwitch.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'.