com.centrasite.registry.revision
Interface RevisionFindQualifiers

All Superinterfaces:
javax.xml.registry.FindQualifier

public interface RevisionFindQualifiers
extends javax.xml.registry.FindQualifier

Find qualifiers for selection of Revision retrieval.


Field Summary
static java.lang.String CHECKPOINTS_ONLY
          Filter only objects with checkpoint labels set
static java.lang.String VERSION_ASCENDING
          Sort by ascending (minor) versions, means the oldest version first
static java.lang.String VERSION_DESCENDING
          Sort by descending (minor) versions, means the newest version first
 
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

VERSION_ASCENDING

static final java.lang.String VERSION_ASCENDING
Sort by ascending (minor) versions, means the oldest version first

See Also:
Constant Field Values

VERSION_DESCENDING

static final java.lang.String VERSION_DESCENDING
Sort by descending (minor) versions, means the newest version first

See Also:
Constant Field Values

CHECKPOINTS_ONLY

static final java.lang.String CHECKPOINTS_ONLY
Filter only objects with checkpoint labels set

See Also:
Constant Field Values