Uses of Class
org.alfresco.search.model.RequestSortDefinitionInner.TypeEnum
-
Packages that use RequestSortDefinitionInner.TypeEnum Package Description org.alfresco.search.model -
-
Uses of RequestSortDefinitionInner.TypeEnum in org.alfresco.search.model
Methods in org.alfresco.search.model that return RequestSortDefinitionInner.TypeEnum Modifier and Type Method Description static RequestSortDefinitionInner.TypeEnumRequestSortDefinitionInner.TypeEnum. fromValue(String text)RequestSortDefinitionInner.TypeEnumRequestSortDefinitionInner. getType()How to order - using a field, when position of the document in the index, score/relevence.static RequestSortDefinitionInner.TypeEnumRequestSortDefinitionInner.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestSortDefinitionInner.TypeEnum[]RequestSortDefinitionInner.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.search.model with parameters of type RequestSortDefinitionInner.TypeEnum Modifier and Type Method Description voidRequestSortDefinitionInner. setType(RequestSortDefinitionInner.TypeEnum type)RequestSortDefinitionInnerRequestSortDefinitionInner. type(RequestSortDefinitionInner.TypeEnum type)
-