public class EjbProcessApplicationService extends Object implements ProcessApplicationService
Exposes the ProcessApplicationService
as EJB inside the container.
Modifier and Type | Field and Description |
---|---|
protected EjbBpmPlatformBootstrap |
ejbBpmPlatform |
protected ProcessApplicationService |
processApplicationServiceDelegate
the processApplicationServiceDelegate
|
Constructor and Description |
---|
EjbProcessApplicationService() |
Modifier and Type | Method and Description |
---|---|
ProcessApplicationInfo |
getProcessApplicationInfo(String processApplicationName)
Provides information about a deployed process application
|
Set<String> |
getProcessApplicationNames() |
protected void |
initProcessEngineServiceDelegate() |
protected EjbBpmPlatformBootstrap ejbBpmPlatform
protected ProcessApplicationService processApplicationServiceDelegate
@PostConstruct protected void initProcessEngineServiceDelegate()
public Set<String> getProcessApplicationNames()
getProcessApplicationNames
in interface ProcessApplicationService
public ProcessApplicationInfo getProcessApplicationInfo(String processApplicationName)
ProcessApplicationService
Provides information about a deployed process application
getProcessApplicationInfo
in interface ProcessApplicationService
ProcessApplicationInfo
object or null if no such process application is deployed.Copyright © 2015. All rights reserved.