wt.fc.manifest
Class QueryAdhocForeignKeyExistenceDirective

java.lang.Object
  extended bywt.fc.manifest.AbstractDirective
      extended bywt.fc.manifest.QueryAdhocForeignKeyExistenceDirective
All Implemented Interfaces:
Directive

public class QueryAdhocForeignKeyExistenceDirective
extends AbstractDirective

Directive for querying non-modeled, foreign key-like associations.

Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.fc.manifest.AbstractDirective
VERBOSE
 
Fields inherited from interface wt.fc.manifest.Directive
CRITERIA, RESULT
 
Constructor Summary
protected QueryAdhocForeignKeyExistenceDirective(Class foreignKeyClass, String foreignKeyAttribute, Class parentClass, String parentAttribute, WTCollection roleObjects, boolean includeDescendants)
          

Supported API: false
 
Methods inherited from class wt.fc.manifest.AbstractDirective
addOperation, getDirectiveCriteria, getResult, getTypes, processOperation, putDirectiveCriteria, setResult, toString, validateOperation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

QueryAdhocForeignKeyExistenceDirective

protected QueryAdhocForeignKeyExistenceDirective(Class foreignKeyClass,
                                                 String foreignKeyAttribute,
                                                 Class parentClass,
                                                 String parentAttribute,
                                                 WTCollection roleObjects,
                                                 boolean includeDescendants)


Supported API: false

Parameters:
foreignKeyClass -
foreignKeyAttribute -
parentClass -
parentAttribute -
roleObjects -
includeDescendants -