wt.fc.manifest
Class QueryLinkExistenceDirective
java.lang.Object
wt.fc.manifest.AbstractDirective
wt.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
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
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()