wt.fc.manifest
Interface DirectiveCriteria

All Known Implementing Classes:
AbstractDirectiveCriteria

public interface DirectiveCriteria

Interface representing the criteria necessary to process a Directive.

Supported API: false

Extendable: false


Field Summary
static String QUERY_KEYS
          Label for the attribute.
 
Method Summary
 void appendQueryKeys(Set intersectQueryKeys)
          Appends any QueryKey objects from intersectQueryKeys that do not already exist in this LinkExistenceCriteria object's internal QueryKeys.
 QueryKey[] getQueryKeys()
          Returns the QueryKey[[] criteria for this LinkExistenceCriteria object.
 Set getQueryKeysSet()
          Returns the LinkExistenceCriteria object's internal QueryKeys.
 

Field Detail

QUERY_KEYS

public static final String QUERY_KEYS
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getQueryKeys

public QueryKey[] getQueryKeys()
Returns the QueryKey[[] criteria for this LinkExistenceCriteria object.

Supported API: false

Returns:
QueryKey[]

appendQueryKeys

public void appendQueryKeys(Set intersectQueryKeys)
Appends any QueryKey objects from intersectQueryKeys that do not already exist in this LinkExistenceCriteria object's internal QueryKeys.

Supported API: false

Parameters:
intersectQueryKeys -

getQueryKeysSet

public Set getQueryKeysSet()
Returns the LinkExistenceCriteria object's internal QueryKeys.

Supported API: false

Returns:
Set