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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getCount()
getTitle
(int id) boolean
isAvailable
(AccessCertificationResponseType response)
-
Constructor Details
-
AvailableResponses
-
-
Method Details
-
getResponseKeys
-
getResponseValues
-
isAvailable
-
getTitle
-
getCount
public int getCount()
-