<< Click to Display Table of Contents >>

Servlet

This class provides methods related to the OZD file generation function of OZ Server.


Method Detail

getOZD

public final InputStream getOZD(String item, String category, Hashtable formparam, Hashtable odiparam, boolean memoallowed, String password, String id, String pwd, HttpServletRequest request) throws Exception

Inherits an OZ Servlet server and generates one that creates OZDs. Communicates the newly generated OZ Servlet server to create OZD files.

Parameters:

item - Item name(OZR file name)

category - Category name

formparam - Form parameter

odiparam - ODI parameter

memoallowed - Password to apply when opening the OZD document

password - User ID to log in to the OZ Server

id - User password to log in to the OZ Server

pwd - HttpServletRequest

request - Report name

getOZD

public final InputStream getOZD(String item, String category, String  serverDMType, Hashtable formparam, Hashtable odiparam, Hashtable odipath, boolean memoallowed, String password, String id, String pwd, HttpServletRequest request)

Inherits an OZ Servlet server and generates one that creates OZDs. Communicates the newly generated OZ Servlet server to create OZD files.

Parameters:

item - Item name(OZR file name)

category - Category name

serverDMType - Set whether to process the data module received  from the OZ Server as memory or file.(default: memory)

formparam - Form parameter

odiparam - ODI parameter

odipath - Set whether to allow making notes in the OZD document

memoallowed - Password to apply when opening the OZD document

password - User ID to log in to the OZ Server

id - User password to log in to the OZ Server

pwd - HttpServletRequest

request - Report name

getOZD

public final InputStream getOZD(String[] item, String[] category, Hashtable[] formparam, Hashtable[] odiparam, String id, String pwd, HttpServletRequest request, String[] displayName, String[][] urls, Hashtable[] options) throws Exception

Inherits an OZ Servlet server and generates one that creates OZDs. Communicates the newly generated OZ Servlet server to create OZD files.

Parameters:

item - Item name(OZR file name)

category - Category name

formparam - Form parameter

odiparam - ODI parameter

id - User password to log in to the OZ Server

pwd - HttpServletRequest

request - Report name

displayName - Image file URL

urls - OZD save options

options - Set whether to allow making notes in the OZD document

getOZD

public final InputStream getOZD(String[] item, String[] category, Hashtable[] formparam, Hashtable[] odiparam, boolean memoallowed, String password, String id, String pwd, HttpServletRequest request, String[] displayName, String[][] urls, Hashtable[] options) throws Exception

Inherits an OZ Servlet server and generates one that creates OZDs. Communicates the newly generated OZ Servlet server to create OZD files.

Parameters:

item - Item name(OZR file name)

category - Category name

formparam - Form parameter

odiparam - ODI parameter

memoallowed - Password to apply when opening the OZD document

password - User ID to log in to the OZ Server

id - User password to log in to the OZ Server

pwd - HttpServletRequest

request - Report name

displayName - Image file URL

urls - OZD save options

options - Set whether to allow making notes in the OZD document

getOZD

public final InputStream getOZD(String[] item, String[] category, String serverDMType, Hashtable[] formparam, Hashtable[] odiparam, boolean memoallowed, String password, String id, String pwd, HttpServletRequest request, String[] displayName, String[][] urls, Hashtable[] options) throws Exception

Inherits an OZ Servlet server and generates one that creates OZDs. Communicates the newly generated OZ Servlet server to create OZD files.

Parameters:

item - Item name(OZR file name)

category - Category name

serverDMType - Set whether to process the data module received  from the OZ Server as memory or file.(default: memory)

formparam - Form parameter

odiparam - ODI parameter

memoallowed - Password to apply when opening the OZD document

password - User ID to log in to the OZ Server

id - User password to log in to the OZ Server

pwd - HttpServletRequest

request - Report name

displayName - Image file URL

urls - OZD save options

options - Set whether to allow making notes in the OZD document

getOZD

public final InputStream getOZD(String[] item, String[] category, String serverDMType, Hashtable[] formparam, Hashtable[] odiparam, Hashtable[] odiPaths, boolean memoallowed, String password, String id, String pwd, HttpServletRequest request, String[] displayName, String[][] urls, Hashtable[] options, Hashtable[] fxURLs) throws Exception

Inherits an OZ Servlet server and generates one that creates OZDs. Communicates the newly generated OZ Servlet server to create OZD files.

Parameters:

item - Item name(OZR file name)

category - Category name

serverDMType - Set whether to process the data module received  from the OZ Server as memory or file.(default: memory)

formparam - Form parameter

odiparam - ODI parameter

odiPaths - Set whether to allow making notes in the OZD document

memoallowed - Password to apply when opening the OZD document

password - User ID to log in to the OZ Server

id - User password to log in to the OZ Server

pwd - HttpServletRequest

request - Report name

displayName - Imgae file URL

urls - OZD save options

options - Set whether to allow making notes in the OZD document

fxURLs - Framework URL of FX data and character set

getOZDWithSDM

public final InputStream getOZDWithSDM(String item, String category, Hashtable sdm, Hashtable formParam, boolean memoallowed, String password, String id, String pwd, HttpServletRequest request) throws Exception

Gets a report file and SDM file and creates and gets an OZD file.

Parameters:

item - Item name(OZR file name)

category - Category name

sdm - Information of the SDM that will create the OZD file

formparam - Form parameter

memoallowed - Whether to allow making notes in the OZD document

password - The password to apply when opening the OZD document

id - User ID to log in to the OZ Server

pwd - User password to log in to the OZ Server

request - HttpServletRequest