Table of Contents
This chapter describes how to start playing with Nova Orchestra:
How to develop a simple application by leveraging Orchestra APIs
Actually, one API is developed in Nova Orchestra RC6. Others APIs will be available in the future versions of Nova Orchestra.
QueryRuntimeAPI: to get recorded/runtime informations for instances and activities. It allows also to get activities per state. Then operations in this API applies to process instances and activity instances.
Hereafter you will find an example on how to access to the QueryRuntimeAPI from your client application:
QuerierRuntimeAPI querierRuntimeAPI = new RemoteDeployerImpl();
For a detailed insight on Nova Orchestra APIs, please take a look to the Nova Orchestra javadoc APIs (available under /javadoc directory)