Exporting Application Template

extreme Designer
This manual is in pilot operation.

(fusion_place >= 11.1)

This feature is available only with an extreme license.

This function exports an application template, meaning all design objects included in the application. Only users authorized as Designer can execute this request.

The exported application template is in hexadecimal format and can be imported into another application.

How to Write a Request

Below is an example request for "Exporting Application Template":

<request type="EXPORT_APPLICATION_TEMPLATE" desc="Exporting Application Template">
  <parameters>
    <parameter name="APPLICATION" value="SAMPLE1"/> (1)
  </parameters>
  <contents> (2)
  </contents>
</request>
1 "Application" parameter
2 No request content required

Parameters

Specify the target application.

Parameter Key Description

APPLICATION Required

None

Specify the label of the target application.

Request Content

There is no request content.

Response Content

Below is an example response for "Exporting Application Template":

<response type="EXPORT_APPLICATION_TEMPLATE" desc="Exporting Application Template">
  <returned-contents> (1)
    1f8b080...
  </returned-contents>
  <result>
    <code>SUCCESSFUL</code> (2)
    <started-at time-zone="Asia/Tokyo">2021/01/28 09:50:04.227</started-at>
    <ended-at time-zone="Asia/Tokyo">2021/01/28 09:50:07.827</ended-at>
    <messages>
    </messages>
  </result>
</response>
1 Returned content
2 Processing result code

Returned Content

The returned content is the application template expressed in hexadecimal format. Using this file, you can import the application template and incorporate the template’s design objects into the destination application.

Message

If the result code is SUCCESSFUL, nothing is displayed in the message field.

If the result code is anything other than SUCCESSFUL, a message indicating warning or error details will be shown.