-
Notifications
You must be signed in to change notification settings - Fork 1
Integrating Adapter
Most of the integration need for activating the adapter is done in the cloudpier-core/governance/ems module and specially the ExecutionManagementServiceModule class. In ExecutionManagementServiceModule class most of the methods are calling directly the Remote Adapter code. Also in order to make the Remote Adapter available to Cloud Pier Core, the file that consisted the Remode adapter has to be placed to cloudpier-core/governance/governance-ems/extras folder and create a method of ExecutionManagementServiceModule class that finds this Adapter. In case of Java implementation of Adapter, this would be a .war file produced after the build of the new Adapter.
Whenever using a Remote Adapter is not possible, a local adapter implementation can be used by editing the cloudpier-core/adapter module