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 BasicWorkflowResponseActivitiService. initiateCertificationWorkflow(CreateCertificateRequestModel request)BasicWorkflowResponseActivitiServiceImpl. 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 BasicWorkflowResponseActivitiCertificationService. 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 voidActivitiCertificationService. 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 BasicWorkflowResponseActivitiCertificationServiceImpl. initiateWorkflowCertification(CreateCertificateRequestModel model)Method parameters in org.openiam.workflow.activiti.service.impl with type arguments of type CreateCertificateRequestModel Modifier and Type Method Description voidActivitiCertificationServiceImpl. initiateBulkWorkflowCertification(Set<CreateCertificateRequestModel> requestModelSet, AccessCertification accessCertification, String campaignId, boolean lastBatch, String requesterId, String parentLogId)
-