Uses of Class
org.openiam.activiti.model.dto.AccessCertificationCampaignSearchBean
-
Packages that use AccessCertificationCampaignSearchBean Package Description org.openiam.base.request org.openiam.srvc.activiti org.openiam.workflow.activiti.service org.openiam.workflow.activiti.service.impl -
-
Uses of AccessCertificationCampaignSearchBean in org.openiam.base.request
Constructors in org.openiam.base.request with parameters of type AccessCertificationCampaignSearchBean Constructor Description AccessCertificationCampaignSearchRequest(AccessCertificationCampaignSearchBean searchBean)
AccessCertificationCampaignSearchRequest(AccessCertificationCampaignSearchBean searchBean, int from, int size)
-
Uses of AccessCertificationCampaignSearchBean in org.openiam.srvc.activiti
Methods in org.openiam.srvc.activiti with parameters of type AccessCertificationCampaignSearchBean Modifier and Type Method Description CampaignStatsResponse
ActivitiService. findCampaignsFullStat(AccessCertificationCampaignSearchBean searchBean)
CampaignStatsResponse
ActivitiServiceImpl. findCampaignsFullStat(AccessCertificationCampaignSearchBean searchBean)
CampaignTaskListResponse
ActivitiService. findCampaignTasks(AccessCertificationCampaignSearchBean searchBean, int from, int size)
CampaignTaskListResponse
ActivitiServiceImpl. findCampaignTasks(AccessCertificationCampaignSearchBean searchBean, int from, int size)
-
Uses of AccessCertificationCampaignSearchBean in org.openiam.workflow.activiti.service
Methods in org.openiam.workflow.activiti.service with parameters of type AccessCertificationCampaignSearchBean Modifier and Type Method Description CampaignTaskListWrapper
ActivitiSearchTaskService. getAccessCertificationCampaigns(AccessCertificationCampaignSearchBean searchBean, int from, int size)
Provide data for UAR page - stat information by campaignCampaignStatsResponse
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 AccessCertificationCampaignSearchBean in org.openiam.workflow.activiti.service.impl
Methods in org.openiam.workflow.activiti.service.impl with parameters of type AccessCertificationCampaignSearchBean Modifier and Type Method Description CampaignTaskListWrapper
ActivitiSearchTaskServiceImpl. getAccessCertificationCampaigns(AccessCertificationCampaignSearchBean searchBean, int from, int size)
CampaignStatsResponse
ActivitiSearchTaskServiceImpl. getAccessCertificationCampaignStats(AccessCertificationCampaignSearchBean searchBean)
-