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 |
_CLASS
Constructor and Description |
---|
ERDDelayedConditionalAssignment(EOKeyValueUnarchiver u)
Public constructor
|
ERDDelayedConditionalAssignment(String key,
Object value)
Public constructor
|
Modifier and Type | Method and Description |
---|---|
static Object |
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver eokeyvalueunarchiver)
Static constructor required by the EOKeyValueUnarchiver
interface.
|
NSArray |
dependentKeys(String keyPath)
Implementation of the
ERDComputingAssignmentInterface . |
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.
|
fire
public NSArray _dependentKeys
public ERDDelayedConditionalAssignment(EOKeyValueUnarchiver u)
u
- key-value unarchiver used when unarchiving
from rule files.public static Object decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver eokeyvalueunarchiver)
eokeyvalueunarchiver
- to be unarchivedpublic NSArray dependentKeys(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 ERDComputingAssignmentInterface
keyPath
- to compute significant keys for.public Object fireNow(com.webobjects.directtoweb.D2WContext c)
fireNow
in class ERDDelayedAssignment
Copyright © 2002 – 2024 Project Wonder.