com.ibm.tivoli.maximo.report.birt.design

Class ReportDesignTaskProvider

  • java.lang.Object
    • com.ibm.tivoli.maximo.report.birt.design.ReportDesignTaskProvider


  • public class ReportDesignTaskProvider
    extends java.lang.Object
    A class that provides access to the report design task that can be used to find details of a birt report design. NOTE: The actual design task is provided by a OSGi bundle that's packaged as part of the BIRT report platform bundles. This particular object instance is shared between MAXIMO businessobject layer and the BIRT OSGi platform layer through the OSGi framework fragment feature.
    • Constructor Detail

      • ReportDesignTaskProvider

        public ReportDesignTaskProvider()
    • Method Detail

      • getReportDesignTask

        public static ReportDesignTask getReportDesignTask()
        Returns the report design task that has been registered.
        Returns:
      • setReportDesignTask

        public static void setReportDesignTask(ReportDesignTask rdTask)
        Sets a ReportDesignTask implementation object. NOTE: The implementation object to be passed to this method is called from the OSGi-plugin com.mro.report.birt.designprovider. This method should not be called through other means.
        Parameters:
        rdTask -