Class DataImportTransform

    • Field Detail

      • BLP_DIPARAMS_PRIV_IMPORT_DB

        protected static final java.lang.String BLP_DIPARAMS_PRIV_IMPORT_DB
        See Also:
        Constant Field Values
      • BLP_DIPARAMS_PRIV_CREATE_REPORT

        protected static final java.lang.String BLP_DIPARAMS_PRIV_CREATE_REPORT
        See Also:
        Constant Field Values
      • BLP_DIPARAMS_PRIV_CREATE_ANALYSIS

        protected static final java.lang.String BLP_DIPARAMS_PRIV_CREATE_ANALYSIS
        See Also:
        Constant Field Values
      • BLP_DIPARAMS_PRIV_CREATE_RWD

        protected static final java.lang.String BLP_DIPARAMS_PRIV_CREATE_RWD
        See Also:
        Constant Field Values
      • BLP_DIPARAMS_UPLOAD_SIZE_LIMIT

        protected static final java.lang.String BLP_DIPARAMS_UPLOAD_SIZE_LIMIT
        See Also:
        Constant Field Values
      • BLP_DIPARAMS_CUBE_QUOTE

        protected static final java.lang.String BLP_DIPARAMS_CUBE_QUOTE
        See Also:
        Constant Field Values
      • BLP_DIPARAMS_STATUS_CODE

        protected static final java.lang.String BLP_DIPARAMS_STATUS_CODE
        See Also:
        Constant Field Values
      • BLP_DIPARAMS_FOLDER_ID

        protected static final java.lang.String BLP_DIPARAMS_FOLDER_ID
        See Also:
        Constant Field Values
      • BLP_DIPARAMS_CUBE_NAME

        protected static final java.lang.String BLP_DIPARAMS_CUBE_NAME
        See Also:
        Constant Field Values
      • BLP_DIPARAMS_CUBE_DESC

        protected static final java.lang.String BLP_DIPARAMS_CUBE_DESC
        See Also:
        Constant Field Values
      • BLP_DIPARAMS_REPORT_ID

        protected static final java.lang.String BLP_DIPARAMS_REPORT_ID
        See Also:
        Constant Field Values
      • BLP_DIPARAMS_MESSAGE_ID

        protected static final java.lang.String BLP_DIPARAMS_MESSAGE_ID
        See Also:
        Constant Field Values
      • BLP_DIPARAMS_ANALYSIS_ID

        protected static final java.lang.String BLP_DIPARAMS_ANALYSIS_ID
        See Also:
        Constant Field Values
      • BLP_DIPARAMS_SOURCE_ID

        protected static final java.lang.String BLP_DIPARAMS_SOURCE_ID
        See Also:
        Constant Field Values
      • BLP_DIPARAMS_ENABLE_URL_IMPORT

        protected static final java.lang.String BLP_DIPARAMS_ENABLE_URL_IMPORT
        See Also:
        Constant Field Values
      • BLP_DIPARAMS_ENABLE_HTTP_IMPORT

        protected static final java.lang.String BLP_DIPARAMS_ENABLE_HTTP_IMPORT
        See Also:
        Constant Field Values
      • BLP_DIPARAMS_ENABLE_FTP_IMPORT

        protected static final java.lang.String BLP_DIPARAMS_ENABLE_FTP_IMPORT
        See Also:
        Constant Field Values
      • BLP_DIPARAMS_ENABLE_FILE_IMPORT

        protected static final java.lang.String BLP_DIPARAMS_ENABLE_FILE_IMPORT
        See Also:
        Constant Field Values
    • Constructor Detail

      • DataImportTransform

        public DataImportTransform()
    • Method Detail

      • isDataImportError

        protected boolean isDataImportError​(int code)
      • createDIParamsBlock

        protected Block createDIParamsBlock​(MarkupOutput out)
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: Transform
        Returns a textual description of the transform.
        Returns:
        The textual description of the transform.
      • renderShell

        public void renderShell​(MarkupOutput out)
        Description copied from class: AbstractAppTransform

        Generates the shell for this Transform.

        The shell is a <div> tag that automatically surrounds the content generated by the Transform. It's used among other things by the javascript to identify the HTML associated with a bone, and by the iFrame update technology to identify a component in the page.

        The attributes to append to this <div> are obtained from the getAttributesShellDiv method; the style from the getStyleShellDiv method.
        This method calls renderCssLink and checkStatus to generate the Transform's content.
        Overrides:
        renderShell in class AbstractAppTransform
        Parameters:
        out - output by this transform
      • createErrorBlock

        public static Block createErrorBlock​(java.lang.Exception ex,
                                             MarkupOutput out)