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 Document
TestMdObjectFactory. 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 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 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 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 Document Constructor Description ChangeDocumentNumeratorInDocumentTask(Document document, DocumentNumerator numerator)
Instantiates a newChangeDocumentNumeratorInDocumentTask
DocumentInJournalsTask(Document document, Collection<DocumentJournal> journals, String template)
Creates a newIBmTask
successor instance.DocumentInSequncesTask(Document document, Collection<Sequence> sequences, String template)
Creates a newIBmTask
successor instance.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 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 Document
DocumentInitializer. 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 boolean
MdContextDefInferrer. _infer(Document document, IEObjectProvider typeProvider)
protected boolean
MdDbViewDefInferrer. _infer(Document object)
protected boolean
MdDbViewFieldDefInferrer. _infer(Document object, IEObjectProvider typeProvider)
protected boolean
MdImplicitRefInferrer. _infer(Document object)
protected boolean
MdStdCommandInferrer. _infer(Document document, org.eclipse.xtext.resource.IEObjectDescription[] groups)
Infers Document standard commands.protected boolean
MdStdCommandTypeInferrer. _infer(Document document)
Inferers Document standard commands.protected boolean
MdFieldInferrer. _inferFrom(Document object, IEObjectProvider typeProvider, CompatibilityMode compatibilityMode)
protected boolean
MdTypeInferrer. _inferFrom(Document object)
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.TypeDescription
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 Document Modifier and Type Method Description TypeDescription
MdTypeUtil. 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 Document Modifier and Type Method Description NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createDocumentDocumentJournalsAbsentModel(Document context)
CreatesDocument
document journals dialog model for context object without showing checked objects.NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createDocumentRegisterRecordsAbsentModel(Document context)
CreatesDocument
register records dialog model for context object without showing checked objects.NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createDocumentRegisterRecordsCheckedModel(Document context)
CreatesDocument
register records dialog model for context object with showing checked objects.NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createDocumentSequencesAbsentModel(Document context)
CreatesDocument
sequences 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 ofDocument
business 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 ofDocument
business 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 ofDocument
business 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 ofDocument
business 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 ofDocument
business 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 ofDocument
business 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 ofDocument
business 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 ofDocument
business 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 ofDocument
business 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 ofDocument
business 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 Document
MdClassFactory. 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 class
DocumentImpl
An implementation of the model object 'Document'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Document Modifier and Type Method Description Document
MdClassFactoryImpl. 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 T
MdClassSwitch. 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 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 void
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 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.
-