Class CheckContextCollectingSession

java.lang.Object
com.e1c.g5.v8.dt.check.context.CheckContextCollectingSession

public final class CheckContextCollectingSession extends Object
The session which must be used by ICheck developers to react on data changes and schedule the check to run, as the part of com.e1c.g5.v8.dt.check.context.*ContextCollector call lifecycle. To schedule the check the developer should call one of add*Check methods of this class. This class is instantiated by the check engine and must not be instantiated by check developers. Technically is a IContextCollectingSession wrapper that limits the ability of users to operate with DD contexts with only necessary operations/scopes. It helps to prevent check developers from overloading the system with cross- activated checks, etc