Uses of Interface
com.helger.photon.audit.IAuditItem
-
Packages that use IAuditItem Package Description com.helger.photon.audit -
-
Uses of IAuditItem in com.helger.photon.audit
Classes in com.helger.photon.audit that implement IAuditItem Modifier and Type Class Description classAuditItemRepresents a single change itemMethods in com.helger.photon.audit that return types with arguments of type IAuditItem Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<IAuditItem>SimpleAuditManager. getAllAuditItems()com.helger.commons.collection.impl.ICommonsList<IAuditItem>AuditManager. getAllAuditItemsOfDate(LocalDate aDate)com.helger.commons.collection.impl.ICommonsList<IAuditItem>AuditItemList. getAllItems()List<IAuditItem>AuditManager. getLastAuditItems(int nMaxItems)List<IAuditItem>DoNothingAuditManager. getLastAuditItems(int nMaxItems)List<IAuditItem>IAuditManager. getLastAuditItems(int nMaxItems)List<IAuditItem>SimpleAuditManager. getLastAuditItems(int nMaxItems)List<IAuditItem>AuditItemList. getLastItems(int nMaxItems)Methods in com.helger.photon.audit with parameters of type IAuditItem Modifier and Type Method Description protected StringLoggingAuditor. getAuditItemString(IAuditItem aAuditItem)static StringLoggingAuditor. getDefaultAuditItemString(IAuditItem aAuditItem)protected abstract voidAbstractAuditor. handleAuditItem(IAuditItem aAuditItem)Implement this method to handle the created audit items.protected voidAsynchronousAuditor. handleAuditItem(IAuditItem aAuditItem)protected voidDoNothingAuditor. handleAuditItem(IAuditItem aAuditItem)protected voidLoggingAuditor. handleAuditItem(IAuditItem aAuditItem)Method parameters in com.helger.photon.audit with type arguments of type IAuditItem Modifier and Type Method Description static voidAuditManager. readFromXML(com.helger.xml.microdom.IMicroDocument aDoc, Consumer<? super IAuditItem> aHandler)Constructor parameters in com.helger.photon.audit with type arguments of type IAuditItem Constructor Description AsynchronousAuditor(com.helger.security.authentication.subject.user.ICurrentUserIDProvider aUserIDProvider, com.helger.commons.concurrent.collector.IConcurrentPerformer<List<IAuditItem>> aPerformer)
-