|
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.indexmanagement.retrieval.search.SortPropertyName
A sort property name is a combination of a resource property name and
a sort direction.
It is used for sorting documents by one of their properties.
| Field Summary |
| Fields inherited from interface com.sapportals.wcm.service.indexmanagement.retrieval.search.ISortPropertyName |
SORT_ASCENDING, SORT_DESCENDING |
| Constructor Summary | |
SortPropertyName(IPropertyName propertyName,
PropertyType propertyType,
boolean sortDirection)
|
|
| Method Summary | |
boolean |
equals(Object other)
|
String |
getName()
Returns the local name. |
String |
getNamespace()
Returns the namespace URI (a missing namespace is mapped to an empty string). |
String |
getNamespaceOrNull()
Returns the namespace URI (a missing namespace is mapped to null).
|
IPropertyName |
getPropertyNameObject()
Returns the internal IPropertyName object. |
PropertyType |
getPropertyType()
|
boolean |
getSortDirection()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SortPropertyName(IPropertyName propertyName,
PropertyType propertyType,
boolean sortDirection)
throws WcmException
| Method Detail |
public boolean getSortDirection()
getSortDirection in interface ISortPropertyNamepublic PropertyType getPropertyType()
getPropertyType in interface ISortPropertyNamepublic String getNamespace()
getNamespace in interface INamepublic String getNamespaceOrNull()
null).
Use this function if the value is going to be passed to a XML DOM level 2
method.
getNamespaceOrNull in interface INamepublic String getName()
getName in interface INamepublic boolean equals(Object other)
public final int hashCode()
public final String toString()
public IPropertyName getPropertyNameObject()
ISortPropertyName
getPropertyNameObject in interface ISortPropertyName
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||