Package com._1c.g5.v8.dt.md.validation
Class MdValidator
java.lang.Object
org.eclipse.xtext.validation.AbstractInjectableValidator
org.eclipse.xtext.validation.AbstractDeclarativeValidator
com._1c.g5.modeling.xtext.validation.AbstractModelDeclarativeValidator
com._1c.g5.v8.dt.validation.legacy.AbstractLegacyDeclarativeValidator
com._1c.g5.v8.dt.md.validation.MdValidator
- All Implemented Interfaces:
- org.eclipse.emf.ecore.EValidator,- org.eclipse.xtext.validation.ValidationMessageAcceptor
Deprecated.
Please use check infrastructure to implement new validation scenarios
Declarative validator for Md.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.eclipse.xtext.validation.AbstractDeclarativeValidatororg.eclipse.xtext.validation.AbstractDeclarativeValidator.MethodWrapper, org.eclipse.xtext.validation.AbstractDeclarativeValidator.State, org.eclipse.xtext.validation.AbstractDeclarativeValidator.StateAccessNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EValidatororg.eclipse.emf.ecore.EValidator.Descriptor, org.eclipse.emf.ecore.EValidator.PatternMatcher, org.eclipse.emf.ecore.EValidator.Registry, org.eclipse.emf.ecore.EValidator.SubstitutionLabelProvider, org.eclipse.emf.ecore.EValidator.ValidationDelegate
- 
Field SummaryFields inherited from class org.eclipse.xtext.validation.AbstractInjectableValidatorCURRENT_LANGUAGE_NAME, ISSUE_SEVERITIESFields inherited from interface org.eclipse.emf.ecore.EValidatorMARKER, RELATED_URIS_ATTRIBUTE, URI_ATTRIBUTEFields inherited from interface org.eclipse.xtext.validation.ValidationMessageAcceptorINSIGNIFICANT_INDEX
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcheckChoiceParameterLink(ChoiceParameterLink choiceParameterLink) Deprecated.voidcheckCommomModuleName(CommonModule commonModule) Deprecated.voidcheckCommomPictureUniqueName(CommonPicture commonPicture) Deprecated.voidcheckDimensionType(Dimension dimension) Deprecated.voidcheckEventSubscriptionHandler(EventSubscription eventSubscription) Deprecated.voidcheckMissingAssignments(MdObject mdObject) Deprecated.voidcheckNameInDataSource(Cube cube) Deprecated.voidDeprecated.voidcheckNameInDataSource(Field field) Deprecated.voidcheckNameInDataSource(Resource resource) Deprecated.voidcheckNameInDataSource(Table table) Deprecated.voidcheckScheduledJobMethod(ScheduledJob scheduledJob) Deprecated.voidcheckSequenceDimension(SequenceDimension sequenceDimension) Deprecated.voidcheckStyleItemUniqName(StyleItem styleItem) Deprecated.voidcheckSubsystem(Subsystem subsystem) Deprecated.voidcheckTable(Table table) Deprecated.voidcheckTypeDescriptionTypes(TypeDescription typeDesc) Deprecated.voidcheckUniqueMdObjectName(MdObject parentMdObject) Deprecated.voidcheckWSReference(WSReference wsRef) Deprecated.protected StringgetCurrentLanguage(Map<Object, Object> context, org.eclipse.emf.ecore.EObject eObject) Deprecated.protected List<org.eclipse.emf.ecore.EPackage>Deprecated.Returns list ofEPackages for wich this validotor will be registered.voidregister(org.eclipse.xtext.validation.EValidatorRegistrar registrar) Deprecated.Methods inherited from class com._1c.g5.v8.dt.validation.legacy.AbstractLegacyDeclarativeValidatoracceptError, acceptError, acceptInfo, acceptInfo, acceptWarning, acceptWarning, addIssueToState, checkIsFromCurrentlyCheckedResource, createDiagnostic, createDiagnostic, error, getCheckMode, getContext, getCurrentMethod, getCurrentObject, getValidatorEPackages, internalValidate, toDiagnosticSeverityMethods inherited from class org.eclipse.xtext.validation.AbstractDeclarativeValidatoraddIssue, addIssue, addIssue, addIssue, addIssue, checkDone, createMethodWrapper, error, error, error, error, error, error, error, getCancelIndicator, getChain, getIssueSeverities, getMessageAcceptor, guard, handleExceptionDuringValidation, info, info, info, info, info, info, info, info, internalValidate, isIgnored, newInstance, setInjector, setMessageAcceptor, warning, warning, warning, warning, warning, warning, warning, warningMethods inherited from class org.eclipse.xtext.validation.AbstractInjectableValidatorisLanguageSpecific, isResponsible, validate, validate, validate
- 
Constructor Details- 
MdValidatorpublic MdValidator()Deprecated.
 
- 
- 
Method Details- 
checkCommomModuleNameDeprecated.
- 
checkCommomPictureUniqueNameDeprecated.
- 
checkMissingAssignmentsDeprecated.
- 
checkStyleItemUniqNameDeprecated.
- 
checkTypeDescriptionTypesDeprecated.
- 
checkUniqueMdObjectNameDeprecated.
- 
checkSubsystemDeprecated.
- 
checkWSReferenceDeprecated.
- 
checkSequenceDimensionDeprecated.
- 
checkEventSubscriptionHandlerDeprecated.
- 
checkScheduledJobMethodDeprecated.
- 
checkNameInDataSourceDeprecated.
- 
checkNameInDataSourceDeprecated.
- 
checkNameInDataSourceDeprecated.
- 
checkNameInDataSourceDeprecated.
- 
checkNameInDataSourceDeprecated.
- 
checkDimensionTypeDeprecated.
- 
checkTableDeprecated.
- 
checkChoiceParameterLinkDeprecated.
- 
registerpublic void register(org.eclipse.xtext.validation.EValidatorRegistrar registrar) Deprecated.- Overrides:
- registerin class- org.eclipse.xtext.validation.AbstractInjectableValidator
 
- 
getCurrentLanguageprotected String getCurrentLanguage(Map<Object, Object> context, org.eclipse.emf.ecore.EObject eObject) Deprecated.- Overrides:
- getCurrentLanguagein class- AbstractModelDeclarativeValidator
 
- 
getEPackagesDeprecated.Description copied from class:AbstractModelDeclarativeValidatorReturns list ofEPackages for wich this validotor will be registered.- Specified by:
- getEPackagesin class- AbstractModelDeclarativeValidator
 
 
-