Uses of Class
org.openiam.base.response.CampaignStatsResponse
-
Packages that use CampaignStatsResponse Package Description org.openiam.srvc.activiti org.openiam.workflow.activiti.service org.openiam.workflow.activiti.service.impl -
-
Uses of CampaignStatsResponse in org.openiam.srvc.activiti
Methods in org.openiam.srvc.activiti that return CampaignStatsResponse Modifier and Type Method Description CampaignStatsResponse
ActivitiService. findCampaignsFullStat(AccessCertificationCampaignSearchBean searchBean)
CampaignStatsResponse
ActivitiServiceImpl. findCampaignsFullStat(AccessCertificationCampaignSearchBean searchBean)
-
Uses of CampaignStatsResponse in org.openiam.workflow.activiti.service
Methods in org.openiam.workflow.activiti.service that return CampaignStatsResponse Modifier and Type Method Description CampaignStatsResponse
ActivitiSearchTaskService. getAccessCertificationCampaignStats(AccessCertificationCampaignSearchBean searchBean)
Provides data for UAR page - Stat information about all cert tasks (new / in progress / completed) Search happens based on OR pattern of task name (used when call done from webconsole for all or selected campaign), OR based on requester (reviewer ID), also if reviewer ID is provided we check if they are UAR or Global UAR managers. -
Uses of CampaignStatsResponse in org.openiam.workflow.activiti.service.impl
Methods in org.openiam.workflow.activiti.service.impl that return CampaignStatsResponse Modifier and Type Method Description CampaignStatsResponse
ActivitiSearchTaskServiceImpl. getAccessCertificationCampaignStats(AccessCertificationCampaignSearchBean searchBean)
-