Uses of Interface
org.apache.hop.history.IAuditManager
-
Packages that use IAuditManager Package Description org.apache.hop.history org.apache.hop.history.local -
-
Uses of IAuditManager in org.apache.hop.history
Methods in org.apache.hop.history that return IAuditManager Modifier and Type Method Description static IAuditManagerAuditManager. getActive()IAuditManagerAuditManager. getActiveAuditManager()Gets activeAuditManagerMethods in org.apache.hop.history with parameters of type IAuditManager Modifier and Type Method Description voidAuditManager. setActiveAuditManager(IAuditManager activeAuditManager) -
Uses of IAuditManager in org.apache.hop.history.local
Classes in org.apache.hop.history.local that implement IAuditManager Modifier and Type Class Description classLocalAuditManagerThe local audit manager stores its history in the hop home directory (~/.hop) under the history folder So : $HOME/.hop/history
-