|
|
|
eClarus Business Process Modeler
SDK
|
eClarus Business Process Modeler is customizable. The SDK contains the following information:
Java Model API
eClarus uses Eclipse EMF to model BPMN objects and properties. The SDK includes two model plugins generated by EMF:com.eclarus.model.bpmn and com.eclarus.model.common.
Customizing WORD-based Document Template
eClarus Business Process Modeler can generate Microsoft Word and HTML documents based on a document template. You can use eClarus Java model API to customize your template.
The SDK includes the default template bundled with the product. You can use the default template as the base to build your own template.
Designing a Report using the BIRT Report Designer
You can create a customized report on a business process model using the BIRT report designer, an Eclipse-based open-source reporting system that is
included as part of the eClarus Business Process Modeler product family.
The SDK includes the default BIRT report bundled with this product. You can use the default report as the base to build your own report.
You can download the SDK
here, and extract the SDK to create three Eclipse projects:com.eclarus.model.bpmn, com.eclarus.model.common and reportsdk. Use Eclipse Import command
to import three projects into workspace and read on-line help on how to customize report or create a new report
|
|