wt.fc.manifest
Class QueryLinkExistenceSingleRoleDirective

java.lang.Object
  extended bywt.fc.manifest.AbstractDirective
      extended bywt.fc.manifest.QueryLinkExistenceDirective
          extended bywt.fc.manifest.QueryLinkExistenceSingleRoleDirective
All Implemented Interfaces:
Directive, Serializable

public class QueryLinkExistenceSingleRoleDirective
extends QueryLinkExistenceDirective
implements Serializable

Instruction to query a single role of a link for the existence of a set of role objects.

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.AbstractDirective
VERBOSE
 
Fields inherited from interface wt.fc.manifest.Directive
CRITERIA, RESULT
 
Constructor Summary
protected QueryLinkExistenceSingleRoleDirective(RoleDescriptor rd, QueryKey[] queryKeys, boolean isQueryRoleA)
          

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

QueryLinkExistenceSingleRoleDirective

protected QueryLinkExistenceSingleRoleDirective(RoleDescriptor rd,
                                                QueryKey[] queryKeys,
                                                boolean isQueryRoleA)
                                         throws WTException


Supported API: false

Parameters:
rd -
queryKeys -
isQueryRoleA -
Throws:
WTException