Class AvailableResponses
java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.certification.helpers.AvailableResponses
- All Implemented Interfaces:
- Serializable
// available responses can be configured in 3 places:
 // 1. systemConfiguration -> accessCertification -> availableResponses
 // 2. certificationCampaign -> accessCertification -> defaultView -> action
 // 3. accessCertificationDefinition -> view -> action
 // todo for now this class takes care only for 2 first options. the third should be counted as well
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintgetCount()getTitle(int id) booleanisAvailable(AccessCertificationResponseType response) 
- 
Constructor Details- 
AvailableResponses
 
- 
- 
Method Details- 
getResponseKeys
- 
getResponseValues
- 
isAvailable
- 
getTitle
- 
getCountpublic int getCount()
 
-