ERXNonNullObjectInterface Interface Reference
Inherited by
ERXGenericRecord.
List of all members.
Detailed Description
This interface exists for the singular purpose of providing a way to test the nullness of an object in D2W rules without
caching the EOs in the rule system's cache. Rather than using a LHS qualifier like
object != null or
session.user = null, you can instead use
object.isNonNull = 1 or
not(session.user.isNonNull = 1).
- Author:
- Ramsey
Member Function Documentation
The documentation for this interface was generated from the following file: