| author | Vrishali Doke | 2012-05-17 04:38:17 (EDT) |
|---|---|---|
| committer | Stephan Born | 2012-06-15 10:40:46 (EDT) |
| commit | 59faea143069dc3f470caaaa60e59e6b35538655 (patch) (side-by-side diff) | |
| tree | f5f40be56fc83f59e9b315576ea7192ad670d434 | |
| parent | fa8bcf431181f14052894c728f5e8d80cfd25c31 (diff) | |
| download | org.eclipse.stardust.documentation-59faea143069dc3f470caaaa60e59e6b35538655.zip org.eclipse.stardust.documentation-59faea143069dc3f470caaaa60e59e6b35538655.tar.gz org.eclipse.stardust.documentation-59faea143069dc3f470caaaa60e59e6b35538655.tar.bz2 | |
CRNT-24812 - Updated key descriptor
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/documentation@56409 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | org.eclipse.stardust.docs.dev/html/handbooks/modelling/mg-defdesk-9.htm | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/org.eclipse.stardust.docs.dev/html/handbooks/modelling/mg-defdesk-9.htm b/org.eclipse.stardust.docs.dev/html/handbooks/modelling/mg-defdesk-9.htm index b61703a..f0af6dd 100644 --- a/org.eclipse.stardust.docs.dev/html/handbooks/modelling/mg-defdesk-9.htm +++ b/org.eclipse.stardust.docs.dev/html/handbooks/modelling/mg-defdesk-9.htm @@ -119,12 +119,16 @@ Concepts</a> handbook. <p class="image"><img src="images/key-desc.png"
alt="Key Descriptor"><br>
<strong>Figure:</strong> Defining Key Descriptor</p>
-<p>When defining key descriptors following rules are applied for IN data path in response to OUT data path.
+<p>When defining key descriptors following rules are applied for IN data path as well as OUT data path: </p>
<ul>
- <li>the data defined in the modeler should be of primitive type and without any data path</li>
+ <li>the data used in descriptor should be of primitive type with no data path defined</li> + + <p>OR</p>
- <li>the data should be of structured type and indexed. Also, the data path should result into java primitive</li>
+ <li>the data used in descriptor should be structured data which is indexed. + It should have the data path defined which results into java primitive type. +</li> </ul>
<h4>Key Descriptors in the @productname@ Portal - Use Cases</h4>
<ul>
|

