Uses of Class
org.apache.hop.history.AuditEvent
-
Packages that use AuditEvent Package Description org.apache.hop.history org.apache.hop.history.local -
-
Uses of AuditEvent in org.apache.hop.history
Methods in org.apache.hop.history that return types with arguments of type AuditEvent Modifier and Type Method Description static List<AuditEvent>AuditManager. findEvents(String group, String type, String operation, int maxNrEvents, boolean unique)List<AuditEvent>IAuditManager. findEvents(String group, String type, boolean unique)Find all the events for a certain group and of a given type.Methods in org.apache.hop.history with parameters of type AuditEvent Modifier and Type Method Description voidIAuditManager. storeEvent(AuditEvent event)Add an event -
Uses of AuditEvent in org.apache.hop.history.local
Methods in org.apache.hop.history.local that return types with arguments of type AuditEvent Modifier and Type Method Description List<AuditEvent>LocalAuditManager. findEvents(String group, String type, boolean unique)Methods in org.apache.hop.history.local with parameters of type AuditEvent Modifier and Type Method Description voidLocalAuditManager. storeEvent(AuditEvent event)
-