|
Project Wonder 5.0 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectcom.webobjects.directtoweb.Assignment
er.directtoweb.assignments.delayed.ERDDelayedAssignment
er.directtoweb.assignments.ERDInstanceCreationAssignment
public class ERDInstanceCreationAssignment
Assignment used to create objects on the fly. You use this by specifing the class name as a string, ie "foo.bar.MyClass". This will create an instance of the MyClass object.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.webobjects.eocontrol.EOKeyValueArchiving |
|---|
EOKeyValueArchiving._NullValueSupport, EOKeyValueArchiving._NumberSupport, EOKeyValueArchiving._TimestampSupport, EOKeyValueArchiving.Awaking, EOKeyValueArchiving.FinishInitialization, EOKeyValueArchiving.Support |
| Field Summary | |
|---|---|
static NSArray |
_DEPENDENT_KEYS
Deprecated. holds the array of keys this assignment depends upon |
static Logger |
log
Deprecated. logging support |
| Fields inherited from class com.webobjects.directtoweb.Assignment |
|---|
KeyPathKey, ValueKey |
| Fields inherited from interface com.webobjects.eocontrol.EOKeyValueArchiving |
|---|
_CLASS |
| Constructor Summary | |
|---|---|
ERDInstanceCreationAssignment(EOKeyValueUnarchiver u)
Deprecated. Public constructor |
|
ERDInstanceCreationAssignment(String key,
Object value)
Deprecated. Public constructor |
|
| Method Summary | |
|---|---|
static Object |
decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver eokeyvalueunarchiver)
Deprecated. Static constructor required by the EOKeyValueUnarchiver interface. |
NSArray |
dependentKeys(String keyPath)
Deprecated. Implementation of the ERDComputingAssignmentInterface. |
Object |
fireNow(com.webobjects.directtoweb.D2WContext c)
Deprecated. Implemented by subclasses. |
| Methods inherited from class er.directtoweb.assignments.delayed.ERDDelayedAssignment |
|---|
fire |
| Methods inherited from class com.webobjects.directtoweb.Assignment |
|---|
encodeWithKeyValueArchiver, keyPath, toString, value, value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Logger log
public static final NSArray _DEPENDENT_KEYS
| Constructor Detail |
|---|
public ERDInstanceCreationAssignment(EOKeyValueUnarchiver u)
u - key-value unarchiver used when unarchiving
from rule files.
public ERDInstanceCreationAssignment(String key,
Object value)
key - context keyvalue - of the assignment| Method Detail |
|---|
public static Object decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver eokeyvalueunarchiver)
eokeyvalueunarchiver - to be unarchived
public NSArray dependentKeys(String keyPath)
ERDComputingAssignmentInterface. This
assignment depends upon the context key: "entity.name". This array
of keys is used when constructing the
significant keys for the passed in keyPath.
keyPath - to compute significant keys for.
public Object fireNow(com.webobjects.directtoweb.D2WContext c)
ERDDelayedAssignment
fireNow in class ERDDelayedAssignment
|
Last updated: Wed, Feb 22, 2012 07:00 AM EST | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||