wt.fc.manifest
Class QueryLinkExistenceSingleRoleDirectiveDelegate

java.lang.Object
  extended bywt.fc.manifest.AbstractDirectiveDelegate
      extended bywt.fc.manifest.QueryLinkExistenceDirectiveDelegate
          extended bywt.fc.manifest.QueryLinkExistenceSingleRoleDirectiveDelegate
All Implemented Interfaces:
DirectiveDelegate, Serializable

public class QueryLinkExistenceSingleRoleDirectiveDelegate
extends QueryLinkExistenceDirectiveDelegate
implements Serializable

Process a set of QueryLinkExistenceSingleRoleDirectives

Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.fc.manifest.AbstractDirectiveDelegate
 
Constructor Summary
QueryLinkExistenceSingleRoleDirectiveDelegate()
           
 
Method Summary
protected  LinkQueryData getLinkQueryData(LinkExistenceCriteria criteria)
           
 void processDirectives(Directive[] dir)
          Process a set of QueryLinkExistenceSingleRoleDirectives and update there DirectiveResult values.
 
Methods inherited from class wt.fc.manifest.QueryLinkExistenceDirectiveDelegate
getLinkQueryData
 
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

QueryLinkExistenceSingleRoleDirectiveDelegate

public QueryLinkExistenceSingleRoleDirectiveDelegate()
Method Detail

processDirectives

public void processDirectives(Directive[] dir)
                       throws WTException
Process a set of QueryLinkExistenceSingleRoleDirectives and update there DirectiveResult values.

Supported API: false

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

getLinkQueryData

protected LinkQueryData getLinkQueryData(LinkExistenceCriteria criteria)
                                  throws WTException
Throws:
WTException