wt.fc.manifest
Class QueryLinkExistenceDirective

java.lang.Object
  extended bywt.fc.manifest.AbstractDirective
      extended bywt.fc.manifest.QueryLinkExistenceDirective
All Implemented Interfaces:
Directive
Direct Known Subclasses:
QueryLinkExistenceSingleRoleDirective

public class QueryLinkExistenceDirective
extends AbstractDirective

Directive used to check for the existence of one to many link objects in the database. Will query both link roles if ids for each link role are present.

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 QueryLinkExistenceDirective()
           
protected QueryLinkExistenceDirective(RoleDescriptor rd, QueryKey[] queryKeys)
          This class should not be instantiated directly, helper methods from ManifestServerHelper should be utilized to create and add Directive objects to a Manifest.
 
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

QueryLinkExistenceDirective

protected QueryLinkExistenceDirective(RoleDescriptor rd,
                                      QueryKey[] queryKeys)
                               throws WTException
This class should not be instantiated directly, helper methods from ManifestServerHelper should be utilized to create and add Directive objects to a Manifest.

Supported API: false

Parameters:
rd -
queryKeys -
Throws:
WTException
See Also:
Manifest, ManifestServerHelper

QueryLinkExistenceDirective

protected QueryLinkExistenceDirective()