Package de.elo.ix.client
Class FindResultSortSpecification
java.lang.Object
de.elo.ix.client.FindResultSortSpecification
- All Implemented Interfaces:
Serializable
This class specifies the sorting criteria of a search for aspect data.
- Since:
- 21.04.000.000
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
This key specifies theAspectLine
as sorting criteria.protected SortOrderSequenceE
Specify the sequence of the results (e.q. -
Constructor Summary
ConstructorsConstructorDescriptionFindResultSortSpecification
(String key, SortOrderSequenceE sortOrderSequence) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getKey()
int
hashCode()
void
void
setSortOrder
(SortOrderSequenceE sortOrder) toString()
-
Field Details
-
key
This key specifies theAspectLine
as sorting criteria. The string must be in the same syntax as the key inFindByIndex.aspects
:AspectAssoc¶Aspect¶AspectLine
AspectAssoc.name
,Aspect.name
, andAspectLine.key
respectively. Similar to the key inFindByIndex.aspects
you may leave the name of theAspect
andAspectAssoc
empty, but not the key of theAspectLine
. -
sortOrderSequence
Specify the sequence of the results (e.q. ascending or descending). Defaults toSortOrderSequenceE.ASCENDING
-
-
Constructor Details
-
FindResultSortSpecification
public FindResultSortSpecification() -
FindResultSortSpecification
-
-
Method Details