ProcessEnginePlugin dplPlugin = getDeploymentPlugin();
if(processEnginePlugin !=null)
{
List<DeploymentRef> dpls = dplPlugin.getDeployments();
return createJsonResponse(
new DeploymentRefWrapper(dpls)
);
}
else
{
log.error("ProcessEnginePlugin not available");