Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.DocumentJournal
Packages that use DocumentJournal
Package
Description
-
Uses of DocumentJournal in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return DocumentJournalModifier and TypeMethodDescriptionstatic DocumentJournal
TestMdObjectFactory.createDocumentJournal
(String name) Creates DocumentJournal with name -
Uses of DocumentJournal 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 DocumentJournalModifier and TypeMethodDescriptionAdoptedDocumentJournalInitializer.create
(IV8Project v8project, Version version) -
Uses of DocumentJournal 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 DocumentJournalModifier and TypeMethodDescriptionprotected DocumentJournal
DocumentJournalAdopterParticipant.createAdoptedObject
(DocumentJournal nativeObject, Version version, IAdopterContext context) Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with parameters of type DocumentJournalModifier and TypeMethodDescriptionprotected DocumentJournal
DocumentJournalAdopterParticipant.createAdoptedObject
(DocumentJournal nativeObject, Version version, IAdopterContext context) protected MdObjectExtension
DocumentJournalAdopterParticipant.createExtension
(DocumentJournal nativeObject) -
Uses of DocumentJournal in com._1c.g5.v8.dt.internal.md.ui.editors.documentjournal
Methods in com._1c.g5.v8.dt.internal.md.ui.editors.documentjournal with parameters of type DocumentJournalModifier and TypeMethodDescriptionprotected NavigatorTreeDialogModel
DocumentJournalEditorDataEditHandler.createNavigatorTreeDialogModel
(DocumentJournal model) protected void
DocumentJournalEditorDataEditHandler.processOkResult
(DocumentJournal model, IBmEditingContext editingContext, List<Object> selected) Constructors in com._1c.g5.v8.dt.internal.md.ui.editors.documentjournal with parameters of type DocumentJournalModifierConstructorDescriptionInstantiates a new document journal editor input. -
Uses of DocumentJournal in com._1c.g5.v8.dt.md.api
Methods in com._1c.g5.v8.dt.md.api with parameters of type DocumentJournalModifier and TypeMethodDescriptionstatic IBmTask<?>
DocumentJournalRegisteredDocumentsTask.createAddTask
(DocumentJournal journal, Collection<Document> documents) Creates a newIBmTask
that adds the given collection of documents to the journal.static IBmTask<?>
DocumentJournalRegisteredDocumentsTask.createRemoveTask
(DocumentJournal journal, Collection<Document> documents) Creates a newIBmTask
that removes the given collection of documents from the journal.Method parameters in com._1c.g5.v8.dt.md.api with type arguments of type DocumentJournalModifier 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 DocumentInJournalsTask
DocumentInJournalsTask.createRemoveTask
(Document document, Collection<DocumentJournal> journals) Creates a newIBmTask
that removes the given document from each element of the journals collection.Constructors in com._1c.g5.v8.dt.md.api with parameters of type DocumentJournalModifierConstructorDescriptionprotected
DocumentJournalRegisteredDocumentsTask
(DocumentJournal journal, Collection<Document> documents, String template) Initialize fields of theIBmTask
Constructor parameters in com._1c.g5.v8.dt.md.api with type arguments of type DocumentJournalModifierConstructorDescriptionprotected
DocumentInJournalsTask
(Document document, Collection<DocumentJournal> journals, String template) Creates a newIBmTask
successor instance. -
Uses of DocumentJournal in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return DocumentJournalModifier and TypeMethodDescriptionDocumentJournalInitializer.create
(IV8Project v8project, Version version) -
Uses of DocumentJournal in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type DocumentJournalModifier and TypeMethodDescriptionprotected boolean
MdDbViewDefInferrer._infer
(DocumentJournal object) protected boolean
MdDbViewFieldDefInferrer._infer
(DocumentJournal object, IEObjectProvider typeProvider) protected boolean
MdImplicitRefInferrer._infer
(DocumentJournal object) protected boolean
MdStdCommandInferrer._infer
(DocumentJournal documentJournal, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers DocumentJournal standard commands.protected boolean
MdFieldInferrer._inferFrom
(DocumentJournal object, IEObjectProvider typeProvider, CompatibilityMode compatibilityMode) -
Uses of DocumentJournal 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 DocumentJournalModifier and TypeMethodDescriptionNavigatorTreeDialogModelFactory.createColumnReferencesCheckedModel
(Column context, DocumentJournal container, IV8Project v8project) CreatesColumn
references dialog model for new context object, his container and v8 project with showing checked objects.NavigatorTreeDialogModelFactory.createDocumentJournalRegisteredDocumentsAbsentModel
(DocumentJournal context) CreatesDocumentJournal
registered documents for context object without showing checked objects.NavigatorTreeDialogModelFactory.createDocumentJournalRegisteredDocumentsCheckedModel
(DocumentJournal context) CreatesDocumentJournal
registered documents dialog model for context object with showing checked objects. -
Uses of DocumentJournal 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 DocumentJournalModifier and TypeMethodDescriptionprotected void
DocumentJournalRule.buildForObject
(DocumentJournal object, IV8Project v8project) -
Uses of DocumentJournal in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return DocumentJournalModifier and TypeMethodDescriptionMdClassFactory.createDocumentJournal()
Returns a new object of class 'Document Journal'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type DocumentJournalModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DocumentJournal>
Configuration.getDocumentJournals()
Returns the value of the 'Document Journals' reference list. -
Uses of DocumentJournal in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement DocumentJournalModifier and TypeClassDescriptionclass
An implementation of the model object 'Document Journal'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return DocumentJournalMethods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type DocumentJournalModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DocumentJournal>
ConfigurationImpl.getDocumentJournals()
-
Uses of DocumentJournal in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type DocumentJournalModifier and TypeMethodDescriptionMdClassSwitch.caseDocumentJournal
(DocumentJournal object) Returns the result of interpreting the object as an instance of 'Document Journal'.boolean
MdClassValidator.validateDocumentJournal
(DocumentJournal documentJournal, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) boolean
MdClassValidator.validateDocumentJournal_validate
(DocumentJournal documentJournal, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) Validates the validate constraint of 'Document Journal'.