Interface RankChangesOutcome
- All Known Implementing Classes:
RankChangesOutcomeImpl
public interface RankChangesOutcome
A compound result object to hold the outcome of multiple
RankChange requests. These may contain some successful
changes as well as some unsuccessful ones, represented by error messages.- Since:
- v6.4
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getSuccessfulRankChanges
List<RankChange> getSuccessfulRankChanges()- Returns:
- the successful changes; may be empty
-
getErrorCollections
- Returns:
- the rankables which did not succeed and their error collections; may be empty
-