intra-mart Accel Platform IM-FormatCreator 移行ガイド 初版 2014-09-01

1.intra-mart WebPlatformから情報のエクスポート

intra-mart WebPlatformから必要な情報のエクスポートにあたっては、「 移行ガイド 」の「 1.intra-mart WebPlatformから情報のエクスポート 」を参照してください。
本項では、 IM-FormatCreator の移行に必要な情報のエクスポートとして、メニューXMLの対応方法に関して記載します。
  1. メニュー XML

    intra-mart Accel Platform 上に移行した IM-FormatCreator のメニューに必要な情報は、「 IM-FormatCreator 用互換モジュール」に含まれているため、下記の手順に従って移行元環境で IM-FormatCreator のメニュー情報をエクスポートしないように設定します。
    1. intra-mart WebPlatform にグループ管理者でログインし、メニューのstandard形式(XML)エクスポートを行います。
      ファイル名は「menu.xml」とします。
    2. エクスポートした XML の編集を行います。
      「移行ガイド」の内容と合わせて以下の対応を行ってください。
      • IM-FormatCreator 向けメニューは、 intra-mart Accel Platform の移行時に自動的に追加するため、以下の内容を削除します。
        (以下は、製品標準の内容を例としていますが、変更している場合には、変更内容に合わせて該当箇所を削除してください。)
        <menu>
            <menu-type>folder</menu-type>
            <menu-id>format-creator-top</menu-id>
            <description/>
            <client-type>pc</client-type>
            <contents>in</contents>
            <url/>
            <image-path/>
            <sort-number>8</sort-number>
            <display-name>
            <locale-display-name>FormatCreator</locale-display-name>
            <locale>ja</locale>
            </display-name>
            <menu-role>
               <role-id>guest</role-id>
            </menu-role>
         </menu>
         <menu>
            <parent-menu-id>format-creator-top</parent-menu-id>
            <menu-type>folder</menu-type>
            <menu-id>fc-maintenance</menu-id>
            <description/>
            <client-type>pc</client-type>
            <contents>in</contents>
            <url/>
            <image-path/>
            <sort-number>0</sort-number>
            <display-name>
            <locale-display-name>マスタメンテナンス</locale-display-name>
            <locale>ja</locale>
            </display-name>
            <menu-role>
               <role-id>guest</role-id>
            </menu-role>
         </menu>
         <menu>
            <parent-menu-id>fc-maintenance</parent-menu-id>
            <menu-type>item</menu-type>
            <menu-id>fc-application</menu-id>
            <description/>
            <client-type>pc</client-type>
            <contents>in</contents>
            <url>format_creator/application/app_list.jssp</url>
            <image-path/>
            <sort-number>0</sort-number>
            <display-name>
            <locale-display-name>申請書メンテナンス</locale-display-name>
            <locale>ja</locale>
            </display-name>
            <menu-role>
               <role-id>guest</role-id>
            </menu-role>
         </menu>
         <menu>
            <parent-menu-id>fc-maintenance</parent-menu-id>
            <menu-type>item</menu-type>
            <menu-id>fc-relation</menu-id>
            <description/>
            <client-type>pc</client-type>
            <contents>in</contents>
            <url>format_creator/relation/app_relation_list.jssp</url>
            <image-path/>
            <sort-number>1</sort-number>
            <display-name>
            <locale-display-name>ワークフロー連携</locale-display-name>
            <locale>ja</locale>
            </display-name>
            <menu-role>
               <role-id>guest</role-id>
            </menu-role>
         </menu>
         <menu>
            <parent-menu-id>fc-maintenance</parent-menu-id>
            <menu-type>item</menu-type>
            <menu-id>fc-csv-output</menu-id>
            <description/>
            <client-type>pc</client-type>
            <contents>in</contents>
            <url>format_creator/csv/csv_app_list.jssp</url>
            <image-path/>
            <sort-number>2</sort-number>
            <display-name>
            <locale-display-name>申請書CSV出力</locale-display-name>
            <locale>ja</locale>
            </display-name>
            <menu-role>
               <role-id>guest</role-id>
            </menu-role>
         </menu>
         <menu>
            <parent-menu-id>format-creator-top</parent-menu-id>
            <menu-type>item</menu-type>
            <menu-id>fc-recycle</menu-id>
            <description/>
            <client-type>pc</client-type>
            <contents>in</contents>
            <url>format_creator/recycle/applied_app_list.jssp</url>
            <image-path/>
            <sort-number>1</sort-number>
            <display-name>
            <locale-display-name>申請書再利用</locale-display-name>
            <locale>ja</locale>
            </display-name>
            <menu-role>
               <role-id>guest</role-id>
            </menu-role>
         </menu>
        
    3. 以降は、「 移行ガイド 」に基づいて、作業を実施してください。