Package org.camunda.bpm.application
Interface ProcessApplicationRegistration
- All Known Implementing Classes:
DefaultProcessApplicationRegistration
public interface ProcessApplicationRegistration
Represents a registration of a process application with a process engine
- Author:
- Daniel Meyer
- See Also:
-
Method Summary
-
Method Details
-
getDeploymentIds
- Returns:
- the id of the
Deployment
for which the registration was created
-
getProcessEngineName
String getProcessEngineName()- Returns:
- the name of the process engine to which the deployment was made
-