ComputationContext
Context provided to a form manager computation when running it, contains the values of the computation's dependencies at the time the computation was executed.
Inheritors
Constructors
Properties
Value information for each dependency of the computation. Mapping of keys as declared in the computation dependencies to their respective value information.
Path at which the computation is occurring.
Path of the schema at which the computation is occurring.
Functions
Returns the value of the dependency with key dependencyKey.
Obtains the value information of the dependency with key dependencyKey.
Obtains the value information of the dependency with key dependencyKey or null if the dependency could not be found in the form.
Returns the value of the dependency with key dependencyKey or null if the dependency could not be found in the form.
Returns the path of the dependency with key dependencyKey.
Returns the path of the dependency with key dependencyKey or null if the dependency could not be found in the form.
Returns the schema of the dependency with key dependencyKey.
Returns the schema of the dependency with key dependencyKey or null if the dependency could not be found in the form.
Returns the external context with name externalContextName available to the computation.
Returns the external context with name externalContextName available to the computation or null if the external context could not be found.