Uses of Class
org.openiam.idm.srvc.accesscertification.CreateCertificateRequestModel
-
Packages that use CreateCertificateRequestModel Package Description org.openiam.srvc.activiti org.openiam.workflow.activiti.service org.openiam.workflow.activiti.service.impl -
-
Uses of CreateCertificateRequestModel in org.openiam.srvc.activiti
Methods in org.openiam.srvc.activiti with parameters of type CreateCertificateRequestModel Modifier and Type Method Description BasicWorkflowResponse
ActivitiService. initiateCertificationWorkflow(CreateCertificateRequestModel request)
BasicWorkflowResponse
ActivitiServiceImpl. initiateCertificationWorkflow(CreateCertificateRequestModel request)
-
Uses of CreateCertificateRequestModel in org.openiam.workflow.activiti.service
Methods in org.openiam.workflow.activiti.service with parameters of type CreateCertificateRequestModel Modifier and Type Method Description BasicWorkflowResponse
ActivitiCertificationService. initiateWorkflowCertification(CreateCertificateRequestModel request)
Initiate access certification workflow.Method parameters in org.openiam.workflow.activiti.service with type arguments of type CreateCertificateRequestModel Modifier and Type Method Description void
ActivitiCertificationService. initiateBulkWorkflowCertification(Set<CreateCertificateRequestModel> requestModelSet, AccessCertification accessCertification, String campaignId, boolean lastBatch, String requesterId, String parentLogId)
-
Uses of CreateCertificateRequestModel in org.openiam.workflow.activiti.service.impl
Methods in org.openiam.workflow.activiti.service.impl with parameters of type CreateCertificateRequestModel Modifier and Type Method Description BasicWorkflowResponse
ActivitiCertificationServiceImpl. initiateWorkflowCertification(CreateCertificateRequestModel model)
Method parameters in org.openiam.workflow.activiti.service.impl with type arguments of type CreateCertificateRequestModel Modifier and Type Method Description void
ActivitiCertificationServiceImpl. initiateBulkWorkflowCertification(Set<CreateCertificateRequestModel> requestModelSet, AccessCertification accessCertification, String campaignId, boolean lastBatch, String requesterId, String parentLogId)
-