Annotation Type ReportLanguageHandler.Qualifier

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      ReportLanguageHandler.ReportType type
      Returns the qualifier type associated to the report.Having the value of one element of a new enum that will have the 4 values: (PROCESS_DEFINITION, AD_PROCESS, DOCUMENT, MANUAL)
      String value
      Returns the qualifier value associated to the report.
    • Element Detail

      • type

        ReportLanguageHandler.ReportType type
        Returns the qualifier type associated to the report.Having the value of one element of a new enum that will have the 4 values: (PROCESS_DEFINITION, AD_PROCESS, DOCUMENT, MANUAL)
        Returns:
        type
      • value

        String value
        Returns the qualifier value associated to the report. Depending on the type it can be: For process definition and ad_process, the ID of the report being invoked. For Document reports it will be the document type as defined in DocumentType.
        Returns:
        value