Uses of Enum Class
com.suncode.pwfl.audit.util.AuditSortProperty
Packages that use AuditSortProperty
-
Uses of AuditSortProperty in com.suncode.pwfl.audit
Methods in com.suncode.pwfl.audit with parameters of type AuditSortPropertyModifier and TypeMethodDescriptionAuditFinder.getAudits(LocalDateTime auditStart, LocalDateTime auditStop, Integer start, Integer limit, AuditSortProperty auditSortProperty, SortDirection sortDirection) Pobiera audyty w podanym przedziale czasowymAuditFinder.getAuditsByCategories(List<AuditCategories> auditCategories, LocalDateTime auditStart, LocalDateTime auditStop, Integer start, Integer limit, AuditSortProperty auditSortProperty, SortDirection sortDirection) Pobiera audyty danej kategorii w podanym przedziale czasowymAuditFinder.getAuditsByTypes(List<AuditTypes> auditTypes, LocalDateTime auditStart, LocalDateTime auditStop, Integer start, Integer limit, AuditSortProperty auditSortProperty, SortDirection sortDirection) Pobiera audyty danego typu w podanym przedziale czasowym -
Uses of AuditSortProperty in com.suncode.pwfl.audit.util
Subclasses with type arguments of type AuditSortProperty in com.suncode.pwfl.audit.utilMethods in com.suncode.pwfl.audit.util that return AuditSortPropertyModifier and TypeMethodDescriptionstatic AuditSortPropertyReturns the enum constant of this class with the specified name.static AuditSortProperty[]AuditSortProperty.values()Returns an array containing the constants of this enum class, in the order they are declared.