public class ActionLogParameterBean extends Object
Modifier and Type | Field and Description |
---|---|
Set<String> |
action
List of action names for filtering
|
Integer |
end
End timestamp for filtering
|
Integer |
objId
Object ID for filtering
|
Integer |
start
Start timestamp for filtering
|
Set<String> |
type
List of object type names for filtering
|
String |
user
Search string for filtering by user.
|
Constructor and Description |
---|
ActionLogParameterBean() |
@QueryParam(value="user") public String user
@QueryParam(value="objId") public Integer objId
@QueryParam(value="start") public Integer start
@QueryParam(value="end") public Integer end
Copyright © 2024 Gentics Software. All rights reserved.