public class AuditLogFilter extends BaseFilter
Constructor and Description |
---|
AuditLogFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
EqualityCondition<String> |
getActivityCondition()
Returns the
EqualityCondition filter that has been defined for filtering based on
the activity |
EqualityCondition<String> |
getUserCondition()
Returns the
EqualityCondition filter that has been defined for filtering based on
the user |
int |
hashCode() |
void |
setActivityCondition(String activityString)
Sets the activity string to be matched against
|
void |
setUserCondition(String userCondition)
Sets the user string to be matched against
|
getSysIdCondition, getTimestampCondition, setSysIdCondition, setSysIdCondition, setTimestampCondition, toString
public EqualityCondition<String> getUserCondition()
EqualityCondition
filter that has been defined for filtering based on
the userEqualityCondition
for filtering based on the Audit Log Entry
userpublic void setUserCondition(String userCondition)
userCondition
- the EqualityCondition
filter to be used on the Audit Log Entry userpublic EqualityCondition<String> getActivityCondition()
EqualityCondition
filter that has been defined for filtering based on
the activityEqualityCondition
for filtering based on the Audit Log Entry
activitypublic void setActivityCondition(String activityString)
activityString
- the string representation of the Audit Log Entry
activity to filter on. An
EqualityCondition
will be created for an exact match filter against the supplied
parameterpublic int hashCode()
hashCode
in class BaseFilter
public boolean equals(Object obj)
equals
in class BaseFilter
Copyright © 2015. All Rights Reserved.