Uses of Enum Class
org.alfresco.search.model.RequestSortDefinitionInner.TypeEnum
Packages that use RequestSortDefinitionInner.TypeEnum
-
Uses of RequestSortDefinitionInner.TypeEnum in org.alfresco.search.model
Methods in org.alfresco.search.model that return RequestSortDefinitionInner.TypeEnumModifier and TypeMethodDescriptionRequestSortDefinitionInner.getType()How to order - using a field, when position of the document in the index, score/relevence.Returns the enum constant of this class with the specified name.static RequestSortDefinitionInner.TypeEnum[]RequestSortDefinitionInner.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.search.model with parameters of type RequestSortDefinitionInner.TypeEnumModifier and TypeMethodDescriptionvoidRequestSortDefinitionInner.setType(RequestSortDefinitionInner.TypeEnum type) RequestSortDefinitionInner.type(RequestSortDefinitionInner.TypeEnum type)