Chapter 6. Developer's guide

Table of Contents

6.1. Nova Orchestra APIs
6.1.1. Getting started with Nova Orchestra APIs

This chapter describes how to start playing with Nova Orchestra:

6.1. Nova Orchestra APIs

6.1.1. Getting started with Nova 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)