Class ReportIncrementalFetchTransform

  • All Implemented Interfaces:
    AppTransform, Transform

    public class ReportIncrementalFetchTransform
    extends AbstractReportTransform
    Title: MSTR Web Transform Component: ReportIncrementalFetchTransform Description: Provides report bean a grid view Copyright: Copyright (c) 2001 Company: MicroStrategy
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Detail

      • increFetchBlockCountOnRow

        protected FormalParameter increFetchBlockCountOnRow
        This is the incremental fetch step on row used in the transform.
        Allowed values: positive integer values
      • imgFirstArrow

        protected FormalParameter imgFirstArrow
        Deprecated.
        We now use CSS classes to render images.
        This is the image name for first arrow used in the transform.
        Allowed values: a valid image file name, with any necessary path information not included already on the resourcesFolderImage application configuration parameter.
      • imgFirstArrowDisabled

        protected FormalParameter imgFirstArrowDisabled
        Deprecated.
        We now use CSS classes to render images.
        This is the image name for disabled first arrow used in the transform.
        Allowed values: a valid image file name, with any necessary path information not included already on the resourcesFolderImage application configuration parameter.
      • imgLeftArrow

        protected FormalParameter imgLeftArrow
        Deprecated.
        We now use CSS classes to render images.
        This is the image name for left arrow used in the transform.
        Allowed values: a valid image file name, with any necessary path information not included already on the resourcesFolderImage application configuration parameter.
      • imgLeftArrowDisabled

        protected FormalParameter imgLeftArrowDisabled
        Deprecated.
        We now use CSS classes to render images.
        This is the image name for disabled left arrow used in the transform.
        Allowed values: a valid image file name, with any necessary path information not included already on the resourcesFolderImage application configuration parameter.
      • imgRightArrow

        protected FormalParameter imgRightArrow
        Deprecated.
        We now use CSS classes to render images.
        This is the image name for right arrow used in the transform.
        Allowed values: a valid image file name, with any necessary path information not included already on the resourcesFolderImage application configuration parameter.
      • imgRightArrowDisabled

        protected FormalParameter imgRightArrowDisabled
        Deprecated.
        We now use CSS classes to render images.
        This is the image name for disabled right arrow used in the transform.
        Allowed values: a valid image file name, with any necessary path information not included already on the resourcesFolderImage application configuration parameter.
      • imgLastArrow

        protected FormalParameter imgLastArrow
        Deprecated.
        We now use CSS classes to render images.
        This is the image name for last arrow used in the transform.
        Allowed values: a valid image file name, with any necessary path information not included already on the resourcesFolderImage application configuration parameter.
      • imgLastArrowDisabled

        protected FormalParameter imgLastArrowDisabled
        Deprecated.
        We now use CSS classes to render images.
        This is the image name for disabled last arrow used in the transform.
        Allowed values: a valid image file name, with any necessary path information not included already on the resourcesFolderImage application configuration parameter.
    • Constructor Detail

      • ReportIncrementalFetchTransform

        public ReportIncrementalFetchTransform()
        default no-args constructor.
        It created the formal parameters and assign default values to them.
    • Method Detail

      • shouldDisplayIncrementalFetch

        public boolean shouldDisplayIncrementalFetch()
        Test for the conditions required for incremetal fetch to be rendered
        Returns:
        true if incremetal fetch is to be rendered.
        Since:
        MicroStrategy Web 8.0.0
      • getIncrementalFetchComponent

        protected IncrementalFetch getIncrementalFetchComponent()
        Since:
        MicroStrategy Web 9.0.0
      • getDescription

        public java.lang.String getDescription()
        Return description for this Transform.
        Returns:
        description for this Transform