Interface ProcessApplicationDeploymentBuilder

All Superinterfaces:
DeploymentBuilder
All Known Implementing Classes:
ProcessApplicationDeploymentBuilderImpl

public interface ProcessApplicationDeploymentBuilder extends DeploymentBuilder

Builder for a ProcessApplication deployment

A process application deployment is different from a regular deployment. Besides deploying a set of process definitions to the database, this deployment has the additional side effect that the process application is registered for the deployment. This means that the process engine will exeute all process definitions contained in the deployment in the context of the process application (by calling the process application's ProcessApplicationInterface.execute(java.util.concurrent.Callable) method.

Author:
Daniel Meyer