Class BIDataApplicationParmsDTO

    • Field Detail

      • searchDateFromPattern

        public Date searchDateFromPattern
        Value, accurate to the day, for the search criterion to find statistical data of events that occurred on or after a specific date. Has to be specified together with searchDateToPattern. If at least one date is not specified or the search period is specified invalid, the default search period will be used.
      • searchDateToPattern

        public Date searchDateToPattern
        Value, accurate to the day, for the search criterion to find statistical data of events that occurred on or before a specific date. Has to be specified together with searchDateFromPattern. If at least one date is not specified or the search period is specified invalid, the default search period will be used.
      • clientIdentCodePattern

        public String clientIdentCodePattern
        Value for the search criterion to find statistical data of events of a specific client. Can only be different from the ApplicationFacadeParmsDTO.client (session client) or empty (client independent application) if the session user has admin rights. Otherwise the session client is used for filtering.
      • profileIdentCodePattern

        public String profileIdentCodePattern
        Value for the search criterion to find statistical data of events using a specific profile - belonging to the specified client. Will be ignored, if there is no client specified or the specified client is not accessible.
        See Also:
        clientIdentCodePattern
      • clientSystemIdPattern

        public String clientSystemIdPattern
        Value for the search criterion to find statistical data of events related to a specific partner system.
    • Constructor Detail

      • BIDataApplicationParmsDTO

        public BIDataApplicationParmsDTO()