Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage"

(Tutorials:- Stardust API's and Performing Queries.)
Line 11: Line 11:
 
:*Process instances  
 
:*Process instances  
 
:*Status of a process instance  
 
:*Status of a process instance  
:*History of a process  
+
:*History of a process
</dd>
+
  
 +
<br>
  
 +
<br>
  
 
*List data mappings of an activity  
 
*List data mappings of an activity  
Line 23: Line 24:
 
*&lt;a href="STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/CompleteAPIExample"&gt;Complete Stardust API Example&lt;/a&gt;<br>
 
*&lt;a href="STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/CompleteAPIExample"&gt;Complete Stardust API Example&lt;/a&gt;<br>
  
:*&lt;a href="STP/Stardust/KnowledgeBase/API/DMSJavaAPIExample"&gt;DMS Java API Examples&lt;/a&gt;<br><br>  
+
:*DMS Java API Examples<br><br>
&lt;/dd&gt;
+
  
 +
<br>
  
 +
<br>
  
 
<br>  
 
<br>  
  
 
<br>
 
<br>

Revision as of 05:07, 29 November 2011

APIs for embedded usage

Tutorials:- Stardust API's and Performing Queries.

  • <a href="STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/Initialization">Initialization</a>
  • <a href="STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/StartProcess">Start a process</a>
  • <a href="STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/CompleteAnActivity">Complete an activity</a>
  • Attach a document
  • Executing queries
  • Process instances
  • Status of a process instance
  • History of a process



  • List data mappings of an activity
  • <a href="STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/ActivityEventHibernateInitially">Checking Activity Event and Hibernate initially Status</a>
  • <a href="STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/GeneratingRoleBasedAPI">Generating role/grant-based Stardust API queries</a>
  • <a href="STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/StartingPIDocumentAttachments">Starting a process instance with document attachments via the Stardust WS-API</a>
  • <a href="STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/SupportCaseJavaAPI">Executing the Support Case example using the Stardust Java API</a>
  • <a href="STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/CompleteAPIExample">Complete Stardust API Example</a>
  • DMS Java API Examples





Back to the top