Uses of Class
org.apache.hop.history.AuditState
-
Packages that use AuditState Package Description org.apache.hop.history org.apache.hop.history.local -
-
Uses of AuditState in org.apache.hop.history
Methods in org.apache.hop.history that return AuditState Modifier and Type Method Description AuditStateAuditStateMap. get(String name)static AuditStateAuditManager. retrieveState(ILogChannel log, String group, String type, String name)AuditStateIAuditManager. retrieveState(String group, String type, String name)Retrieve the state of an object with a particular nameMethods in org.apache.hop.history that return types with arguments of type AuditState Modifier and Type Method Description Map<String,AuditState>AuditStateMap. getNameStateMap()Gets nameStateMapMethods in org.apache.hop.history with parameters of type AuditState Modifier and Type Method Description voidAuditStateMap. add(AuditState auditState)voidIAuditManager. storeState(String group, String type, AuditState auditState)Store the state of an objectMethod parameters in org.apache.hop.history with type arguments of type AuditState Modifier and Type Method Description voidAuditStateMap. setNameStateMap(Map<String,AuditState> nameStateMap)Constructor parameters in org.apache.hop.history with type arguments of type AuditState Constructor Description AuditStateMap(Map<String,AuditState> nameStateMap) -
Uses of AuditState in org.apache.hop.history.local
Methods in org.apache.hop.history.local that return AuditState Modifier and Type Method Description AuditStateLocalAuditManager. retrieveState(String group, String type, String name)Methods in org.apache.hop.history.local with parameters of type AuditState Modifier and Type Method Description voidLocalAuditManager. storeState(String group, String type, AuditState auditState)
-