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.ImageDescriptorCommandImageService.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 MdObjectExtensionBasicCommandAdopterParticipant.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 TypeMethodDescriptionvoidBasicCommandXmlPartReader.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 BasicCommandModifier and TypeMethodDescriptionprotected 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 BasicCommandModifier and TypeMethodDescriptionprotected 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.mdclassModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Accounting Register Command'.interfaceA representation of the model object 'Accumulation Register Command'.interfaceA representation of the model object 'Business Process Command'.interfaceA representation of the model object 'Calculation Register Command'.interfaceA representation of the model object 'Catalog Command'.interfaceA representation of the model object 'Chart Of Accounts Command'.interfaceA representation of the model object 'Chart Of Calculation Types Command'.interfaceA representation of the model object 'Chart Of Characteristic Types Command'.interfaceA representation of the model object 'Common Command'.interfaceA representation of the model object 'Cube Command'.interfaceA representation of the model object 'Data Processor Command'.interfaceA representation of the model object 'Dimension Table Command'.interfaceA representation of the model object 'Document Command'.interfaceA representation of the model object 'Document Journal Command'.interfaceA representation of the model object 'Enum Command'.interfaceA representation of the model object 'Exchange Plan Command'.interfaceA representation of the model object 'Filter Criterion Command'.interfaceA representation of the model object 'Information Register Command'.interfaceA representation of the model object 'Report Command'.interfaceA representation of the model object 'Table Command'.interfaceA 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 TypeClassDescriptionclassAn implementation of the model object 'Accounting Register Command'.classAn implementation of the model object 'Accumulation Register Command'.classAn implementation of the model object 'Basic Command'.classAn implementation of the model object 'Business Process Command'.classAn implementation of the model object 'Calculation Register Command'.classAn implementation of the model object 'Catalog Command'.classAn implementation of the model object 'Chart Of Accounts Command'.classAn implementation of the model object 'Chart Of Calculation Types Command'.classAn implementation of the model object 'Chart Of Characteristic Types Command'.classAn implementation of the model object 'Common Command'.classAn implementation of the model object 'Cube Command'.classAn implementation of the model object 'Data Processor Command'.classAn implementation of the model object 'Dimension Table Command'.classAn implementation of the model object 'Document Command'.classAn implementation of the model object 'Document Journal Command'.classAn implementation of the model object 'Enum Command'.classAn implementation of the model object 'Exchange Plan Command'.classAn implementation of the model object 'Filter Criterion Command'.classAn implementation of the model object 'Information Register Command'.classAn implementation of the model object 'Report Command'.classAn implementation of the model object 'Table Command'.classAn 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 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 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'.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'.