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:
ManagementService.registerProcessApplication(String, ProcessApplicationReference)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>
getDeploymentIds()
String
getProcessEngineName()
-
-
-
Method Detail
-
getDeploymentIds
Set<String> 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
-
-