wt.fc.manifest
Class QueryAdHocForeignKeyDirectiveDelegate

java.lang.Object
  extended bywt.fc.manifest.AbstractDirectiveDelegate
      extended bywt.fc.manifest.QueryAdHocForeignKeyDirectiveDelegate
All Implemented Interfaces:
DirectiveDelegate

public class QueryAdHocForeignKeyDirectiveDelegate
extends AbstractDirectiveDelegate

Process a set of QueryAdHocForeignKeyExistenceDirectives.

Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.fc.manifest.AbstractDirectiveDelegate
 
Constructor Summary
QueryAdHocForeignKeyDirectiveDelegate()
           
 
Method Summary
private  AdHocForeignKeyLinkQueryData[] getAdHocForeignKeyQueryDatas(QueryAdhocForeignKeyExistenceDirective directive)
           
 void processDirectives(Directive[] dir)
          

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

QueryAdHocForeignKeyDirectiveDelegate

public QueryAdHocForeignKeyDirectiveDelegate()
Method Detail

processDirectives

public void processDirectives(Directive[] dir)
                       throws WTException


Supported API: false

Specified by:
processDirectives in interface DirectiveDelegate
Specified by:
processDirectives in class AbstractDirectiveDelegate
Parameters:
dir -
Throws:
WTException

getAdHocForeignKeyQueryDatas

private AdHocForeignKeyLinkQueryData[] getAdHocForeignKeyQueryDatas(QueryAdhocForeignKeyExistenceDirective directive)
                                                             throws WTException
Throws:
WTException