Uses of Class
org.openiam.elasticsearch.model.IdmAuditLogDoc
-
-
Uses of IdmAuditLogDoc in org.openiam.base.request
Methods in org.openiam.base.request with parameters of type IdmAuditLogDoc Modifier and Type Method Description voidIdmAuditLogRequest. addEvent(IdmAuditLogDoc doc) -
Uses of IdmAuditLogDoc in org.openiam.base.request.model
Methods in org.openiam.base.request.model that return types with arguments of type IdmAuditLogDoc Modifier and Type Method Description List<IdmAuditLogDoc>AuditLogBatchContainer. getEventList()Methods in org.openiam.base.request.model with parameters of type IdmAuditLogDoc Modifier and Type Method Description voidAuditLogBatchContainer. addEvent(IdmAuditLogDoc event)Method parameters in org.openiam.base.request.model with type arguments of type IdmAuditLogDoc Modifier and Type Method Description voidAuditLogBatchContainer. addEvents(Collection<IdmAuditLogDoc> events) -
Uses of IdmAuditLogDoc in org.openiam.common.mq.listener
Fields in org.openiam.common.mq.listener with type parameters of type IdmAuditLogDoc Modifier and Type Field Description protected Queue<IdmAuditLogDoc>AbstractLogListener. queue -
Uses of IdmAuditLogDoc in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return IdmAuditLogDoc Modifier and Type Method Description IdmAuditLogDocAuditLogServiceImpl. findById(String id)Methods in org.openiam.esb.core.service.impl that return types with arguments of type IdmAuditLogDoc Modifier and Type Method Description org.springframework.data.domain.Page<IdmAuditLogDoc>AuditLogServiceImpl. findBeans(AuditLogSearchBean searchBean, int from, int size)Methods in org.openiam.esb.core.service.impl with parameters of type IdmAuditLogDoc Modifier and Type Method Description voidAuditSysLog. sendSysLog(IdmAuditLogDoc log)Method parameters in org.openiam.esb.core.service.impl with type arguments of type IdmAuditLogDoc Modifier and Type Method Description voidAuditLogServiceImpl. purgeAuditLog(List<IdmAuditLogDoc> auditLogDocs)voidAuditLogServiceImpl. save(List<IdmAuditLogDoc> docs) -
Uses of IdmAuditLogDoc in org.openiam.esb.elasticsearch.repository
Methods in org.openiam.esb.elasticsearch.repository that return types with arguments of type IdmAuditLogDoc Modifier and Type Method Description default Class<IdmAuditLogDoc>AuditLogElasticSearchRepository. getDocumentClass() -
Uses of IdmAuditLogDoc in org.openiam.esb.elasticsearch.repository.custom
Methods in org.openiam.esb.elasticsearch.repository.custom that return types with arguments of type IdmAuditLogDoc Modifier and Type Method Description org.springframework.data.domain.Page<IdmAuditLogDoc>AuditLogElasticSearchRepositoryCustom. find(AuditLogSearchBean searchBean, org.springframework.data.domain.Pageable pageable) -
Uses of IdmAuditLogDoc in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl that return types with arguments of type IdmAuditLogDoc Modifier and Type Method Description org.springframework.data.domain.Page<IdmAuditLogDoc>AuditLogElasticSearchRepositoryImpl. find(AuditLogSearchBean searchBean, org.springframework.data.domain.Pageable pageable)Class<IdmAuditLogDoc>AuditLogElasticSearchRepositoryImpl. getDocumentClass()Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type IdmAuditLogDoc Modifier and Type Method Description voidAuditLogElasticSearchRepositoryImpl. prepare(IdmAuditLogDoc entity) -
Uses of IdmAuditLogDoc in org.openiam.idm.srvc.audit.dto
Methods in org.openiam.idm.srvc.audit.dto that return types with arguments of type IdmAuditLogDoc Modifier and Type Method Description List<IdmAuditLogDoc>AuditLogBuilder. build(String correlationId) -
Uses of IdmAuditLogDoc in org.openiam.idm.srvc.audit.service
Methods in org.openiam.idm.srvc.audit.service that return IdmAuditLogDoc Modifier and Type Method Description IdmAuditLogDocAuditLogService. findById(String id)Methods in org.openiam.idm.srvc.audit.service that return types with arguments of type IdmAuditLogDoc Modifier and Type Method Description org.springframework.data.domain.Page<IdmAuditLogDoc>AuditLogService. findBeans(AuditLogSearchBean searchBean, int from, int size)Method parameters in org.openiam.idm.srvc.audit.service with type arguments of type IdmAuditLogDoc Modifier and Type Method Description voidAuditLogService. purgeAuditLog(List<IdmAuditLogDoc> auditLogDocs)voidAuditLogService. save(List<IdmAuditLogDoc> auditLogEntity) -
Uses of IdmAuditLogDoc in org.openiam.model
Methods in org.openiam.model that return IdmAuditLogDoc Modifier and Type Method Description IdmAuditLogDocExternalAuditLog. convert(SimpleDateFormat sdf) -
Uses of IdmAuditLogDoc in org.openiam.srvc.audit
Methods in org.openiam.srvc.audit that return IdmAuditLogDoc Modifier and Type Method Description IdmAuditLogDocIdmAuditLogWebDataService. getLogRecord(String id)IdmAuditLogDocIdmAuditLogWebDataServiceImpl. getLogRecord(String id)Methods in org.openiam.srvc.audit that return types with arguments of type IdmAuditLogDoc Modifier and Type Method Description 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.Methods in org.openiam.srvc.audit with parameters of type IdmAuditLogDoc Modifier and Type Method Description ResponseIdmAuditLogWebDataService. addLog(IdmAuditLogDoc record)ResponseIdmAuditLogWebDataServiceImpl. addLog(IdmAuditLogDoc event)Method parameters in org.openiam.srvc.audit with type arguments of type IdmAuditLogDoc Modifier and Type Method Description ResponseIdmAuditLogWebDataService. addLogs(List<IdmAuditLogDoc> events)ResponseIdmAuditLogWebDataServiceImpl. addLogs(List<IdmAuditLogDoc> events)ResponseIdmAuditLogWebDataService. purgeAuditLog(List<IdmAuditLogDoc> auditLogDocs)ResponseIdmAuditLogWebDataServiceImpl. purgeAuditLog(List<IdmAuditLogDoc> auditLogDocs)
-