Package ru.slie.luna.issue.field.type
Interface FieldTypeRankable<T,S>
- All Superinterfaces:
FieldType<T,S>
-
Method Summary
Modifier and TypeMethodDescriptiongetNextValue(IssueField issueField) getNextValue(IssueField issueField, @NonNull T prevValue, long count) getRankIndex(IssueField issueField) voidmoveAfter(IssueField issueField, MutableIssue issue, Issue afterIssue) voidmoveBefore(IssueField issueField, MutableIssue issue, Issue beforeIssue) Methods inherited from interface ru.slie.luna.issue.field.type.FieldType
getChangeItemString, getChangeItemValue, getDescription, getName, getStringValue, getSupportedFieldSearcherKey, getValueForDB, getValueFromDB, parseJson, toJson, validateValue, valueEquals
-
Method Details
-
moveAfter
-
moveBefore
-
getNextValue
-
getNextValue
-
getRankIndex
-