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 java.util.Set<java.lang.String>
getDeploymentIds()
java.lang.String
getProcessEngineName()
-
-
-
Method Detail
-
getDeploymentIds
java.util.Set<java.lang.String> getDeploymentIds()
- Returns:
- the id of the
Deployment
for which the registration was created
-
getProcessEngineName
java.lang.String getProcessEngineName()
- Returns:
- the name of the process engine to which the deployment was made
-
-