| Package | Description |
|---|---|
| com.suncode.pwfl.audit | |
| com.suncode.pwfl.audit.builder | |
| com.suncode.pwfl.audit.util |
| Modifier and Type | Method and Description |
|---|---|
CountedResult<AuditDto> |
AuditFinder.getAuditsByTypes(List<AuditTypes> auditTypes,
LocalDateTime auditStart,
LocalDateTime auditStop,
Integer start,
Integer limit,
AuditSortProperty auditSortProperty,
SortDirection sortDirection)
Pobiera audyty danego typu w podanym przedziale czasowym
|
| Modifier and Type | Method and Description |
|---|---|
AuditBuilder |
AuditBuilder.type(AuditTypes type)
Sets type of audit.
|
ManualAuditBuilder |
ManualAuditBuilder.type(AuditTypes type)
Sets type of audit.
|
| Modifier and Type | Method and Description |
|---|---|
static AuditTypes |
AuditTypes.getByName(String name) |
static AuditTypes |
AuditTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditTypes[] |
AuditTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<AuditTypes> |
AuditTypes.getByCategory(AuditCategories category) |
| Modifier and Type | Method and Description |
|---|---|
static String |
AuditCategories.getCategoryNameForAudit(AuditTypes auditType) |
Copyright © 2024 Suncode. All rights reserved.