public interface AuditLogRequest extends Serializable
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAdditionalInfo()
Any additional information required to effectively process the log request
|
org.broadleafcommerce.openadmin.audit.AdminAuditable |
getAuditable()
Audit information for this request (e.g.
|
Blob |
getFinalReport()
The final, compiled report data after all active nodes have checked in
|
Long |
getId()
The primary key
|
Boolean |
getIsError()
Whether or not an error occured during this log request process
|
Date |
getMaxDate()
The maximum boundary for the log report date requested
|
Date |
getMinDate()
The minimum boundary for the log report dates requested
|
List<AuditLogNodeRequest> |
getNodeRequests()
The request information from specific nodes in the cluster
|
List<Date> |
getRequestDates()
The specific dates requested for log files
|
int |
getStage()
The stage the asynchronous request process is currently at
|
void |
setAdditionalInfo(Map<String,String> additionalInfo) |
void |
setAuditable(org.broadleafcommerce.openadmin.audit.AdminAuditable auditable) |
void |
setFinalReport(Blob finalReport) |
void |
setId(Long id) |
void |
setIsError(Boolean isError) |
void |
setMaxDate(Date maxDate) |
void |
setMinDate(Date minDate) |
void |
setNodeRequests(List<AuditLogNodeRequest> nodeRequests) |
void |
setRequestDates(List<Date> requestDates) |
void |
setStage(int stage) |
Long getId()
void setId(Long id)
int getStage()
AuditReportProgressStageConstants
void setStage(int stage)
Date getMinDate()
void setMinDate(Date minDate)
Date getMaxDate()
void setMaxDate(Date maxDate)
org.broadleafcommerce.openadmin.audit.AdminAuditable getAuditable()
void setAuditable(org.broadleafcommerce.openadmin.audit.AdminAuditable auditable)
List<AuditLogNodeRequest> getNodeRequests()
void setNodeRequests(List<AuditLogNodeRequest> nodeRequests)
Map<String,String> getAdditionalInfo()
Blob getFinalReport()
void setFinalReport(Blob finalReport)
Boolean getIsError()
void setIsError(Boolean isError)
Copyright © 2019. All rights reserved.