Class ActionLogParameterBean
java.lang.Object
com.gentics.contentnode.rest.resource.parameter.ActionLogParameterBean
Parameter bean for filtering action log entries
-
Field Summary
Modifier and TypeFieldDescriptionList of action names for filteringEnd timestamp for filteringObject ID for filteringStart timestamp for filteringList of object type names for filteringSearch string for filtering by user. -
Constructor Summary
-
Method Summary
-
Field Details
-
user
Search string for filtering by user. The string may be contained in the firstname, lastname or login of the user. -
action
List of action names for filtering -
type
List of object type names for filtering -
objId
Object ID for filtering -
start
Start timestamp for filtering -
end
End timestamp for filtering
-
-
Constructor Details
-
ActionLogParameterBean
public ActionLogParameterBean()
-