Uses of Class
org.apache.hop.history.AuditList
-
Packages that use AuditList Package Description org.apache.hop.history org.apache.hop.history.local -
-
Uses of AuditList in org.apache.hop.history
Methods in org.apache.hop.history that return AuditList Modifier and Type Method Description AuditListIAuditManager. retrieveList(String group, String type)Retrieve a list of items of a certain group and typeMethods in org.apache.hop.history with parameters of type AuditList Modifier and Type Method Description voidIAuditManager. storeList(String group, String type, AuditList auditList)Store a list -
Uses of AuditList in org.apache.hop.history.local
Methods in org.apache.hop.history.local that return AuditList Modifier and Type Method Description AuditListLocalAuditManager. retrieveList(String group, String type)Methods in org.apache.hop.history.local with parameters of type AuditList Modifier and Type Method Description voidLocalAuditManager. storeList(String group, String type, AuditList auditList)
-