Uses of Class
org.openiam.idm.searchbeans.AuditLogSearchBean
-
-
Uses of AuditLogSearchBean in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type AuditLogSearchBean Modifier and Type Method Description intAuditLogServiceImpl. count(AuditLogSearchBean searchBean)org.springframework.data.domain.Page<IdmAuditLogDoc>AuditLogServiceImpl. findBeans(AuditLogSearchBean searchBean, int from, int size)List<String>AuditLogServiceImpl. findIDs(AuditLogSearchBean searchBean, int from, int size) -
Uses of AuditLogSearchBean in org.openiam.esb.elasticsearch.repository.custom
Methods in org.openiam.esb.elasticsearch.repository.custom with parameters of type AuditLogSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<IdmAuditLogDoc>AuditLogElasticSearchRepositoryCustom. find(AuditLogSearchBean searchBean, org.springframework.data.domain.Pageable pageable) -
Uses of AuditLogSearchBean in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type AuditLogSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<IdmAuditLogDoc>AuditLogElasticSearchRepositoryImpl. find(AuditLogSearchBean searchBean, org.springframework.data.domain.Pageable pageable)org.springframework.data.elasticsearch.core.query.CriteriaQueryAuditLogElasticSearchRepositoryImpl. getCriteria(AuditLogSearchBean searchBean) -
Uses of AuditLogSearchBean in org.openiam.idm.srvc.audit.service
Methods in org.openiam.idm.srvc.audit.service with parameters of type AuditLogSearchBean Modifier and Type Method Description intAuditLogService. count(AuditLogSearchBean searchBean)org.springframework.data.domain.Page<IdmAuditLogDoc>AuditLogService. findBeans(AuditLogSearchBean searchBean, int from, int size)List<String>AuditLogService. findIDs(AuditLogSearchBean searchBean, int from, int size) -
Uses of AuditLogSearchBean in org.openiam.srvc.audit
Methods in org.openiam.srvc.audit with parameters of type AuditLogSearchBean Modifier and Type Method Description intIdmAuditLogWebDataService. count(AuditLogSearchBean searchBean)intIdmAuditLogWebDataServiceImpl. count(AuditLogSearchBean searchBean)List<IdmAuditLogDoc>IdmAuditLogWebDataService. findBeans(AuditLogSearchBean searchBean, int from, int size)Deprecated.List<IdmAuditLogDoc>IdmAuditLogWebDataServiceImpl. findBeans(AuditLogSearchBean searchBean, int from, int size)Deprecated, for removal: This API element is subject to removal in a future version.IdmAuditLogListResponseIdmAuditLogWebDataService. findBeansList(AuditLogSearchBean searchBean, int from, int size)IdmAuditLogListResponseIdmAuditLogWebDataServiceImpl. findBeansList(AuditLogSearchBean searchBean, int from, int size)List<String>IdmAuditLogWebDataService. getIds(AuditLogSearchBean searchBean, int from, int size)List<String>IdmAuditLogWebDataServiceImpl. getIds(AuditLogSearchBean searchBean, int from, int size)
-