Package de.elo.ix.client.system
Class UserReportC
java.lang.Object
de.elo.ix.client.system.UserReportC
- All Implemented Interfaces:
Serializable
Constants for user report information. Each member of this class with prefix "mb" has a
corresponding member in class ReportInfo
- Since:
- 12.00.000.049
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UserReportZ
Count documents over all repositories.static final UserReportZ
static final long
The counterstatic final long
Rights in numerical formstatic final long
The user names.static final long
nothingstatic final UserReportZ
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mbNOTHING
public static final long mbNOTHINGnothing- See Also:
-
mbINCLUDE_USERNAMES
public static final long mbINCLUDE_USERNAMESThe user names.- See Also:
-
mbINCLUDE_RIGHTS
public static final long mbINCLUDE_RIGHTSRights in numerical form- See Also:
-
mbINCLUDE_COUNTER
public static final long mbINCLUDE_COUNTERThe counter- See Also:
-
FULL_USERREPORT
-
NONE
-
COUNT_DOCUMENTS_OVER_ALL_REPOSITORIES
Count documents over all repositories. EIX-3356- Since:
- 21.04.000.008
-
-
Constructor Details
-
UserReportC
public UserReportC()
-