Package org.approvej.review
Interface ReviewResult
- All Known Implementing Classes:
FileReviewResult
public interface ReviewResult
Interface for results of reviews.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Determines if the approval should be reapplied.
-
Method Details
-
needsReapproval
boolean needsReapproval()Determines if the approval should be reapplied.Usually that means that approved value was changed during the review.
- Returns:
- true, if the approval should be reapplied
-