Class ActionLogParameterBean
java.lang.Object
com.gentics.contentnode.rest.resource.parameter.ActionLogParameterBean
Parameter bean for filtering action log entries
- 
Field SummaryFieldsModifier 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 SummaryConstructors
- 
Method Summary
- 
Field Details- 
userSearch string for filtering by user. The string may be contained in thefirstname,lastnameorloginof the user.
- 
actionList of action names for filtering
- 
typeList of object type names for filtering
- 
objIdObject ID for filtering
- 
startStart timestamp for filtering
- 
endEnd timestamp for filtering
 
- 
- 
Constructor Details- 
ActionLogParameterBeanpublic ActionLogParameterBean()
 
-