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 void
IdmAuditLogRequest. 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 void
AuditLogBatchContainer. addEvent(IdmAuditLogDoc event)
Method parameters in org.openiam.base.request.model with type arguments of type IdmAuditLogDoc Modifier and Type Method Description void
AuditLogBatchContainer. 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 IdmAuditLogDoc
AuditLogServiceImpl. 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 void
AuditSysLog. sendSysLog(IdmAuditLogDoc log)
Method parameters in org.openiam.esb.core.service.impl with type arguments of type IdmAuditLogDoc Modifier and Type Method Description void
AuditLogServiceImpl. purgeAuditLog(List<IdmAuditLogDoc> auditLogDocs)
void
AuditLogServiceImpl. 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 void
AuditLogElasticSearchRepositoryImpl. 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 IdmAuditLogDoc
AuditLogService. 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 void
AuditLogService. purgeAuditLog(List<IdmAuditLogDoc> auditLogDocs)
void
AuditLogService. save(List<IdmAuditLogDoc> auditLogEntity)
-
Uses of IdmAuditLogDoc in org.openiam.model
Methods in org.openiam.model that return IdmAuditLogDoc Modifier and Type Method Description IdmAuditLogDoc
ExternalAuditLog. 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 IdmAuditLogDoc
IdmAuditLogWebDataService. getLogRecord(String id)
IdmAuditLogDoc
IdmAuditLogWebDataServiceImpl. 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 Response
IdmAuditLogWebDataService. addLog(IdmAuditLogDoc record)
Response
IdmAuditLogWebDataServiceImpl. addLog(IdmAuditLogDoc event)
Method parameters in org.openiam.srvc.audit with type arguments of type IdmAuditLogDoc Modifier and Type Method Description Response
IdmAuditLogWebDataService. addLogs(List<IdmAuditLogDoc> events)
Response
IdmAuditLogWebDataServiceImpl. addLogs(List<IdmAuditLogDoc> events)
Response
IdmAuditLogWebDataService. purgeAuditLog(List<IdmAuditLogDoc> auditLogDocs)
Response
IdmAuditLogWebDataServiceImpl. purgeAuditLog(List<IdmAuditLogDoc> auditLogDocs)
-