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.)
(Tutorials:- Stardust API's and Performing Queries.)
Line 1: Line 1:
 
== APIs for embedded usage<br>  ==
 
== APIs for embedded usage<br>  ==
  
==== Tutorials:- Stardust API's and Performing Queries.<br>  ====
+
<h4> Tutorials:- Stardust API's and Performing Queries.<br /</h4>
 
+
<ul><li><a href="STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/Initialization">Initialization</a>
*[[STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/Initialization|Initialization]]
+
</li><li><a href="STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/StartProcess">Start a process</a>
*[[STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/StartProcess|Start a process]]
+
</li><li><a href="STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/CompleteAnActivity">Complete an activity</a>
*[[STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/CompleteAnActivity|Complete an activity]]
+
</li><li>Attach a document  
*Attach a document  
+
</li><li>Executing queries
*Executing queries
+
</li></ul>
 
+
<dl><dd><ul><li>Process instances  
:*Process instances  
+
</li><li>Status of a process instance  
:*Status of a process instance  
+
</li><li>History of a process
:*History of a process
+
</li></ul>
 
+
</dd></dl>
*List data mappings of an activity  
+
<ul><li>List data mappings of an activity  
*[[STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/ActivityEventHibernateInitially|Checking Activity Event and Hibernate initially Status]]
+
</li><li><a href="STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/ActivityEventHibernateInitially">Checking Activity Event and Hibernate initially Status</a>
*[[STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/GeneratingRoleBasedAPI|Generating role/grant-based Stardust API queries]]<br>  
+
</li><li><a href="STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/GeneratingRoleBasedAPI">Generating role/grant-based Stardust API queries</a><br />  
*[[STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/StartingPIDocumentAttachments|Starting a process instance with document attachments via the Stardust WS-API]]<br>  
+
</li><li><a href="STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/StartingPIDocumentAttachments">Starting a process instance with document attachments via the Stardust WS-API</a><br />  
*[[STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/SupportCaseJavaAPI|Executing the Support Case example using the Stardust Java API]]
+
</li><li><a href="STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/SupportCaseJavaAPI">Executing the Support Case example using the Stardust Java API</a>
*[[STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/CompleteAPIExample|Complete Stardust API Example]]<br><br>
+
</li><li><a href="STP/Stardust/KnowledgeBase/API/ExamplesofAPIUsage/CompleteAPIExample">Complete Stardust API Example</a><br />  
 
+
</li></ul>
<br>  
+
<dl><dd><ul><li><a href="STP/Stardust/KnowledgeBase/API/DMSJavaAPIExample">DMS Java API Examples</a><br /><br />
 
+
</li></ul>
<br>
+
</dd></dl>
 +
<p><br />
 +
</p><p><br />
 +
</p>

Revision as of 05:02, 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>
  • <a href="STP/Stardust/KnowledgeBase/API/DMSJavaAPIExample">DMS Java API Examples</a>



Back to the top