Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Document
Packages that use Document
Package
Description
-
Uses of Document in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return DocumentModifier and TypeMethodDescriptionstatic Document
TestMdObjectFactory.createDocument
(String name) Creates Document with name -
Uses of Document 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 DocumentModifier and TypeMethodDescriptionAdoptedDocumentInitializer.create
(IV8Project v8project, Version version) -
Uses of Document in com._1c.g5.v8.dt.internal.md.extension.adopt.participants
Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants that return DocumentModifier and TypeMethodDescriptionprotected Document
DocumentAdopterParticipant.createAdoptedObject
(Document nativeObject, Version version, IAdopterContext context) Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with parameters of type DocumentModifier and TypeMethodDescriptionprotected Document
DocumentAdopterParticipant.createAdoptedObject
(Document nativeObject, Version version, IAdopterContext context) protected MdObjectExtension
DocumentAdopterParticipant.createExtension
(Document nativeObject) -
Uses of Document in com._1c.g5.v8.dt.internal.md.ui.editors.document
Methods in com._1c.g5.v8.dt.internal.md.ui.editors.document with parameters of type DocumentModifier and TypeMethodDescriptionprotected NavigatorTreeDialogModel
DocumentEditorJournalsPageEditHandler.createNavigatorTreeDialogModel
(Document model) protected NavigatorTreeDialogModel
DocumentEditorPostingEditHandler.createNavigatorTreeDialogModel
(Document model) protected NavigatorTreeDialogModel
DocumentEditorSequencesPageEditHandler.createNavigatorTreeDialogModel
(Document model) protected void
DocumentEditorJournalsPageEditHandler.processOkResult
(Document model, IBmEditingContext editingContext, List<Object> selected) protected void
DocumentEditorPostingEditHandler.processOkResult
(Document model, IBmEditingContext editingContext, List<Object> selected) protected void
DocumentEditorSequencesPageEditHandler.processOkResult
(Document model, IBmEditingContext editingContext, List<Object> selected) Constructors in com._1c.g5.v8.dt.internal.md.ui.editors.document with parameters of type DocumentModifierConstructorDescriptionDocumentEditorInput
(Document document) Instantiates a new document editor input.DocumentEditorJournalsPageModel
(Document document, Configuration configuration, org.eclipse.core.resources.IProject project) Creates a new instance.DocumentEditorSequencesPageModel
(Document document, Configuration configuration, org.eclipse.core.resources.IProject project) Creates a new instance.DocumentRegisterRecordsModel
(Document document, Configuration configuration, org.eclipse.core.resources.IProject project) Creates a new instance ofDocumentRegisterRecordsModel
. -
Uses of Document in com._1c.g5.v8.dt.md.api
Methods in com._1c.g5.v8.dt.md.api with parameters of type DocumentModifier and TypeMethodDescriptionstatic DocumentInJournalsTask
DocumentInJournalsTask.createAddTask
(Document document, Collection<DocumentJournal> journals) Creates a newIBmTask
that adds the given document to each element of the journals collection.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 DocumentRegisterRecordsTask
DocumentRegisterRecordsTask.createAddTask
(Document document, Collection<BasicRegister> registers) Creates a newIBmTask
that adds the given registers to the document.static DocumentInJournalsTask
DocumentInJournalsTask.createRemoveTask
(Document document, Collection<DocumentJournal> journals) Creates a newIBmTask
that removes the given document from each element of the journals 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.static DocumentRegisterRecordsTask
DocumentRegisterRecordsTask.createRemoveTask
(Document document, Collection<BasicRegister> registers) Creates a newIBmTask
that removes the given registers to the document.org.eclipse.core.runtime.IStatus
ChangeDocumentNumeratorInDocumentTask.execute
(Document document, org.eclipse.core.runtime.IProgressMonitor monitor) Sets the numerator in the given document and Document.numberType, Document.numberLength, Document.numberAllowedLength, Document.numberPeriodicity, Document.checkUnique in according with numerator.org.eclipse.core.runtime.IStatus
SequenceDocumentsChangeTask.execute
(Sequence sequence, Document object, org.eclipse.core.runtime.IProgressMonitor monitor) Method parameters in com._1c.g5.v8.dt.md.api with type arguments of type DocumentModifier and TypeMethodDescriptionstatic IBmTask<?>
RegisterInDocumentsTask.createAdd
(BasicRegister register, Collection<Document> documents) static IBmTask<?>
DocumentJournalRegisteredDocumentsTask.createAddTask
(DocumentJournal journal, Collection<Document> documents) Creates a newIBmTask
that adds the given collection of documents to the journal.static IBmTask<?>
RegisterInDocumentsTask.createRemove
(BasicRegister register, Collection<Document> documents) static IBmTask<?>
DocumentJournalRegisteredDocumentsTask.createRemoveTask
(DocumentJournal journal, Collection<Document> documents) Creates a newIBmTask
that removes the given collection of documents from the journal.Constructors in com._1c.g5.v8.dt.md.api with parameters of type DocumentModifierConstructorDescriptionChangeDocumentNumeratorInDocumentTask
(Document document, DocumentNumerator numerator) Instantiates a newChangeDocumentNumeratorInDocumentTask
protected
DocumentInJournalsTask
(Document document, Collection<DocumentJournal> journals, String template) Creates a newIBmTask
successor instance.protected
DocumentInSequncesTask
(Document document, Collection<Sequence> sequences, String template) Creates a newIBmTask
successor instance.protected
DocumentRegisterRecordsTask
(Document document, Collection<BasicRegister> registers, String template) Creates a newIBmTask
successor instanceSequenceDocumentsChangeTask
(Sequence sequence, Document object, SequenceDocumentsChangeTask.TaskAction action) Creates a new task.Constructor parameters in com._1c.g5.v8.dt.md.api with type arguments of type DocumentModifierConstructorDescriptionprotected
DocumentJournalRegisteredDocumentsTask
(DocumentJournal journal, Collection<Document> documents, String template) Initialize fields of theIBmTask
-
Uses of Document in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return DocumentModifier and TypeMethodDescriptionDocumentInitializer.create
(IV8Project v8project, Version version) Methods in com._1c.g5.v8.dt.md.model with parameters of type DocumentModifier and TypeMethodDescriptionDocumentInitializer.getInputByStringFieldNames
(Document document) -
Uses of Document in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type DocumentModifier and TypeMethodDescriptionprotected boolean
protected boolean
MdDbViewFieldDefInferrer._infer
(Document object, IEObjectProvider typeProvider) protected boolean
protected boolean
MdStdCommandInferrer._infer
(Document document, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers Document standard commands.protected boolean
Inferers Document standard commands.protected boolean
MdFieldInferrer._inferFrom
(Document object, IEObjectProvider typeProvider, CompatibilityMode compatibilityMode) static Type
MdTypeUtil.createDynamicTypeRegisterRecordsCollection
(Document document, IEObjectProvider typeProvider) Creates dynamic type for property "RegisterRecords" for document context defstatic Type
MdTypeUtil.getRefType
(Document object) ReturnsType
representing reference to the data object.MdTypeUtil.newNumberTypeDescription
(Document object, IEObjectProvider typeProvider) Returns a new type description for thenumber
field of theDocument
.Method parameters in com._1c.g5.v8.dt.md.resource with type arguments of type DocumentModifier and TypeMethodDescriptionMdTypeUtil.newDocumentJournalNumberTypeDescription
(List<Document> documents, IEObjectProvider typeProvider) Returns a new type description forNumber
field of Document Journal -
Uses of Document 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 DocumentModifier and TypeMethodDescriptionNavigatorTreeDialogModelFactory.createDocumentDocumentJournalsAbsentModel
(Document context) CreatesDocument
document journals dialog model for context object without showing checked objects.NavigatorTreeDialogModelFactory.createDocumentRegisterRecordsAbsentModel
(Document context) CreatesDocument
register records dialog model for context object without showing checked objects.NavigatorTreeDialogModelFactory.createDocumentRegisterRecordsCheckedModel
(Document context) CreatesDocument
register records dialog model for context object with showing checked objects.NavigatorTreeDialogModelFactory.createDocumentSequencesAbsentModel
(Document context) CreatesDocument
sequences dialog model for context object without showing checked objects. -
Uses of Document in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return DocumentModifier and TypeMethodDescriptionMdClassFactory.createDocument()
Returns a new object of class 'Document'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type DocumentModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Document>
Configuration.getDocuments()
Returns the value of the 'Documents' reference list.org.eclipse.emf.common.util.EList<Document>
Sequence.getDocuments()
Returns the value of the 'Documents' reference list.org.eclipse.emf.common.util.EList<Document>
DocumentJournal.getRegisteredDocuments()
Returns the value of the 'Registered Documents' reference list. -
Uses of Document in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement DocumentModifier and TypeClassDescriptionclass
An implementation of the model object 'Document'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return DocumentMethods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type DocumentModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Document>
ConfigurationImpl.getDocuments()
org.eclipse.emf.common.util.EList<Document>
SequenceImpl.getDocuments()
org.eclipse.emf.common.util.EList<Document>
DocumentJournalImpl.getRegisteredDocuments()
-
Uses of Document in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type DocumentModifier and TypeMethodDescriptionMdClassSwitch.caseDocument
(Document object) Returns the result of interpreting the object as an instance of 'Document'.boolean
MdClassValidator.validateDocument
(Document document, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) boolean
MdClassValidator.validateDocument_validate
(Document document, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) Validates the validate constraint of 'Document'. -
Uses of Document in com.e1c.g5.v8.dt.mw
Constructors in com.e1c.g5.v8.dt.mw with parameters of type DocumentModifierConstructorDescriptionModuleProcessor
(Document document, Module module, ScriptVariant scriptVariant, int insertPosition) Create LoaderDocumentObjectModuleProcessor
(Document document, Module module, ScriptVariant scriptVariant, int insertPosition, String newline) Create LoaderDocumentObject -
Uses of Document in com.e1c.g5.v8.dt.mw.ui
Methods in com.e1c.g5.v8.dt.mw.ui with parameters of type DocumentModifier and TypeMethodDescriptionvoid
DocumentSection.createDocumentSection
(org.eclipse.swt.widgets.Composite parent, Document document, MdTypeUtil mdTypeUtil, IEObjectProvider typeProvider, DerivedStateComputerUtil derivedStateComputerUtil) Сreates a document section.Constructors in com.e1c.g5.v8.dt.mw.ui with parameters of type DocumentModifierConstructorDescriptionConstructorDialog
(org.eclipse.swt.widgets.Shell parentShell, Document document, List<Fields> inputFields, ModuleProcessor moduleProcessor, IBmEditingContext bmEditingContext, Configuration configuration, boolean canEdit, MdTypeUtil mdTypeUtil, IEObjectProvider typeProvider, DerivedStateComputerUtil derivedStateComputerUtil) Creates a dialog for this document.MovementConstructorValidator
(ModuleProcessor moduleProcessor, Document document) Create movement contructor validatorPreviewDialog
(Configuration configuration, Document document, org.eclipse.swt.widgets.Shell parentShell, ModuleProcessor moduleProcessor, List<Fields> filledModelFields) Create preview dialog. -
Uses of Document in com.e1c.g5.v8.dt.mw.ui.register
Constructors in com.e1c.g5.v8.dt.mw.ui.register with parameters of type DocumentModifierConstructorDescriptionExpressionEditingSupport
(RegisterSection registerSection, Document document, ModuleProcessor moduleProcessor) Create expression editing supportMovementConstructorViewerCellEditor
(org.eclipse.swt.widgets.Composite parent, ModuleProcessor moduleProcessor, Document document, RegisterSection registerSection) Create cell editorRegisterDialog
(org.eclipse.swt.widgets.Shell parentShell, Document document, Configuration configuration, IBmEditingContext bmEditingContext) Creates a dialog box for selecting registers for this documentRegisterSection
(org.eclipse.swt.widgets.Composite parent, Document document, TreeViewer documentTree, ModuleProcessor moduleProcessor, IBmEditingContext bmEditingContext, Configuration configuration, boolean canEdit, MdTypeUtil mdTypeUtil, IEObjectProvider typeProvider, DerivedStateComputerUtil derivedStateComputerUtil) Сreates a register section.