|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.service.crawler.ICrawlerComparator
A crawler-comparator (although named ICrawlerComparator it's a class).
Copyright 2004 SAP AG
| Field Summary | |
static String |
RES_BY_NAME
Deprecated. Resource bundles for sort keys. |
static String |
RES_BY_PRIORITY
Deprecated. |
static String |
RES_BY_STATUS
Deprecated. |
static String |
RES_BY_TYPE
Deprecated. |
static String[] |
sortModi
Deprecated. Sort modes. |
| Constructor Summary | |
ICrawlerComparator(String sortCriteria,
IResourceContext context)
Deprecated. Construct. |
|
| Method Summary | |
int |
compare(Object o1,
Object o2)
Deprecated. Compare two crawlers using the sort mode specified in the constructor. |
boolean |
equals(Object o1)
Deprecated. |
static String |
getDescription(String sortMode)
Deprecated. Get the description of a sort mode |
String[] |
getSortModes()
Deprecated. Get valid sort modes (or 'criteria'). |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String RES_BY_NAME
public static final String RES_BY_PRIORITY
public static final String RES_BY_TYPE
public static final String RES_BY_STATUS
public static final String[] sortModi
| Constructor Detail |
public ICrawlerComparator(String sortCriteria,
IResourceContext context)
sortCriteria - one of RES_BY_NAME, RES_BY_PRIORITY, RES_BY_TYPE, RES_BY_STATUScontext - resource context needed to get the locale for which the crawlers are sorted| Method Detail |
public String[] getSortModes()
public static String getDescription(String sortMode)
sortMode - the sort mode
public int compare(Object o1,
Object o2)
compare in interface Comparatoro1 - first crawler
public boolean equals(Object o1)
equals in interface Comparator
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||