Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.BasicCommand
Packages that use BasicCommand
Package
Description
-
Uses of BasicCommand in com._1c.g5.v8.dt.form.internal.ui.service
Methods in com._1c.g5.v8.dt.form.internal.ui.service with parameters of type BasicCommandModifier and TypeMethodDescriptionorg.eclipse.jface.resource.ImageDescriptor
CommandImageService.getImage
(BasicCommand command) -
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 BasicCommandModifier and TypeMethodDescriptionICommandNameService.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 -
Uses of BasicCommand 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 BasicCommandModifier and TypeMethodDescriptionBasicCommandAdopterParticipant.adopt
(BasicCommand nativeObject, Version version, IAdopterContext context) Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with parameters of type BasicCommandModifier and TypeMethodDescriptionBasicCommandAdopterParticipant.adopt
(BasicCommand nativeObject, Version version, IAdopterContext context) protected MdObjectExtension
BasicCommandAdopterParticipant.createExtension
(BasicCommand nativeObject) -
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 BasicCommandModifier and TypeMethodDescriptionvoid
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 BasicCommandModifier and TypeMethodDescriptionprotected 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 BasicCommandModifier and TypeMethodDescriptionprotected 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.mdclassModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Accounting Register Command'.interface
A representation of the model object 'Accumulation Register Command'.interface
A representation of the model object 'Business Process Command'.interface
A representation of the model object 'Calculation Register Command'.interface
A representation of the model object 'Catalog Command'.interface
A representation of the model object 'Chart Of Accounts Command'.interface
A representation of the model object 'Chart Of Calculation Types Command'.interface
A representation of the model object 'Chart Of Characteristic Types Command'.interface
A representation of the model object 'Common Command'.interface
A representation of the model object 'Cube Command'.interface
A representation of the model object 'Data Processor Command'.interface
A representation of the model object 'Dimension Table Command'.interface
A representation of the model object 'Document Command'.interface
A representation of the model object 'Document Journal Command'.interface
A representation of the model object 'Enum Command'.interface
A representation of the model object 'Exchange Plan Command'.interface
A representation of the model object 'Filter Criterion Command'.interface
A representation of the model object 'Information Register Command'.interface
A representation of the model object 'Report Command'.interface
A representation of the model object 'Table Command'.interface
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 BasicCommandModifier and TypeClassDescriptionclass
An implementation of the model object 'Accounting Register Command'.class
An implementation of the model object 'Accumulation Register Command'.class
An implementation of the model object 'Basic Command'.class
An implementation of the model object 'Business Process Command'.class
An implementation of the model object 'Calculation Register Command'.class
An implementation of the model object 'Catalog Command'.class
An implementation of the model object 'Chart Of Accounts Command'.class
An implementation of the model object 'Chart Of Calculation Types Command'.class
An implementation of the model object 'Chart Of Characteristic Types Command'.class
An implementation of the model object 'Common Command'.class
An implementation of the model object 'Cube Command'.class
An implementation of the model object 'Data Processor Command'.class
An implementation of the model object 'Dimension Table Command'.class
An implementation of the model object 'Document Command'.class
An implementation of the model object 'Document Journal Command'.class
An implementation of the model object 'Enum Command'.class
An implementation of the model object 'Exchange Plan Command'.class
An implementation of the model object 'Filter Criterion Command'.class
An implementation of the model object 'Information Register Command'.class
An implementation of the model object 'Report Command'.class
An implementation of the model object 'Table Command'.class
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 BasicCommandModifier and TypeMethodDescriptionstatic 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 BasicCommandModifier and TypeMethodDescriptionstatic 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 BasicCommandModifier and TypeMethodDescriptionMdClassSwitch.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'.