public class ERDDelayedConditionalAssignment extends ERDDelayedAssignment implements ERDComputingAssignmentInterface
EOKeyValueArchiving._NullValueSupport, EOKeyValueArchiving._NumberSupport, EOKeyValueArchiving._TimestampSupport, EOKeyValueArchiving.Awaking, EOKeyValueArchiving.FinishInitialization, EOKeyValueArchiving.Support| Modifier and Type | Field and Description |
|---|---|
NSArray |
_dependentKeys |
static org.apache.log4j.Logger |
log
logging support
|
_CLASS| Constructor and Description |
|---|
ERDDelayedConditionalAssignment(EOKeyValueUnarchiver u)
Public constructor
|
ERDDelayedConditionalAssignment(java.lang.String key,
java.lang.Object value)
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver eokeyvalueunarchiver)
Static constructor required by the EOKeyValueUnarchiver
interface.
|
NSArray |
dependentKeys(java.lang.String keyPath)
Implementation of the
ERDComputingAssignmentInterface. |
java.lang.Object |
fireNow(com.webobjects.directtoweb.D2WContext c)
This method is called whenever the propertyKey is requested,
but the value in the cache is actually a rule.
|
firepublic static final org.apache.log4j.Logger log
public NSArray _dependentKeys
public ERDDelayedConditionalAssignment(EOKeyValueUnarchiver u)
u - key-value unarchiver used when unarchiving
from rule files.public ERDDelayedConditionalAssignment(java.lang.String key,
java.lang.Object value)
key - context keyvalue - of the assignmentpublic static java.lang.Object decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver eokeyvalueunarchiver)
eokeyvalueunarchiver - to be unarchivedpublic NSArray dependentKeys(java.lang.String keyPath)
ERDComputingAssignmentInterface. This
assignment depends upon all of the qualifier keys from the formed
qualifier of the value of this assignment. This array of keys is
used when constructing the significant keys for the passed in keyPath.dependentKeys in interface ERDComputingAssignmentInterfacekeyPath - to compute significant keys for.public java.lang.Object fireNow(com.webobjects.directtoweb.D2WContext c)
fireNow in class ERDDelayedAssignmentCopyright © 2002 – 2022 Project Wonder.