Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Stardust/Knowledge Base/Java API"

(JAVA API Cookbook)
Line 7: Line 7:
 
<br>  
 
<br>  
  
*[[STP/Stardust/KnowledgeBase/API/JavaAPICookbook/QueryingWorklists|Querying Worklist]] - querying differnt user, usergroup, role or organization worklists based on different predicates  
+
*[[STP/Stardust/KnowledgeBase/API/JavaAPICookbook/QueryingWorklists|Querying Worklists]] - querying different user, user group, role or organization worklists based on different predicates  
 +
*[[STP/Stardust/KnowledgeBase/API/JavaAPICookbook/Querying_Workflow_and_Runtime|Querying Worklow and Runtime Information]] - querying e.g. model information, users having a certain role, the logged in user,...
 
*[[STP/Stardust/KnowledgeBase/API/JavaAPICookbook/EventHandling|Event Handling]] - binding and unbinding event handler vai the API  
 
*[[STP/Stardust/KnowledgeBase/API/JavaAPICookbook/EventHandling|Event Handling]] - binding and unbinding event handler vai the API  
 
*[[STP/Stardust/KnowledgeBase/API/JavaAPICookbook/Stardust Workflow Service in Action|Stardust Workflow Service in Action]] - Starting processes, controlling the activity instance life cycle via the API, submitting process data, etc.
 
*[[STP/Stardust/KnowledgeBase/API/JavaAPICookbook/Stardust Workflow Service in Action|Stardust Workflow Service in Action]] - Starting processes, controlling the activity instance life cycle via the API, submitting process data, etc.
  
 
<br>
 
<br>

Revision as of 00:38, 6 December 2011

JAVA API Cookbook

NOTE to authors: Please make sure to specify the version on which the example was tested. 
All version numbers < 7.0 refer to the Infinity Process Platform (IPP)


NOTE: The ServiceFactory caches the authenticated Stardust services for the user. For use in a production environment it is important that the clients cache the ServiceFactory per user. Not caching the ServiceFactory means that a new login will be performed for every interaction with the engine.



Back to the top