wt.fc.manifest
Class QueryLinkExistenceDirectiveDelegate

java.lang.Object
  extended bywt.fc.manifest.AbstractDirectiveDelegate
      extended bywt.fc.manifest.QueryLinkExistenceDirectiveDelegate
All Implemented Interfaces:
DirectiveDelegate
Direct Known Subclasses:
QueryLinkExistenceSingleRoleDirectiveDelegate

public class QueryLinkExistenceDirectiveDelegate
extends AbstractDirectiveDelegate

Process a set of QueryLinkExistenceDirectives.

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
QueryLinkExistenceDirectiveDelegate()
           
 
Method Summary
protected  LinkQueryData[] getLinkQueryData(Directive dir)
          Given a QueryLinkExistenceDirective get a LinkQueryData.
 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

QueryLinkExistenceDirectiveDelegate

public QueryLinkExistenceDirectiveDelegate()
Method Detail

getLinkQueryData

protected LinkQueryData[] getLinkQueryData(Directive dir)
                                    throws WTException
Given a QueryLinkExistenceDirective get a LinkQueryData.

Supported API: false

Parameters:
dir -
Returns:
LinkQueryData[]
Throws:
WTException

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