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 voidDcsNewWizardRelatedModelsFactory. 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 voidBaseTemplateExportTest. assertExportedFilesExist(BasicTemplate template)Export to TemporaryFolder mdObject and checks export status, files existanseprotected voidBaseTemplateExportTest. 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 booleanMdImplicitRefInferrer. _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 voidBasicTemplateRule. 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 interfaceCommonTemplateA representation of the model object 'Common Template'.interfaceTemplateA representation of the model object 'Template'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return BasicTemplate Modifier and Type Method Description BasicTemplateExternalReport. getMainDataCompositionSchema()Returns the value of the 'Main Data Composition Schema' reference.BasicTemplateReport. 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 voidExternalReport. setMainDataCompositionSchema(BasicTemplate value)Sets the value of the 'Main Data Composition Schema' reference.voidReport. 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 classBasicTemplateImplAn implementation of the model object 'Basic Template'.classCommonTemplateImplAn implementation of the model object 'Common Template'.classTemplateImplAn implementation of the model object 'Template'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return BasicTemplate Modifier and Type Method Description BasicTemplateExternalReportImpl. getMainDataCompositionSchema()BasicTemplateReportImpl. getMainDataCompositionSchema()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type BasicTemplate Modifier and Type Method Description voidExternalReportImpl. setMainDataCompositionSchema(BasicTemplate newMainDataCompositionSchema)voidReportImpl. 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 BasicTemplateMdClassUtil. 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 TMdClassSwitch. caseBasicTemplate(BasicTemplate object)Returns the result of interpreting the object as an instance of 'Basic Template'.booleanMdClassValidator. 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 voidSpreadsheetNewWizardRelatedModelsFactory. 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 BasicTemplateSpreadsheetDocumentTemplateBuilder. findTemplateWithName(org.eclipse.emf.ecore.EObject mdObject, String templateName)Find template with namestatic BasicTemplateSpreadsheetUtils. 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 voidTextDocumentNewWizardRelatedModelsFactory. 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 voidTextDocumentTemplateEditorPage. showEditorInput(IDtEditorInput<BasicTemplate> editorInput)
-