| author | Vrishali Doke | 2012-04-03 05:21:27 (EDT) |
|---|---|---|
| committer | Stephan Born | 2012-06-15 10:38:30 (EDT) |
| commit | a9c71e512d7edc03bf4c6fc3812608f8073eb563 (patch) (side-by-side diff) | |
| tree | 3a96dda0674d675d1acc1c223265c4136fb3ad31 | |
| parent | f5ec44ac305cc75e7a69b1fe1969b5701a132980 (diff) | |
| download | org.eclipse.stardust.documentation-a9c71e512d7edc03bf4c6fc3812608f8073eb563.zip org.eclipse.stardust.documentation-a9c71e512d7edc03bf4c6fc3812608f8073eb563.tar.gz org.eclipse.stardust.documentation-a9c71e512d7edc03bf4c6fc3812608f8073eb563.tar.bz2 | |
CRNT-24408 - Updated for qualified ID
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/documentation@55223 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | org.eclipse.stardust.docs.dev/html/handbooks/operation/commandline/ag-commandline-4.htm | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/org.eclipse.stardust.docs.dev/html/handbooks/operation/commandline/ag-commandline-4.htm b/org.eclipse.stardust.docs.dev/html/handbooks/operation/commandline/ag-commandline-4.htm index eac1418..f4f960b 100644 --- a/org.eclipse.stardust.docs.dev/html/handbooks/operation/commandline/ag-commandline-4.htm +++ b/org.eclipse.stardust.docs.dev/html/handbooks/operation/commandline/ag-commandline-4.htm @@ -633,13 +633,30 @@ set and the migration process continues until it is complete.</p> two hours with a batch size of 300 would look like the following:</p>
<pre>console migraterepository -batchSize 300 -timeLimit 120</pre>
<h2 id="multimodel">Multi-Model Environment</h2>
+ +<p>In all methods referring to top model elements via ID, the qualified ID of the model element +can be used. The qualified ID is defined as: +<pre>'{' + model-id + '}' + element-id +</pre> + + + + + <p>If participants have duplicate IDs in multi-model environment then
-qualified ID should be used to execute the createuser and modifyuser commands.</p>
+qualified ID should be used to execute the <tt>createuser</tt> and <tt>modifyuser</tt> commands.</p> <h3>Example Command for Multi-Model Environment</h3>
-<p>Createuser example:</p>
+<p>In the following examples, Consumer1 is the model ID and Role1 is the element ID which makes a quaulified ID. +<h4>Create User Example</h4> +<pre> +-u motu -p motu createuser -account "Test_user1" -addgrants {Consumer1}Role1 +</pre> +<h4>Modify User example:</h4> <pre>
--u motu -p motu modifyuser -account "Test_user1" -addgrants {Consumer1}SurgeRole1
+-u motu -p motu modifyuser -account "Test_user1" -addgrants {Consumer1}Role1 </pre>
+ + <h2 id="list">Retrieving Model Version Tree Information</h2>
<p>The console command <tt>-list</tt> can be used to display all model
versions deployed. The model versions are displayed in the following
|

