wt.fc.manifest
Class QueryLinkExistenceDirectiveDelegate
java.lang.Object
wt.fc.manifest.AbstractDirectiveDelegate
wt.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
QueryLinkExistenceDirectiveDelegate
public QueryLinkExistenceDirectiveDelegate()
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