The HITACHI Filter Property file has the following DOCTYPE declaration:
<!DOCTYPE hitachi-filter-property PUBLIC '-//Hitachi, Ltd.//DTD Filter Property 7.0//EN' 'file:///Cosminexus-installation-directory/CC/admin/dtds/hitachi-filter-property_7_0.dtd'> |
The HITACHI Filter Property file is an xml file containing the following tags. Note that you can also use the earlier versions of the property file.
Tag name | Occurrence pattern | Explanation | ||
---|---|---|---|---|
<hitachi-filter-property> | Once | Specifies the root tag. | ||
<description>#1 | Zero or more times#2 | Describes the filter. | ||
<display-name>#1 | One or more times#2 | Specifies the display name of the filter. Make sure you specify display-name with xml:lang property as en. Even if the display name of the corresponding resource is specified using the command argument, specify display-name with xml:lang as en. 1 ![]() There is no restriction on the characters to be used. When multiple filters exist, specify a unique character string for each filter. | ||
<icon>#1 | Zero or more times#2 | Defines the filter icons displayed on the Deploy tool. | ||
<small-icon> | Zero or once | Specifies the file name for small icons (16![]() | ||
<large-icon> | Zero or once | Specifies the file name for large icons (32![]() | ||
<filter-name> | Once | Specifies the filter name.#3 When multiple filters exist, specify a unique character string for each filter. | ||
<filter-class> | Once | Specifies the filter class name.#3 Specified from the package name when the package is defined. | ||
<init-param> | Zero or more times | Defines the initialization parameters. | ||
<description>#1 | Zero or more times#2 | Describes the parameters. | ||
<param-name> | Once | Specifies the name of the initialization parameter. When multiple filter names exist, specify a unique character string for each filter. | ||
<param-value> | Once | Specifies the initialization parameter value. | ||
<method-observation-timeout> | Zero or once | Specifies the timeout value for monitoring the in-process methods among the common methods in the filter. You can specify a value from 0 to 86400 (unit: seconds). When you specify 0, a timeout will not occur. The default value is 0. |