|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fc.manifest.AbstractDirectiveCriteria
wt.fc.manifest.AdhocForeignKeyExistenceCriteria
DirectiveCriteria implementation that is valid only for use with QueryAdhocForeignKeyExistenceDirective
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private String |
foreignKeyAttribute
|
private Class |
foreignKeyClass
|
private boolean |
includeDescendants
|
private String |
parentAttribute
|
private Class |
parentClass
|
private static String |
RESOURCE
|
Fields inherited from class wt.fc.manifest.AbstractDirectiveCriteria |
|
Fields inherited from interface wt.fc.manifest.DirectiveCriteria |
QUERY_KEYS |
Constructor Summary | |
protected |
AdhocForeignKeyExistenceCriteria(Class a_foreignKeyClass,
String a_foreignKeyAttribute,
Class a_parentClass,
String a_parentAttribute,
QueryKey[] a_queryKeys,
boolean a_includeDescendants)
Supported API: false |
Method Summary | |
boolean |
equals(Object directiveCriteria)
Returns the LinkExistenceCriteria object's internal QueryKeys . |
String |
getForeignKeyAttribute()
Supported API: false |
Class |
getForeignKeyClass()
Supported API: false |
String |
getParentAttribute()
Supported API: false |
Class |
getParentClass()
Supported API: false |
boolean |
isIncludeDescendants()
Gets the value of the attribute: includeDescendants. |
void |
setIncludeDescendants(boolean a_IncludeDescendants)
Sets the value of the attribute: includeDescendants. |
Methods inherited from class wt.fc.manifest.AbstractDirectiveCriteria |
appendQueryKeys, getQueryKeys, getQueryKeysSet |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private Class foreignKeyClass
private String foreignKeyAttribute
private Class parentClass
private String parentAttribute
private boolean includeDescendants
Constructor Detail |
protected AdhocForeignKeyExistenceCriteria(Class a_foreignKeyClass, String a_foreignKeyAttribute, Class a_parentClass, String a_parentAttribute, QueryKey[] a_queryKeys, boolean a_includeDescendants)
a_foreignKeyClass
- a_foreignKeyAttribute
- a_parentClass
- a_parentAttribute
- a_queryKeys
- a_includeDescendants
- Method Detail |
public boolean isIncludeDescendants()
public void setIncludeDescendants(boolean a_IncludeDescendants) throws WTPropertyVetoException
a_IncludeDescendants
-
WTPropertyVetoException
public boolean equals(Object directiveCriteria)
LinkExistenceCriteria
object's internal QueryKeys
.
equals
in class AbstractDirectiveCriteria
directiveCriteria
-
public Class getForeignKeyClass()
public String getForeignKeyAttribute()
public Class getParentClass()
public String getParentAttribute()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |