Uses of Class
org.apache.syncope.common.lib.to.AuditEventTO
Packages that use AuditEventTO
Package
Description
-
Uses of AuditEventTO in org.apache.syncope.client.console.audit
Fields in org.apache.syncope.client.console.audit declared as AuditEventTOModifier and TypeFieldDescriptionprotected AuditEventTOAuditHistoryDetails.afterprotected AuditEventTOAuditHistoryDetails.latestAuditEventTOFields in org.apache.syncope.client.console.audit with type parameters of type AuditEventTOModifier and TypeFieldDescriptionprotected AjaxDropDownChoicePanel<AuditEventTO> AuditHistoryDetails.afterVersionsPanelprotected final List<AuditEventTO> AuditHistoryDetails.auditEntriesprotected AjaxDropDownChoicePanel<AuditEventTO> AuditHistoryDetails.beforeVersionsPanelMethods in org.apache.syncope.client.console.audit that return AuditEventTOModifier and TypeMethodDescriptionprotected AuditEventTOAuditHistoryDetails.buildAfterAuditEventTO(AuditEventTO input) Methods in org.apache.syncope.client.console.audit with parameters of type AuditEventTOModifier and TypeMethodDescriptionprotected AuditEventTOAuditHistoryDetails.buildAfterAuditEventTO(AuditEventTO input) AuditHistoryDetails.toJSON(AuditEventTO auditEvent, Class<T> reference) -
Uses of AuditEventTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return types with arguments of type AuditEventTOModifier and TypeMethodDescriptionAuditRestClient.search(String key, int page, int size, OpEvent.CategoryType type, String category, String op, OpEvent.Outcome outcome, SortParam<String> sort) -
Uses of AuditEventTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type AuditEventTOModifier and TypeMethodDescriptionAuditService.search(AuditQuery auditQuery) Returns a paged list of audit entries matching the given query.Methods in org.apache.syncope.common.rest.api.service with parameters of type AuditEventTOModifier and TypeMethodDescriptionvoidAuditService.create(@NotNull AuditEventTO auditEvent) Persist an audit event. -
Uses of AuditEventTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return types with arguments of type AuditEventTOModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<AuditEventTO> AuditLogic.search(String entityKey, OpEvent.CategoryType type, String category, String subcategory, String op, OpEvent.Outcome result, OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) Methods in org.apache.syncope.core.logic with parameters of type AuditEventTO -
Uses of AuditEventTO in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return AuditEventTOModifier and TypeMethodDescriptiondefault AuditEventTOAuditEventDAO.toAuditEventTO(AuditEvent auditEvent) Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type AuditEventTOModifier and TypeMethodDescriptionAuditEventDAO.search(String entityKey, OpEvent.CategoryType type, String category, String subcategory, String op, OpEvent.Outcome outcome, OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) -
Uses of AuditEventTO in org.apache.syncope.core.persistence.elasticsearch.dao
Methods in org.apache.syncope.core.persistence.elasticsearch.dao that return types with arguments of type AuditEventTOModifier and TypeMethodDescriptionElasticsearchAuditEventDAO.search(String entityKey, OpEvent.CategoryType type, String category, String subcategory, String op, OpEvent.Outcome outcome, OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) -
Uses of AuditEventTO in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type AuditEventTOModifier and TypeMethodDescriptionJPAAuditEventDAO.search(String entityKey, OpEvent.CategoryType type, String category, String subcategory, String op, OpEvent.Outcome outcome, OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) -
Uses of AuditEventTO in org.apache.syncope.core.persistence.neo4j.dao
Methods in org.apache.syncope.core.persistence.neo4j.dao that return types with arguments of type AuditEventTOModifier and TypeMethodDescriptionNeo4jAuditEventDAO.search(String entityKey, OpEvent.CategoryType type, String category, String subcategory, String op, OpEvent.Outcome outcome, OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) -
Uses of AuditEventTO in org.apache.syncope.core.persistence.opensearch.dao
Methods in org.apache.syncope.core.persistence.opensearch.dao that return types with arguments of type AuditEventTOModifier and TypeMethodDescriptionOpenSearchAuditEventDAO.search(String entityKey, OpEvent.CategoryType type, String category, String subcategory, String op, OpEvent.Outcome outcome, OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) -
Uses of AuditEventTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type AuditEventTOMethods in org.apache.syncope.core.rest.cxf.service with parameters of type AuditEventTO