Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Document
-
-
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 Document Modifier and Type Method Description static DocumentTestMdObjectFactory. createDocument(String name)Creates Document with name -
Uses of Document in com._1c.g5.v8.dt.md.api
Methods in com._1c.g5.v8.dt.md.api with parameters of type Document Modifier and Type Method Description static DocumentInJournalsTaskDocumentInJournalsTask. createAddTask(Document document, Collection<DocumentJournal> journals)Creates a newIBmTaskthat adds the given document to each element of the journals collection.static DocumentInSequncesTaskDocumentInSequncesTask. createAddTask(Document document, Collection<Sequence> sequences)Creates a newIBmTaskthat adds the given document to each element of the sequence collection.static DocumentRegisterRecordsTaskDocumentRegisterRecordsTask. createAddTask(Document document, Collection<BasicRegister> registers)Creates a newIBmTaskthat adds the given registers to the document.static DocumentInJournalsTaskDocumentInJournalsTask. createRemoveTask(Document document, Collection<DocumentJournal> journals)Creates a newIBmTaskthat removes the given document from each element of the journals collection.static DocumentInSequncesTaskDocumentInSequncesTask. createRemoveTask(Document document, Collection<Sequence> sequences)Creates a newIBmTaskthat removes the given document from each element of the sequence collection.static DocumentRegisterRecordsTaskDocumentRegisterRecordsTask. createRemoveTask(Document document, Collection<BasicRegister> registers)Creates a newIBmTaskthat removes the given registers to the document.org.eclipse.core.runtime.IStatusChangeDocumentNumeratorInDocumentTask. 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.IStatusSequenceDocumentsChangeTask. 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 Document Modifier and Type Method Description static IBmTask<?>RegisterInDocumentsTask. createAdd(BasicRegister register, Collection<Document> documents)static IBmTask<?>DocumentJournalRegisteredDocumentsTask. createAddTask(DocumentJournal journal, Collection<Document> documents)Creates a newIBmTaskthat 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 newIBmTaskthat removes the given collection of documents from the journal.Constructors in com._1c.g5.v8.dt.md.api with parameters of type Document Constructor Description ChangeDocumentNumeratorInDocumentTask(Document document, DocumentNumerator numerator)Instantiates a newChangeDocumentNumeratorInDocumentTaskDocumentInJournalsTask(Document document, Collection<DocumentJournal> journals, String template)Creates a newIBmTasksuccessor instance.DocumentInSequncesTask(Document document, Collection<Sequence> sequences, String template)Creates a newIBmTasksuccessor instance.DocumentRegisterRecordsTask(Document document, Collection<BasicRegister> registers, String template)Creates a newIBmTasksuccessor 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 Document Constructor Description 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 Document Modifier and Type Method Description DocumentDocumentInitializer. create(IV8Project v8project, Version version)Methods in com._1c.g5.v8.dt.md.model with parameters of type Document Modifier and Type Method Description protected List<org.eclipse.emf.common.util.URI>DocumentInitializer. getInputByStringFieldUris(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 Document Modifier and Type Method Description protected booleanMdDbViewDefInferrer. _infer(Document object)protected booleanMdDbViewFieldDefInferrer. _infer(Document object, IEObjectProvider typeProvider)protected booleanMdImplicitRefInferrer. _infer(Document object)protected booleanMdStdCommandInferrer. _infer(Document document, org.eclipse.xtext.resource.IEObjectDescription[] groups)Infers Document standard commands.protected booleanMdStdCommandTypeInferrer. _infer(Document document)Inferers Document standard commands.protected booleanMdFieldInferrer. _inferFrom(Document object, IEObjectProvider typeProvider, CompatibilityMode compatibilityMode)static TypeMdTypeUtil. createDynamicTypeRegisterRecordsCollection(Document document, IEObjectProvider typeProvider)Creates dynamic type for property "RegisterRecords" for document context defstatic TypeMdTypeUtil. getRefType(Document object)ReturnsTyperepresenting reference to the data object.TypeDescriptionMdTypeUtil. newNumberTypeDescription(Document object, IEObjectProvider typeProvider)Returns a new type description for thenumberfield of theDocument.Method parameters in com._1c.g5.v8.dt.md.resource with type arguments of type Document Modifier and Type Method Description TypeDescriptionMdTypeUtil. newDocumentJournalNumberTypeDescription(List<Document> documents, IEObjectProvider typeProvider)Returns a new type description forNumberfield 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 Document Modifier and Type Method Description NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createDocumentDocumentJournalsAbsentModel(Document context)CreatesDocumentdocument journals dialog model for context object without showing checked objects.NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createDocumentRegisterRecordsAbsentModel(Document context)CreatesDocumentregister records dialog model for context object without showing checked objects.NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createDocumentRegisterRecordsCheckedModel(Document context)CreatesDocumentregister records dialog model for context object with showing checked objects.NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createDocumentSequencesAbsentModel(Document context)CreatesDocumentsequences dialog model for context object without showing checked objects. -
Uses of Document in com._1c.g5.v8.dt.md.ui.navigator.adapters
Methods in com._1c.g5.v8.dt.md.ui.navigator.adapters that return types with arguments of type Document Modifier and Type Method Description static BasicCommandNavigatorAdapter.Folder<Document>BasicCommandNavigatorAdapter. create(Document document, IResourceLookup resourceLookup, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Creates a navigator adapter for "Commands" folder ofDocumentbusiness object.static BasicFormNavigatorAdapter.Folder<Document>BasicFormNavigatorAdapter. create(Document document, IResourceLookup resourceLookup, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Creates a navigator adapter for "Forms" folder ofDocumentbusiness object.static BasicTabularSectionNavigatorAdapter.Folder<Document>BasicTabularSectionNavigatorAdapter. create(Document document, IResourceLookup resourceLookup, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Creates a new navigator adapter for "Tabular sections" folder ofDocumentbusiness object.static BasicTemplateNavigatorAdapter.Folder<Document>BasicTemplateNavigatorAdapter. create(Document document, IResourceLookup resourceLookup, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Creates a navigator adapter for "Templates" folder ofDocumentbusiness object.static DbObjectAttributeNavigatorAdapter.Folder<Document>DbObjectAttributeNavigatorAdapter. create(Document document, IResourceLookup resourceLookup, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Creates a new navigator adapter for "Attributes" folder ofDocumentbusiness object.Methods in com._1c.g5.v8.dt.md.ui.navigator.adapters with parameters of type Document Modifier and Type Method Description static BasicCommandNavigatorAdapter.Folder<Document>BasicCommandNavigatorAdapter. create(Document document, IResourceLookup resourceLookup, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Creates a navigator adapter for "Commands" folder ofDocumentbusiness object.static BasicFormNavigatorAdapter.Folder<Document>BasicFormNavigatorAdapter. create(Document document, IResourceLookup resourceLookup, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Creates a navigator adapter for "Forms" folder ofDocumentbusiness object.static BasicTabularSectionNavigatorAdapter.Folder<Document>BasicTabularSectionNavigatorAdapter. create(Document document, IResourceLookup resourceLookup, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Creates a new navigator adapter for "Tabular sections" folder ofDocumentbusiness object.static BasicTemplateNavigatorAdapter.Folder<Document>BasicTemplateNavigatorAdapter. create(Document document, IResourceLookup resourceLookup, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Creates a navigator adapter for "Templates" folder ofDocumentbusiness object.static DbObjectAttributeNavigatorAdapter.Folder<Document>DbObjectAttributeNavigatorAdapter. create(Document document, IResourceLookup resourceLookup, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Creates a new navigator adapter for "Attributes" folder ofDocumentbusiness object. -
Uses of Document in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return Document Modifier and Type Method Description DocumentMdClassFactory. createDocument()Returns a new object of class 'Document'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type Document Modifier and Type Method Description org.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 Document Modifier and Type Class Description classDocumentImplAn implementation of the model object 'Document'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Document Modifier and Type Method Description DocumentMdClassFactoryImpl. createDocument()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type Document Modifier and Type Method Description org.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 Document Modifier and Type Method Description TMdClassSwitch. caseDocument(Document object)Returns the result of interpreting the object as an instance of 'Document'.booleanMdClassValidator. validateDocument(Document document, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)booleanMdClassValidator. 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 Document Constructor Description ModuleProcessor(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 Document Modifier and Type Method Description voidDocumentSection. 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 Document Constructor Description ConstructorDialog(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 Document Constructor Description ExpressionEditingSupport(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.
-