Change record status: 
Project: 
Introduced in branch: 
8.5.x
Introduced in version: 
8.5.0-alpha1
Description: 

ContextDefinition object have a new "isSatisfiedBy()" method which allows the definition to evaluate individual context objects and determine if those objects will satisfied the requirements of the ContextDefinition.

This change will not require developers to ever manually invoke this method as it happens as part of the ContextHandler object's normal operating process.

The method was implemented in the ContextDefinition base class, so module developers that provide additional context definitions will not need to do anything, as the base class has all the required changes.

Impacts: 
Module developers