Uses of Enum Class
com.atlassian.greenhopper.service.lexorank.repair.Orientation
Packages that use Orientation
-
Uses of Orientation in com.atlassian.greenhopper.service.lexorank.repair
Methods in com.atlassian.greenhopper.service.lexorank.repair that return OrientationModifier and TypeMethodDescriptionOrientation.reverse()
static Orientation
Returns the enum constant of this class with the specified name.static Orientation[]
Orientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.greenhopper.service.lexorank.repair with parameters of type OrientationModifierConstructorDescriptionSequentialRankCrawler
(LexoRankDao lexoRankDao, Long fieldId, Orientation orientation, String startAtRank, int batchSize)