Uses of Class
org.openiam.am.srvc.searchbean.SelfRegistrationWorkflowSearchBean
-
Packages that use SelfRegistrationWorkflowSearchBean Package Description org.openiam.esb.repository.impl org.openiam.srvc.selfregistration -
-
Uses of SelfRegistrationWorkflowSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type SelfRegistrationWorkflowSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<SelfRegistrationWorkflowEntity>
SelfRegistrationWorkflowRepositoryImpl. buildSpecifications(SelfRegistrationWorkflowSearchBean sb)
-
Uses of SelfRegistrationWorkflowSearchBean in org.openiam.srvc.selfregistration
Methods in org.openiam.srvc.selfregistration with parameters of type SelfRegistrationWorkflowSearchBean Modifier and Type Method Description SelfRegistrationWorkflowListResponse
SelfRegistrationWorkflowWebService. findWorkflows(SelfRegistrationWorkflowSearchBean searchBean, int from, int size)
The general method to search forSelfRegistrationWorkflowDto
objectsSelfRegistrationWorkflowListResponse
SelfRegistrationWorkflowWebServiceImpl. findWorkflows(SelfRegistrationWorkflowSearchBean searchBean, int from, int size)
-