Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.BasicCommand
-
-
Uses of BasicCommand in com._1c.g5.v8.dt.form.service.command
Methods in com._1c.g5.v8.dt.form.service.command with parameters of type BasicCommand Modifier and Type Method Description StringICommandNameService. getName(BasicCommand command)Get full command name -
Uses of BasicCommand in com._1c.g5.v8.dt.form.service.command.impl
Methods in com._1c.g5.v8.dt.form.service.command.impl with parameters of type BasicCommand Modifier and Type Method Description StringCommandNameService. getName(BasicCommand command) -
Uses of BasicCommand in com._1c.g5.v8.dt.md.import_.xml.reader.part
Methods in com._1c.g5.v8.dt.md.import_.xml.reader.part with parameters of type BasicCommand Modifier and Type Method Description voidBasicCommandXmlPartReader. readBasicCommand(BasicCommand command, IXmlNode node, Version version, IXmlReadErrorCollector errorCollector)Read node to targetBasicCommandobject -
Uses of BasicCommand in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type BasicCommand Modifier and Type Method Description protected booleanMdImplicitRefInferrer. _infer(BasicCommand object) -
Uses of BasicCommand 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 BasicCommand Modifier and Type Method Description protected voidBasicCommandRule. buildForObject(BasicCommand command, IV8Project v8project) -
Uses of BasicCommand in com._1c.g5.v8.dt.metadata.mdclass
Subinterfaces of BasicCommand in com._1c.g5.v8.dt.metadata.mdclass Modifier and Type Interface Description interfaceAccountingRegisterCommandA representation of the model object 'Accounting Register Command'.interfaceAccumulationRegisterCommandA representation of the model object 'Accumulation Register Command'.interfaceBusinessProcessCommandA representation of the model object 'Business Process Command'.interfaceCalculationRegisterCommandA representation of the model object 'Calculation Register Command'.interfaceCatalogCommandA representation of the model object 'Catalog Command'.interfaceChartOfAccountsCommandA representation of the model object 'Chart Of Accounts Command'.interfaceChartOfCalculationTypesCommandA representation of the model object 'Chart Of Calculation Types Command'.interfaceChartOfCharacteristicTypesCommandA representation of the model object 'Chart Of Characteristic Types Command'.interfaceCommonCommandA representation of the model object 'Common Command'.interfaceCubeCommandA representation of the model object 'Cube Command'.interfaceDataProcessorCommandA representation of the model object 'Data Processor Command'.interfaceDimensionTableCommandA representation of the model object 'Dimension Table Command'.interfaceDocumentCommandA representation of the model object 'Document Command'.interfaceDocumentJournalCommandA representation of the model object 'Document Journal Command'.interfaceEnumCommandA representation of the model object 'Enum Command'.interfaceExchangePlanCommandA representation of the model object 'Exchange Plan Command'.interfaceFilterCriterionCommandA representation of the model object 'Filter Criterion Command'.interfaceInformationRegisterCommandA representation of the model object 'Information Register Command'.interfaceReportCommandA representation of the model object 'Report Command'.interfaceTableCommandA representation of the model object 'Table Command'.interfaceTaskCommandA representation of the model object 'Task Command'. -
Uses of BasicCommand in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement BasicCommand Modifier and Type Class Description classAccountingRegisterCommandImplAn implementation of the model object 'Accounting Register Command'.classAccumulationRegisterCommandImplAn implementation of the model object 'Accumulation Register Command'.classBasicCommandImplAn implementation of the model object 'Basic Command'.classBusinessProcessCommandImplAn implementation of the model object 'Business Process Command'.classCalculationRegisterCommandImplAn implementation of the model object 'Calculation Register Command'.classCatalogCommandImplAn implementation of the model object 'Catalog Command'.classChartOfAccountsCommandImplAn implementation of the model object 'Chart Of Accounts Command'.classChartOfCalculationTypesCommandImplAn implementation of the model object 'Chart Of Calculation Types Command'.classChartOfCharacteristicTypesCommandImplAn implementation of the model object 'Chart Of Characteristic Types Command'.classCommonCommandImplAn implementation of the model object 'Common Command'.classCubeCommandImplAn implementation of the model object 'Cube Command'.classDataProcessorCommandImplAn implementation of the model object 'Data Processor Command'.classDimensionTableCommandImplAn implementation of the model object 'Dimension Table Command'.classDocumentCommandImplAn implementation of the model object 'Document Command'.classDocumentJournalCommandImplAn implementation of the model object 'Document Journal Command'.classEnumCommandImplAn implementation of the model object 'Enum Command'.classExchangePlanCommandImplAn implementation of the model object 'Exchange Plan Command'.classFilterCriterionCommandImplAn implementation of the model object 'Filter Criterion Command'.classInformationRegisterCommandImplAn implementation of the model object 'Information Register Command'.classReportCommandImplAn implementation of the model object 'Report Command'.classTableCommandImplAn implementation of the model object 'Table Command'.classTaskCommandImplAn implementation of the model object 'Task Command'. -
Uses of BasicCommand in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util that return BasicCommand Modifier and Type Method Description static BasicCommandMdClassUtil. findCommandByName(MdObject object, String commandName)Searches for command (by name) in md objectMethods in com._1c.g5.v8.dt.metadata.mdclass.util that return types with arguments of type BasicCommand Modifier and Type Method Description static List<BasicCommand>MdClassUtil. getCommands(MdObject owner)Searches for commands, that are contained in owner objectMethods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type BasicCommand Modifier and Type Method Description TMdClassSwitch. caseBasicCommand(BasicCommand object)Returns the result of interpreting the object as an instance of 'Basic Command'.booleanMdClassValidator. validateBasicCommand(BasicCommand basicCommand, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)booleanMdClassValidator. validateBasicCommand_validate(BasicCommand basicCommand, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)Validates the validate constraint of 'Basic Command'.
-