com.ibm.ism.script.webclient.beans.autoscript

Class CreateScriptDialogBean

    • Constructor Detail

      • CreateScriptDialogBean

        public CreateScriptDialogBean()
    • Method Detail

      • initialize

        protected void initialize()
                           throws java.rmi.RemoteException,
                                  MXException
        Description copied from class: AppBean
        Typically called after the DataBean gets a new MboSetRemote On the MboSetRemote it sets the app, the app defaults, user defaults If the remote is an instanceof NonPersistentMboSetRemote then setup is called on it and
        Overrides:
        initialize in class AppBean
        Throws:
        java.rmi.RemoteException
        MXException
      • loadData

        public int loadData()
                     throws MXException,
                            java.rmi.RemoteException
        Import the file from the client system and set the content into Soure field in AutoScript Mbo. At present UTF-8 encoding is supported. It is possible that there may not be any error shown in the UI and in the log file when an unsupported file is imported.
        Throws:
        MXException - throws MXApplicationException
        java.rmi.RemoteException
      • complete

        public int complete()
                     throws MXException,
                            java.rmi.RemoteException
        Event fired when user click Complete button on the screen.
        Throws:
        MXException - throws MXApplicationException
        java.rmi.RemoteException