| author | Vrishali Doke | 2012-11-22 03:46:33 (EST) |
|---|---|---|
| committer | Sven Rottstock | 2012-11-22 03:46:33 (EST) |
| commit | bc3b1ab01e8e555de52c99352cab73d956e5c2bf (patch) (side-by-side diff) | |
| tree | 149cbc27386eff5e2e208557d9bfbdf42d701687 | |
| parent | c829f8d97f575c32959c354854c30c9e8cc712ab (diff) | |
| download | org.eclipse.stardust.documentation-bc3b1ab01e8e555de52c99352cab73d956e5c2bf.zip org.eclipse.stardust.documentation-bc3b1ab01e8e555de52c99352cab73d956e5c2bf.tar.gz org.eclipse.stardust.documentation-bc3b1ab01e8e555de52c99352cab73d956e5c2bf.tar.bz2 | |
CRNT-26895 - Updated structure type properties
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/documentation@61017 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/images/del-ele.png | bin | 0 -> 875 bytes | |||
| -rw-r--r-- | org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/images/element-type.png | bin | 0 -> 4341 bytes | |||
| -rw-r--r-- | org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/images/field-prop.png | bin | 0 -> 7720 bytes | |||
| -rw-r--r-- | org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/images/moveup.png | bin | 0 -> 805 bytes | |||
| -rw-r--r-- | org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-struct-type.htm | 37 |
5 files changed, 29 insertions, 8 deletions
diff --git a/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/images/del-ele.png b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/images/del-ele.png Binary files differnew file mode 100644 index 0000000..e5b2424 --- a/dev/null +++ b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/images/del-ele.png diff --git a/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/images/element-type.png b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/images/element-type.png Binary files differnew file mode 100644 index 0000000..d7044d5 --- a/dev/null +++ b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/images/element-type.png diff --git a/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/images/field-prop.png b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/images/field-prop.png Binary files differnew file mode 100644 index 0000000..6934fe7 --- a/dev/null +++ b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/images/field-prop.png diff --git a/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/images/moveup.png b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/images/moveup.png Binary files differnew file mode 100644 index 0000000..8fcefda --- a/dev/null +++ b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/images/moveup.png diff --git a/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-struct-type.htm b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-struct-type.htm index 2c619c4..3e312a0 100644 --- a/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-struct-type.htm +++ b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-struct-type.htm @@ -78,21 +78,41 @@ node in the <strong>My Process Models</strong> panel.</p> <li>Enumeration - Select this option to create enumeration types. It means that data object is of type string and
accepts values from the list of values.</li>
<li>Add Elements - Click the Add icon<img src="images/add-element.png"> to add elements for structured type.
+
<ul>
- <li>Element - Specify name for the element</li>
- <li>Type - Select data type from the drop-down list</li>
+ <li>Element - Specify name for the element in the <new> cell. For Enumeration type, you need to specify only element name.</li>
+ <p class="image"><img src="images/element-type.png" alt=""> <br>
+ <strong>Figure:</strong> Element Name</p>
+
+ <li>Type - Select type from the drop-down list for structured type. It lists Primitive data types and structure types from the current model.
+ If you select the structure type of the current model from the list then the nested structure gets created.
+ </li>
<p class="image"><img src="images/type.png" alt=""> <br>
+ <strong>Figure:</strong> Type</p>
<li>Cardinality - Select cardinality from the drop-down list</li>
<p class="image"><img src="images/card.png" alt=""> <br>
+ <strong>Figure:</strong> Structured Type - Cardinality</p>
</ul></li>
<p class="image"><img src="images/element.png" alt=""> <br>
+ <strong>Figure:</strong> Structured Type - Element</p>
+ <p>To delete the specified element, select the element and click the <strong>Delete</strong> <img src="images/del-ele.png"> icon.
+ Also, to change the order of the elements click the <strong>Move Up</strong> and <strong>Move Down</strong> <img src="images/moveup.png"> icons.</p>
+
<li>Field Properties - You can define field properties for each field.
- For more information, please refer to the section
- <span class="showReference">
-<a href="PLUGINS_ROOT/org.eclipse.stardust.docs.dev/html/handbooks/modelling/data-integration/mg-integration-lego.html#field">Defining Field Level Presentation for Structure Data</a>
- </span><span class="hideReference">
- <strong>Defining Field Level Presentation for Structure Data</strong></span>
- of the chapter
+ <ul>
+ <li>General - It contains Persistent and Key properties. </li>
+ <li>UI - It contains UI level properties.</li>
+ </ul>
+
+ <p class="image"><img src="images/field-prop.png" alt=""> <br>
+ <strong>Figure:</strong> Structured Type - Field Properties</p>
+ To define the field properties, perform the following steps:
+ <ul>
+ <li>Select the field from the Element pane</li>
+ <li>Select the check box or specify the value</li>
+ </ul>
+
+ For more information, please refer to the chapter
<span class="showReference">
<a href="PLUGINS_ROOT/org.eclipse.stardust.docs.dev/html/handbooks/modelling/data-integration/mg-integration-lego.html">Structured Data Types</a>
</span><span class="hideReference">
@@ -105,6 +125,7 @@ node in the <strong>My Process Models</strong> panel.</p> </li>
<li>Comments - Click the <strong>Comments</strong> tab. Add comment in the text box and click <strong>Submit</strong>.</li>
<p class="image"><img src="images/comment.png" alt=""> <br>
+ <strong>Figure:</strong> Structured Type - Comments</p>
</ul></li>
</ul>
|

