Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Deprecated API

Deprecated Methods
com.flexstor.remote.script.ScriptableFrame.GetServerName()
          Use getValueAsString. DEPRECATED - Use getValueAsString. IE: get Value As String of Frame theFrame using "server" 
com.flexstor.remote.script.ScriptableFrame.SetFileName(String)
          use addData instead IE: add Data of Frame theFrame using \"filename=aFile.TIF\""); 
com.flexstor.remote.script.ScriptableFrame.SetFileSize(String)
          Use addData instead. IE: addData("filesize=100"); 
com.flexstor.remote.script.ScriptableFrame.SetHeight(String)
          Use addData instead. IE: addData("height=100"); 
com.flexstor.remote.script.ScriptableFrame.SetImageType(String)
          Use addData and pass in the role ID of the Role you want the new Child asset to have. add Data of Frame theFrame using \"roleid=3\" (3 is for thumbnail)" ); 
com.flexstor.remote.script.ScriptableFrame.SetWidth(String)
          Use addData instead. IE: addData("width=100"); 
com.flexstor.remote.script.ScriptableFrame.SetXRes(String)
          Use addData instead. add Data of Frame theFrame using \"xres=100\"" ); 
com.flexstor.remote.script.ScriptableFrame.SetYRes(String)
          Use addData instead. IE: addData("yres=100");