com.centrasite.jaxr
Interface CentraSiteFindQualifier

All Superinterfaces:
javax.xml.registry.FindQualifier

public interface CentraSiteFindQualifier
extends javax.xml.registry.FindQualifier

Defines CentraSite extensions of the JAXR FindQualifier interface.


Field Summary
static java.lang.String CURRENT_VERSION
          Restrict to non-targets of "supersedes" associations
static java.lang.String HIDE_OBJECTS
          Hide Objects that are classified with HIDDEN Concept
static java.lang.String NEVER_VERSIONED
          Restrict to non-sources of "supersedes" associations
static java.lang.String NO_IMPLICIT_SORT_BY_DATE
          Disable implicit sorting by date.
static java.lang.String NO_IMPLICIT_SORT_BY_NAME
          Disable implicit sorting by name.
static java.lang.String REVISION_COLLECTION
          Find versioned objects in collection v.CentraSite
static java.lang.String SPAN_CHILDREN_CONCEPTS
          When finding by classifications, include objects classified by children concepts of the given concept.
 
Fields inherited from interface javax.xml.registry.FindQualifier
AND_ALL_KEYS, CASE_SENSITIVE_MATCH, COMBINE_CLASSIFICATIONS, EXACT_NAME_MATCH, OR_ALL_KEYS, OR_LIKE_KEYS, SERVICE_SUBSET, SORT_BY_DATE_ASC, SORT_BY_DATE_DESC, SORT_BY_NAME_ASC, SORT_BY_NAME_DESC, SOUNDEX
 

Field Detail

SPAN_CHILDREN_CONCEPTS

static final java.lang.String SPAN_CHILDREN_CONCEPTS
When finding by classifications, include objects classified by children concepts of the given concept.

See Also:
Constant Field Values

NO_IMPLICIT_SORT_BY_NAME

static final java.lang.String NO_IMPLICIT_SORT_BY_NAME
Disable implicit sorting by name.

See Also:
Constant Field Values

NO_IMPLICIT_SORT_BY_DATE

static final java.lang.String NO_IMPLICIT_SORT_BY_DATE
Disable implicit sorting by date.

See Also:
Constant Field Values

CURRENT_VERSION

static final java.lang.String CURRENT_VERSION
Restrict to non-targets of "supersedes" associations

See Also:
Constant Field Values

NEVER_VERSIONED

static final java.lang.String NEVER_VERSIONED
Restrict to non-sources of "supersedes" associations

See Also:
Constant Field Values

REVISION_COLLECTION

static final java.lang.String REVISION_COLLECTION
Find versioned objects in collection v.CentraSite

See Also:
Constant Field Values

HIDE_OBJECTS

static final java.lang.String HIDE_OBJECTS
Hide Objects that are classified with HIDDEN Concept

See Also:
Constant Field Values