Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.StandardCommandSource
-
Packages that use StandardCommandSource Package Description com._1c.g5.v8.dt.md.api com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
Uses of StandardCommandSource in com._1c.g5.v8.dt.md.api
Constructors in com._1c.g5.v8.dt.md.api with parameters of type StandardCommandSource Constructor Description UseStandardCommandChangeTask(StandardCommandSource object, org.eclipse.emf.ecore.EStructuralFeature feature, boolean valueToApply)
Instantiates a new task. -
Uses of StandardCommandSource in com._1c.g5.v8.dt.metadata.mdclass
Subinterfaces of StandardCommandSource in com._1c.g5.v8.dt.metadata.mdclass Modifier and Type Interface Description interface
AccountingRegister
A representation of the model object 'Accounting Register'.interface
AccumulationRegister
A representation of the model object 'Accumulation Register'.interface
BasicDbObject
A representation of the model object 'Basic Db Object'.interface
BasicRegister
A representation of the model object 'Basic Register'.interface
BusinessProcess
A representation of the model object 'Business Process'.interface
CalculationRegister
A representation of the model object 'Calculation Register'.interface
Catalog
A representation of the model object 'Catalog'.interface
CatalogOwner
A representation of the model object 'Catalog Owner'.interface
ChartOfAccounts
A representation of the model object 'Chart Of Accounts'.interface
ChartOfCalculationTypes
A representation of the model object 'Chart Of Calculation Types'.interface
ChartOfCharacteristicTypes
A representation of the model object 'Chart Of Characteristic Types'.interface
CommonForm
A representation of the model object 'Common Form'.interface
Constant
A representation of the model object 'Constant'.interface
Cube
A representation of the model object 'Cube'.interface
DataProcessor
A representation of the model object 'Data Processor'.interface
DimensionTable
A representation of the model object 'Dimension Table'.interface
Document
A representation of the model object 'Document'.interface
DocumentJournal
A representation of the model object 'Document Journal'.interface
Enum
A representation of the model object 'Enum'.interface
ExchangePlan
A representation of the model object 'Exchange Plan'.interface
FilterCriterion
A representation of the model object 'Filter Criterion'.interface
InformationRegister
A representation of the model object 'Information Register'.interface
Report
A representation of the model object 'Report'.interface
Table
A representation of the model object 'Table'.interface
Task
A representation of the model object 'Task'. -
Uses of StandardCommandSource in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement StandardCommandSource Modifier and Type Class Description class
AccountingRegisterImpl
An implementation of the model object 'Accounting Register'.class
AccumulationRegisterImpl
An implementation of the model object 'Accumulation Register'.class
BasicDbObjectImpl
An implementation of the model object 'Basic Db Object'.class
BasicRegisterImpl
An implementation of the model object 'Basic Register'.class
BusinessProcessImpl
An implementation of the model object 'Business Process'.class
CalculationRegisterImpl
An implementation of the model object 'Calculation Register'.class
CatalogImpl
An implementation of the model object 'Catalog'.class
ChartOfAccountsImpl
An implementation of the model object 'Chart Of Accounts'.class
ChartOfCalculationTypesImpl
An implementation of the model object 'Chart Of Calculation Types'.class
ChartOfCharacteristicTypesImpl
An implementation of the model object 'Chart Of Characteristic Types'.class
CommonFormImpl
An implementation of the model object 'Common Form'.class
ConstantImpl
An implementation of the model object 'Constant'.class
CubeImpl
An implementation of the model object 'Cube'.class
DataProcessorImpl
An implementation of the model object 'Data Processor'.class
DimensionTableImpl
An implementation of the model object 'Dimension Table'.class
DocumentImpl
An implementation of the model object 'Document'.class
DocumentJournalImpl
An implementation of the model object 'Document Journal'.class
EnumImpl
An implementation of the model object 'Enum'.class
ExchangePlanImpl
An implementation of the model object 'Exchange Plan'.class
FilterCriterionImpl
An implementation of the model object 'Filter Criterion'.class
InformationRegisterImpl
An implementation of the model object 'Information Register'.class
ReportImpl
An implementation of the model object 'Report'.class
TableImpl
An implementation of the model object 'Table'.class
TaskImpl
An implementation of the model object 'Task'. -
Uses of StandardCommandSource in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type StandardCommandSource Modifier and Type Method Description T
MdClassSwitch. caseStandardCommandSource(StandardCommandSource object)
Returns the result of interpreting the object as an instance of 'Standard Command Source'.boolean
MdClassValidator. validateStandardCommandSource(StandardCommandSource standardCommandSource, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-