| java.lang.Object org.hammurapi.WaiverSet
WaiverSet | public class WaiverSet (Code) | | author: Pavel Vlasov version: $Revision: 1.8 $ |
getRejectedRequests | public Collection getRejectedRequests()(Code) | | Collection of violations which requested waivers, but weren't granted ones. |
getWaivers | public Collection getWaivers()(Code) | | Collection of waivers remaining in the set |
requestWaiver | public Waiver requestWaiver(Violation violation, boolean peek)(Code) | | Requests and removes a waiver from the set. Waivers with signature==null
aren't removed as they apply to multiple violations.
Parameters: violation - Parameters: peek - Just peek for waiver. Waiver if there is one for the violation, null otherwise. |
|
|