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)
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
Copyright © 2017 camunda services GmbH. All rights reserved.