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.md.validation.MdValidator
-
- All Implemented Interfaces:
org.eclipse.emf.ecore.EValidator,org.eclipse.xtext.validation.ValidationMessageAcceptor
@Deprecated public class MdValidator extends AbstractModelDeclarativeValidator
Deprecated.Please use check infrastructure to implement new validation scenariosDeclarative validator for Md.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.xtext.validation.AbstractDeclarativeValidator
org.eclipse.xtext.validation.AbstractDeclarativeValidator.MethodWrapper, org.eclipse.xtext.validation.AbstractDeclarativeValidator.State, org.eclipse.xtext.validation.AbstractDeclarativeValidator.StateAccess
-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EValidator
org.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
-
-
Constructor Summary
Constructors Constructor Description MdValidator()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcheckChoiceParameterLink(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.voidcheckNameInDataSource(DimensionTable table)Deprecated.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>getEPackages()Deprecated.Returns list ofEPackages for wich this validotor will be registered.voidregister(org.eclipse.xtext.validation.EValidatorRegistrar registrar)Deprecated.-
Methods inherited from class org.eclipse.xtext.validation.AbstractDeclarativeValidator
acceptError, acceptError, acceptInfo, acceptInfo, acceptWarning, acceptWarning, addIssue, addIssue, addIssue, addIssue, addIssue, addIssueToState, checkDone, checkIsFromCurrentlyCheckedResource, createDiagnostic, createDiagnostic, createMethodWrapper, error, error, error, error, error, error, error, error, getCancelIndicator, getChain, getCheckMode, getContext, getCurrentMethod, getCurrentObject, getIssueSeverities, getMessageAcceptor, guard, handleExceptionDuringValidation, info, info, info, info, info, info, info, info, internalValidate, isIgnored, newInstance, setInjector, setMessageAcceptor, toDiagnosticSeverity, warning, warning, warning, warning, warning, warning, warning, warning
-
-
-
-
Method Detail
-
checkCommomModuleName
public void checkCommomModuleName(CommonModule commonModule)
Deprecated.
-
checkCommomPictureUniqueName
public void checkCommomPictureUniqueName(CommonPicture commonPicture)
Deprecated.
-
checkMissingAssignments
public void checkMissingAssignments(MdObject mdObject)
Deprecated.
-
checkStyleItemUniqName
public void checkStyleItemUniqName(StyleItem styleItem)
Deprecated.
-
checkTypeDescriptionTypes
public void checkTypeDescriptionTypes(TypeDescription typeDesc)
Deprecated.
-
checkUniqueMdObjectName
public void checkUniqueMdObjectName(MdObject parentMdObject)
Deprecated.
-
checkSubsystem
public void checkSubsystem(Subsystem subsystem)
Deprecated.
-
checkWSReference
public void checkWSReference(WSReference wsRef)
Deprecated.
-
checkSequenceDimension
public void checkSequenceDimension(SequenceDimension sequenceDimension)
Deprecated.
-
checkEventSubscriptionHandler
public void checkEventSubscriptionHandler(EventSubscription eventSubscription)
Deprecated.
-
checkScheduledJobMethod
public void checkScheduledJobMethod(ScheduledJob scheduledJob)
Deprecated.
-
checkNameInDataSource
public void checkNameInDataSource(Table table)
Deprecated.
-
checkNameInDataSource
public void checkNameInDataSource(Cube cube)
Deprecated.
-
checkNameInDataSource
public void checkNameInDataSource(DimensionTable table)
Deprecated.
-
checkNameInDataSource
public void checkNameInDataSource(Field field)
Deprecated.
-
checkNameInDataSource
public void checkNameInDataSource(Resource resource)
Deprecated.
-
checkDimensionType
public void checkDimensionType(Dimension dimension)
Deprecated.
-
checkTable
public void checkTable(Table table)
Deprecated.
-
checkChoiceParameterLink
public void checkChoiceParameterLink(ChoiceParameterLink choiceParameterLink)
Deprecated.
-
register
public void register(org.eclipse.xtext.validation.EValidatorRegistrar registrar)
Deprecated.- Overrides:
registerin classorg.eclipse.xtext.validation.AbstractInjectableValidator
-
getCurrentLanguage
protected String getCurrentLanguage(Map<Object,Object> context, org.eclipse.emf.ecore.EObject eObject)
Deprecated.- Overrides:
getCurrentLanguagein classAbstractModelDeclarativeValidator
-
getEPackages
protected List<org.eclipse.emf.ecore.EPackage> getEPackages()
Deprecated.Description copied from class:AbstractModelDeclarativeValidatorReturns list ofEPackages for wich this validotor will be registered.- Specified by:
getEPackagesin classAbstractModelDeclarativeValidator
-
-