| author | Vrishali Doke | 2012-05-16 04:25:40 (EDT) |
|---|---|---|
| committer | Stephan Born | 2012-06-15 10:40:40 (EDT) |
| commit | 21224cc3d85dc8204972f44931c474186a8e52ba (patch) (side-by-side diff) | |
| tree | b4b54f16428c0d7f5c493985ad9eb330e3988c10 | |
| parent | d0850ce8d23b131c050f5bfdcc78516ffa67abc3 (diff) | |
| download | org.eclipse.stardust.documentation-21224cc3d85dc8204972f44931c474186a8e52ba.zip org.eclipse.stardust.documentation-21224cc3d85dc8204972f44931c474186a8e52ba.tar.gz org.eclipse.stardust.documentation-21224cc3d85dc8204972f44931c474186a8e52ba.tar.bz2 | |
CRNT-22336 - Updated ws api call comment for specific document
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/documentation@56380 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | org.eclipse.stardust.docs.dev/html/handbooks/programming/pg-webservice-classes.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/org.eclipse.stardust.docs.dev/html/handbooks/programming/pg-webservice-classes.html b/org.eclipse.stardust.docs.dev/html/handbooks/programming/pg-webservice-classes.html index 3f07342..0e0b3ec 100644 --- a/org.eclipse.stardust.docs.dev/html/handbooks/programming/pg-webservice-classes.html +++ b/org.eclipse.stardust.docs.dev/html/handbooks/programming/pg-webservice-classes.html @@ -221,7 +221,11 @@ information on examples provided by @productname@.</p> InputDocumentsXto
attachments)</td>
<td>if InputDocumentsXto is used, the Documents are added as
- ProcessAttachments.</td>
+ ProcessAttachments or Specific Documents. If the passed document is assigned to a document data,
+ in the JCR folder the document is persisted in is by convention:
+ <tt>/ipp-respository/partitions/<partionId>/process-instances/<yyyy>/<MM>/<dd>/<HH>/pi-<OID>/specific-documents</tt>
+ <br> If the passed document is put into the process attachments, in the JCR folder the document is persisted in is by convention:
+ <tt>/ipp-respository/partitions/<partionId>/process-instances/<yyyy>/<MM>/<dd>/<HH>/pi-<OID>/process-attachments</tt></td>
</tr>
<tr>
@@ -1586,7 +1590,11 @@ web service operations.</p> Boolean
startSynchronously, InputDocumentsXto attachments)</td>
<td>if InputDocumentsXto is used, the Documents are added as
- ProcessAttachments.</td>
+ ProcessAttachments or Specific Documents. If the passed document is assigned to a document data,
+ in the JCR folder the document is persisted in is by convention:
+ <tt>/ipp-respository/partitions/<partionId>/process-instances/<yyyy>/<MM>/<dd>/<HH>/pi-<OID>/specific-documents</tt>
+ <br> If the passed document is put into the process attachments, in the JCR folder the document is persisted in is by convention:
+ <tt>/ipp-respository/partitions/<partionId>/process-instances/<yyyy>/<MM>/<dd>/<HH>/pi-<OID>/process-attachments</tt></td>
</tr>
<tr>
<td>ProcessInstance <strong>abortProcessInstance</strong>(long) <strong>(@deprecated)</strong>
|

