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 interfaceAccountingRegisterA representation of the model object 'Accounting Register'.interfaceAccumulationRegisterA representation of the model object 'Accumulation Register'.interfaceBasicDbObjectA representation of the model object 'Basic Db Object'.interfaceBasicRegisterA representation of the model object 'Basic Register'.interfaceBusinessProcessA representation of the model object 'Business Process'.interfaceCalculationRegisterA representation of the model object 'Calculation Register'.interfaceCatalogA representation of the model object 'Catalog'.interfaceCatalogOwnerA representation of the model object 'Catalog Owner'.interfaceChartOfAccountsA representation of the model object 'Chart Of Accounts'.interfaceChartOfCalculationTypesA representation of the model object 'Chart Of Calculation Types'.interfaceChartOfCharacteristicTypesA representation of the model object 'Chart Of Characteristic Types'.interfaceCommonFormA representation of the model object 'Common Form'.interfaceConstantA representation of the model object 'Constant'.interfaceCubeA representation of the model object 'Cube'.interfaceDataProcessorA representation of the model object 'Data Processor'.interfaceDimensionTableA representation of the model object 'Dimension Table'.interfaceDocumentA representation of the model object 'Document'.interfaceDocumentJournalA representation of the model object 'Document Journal'.interfaceEnumA representation of the model object 'Enum'.interfaceExchangePlanA representation of the model object 'Exchange Plan'.interfaceFilterCriterionA representation of the model object 'Filter Criterion'.interfaceInformationRegisterA representation of the model object 'Information Register'.interfaceReportA representation of the model object 'Report'.interfaceTableA representation of the model object 'Table'.interfaceTaskA 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 classAccountingRegisterImplAn implementation of the model object 'Accounting Register'.classAccumulationRegisterImplAn implementation of the model object 'Accumulation Register'.classBasicDbObjectImplAn implementation of the model object 'Basic Db Object'.classBasicRegisterImplAn implementation of the model object 'Basic Register'.classBusinessProcessImplAn implementation of the model object 'Business Process'.classCalculationRegisterImplAn implementation of the model object 'Calculation Register'.classCatalogImplAn implementation of the model object 'Catalog'.classChartOfAccountsImplAn implementation of the model object 'Chart Of Accounts'.classChartOfCalculationTypesImplAn implementation of the model object 'Chart Of Calculation Types'.classChartOfCharacteristicTypesImplAn implementation of the model object 'Chart Of Characteristic Types'.classCommonFormImplAn implementation of the model object 'Common Form'.classConstantImplAn implementation of the model object 'Constant'.classCubeImplAn implementation of the model object 'Cube'.classDataProcessorImplAn implementation of the model object 'Data Processor'.classDimensionTableImplAn implementation of the model object 'Dimension Table'.classDocumentImplAn implementation of the model object 'Document'.classDocumentJournalImplAn implementation of the model object 'Document Journal'.classEnumImplAn implementation of the model object 'Enum'.classExchangePlanImplAn implementation of the model object 'Exchange Plan'.classFilterCriterionImplAn implementation of the model object 'Filter Criterion'.classInformationRegisterImplAn implementation of the model object 'Information Register'.classReportImplAn implementation of the model object 'Report'.classTableImplAn implementation of the model object 'Table'.classTaskImplAn 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 TMdClassSwitch. caseStandardCommandSource(StandardCommandSource object)Returns the result of interpreting the object as an instance of 'Standard Command Source'.booleanMdClassValidator. validateStandardCommandSource(StandardCommandSource standardCommandSource, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-