プランのパラメータは、installPath だけです。
N1 SPS ブラウザインタフェースの「Application Deployment」セクションで「Components」をクリックします。
フォルダを、/com/sun/n1aa/GDS に変更します。
作成された GDS コンポーネントの「Details」リンクをクリックします。
isOnline プロシージャのチェックボックスを選択します。
「Generate Plan With Checked Procedures」リンクをクリックします。
プラン名を、Isgds-component-nameOnlinePlan の形式で入力します。
gds-component-name は、「GDSResourceType を使用して GDS コンポーネントを作成する」の項で作成したコンポーネント名です。
XML テキストの <executionPlan> 要素で、属性名を Isgds-component-nameOnlinePlan に変更します。
<simpleSteps> 要素の前に、プランのパラメータとして installPath を追加します。
たとえば、次のようなテキストを含めてプランのパラメータを挿入します。
<paramList> <param name="installPath" default="" prompt="Install path of the GDS component"></param> </paramList>
XML テキストの <installedComponent> 要素に、installPath=':[installPath]' 属性を追加します。
たとえば、installPath を追加する前は次のようになっています。
<call blockName='isOnline'> <installedComponent name='gds' versionOp='=' version='1.0' path='/com/sun/n1aa/GDS'></installedComponent> </call>
installPath を追加したあとは、次のようになります。
<call blockName='isOnline'> <installedComponent name='gds' versionOp='=' version='1.0' path='/com/sun/n1aa/GDS' installPath=':[installPath]'></installedComponent> </call>
「Check In」をクリックします。
「Continue to Check In」をクリックします。