Uses of Class
org.apache.hop.history.AuditStateMap
-
Packages that use AuditStateMap Package Description org.apache.hop.history org.apache.hop.history.local -
-
Uses of AuditStateMap in org.apache.hop.history
Methods in org.apache.hop.history that return AuditStateMap Modifier and Type Method Description AuditStateMapIAuditManager. loadAuditStateMap(String group, String type)Load the audit state map of a map of objectsMethods in org.apache.hop.history with parameters of type AuditStateMap Modifier and Type Method Description voidIAuditManager. saveAuditStateMap(String group, String type, AuditStateMap auditStateMap)Save the given audit state map for a map of objects. -
Uses of AuditStateMap in org.apache.hop.history.local
Methods in org.apache.hop.history.local that return AuditStateMap Modifier and Type Method Description AuditStateMapLocalAuditManager. loadAuditStateMap(String group, String type)Load the auditing state map for the specified group and typeMethods in org.apache.hop.history.local with parameters of type AuditStateMap Modifier and Type Method Description voidLocalAuditManager. saveAuditStateMap(String group, String type, AuditStateMap auditStateMap)
-