|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.security.audit.AuditEntryQuery
public class AuditEntryQuery
AuditEntryQuery contains information on how to filter audit information. Specifying a sourceIdentifier will query the audit trail for a specific object. If no sourceIdentifier is specified, the global audit trail will be queried.
Constructor Summary | |
---|---|
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 |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 queryMethod Detail |
---|
public 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 query
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |