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"

Line 20: Line 20:
 
*[[Stardust/Knowledge Base/API/ExamplesofAPIUsage/AttachADocument|Attaching a document to a process instance]]<br>  
 
*[[Stardust/Knowledge Base/API/ExamplesofAPIUsage/AttachADocument|Attaching a document to a process instance]]<br>  
  
== Monitoring and reacting to Events ==
+
== Monitoring, Events and Event Actions ==
  
 
*[[Stardust/Knowledge Base/API/JavaAPICookbook/EventHandling|Event Handling]] - binding and unbinding event handler vai the API<br>  
 
*[[Stardust/Knowledge Base/API/JavaAPICookbook/EventHandling|Event Handling]] - binding and unbinding event handler vai the API<br>  
 
*[[Stardust/Knowledge Base/API/ExamplesofAPIUsage/BindingProcessTimerThroughAPI|Binding Process Timer Through API]]
 
*[[Stardust/Knowledge Base/API/ExamplesofAPIUsage/BindingProcessTimerThroughAPI|Binding Process Timer Through API]]
 +
*[[Stardust/Knowledge Base/Java API/Dynamic Event Binding| Dynamic Event Binding]] dynamic event binding of a process timer event
 
*[[Stardust/Knowledge_Base/Java_API/IWorklistMonitor_Example|IWorklistMonitor Example Implementation]] - sending push notifications or triggering other system activity when a worklist content changes<br>
 
*[[Stardust/Knowledge_Base/Java_API/IWorklistMonitor_Example|IWorklistMonitor Example Implementation]] - sending push notifications or triggering other system activity when a worklist content changes<br>
 
*[[Stardust/Knowledge_Base/Java_API/IPartitionMonitor_Example|IPartitionMonitor Example Implementation]] - triggering participant synchronization or other system activity when a new model is deployed or deleted or when users are created, enabled or disabled<br>
 
*[[Stardust/Knowledge_Base/Java_API/IPartitionMonitor_Example|IPartitionMonitor Example Implementation]] - triggering participant synchronization or other system activity when a new model is deployed or deleted or when users are created, enabled or disabled<br>
Line 59: Line 60:
 
*[[Stardust/Knowledge Base/Java API/Document Security|Document Security]]
 
*[[Stardust/Knowledge Base/Java API/Document Security|Document Security]]
  
<br>
 
 
== Events and Event Actions  ==
 
 
*[[Stardust/Knowledge Base/Java API/Dynamic Event Binding| Dynamic Event Binding]] dynamic event binding of a process timer event
 
  
 
<br>  
 
<br>  

Revision as of 00:42, 25 September 2013

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.

Process and Activity Instance Lifecycle

  • Stardust Workflow Service in Action
    • Starting a Process
    • Activating and completing an Activity
    • Aborting an Activity
    • Delegating an Activity
    • Suspending an Activity
    • Fetching the User Work List
    • Submitting Process Data

Monitoring, Events and Event Actions

Queries


Organizational Structure & Authorizations


Process Data


Document Management



Other


Back to the top