Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.BasicTemplate
-
-
Uses of BasicTemplate in com._1c.g5.v8.dt.dcs.ui
Method parameters in com._1c.g5.v8.dt.dcs.ui with type arguments of type BasicTemplate Modifier and Type Method Description void
DcsNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<BasicTemplate> context, Set<org.eclipse.emf.ecore.EObject> createdModels)
Creates and integrates related models for a given wizard context. -
Uses of BasicTemplate in com._1c.g5.v8.dt.export.xml.exporter.template
Methods in com._1c.g5.v8.dt.export.xml.exporter.template with parameters of type BasicTemplate Modifier and Type Method Description void
BaseTemplateExportTest. assertExportedFilesExist(BasicTemplate template)
Export to TemporaryFolder mdObject and checks export status, files existanseprotected void
BaseTemplateExportTest. setTemplateEtalonAndFactPath(BasicTemplate template)
Resolve path to exported form and path to etalon template -
Uses of BasicTemplate in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type BasicTemplate Modifier and Type Method Description protected boolean
MdImplicitRefInferrer. _infer(BasicTemplate object)
-
Uses of BasicTemplate 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 BasicTemplate Modifier and Type Method Description protected void
BasicTemplateRule. buildForObject(BasicTemplate object, IV8Project v8project)
-
Uses of BasicTemplate in com._1c.g5.v8.dt.md.ui.editor.template
Constructors in com._1c.g5.v8.dt.md.ui.editor.template with parameters of type BasicTemplate Constructor Description TemplateEditorInput(BasicTemplate template, IResourceLookup resourceLookup, IProjectFileSystemSupportProvider fileSystemSupportProvider)
Instantiates a new common template editor input with resources support. -
Uses of BasicTemplate in com._1c.g5.v8.dt.metadata.mdclass
Subinterfaces of BasicTemplate in com._1c.g5.v8.dt.metadata.mdclass Modifier and Type Interface Description interface
CommonTemplate
A representation of the model object 'Common Template'.interface
Template
A representation of the model object 'Template'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return BasicTemplate Modifier and Type Method Description BasicTemplate
ExternalReport. getMainDataCompositionSchema()
Returns the value of the 'Main Data Composition Schema' reference.BasicTemplate
Report. getMainDataCompositionSchema()
Returns the value of the 'Main Data Composition Schema' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type BasicTemplate Modifier and Type Method Description void
ExternalReport. setMainDataCompositionSchema(BasicTemplate value)
Sets the value of the 'Main Data Composition Schema
' reference.void
Report. setMainDataCompositionSchema(BasicTemplate value)
Sets the value of the 'Main Data Composition Schema
' reference. -
Uses of BasicTemplate in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement BasicTemplate Modifier and Type Class Description class
BasicTemplateImpl
An implementation of the model object 'Basic Template'.class
CommonTemplateImpl
An implementation of the model object 'Common Template'.class
TemplateImpl
An implementation of the model object 'Template'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return BasicTemplate Modifier and Type Method Description BasicTemplate
ExternalReportImpl. getMainDataCompositionSchema()
BasicTemplate
ReportImpl. getMainDataCompositionSchema()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type BasicTemplate Modifier and Type Method Description void
ExternalReportImpl. setMainDataCompositionSchema(BasicTemplate newMainDataCompositionSchema)
void
ReportImpl. setMainDataCompositionSchema(BasicTemplate newMainDataCompositionSchema)
-
Uses of BasicTemplate in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util that return BasicTemplate Modifier and Type Method Description static BasicTemplate
MdClassUtil. findTemplateByName(MdObject object, String templateName)
Searches for templates (by name) in md objectMethods in com._1c.g5.v8.dt.metadata.mdclass.util that return types with arguments of type BasicTemplate Modifier and Type Method Description static List<BasicTemplate>
MdClassUtil. getTemplates(MdObject owner)
Searches for templates, that are contained in owner objectMethods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type BasicTemplate Modifier and Type Method Description T
MdClassSwitch. caseBasicTemplate(BasicTemplate object)
Returns the result of interpreting the object as an instance of 'Basic Template'.boolean
MdClassValidator. validateBasicTemplate(BasicTemplate basicTemplate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of BasicTemplate in com._1c.g5.v8.dt.moxel.ui
Method parameters in com._1c.g5.v8.dt.moxel.ui with type arguments of type BasicTemplate Modifier and Type Method Description void
SpreadsheetNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<BasicTemplate> context, Set<org.eclipse.emf.ecore.EObject> createdModels)
-
Uses of BasicTemplate in com._1c.g5.v8.dt.qw.ui.utils
Methods in com._1c.g5.v8.dt.qw.ui.utils that return BasicTemplate Modifier and Type Method Description static BasicTemplate
SpreadsheetDocumentTemplateBuilder. findTemplateWithName(org.eclipse.emf.ecore.EObject mdObject, String templateName)
Find template with namestatic BasicTemplate
SpreadsheetUtils. findTemplateWithName(org.eclipse.emf.ecore.EObject mdObject, org.eclipse.emf.ecore.EReference reference, String templateName)
Find template with nameMethods in com._1c.g5.v8.dt.qw.ui.utils that return types with arguments of type BasicTemplate Modifier and Type Method Description static Pair<SpreadsheetDocument,BasicTemplate>
SpreadsheetUtils. buildDocument(String templateName, org.eclipse.emf.ecore.EObject mdObject, boolean isReplaceTemplate)
Make new spreadsheet documentPair<SpreadsheetDocument,BasicTemplate>
SpreadsheetDocumentTemplateBuilder. buildSpreadsheetDocument(org.eclipse.emf.ecore.EObject mdObject, boolean isReplaceTemplate)
Build spreadsheet document -
Uses of BasicTemplate in com._1c.g5.v8.dt.textdocument.ui
Method parameters in com._1c.g5.v8.dt.textdocument.ui with type arguments of type BasicTemplate Modifier and Type Method Description void
TextDocumentNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<BasicTemplate> context, Set<org.eclipse.emf.ecore.EObject> createdModels)
-
Uses of BasicTemplate in com._1c.g5.v8.dt.textdocument.ui.aef
Method parameters in com._1c.g5.v8.dt.textdocument.ui.aef with type arguments of type BasicTemplate Modifier and Type Method Description void
TextDocumentTemplateEditorPage. showEditorInput(IDtEditorInput<BasicTemplate> editorInput)
-