Class Overview
Provides methods for retrieving and processing UserHistory objects.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
UserHistoryHelper
(User remoteUser, ContentEntityManager contentEntityManager, PermissionManager permissionManager)
Parameters
| contentEntityManager
| a ContentEntityManager to retrieve the ContentEntityObjects by Id.
WARNING : Must not be a DefaultPageManager due to CONF-17972
|
Public Methods
Returns user history ContentEntityObjects, filtered to only include the requested types.
If requestedTypes is empty returns all objects.
Parameters
| maxResults
| the maximum number of history objects to return |
| requestedTypes
| array of ContentTypeEnums to filter on. If empty no filtering is done. |