|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final String QUERY_KEYS
Method Detail |
public QueryKey[] getQueryKeys()
QueryKey[[]
criteria for this LinkExistenceCriteria
object.
public void appendQueryKeys(Set intersectQueryKeys)
QueryKey
objects from intersectQueryKeys
that do not already exist in this LinkExistenceCriteria
object's internal QueryKeys
.
intersectQueryKeys
- public Set getQueryKeysSet()
LinkExistenceCriteria
object's internal QueryKeys
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |