Class UserReportC

java.lang.Object
de.elo.ix.client.system.UserReportC
All Implemented Interfaces:
Serializable

public class UserReportC extends Object implements 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 Details

    • mbNOTHING

      public static final long mbNOTHING
      nothing
      See Also:
    • mbINCLUDE_USERNAMES

      public static final long mbINCLUDE_USERNAMES
      The user names.
      See Also:
    • mbINCLUDE_RIGHTS

      public static final long mbINCLUDE_RIGHTS
      Rights in numerical form
      See Also:
    • mbINCLUDE_COUNTER

      public static final long mbINCLUDE_COUNTER
      The counter
      See Also:
    • FULL_USERREPORT

      public static final UserReportZ FULL_USERREPORT
    • NONE

      public static final UserReportZ NONE
    • COUNT_DOCUMENTS_OVER_ALL_REPOSITORIES

      public static final UserReportZ COUNT_DOCUMENTS_OVER_ALL_REPOSITORIES
      Count documents over all repositories. EIX-3356
      Since:
      21.04.000.008
  • Constructor Details

    • UserReportC

      public UserReportC()