Uses of Class
org.craftercms.studio.api.v2.dal.AuditLog
Packages that use AuditLog
Package
Description
-
Uses of AuditLog in org.craftercms.studio.api.v2.dal
Methods in org.craftercms.studio.api.v2.dal that return AuditLogMethods in org.craftercms.studio.api.v2.dal that return types with arguments of type AuditLogModifier and TypeMethodDescriptionAuditDAO.getAuditDashboard(Map params) Get records for audit dashboard contentAuditDAO.getAuditLog(Map params) AuditDAO.getAuditLogForSite(Map params) AuditDAO.selectUserFeedEntries(Map params) AuditDAO.selectUserFeedEntriesHideLive(Map params) Methods in org.craftercms.studio.api.v2.dal with parameters of type AuditLog -
Uses of AuditLog in org.craftercms.studio.api.v2.service.audit
Methods in org.craftercms.studio.api.v2.service.audit that return AuditLogModifier and TypeMethodDescriptionAuditService.getAuditLogEntry(String siteId, long auditLogId) Get audit log entry by idMethods in org.craftercms.studio.api.v2.service.audit that return types with arguments of type AuditLogModifier and TypeMethodDescriptionAuditService.getAuditLog(String siteId, int offset, int limit, String user, List<String> operations, boolean includeParameters, ZonedDateTime dateFrom, ZonedDateTime dateTo, String target, String origin, String clusterNodeId, String sort, String order) Get audit log -
Uses of AuditLog in org.craftercms.studio.api.v2.service.audit.internal
Methods in org.craftercms.studio.api.v2.service.audit.internal that return AuditLogModifier and TypeMethodDescriptionAuditServiceInternal.createAuditLogEntry()Create Audit log entry and populate common propertiesAuditServiceInternal.getAuditLogEntry(String siteId, long auditLogId) Get audit log entry by idMethods in org.craftercms.studio.api.v2.service.audit.internal that return types with arguments of type AuditLogModifier and TypeMethodDescriptionAuditServiceInternal.getAuditDashboard(String siteId, int offset, int limit, String user, List<String> operations, ZonedDateTime dateFrom, ZonedDateTime dateTo, String target, String sort, String order) Get audit dashboard content filtered by parametersAuditServiceInternal.getAuditLog(String siteId, int offset, int limit, String user, List<String> operations, boolean includeParameters, ZonedDateTime dateFrom, ZonedDateTime dateTo, String target, String origin, String clusterNodeId, String sort, String order) Get audit log filtered by parametersAuditServiceInternal.getAuditLogForSite(String site, int offset, int limit, String user, List<String> actions) Get audit log for siteAuditServiceInternal.selectUserFeedEntries(String user, String siteId, int offset, int limit, String contentType, boolean hideLiveItems) Methods in org.craftercms.studio.api.v2.service.audit.internal with parameters of type AuditLogModifier and TypeMethodDescriptionbooleanAuditServiceInternal.insertAuditLog(AuditLog auditLog) Insert log audit entry -
Uses of AuditLog in org.craftercms.studio.impl.v2.service.audit
Methods in org.craftercms.studio.impl.v2.service.audit that return AuditLogModifier and TypeMethodDescriptionAuditServiceImpl.getAuditLogEntry(String siteId, long auditLogId) Methods in org.craftercms.studio.impl.v2.service.audit that return types with arguments of type AuditLogModifier and TypeMethodDescriptionAuditServiceImpl.getAuditLog(String siteId, int offset, int limit, String user, List<String> operations, boolean includeParameters, ZonedDateTime dateFrom, ZonedDateTime dateTo, String target, String origin, String clusterNodeId, String sort, String order) Methods in org.craftercms.studio.impl.v2.service.audit with parameters of type AuditLogModifier and TypeMethodDescriptionprotected ContentItemTOAuditServiceImpl.createActivityItem(String site, AuditLog auditLog, String id) -
Uses of AuditLog in org.craftercms.studio.impl.v2.service.audit.internal
Methods in org.craftercms.studio.impl.v2.service.audit.internal that return AuditLogModifier and TypeMethodDescriptionAuditServiceInternalImpl.createAuditLogEntry()AuditServiceInternalImpl.getAuditLogEntry(String siteId, long auditLogId) Methods in org.craftercms.studio.impl.v2.service.audit.internal that return types with arguments of type AuditLogModifier and TypeMethodDescriptionAuditServiceInternalImpl.getAuditDashboard(String siteId, int offset, int limit, String user, List<String> operations, ZonedDateTime dateFrom, ZonedDateTime dateTo, String target, String sort, String order) AuditServiceInternalImpl.getAuditLog(String siteId, int offset, int limit, String user, List<String> operations, boolean includeParameters, ZonedDateTime dateFrom, ZonedDateTime dateTo, String target, String origin, String clusterNodeId, String sort, String order) AuditServiceInternalImpl.getAuditLogForSite(String site, int offset, int limit, String user, List<String> actions) AuditServiceInternalImpl.selectUserFeedEntries(String user, String siteId, int offset, int limit, String contentType, boolean hideLiveItems) Methods in org.craftercms.studio.impl.v2.service.audit.internal with parameters of type AuditLogModifier and TypeMethodDescriptionbooleanAuditServiceInternalImpl.insertAuditLog(AuditLog auditLog)