Class AuditProfile.QueryRequest
java.lang.Object
com.inductiveautomation.ignition.gateway.audit.AuditProfile.QueryRequest
- Enclosing interface:
- AuditProfile
Request object for querying audit records.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for QueryRequest objects. -
Method Summary
Modifier and TypeMethodDescription@Nullable StringGets the action filter.@Nullable StringGets the action target filter.@Nullable StringGets the action value filter.@Nullable StringGets the actor filter.builder()Creates a new builder for a QueryRequest.@Nullable IntegerGets the context filter.@Nullable DateendTime()Gets the end time filter.@Nullable Integerlimit()Gets the limit for query results.@Nullable DateGets the start time filter.@Nullable StringGets the system filter.
-
Method Details
-
builder
Creates a new builder for a QueryRequest.- Returns:
- a new Builder instance
-
actorFilter
Gets the actor filter.- Returns:
- the actor filter, or null if not set
-
actionFilter
Gets the action filter.- Returns:
- the action filter, or null if not set
-
actionTargetFilter
Gets the action target filter.- Returns:
- the action target filter, or null if not set
-
actionValueFilter
Gets the action value filter.- Returns:
- the action value filter, or null if not set
-
startTime
Gets the start time filter.- Returns:
- the start time filter, or null if not set
- See Also:
-
endTime
Gets the end time filter.- Returns:
- the end time filter, or null if not set
- See Also:
-
systemFilter
Gets the system filter.- Returns:
- the system filter, or null if not set
-
contextFilter
Gets the context filter.- Returns:
- the context filter, or null if not set
-
limit
Gets the limit for query results.- Returns:
- the results per page, or null if not set and unlimited
-