public class ERDSortedManyToManyAssignment extends ERDAssignment
EOKeyValueArchiving._NullValueSupport, EOKeyValueArchiving._NumberSupport, EOKeyValueArchiving._TimestampSupport, EOKeyValueArchiving.Awaking, EOKeyValueArchiving.FinishInitialization, EOKeyValueArchiving.Support| Modifier and Type | Field and Description |
|---|---|
static NSArray |
_DEPENDENT_KEYS
holds the array of dependent keys
|
static java.lang.String |
SortedJoinRelationshipUserInfoKey
User info key that specifies if a given relationship is a sorted join
|
D2WContextClassArray, log_CLASS| Constructor and Description |
|---|
ERDSortedManyToManyAssignment(EOKeyValueUnarchiver unarchiver)
Public constructor
|
ERDSortedManyToManyAssignment(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. |
static NSArray |
joinRelationshipsForJoinEntity(EOEntity entity)
Calculates the join relationships for a given join entity.
|
java.lang.Object |
keyWhenRelationship(com.webobjects.directtoweb.D2WContext context)
Called when firing this assignment with the key-path:
keyWhenRelationship.
|
booleanContextValueForKey, fire, keyForMethodLookup, localizedTemplateStringForKeyInContext, localizedValueForKeyInContext, localizedValueForKeyWithDefaultInContext, localizerForContext, logDeprecatedMessagepublic static final NSArray _DEPENDENT_KEYS
public static final java.lang.String SortedJoinRelationshipUserInfoKey
public ERDSortedManyToManyAssignment(java.lang.String key,
java.lang.Object value)
key - context keyvalue - of the assignmentpublic ERDSortedManyToManyAssignment(EOKeyValueUnarchiver unarchiver)
unarchiver - key-value unarchiver used when unarchiving
from rule files.public static java.lang.Object decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver eokeyvalueunarchiver)
eokeyvalueunarchiver - to be unarchivedpublic NSArray dependentKeys(java.lang.String keyPath)
ERDComputingAssignmentInterface. This
assignment depends upon the context keys: "propertyKey" and
"keyWhenRelationship". This array of keys is used when constructing the
significant keys for the passed in keyPath.keyPath - to compute significant keys for.public java.lang.Object keyWhenRelationship(com.webobjects.directtoweb.D2WContext context)
Copyright © 2002 – 2022 Project Wonder.