Package | Description |
---|---|
com.hp.sdn.adm.auditlog |
Definitions of the services pertaining to the Audit Log system.
|
com.hp.sdn.adm.dao |
Definitions of data access services for persisting and retrieving
information applicable at the Administrator tier of the SDN Controller.
|
com.hp.sdn.auditlog |
Definitions of the domain model pertaining to the Audit Logs.
|
Modifier and Type | Method and Description |
---|---|
List<AuditLogEntry> |
AuditLogService.find(AuditLogFilter filter,
SortSpecification<AuditLogSortAttribute> sortSpec)
Returns a list of all AuditLogEntry objects present in the system,
based on the criteria exposed by the supplied filter, and sorted based
on the supplied sort specification.
|
Page<AuditLogEntry> |
AuditLogService.find(AuditLogFilter filter,
SortSpecification<AuditLogSortAttribute> sortSpec,
PageRequest pageRequest)
Returns a page of
AuditLogEntry objects present in the system, based on the page specification,
based on the criteria exposed by the supplied filter,
and sorted based on the supplied sort specification |
Modifier and Type | Method and Description |
---|---|
ReadQuery<List<AuditLogEntry>> |
QueryService.getFindAuditLogQuery(AuditLogFilter filter,
SortSpecification<AuditLogSortAttribute> sortSpecification)
Creates a query that will find AuditLogEntry objects based on the
supplied query criteria.
|
ReadQuery<Page<AuditLogEntry>> |
QueryService.getPageAuditLogQuery(AuditLogFilter filter,
SortSpecification<AuditLogSortAttribute> sortSpecification,
PageRequest pageRequest)
Creates a query that will produce a page of AuditLogEntry data based on
the supplied filter and sorting criteria.
|
Modifier and Type | Method and Description |
---|---|
static AuditLogSortAttribute |
AuditLogSortAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditLogSortAttribute[] |
AuditLogSortAttribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All Rights Reserved.