public class AuditEntryQuery extends Object implements Serializable
Constructor and Description |
---|
AuditEntryQuery()
Zero-arg constructor
|
AuditEntryQuery(String userId,
List<String> actions,
List<String> sourceTypes,
String sourceName,
String sourceLocation,
String sourceIdentifier,
Date fromDate,
Date toDate)
Constructor
|
AuditEntryQuery(String userId,
List<String> sourceTypes,
String sourceName,
String sourceLocation,
String sourceIdentifier,
Date fromDate,
Date toDate)
Constructor
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getActions()
Get the list of actions in which to query
|
Date |
getFromDate()
Get the start date in which to query
|
String |
getSourceIdentifier()
Get the identifier of source in which to query
|
String |
getSourceLocation()
Get the location of source in which to query
|
String |
getSourceName()
Get the name of the source in which to query
|
List<String> |
getSourceTypes()
Get the list of object types in which to query
|
Date |
getToDate()
Get the end date in which to query
|
String |
getUserId()
Get the userId of the user whose actions will be queried
|
void |
setActions(List<String> actions)
set the list of actions in which to query
|
void |
setFromDate(Date fromDate)
Set the start date in which to query
|
void |
setSourceIdentifier(String sourceIdentifier)
Set the identifier of source in which to query
|
void |
setSourceLocation(String sourceLocation)
Set the location of source in which to query
|
void |
setSourceName(String sourceName)
Set the name of the source in which to query
|
void |
setSourceTypes(List<String> sourceTypes)
set the list of object types in which to query
|
void |
setToDate(Date toDate)
Set the end date in which to query
|
void |
setUserId(String userId)
Set the userId of the user whose actions will be queried
|
public AuditEntryQuery()
public AuditEntryQuery(String userId, List<String> sourceTypes, String sourceName, String sourceLocation, String sourceIdentifier, Date fromDate, Date toDate)
userId
- the userId of the user whose actions will be queriedsourceTypes
- the list of object types in which to querysourceName
- the name of the source in which to querysourceLocation
- the location of source in which to querysourceIdentifier
- the identifier of source in which to queryfromDate
- the start date in which to querytoDate
- the end date in which to querypublic AuditEntryQuery(String userId, List<String> actions, List<String> sourceTypes, String sourceName, String sourceLocation, String sourceIdentifier, Date fromDate, Date toDate)
userId
- the userId of the user whose actions will be queriedactions
- the list of actions in which to querysourceTypes
- the list of object types in which to querysourceName
- the name of the source in which to querysourceLocation
- the location of source in which to querysourceIdentifier
- the identifier of source in which to queryfromDate
- the start date in which to querytoDate
- the end date in which to querypublic String getUserId()
public void setUserId(String userId)
userId
- the userId of the user whose actions will be queriedpublic List<String> getActions()
public void setActions(List<String> actions)
actions
- the list of actions in which to querypublic List<String> getSourceTypes()
public void setSourceTypes(List<String> sourceTypes)
sourceTypes
- the list of object types in which to querypublic String getSourceName()
public void setSourceName(String sourceName)
sourceName
- the name of the source in which to querypublic String getSourceLocation()
public void setSourceLocation(String sourceLocation)
sourceLocation
- the location of source in which to querypublic Date getFromDate()
public void setFromDate(Date fromDate)
fromDate
- the start date in which to querypublic Date getToDate()
public void setToDate(Date toDate)
toDate
- the end date in which to querypublic String getSourceIdentifier()
public void setSourceIdentifier(String sourceIdentifier)
sourceIdentifier
- the identifier of source in which to queryCopyright (c) 2017, SAS Institute Inc., Cary, NC, USA