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 String
ICommandNameService. 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 String
CommandNameService. 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 void
BasicCommandXmlPartReader. readBasicCommand(BasicCommand command, IXmlNode node, Version version, IXmlReadErrorCollector errorCollector)
Read node to targetBasicCommand
object -
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 boolean
MdImplicitRefInferrer. _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 void
BasicCommandRule. 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 interface
AccountingRegisterCommand
A representation of the model object 'Accounting Register Command'.interface
AccumulationRegisterCommand
A representation of the model object 'Accumulation Register Command'.interface
BusinessProcessCommand
A representation of the model object 'Business Process Command'.interface
CalculationRegisterCommand
A representation of the model object 'Calculation Register Command'.interface
CatalogCommand
A representation of the model object 'Catalog Command'.interface
ChartOfAccountsCommand
A representation of the model object 'Chart Of Accounts Command'.interface
ChartOfCalculationTypesCommand
A representation of the model object 'Chart Of Calculation Types Command'.interface
ChartOfCharacteristicTypesCommand
A representation of the model object 'Chart Of Characteristic Types Command'.interface
CommonCommand
A representation of the model object 'Common Command'.interface
CubeCommand
A representation of the model object 'Cube Command'.interface
DataProcessorCommand
A representation of the model object 'Data Processor Command'.interface
DimensionTableCommand
A representation of the model object 'Dimension Table Command'.interface
DocumentCommand
A representation of the model object 'Document Command'.interface
DocumentJournalCommand
A representation of the model object 'Document Journal Command'.interface
EnumCommand
A representation of the model object 'Enum Command'.interface
ExchangePlanCommand
A representation of the model object 'Exchange Plan Command'.interface
FilterCriterionCommand
A representation of the model object 'Filter Criterion Command'.interface
InformationRegisterCommand
A representation of the model object 'Information Register Command'.interface
ReportCommand
A representation of the model object 'Report Command'.interface
TableCommand
A representation of the model object 'Table Command'.interface
TaskCommand
A 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 class
AccountingRegisterCommandImpl
An implementation of the model object 'Accounting Register Command'.class
AccumulationRegisterCommandImpl
An implementation of the model object 'Accumulation Register Command'.class
BasicCommandImpl
An implementation of the model object 'Basic Command'.class
BusinessProcessCommandImpl
An implementation of the model object 'Business Process Command'.class
CalculationRegisterCommandImpl
An implementation of the model object 'Calculation Register Command'.class
CatalogCommandImpl
An implementation of the model object 'Catalog Command'.class
ChartOfAccountsCommandImpl
An implementation of the model object 'Chart Of Accounts Command'.class
ChartOfCalculationTypesCommandImpl
An implementation of the model object 'Chart Of Calculation Types Command'.class
ChartOfCharacteristicTypesCommandImpl
An implementation of the model object 'Chart Of Characteristic Types Command'.class
CommonCommandImpl
An implementation of the model object 'Common Command'.class
CubeCommandImpl
An implementation of the model object 'Cube Command'.class
DataProcessorCommandImpl
An implementation of the model object 'Data Processor Command'.class
DimensionTableCommandImpl
An implementation of the model object 'Dimension Table Command'.class
DocumentCommandImpl
An implementation of the model object 'Document Command'.class
DocumentJournalCommandImpl
An implementation of the model object 'Document Journal Command'.class
EnumCommandImpl
An implementation of the model object 'Enum Command'.class
ExchangePlanCommandImpl
An implementation of the model object 'Exchange Plan Command'.class
FilterCriterionCommandImpl
An implementation of the model object 'Filter Criterion Command'.class
InformationRegisterCommandImpl
An implementation of the model object 'Information Register Command'.class
ReportCommandImpl
An implementation of the model object 'Report Command'.class
TableCommandImpl
An implementation of the model object 'Table Command'.class
TaskCommandImpl
An 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 BasicCommand
MdClassUtil. 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 T
MdClassSwitch. caseBasicCommand(BasicCommand object)
Returns the result of interpreting the object as an instance of 'Basic Command'.boolean
MdClassValidator. validateBasicCommand(BasicCommand basicCommand, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
MdClassValidator. validateBasicCommand_validate(BasicCommand basicCommand, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
Validates the validate constraint of 'Basic Command'.
-