Package com.e1c.g5.v8.dt.check
-
Interface Summary Interface Description ICheck Low level check interface.ICheckDefinition Defines the check's operational metada.ICheckParameters Check parameters set, containing current effective values of the check (if the check is parametrized).ICheckResultAcceptor Accepts the check results (if any) during the process of the check.
.ICheckScheduler This service allows to schedule checks for the provided set of features and target objects Checks are being executed by ACC subsystem in asynchronous manner, with results immediatelly available on finihish of the schedule checkIDelegateApplicabilityFilter Checks if the corresponding delegateICheck
is applicable for the given context object. -
Class Summary Class Description BslCheckIssue SpecialIssue
implementation for the BSL language module checks.BslDirectLocationIssue SpecialIssue
implementation for the BSL language module checks which require the full control on the region the marker of the issue belongs to May contain additional object validation information, likeEStructuralFeature
of the problem place and a special issue data.CheckParameterDefinition The definition of a single parameter of a parametrized check.DirectLocation Direct location specification for the region that caused a validation incident.EIssue Issue for aEStructuralFeature
in aEObject
Issue Description of some problem in the checked object. -
Enum Summary Enum Description CheckComplexity Check complexity designator. -
Exception Summary Exception Description WrongParameterException Uncheked exception getting parameter.