Project Wonder 5.0

er.extensions.eof
Interface ERXNonNullObjectInterface

All Known Implementing Classes:
_Bug, _Comment, _Component, _Difficulty, _ERAttachment, _ERAttachmentData, _ERCAuditBlob, _ERCAuditTrail, _ERCAuditTrailEntry, _ERCHelpText, _ERCLogEntry, _ERCMailMessage, _ERCMailMessageArchive, _ERCMessageAttachment, _ERCPreference, _ERCStatic, _ERDatabaseAttachment, _ERFileAttachment, _ERIAttribute, _ERIAttributeGroup, _ERIAttributeType, _ERIDirectory, _ERIFile, _ERIFileContent, _ERIValidationRule, _ERS3Attachment, _ERTag, _Framework, _People, _Priority, _Release, _Requirement, _RequirementSubType, _RequirementType, _TestItem, _TestItemState, Bug, Comment, Component, Difficulty, ERAttachment, ERAttachmentData, ERCAuditBlob, ERCAuditTrail, ERCAuditTrailEntry, ERCHelpText, ERCLogEntry, ERCMailMessage, ERCMailMessageArchive, ERCMessageAttachment, ERCPreference, ERCStampedEnterpriseObject, ERCStatic, ERDatabaseAttachment, ERFileAttachment, ERIAttribute, ERIAttributeGroup, ERIAttributeType, ERIDirectory, ERIFile, ERIFileContent, ERIValidationRule, ERS3Attachment, ERTag, ERXGenericRecord, ERXPartialGenericRecord, Framework, People, Priority, Release, Requirement, RequirementSubType, RequirementType, TestItem, TestItemState

public interface ERXNonNullObjectInterface

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

Method Summary
 java.lang.Boolean isNonNull()
           
 

Method Detail

isNonNull

java.lang.Boolean isNonNull()

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.