org.camunda.bpm
Class BpmPlatform
java.lang.Object
org.camunda.bpm.BpmPlatform
public final class BpmPlatform
- extends Object
Provides access to the camunda BPM platform services.
- Author:
- Daniel Meyer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JNDI_NAME_PREFIX
public static final String JNDI_NAME_PREFIX
- See Also:
- Constant Field Values
APP_JNDI_NAME
public static final String APP_JNDI_NAME
- See Also:
- Constant Field Values
MODULE_JNDI_NAME
public static final String MODULE_JNDI_NAME
- See Also:
- Constant Field Values
PROCESS_ENGINE_SERVICE_NAME
public static final String PROCESS_ENGINE_SERVICE_NAME
- See Also:
- Constant Field Values
PROCESS_APPLICATION_SERVICE_NAME
public static final String PROCESS_APPLICATION_SERVICE_NAME
- See Also:
- Constant Field Values
PROCESS_ENGINE_SERVICE_JNDI_NAME
public static final String PROCESS_ENGINE_SERVICE_JNDI_NAME
- See Also:
- Constant Field Values
PROCESS_APPLICATION_SERVICE_JNDI_NAME
public static final String PROCESS_APPLICATION_SERVICE_JNDI_NAME
- See Also:
- Constant Field Values
BpmPlatform
public BpmPlatform()
getProcessEngineService
public static ProcessEngineService getProcessEngineService()
getProcessApplicationService
public static ProcessApplicationService getProcessApplicationService()
getDefaultProcessEngine
public static ProcessEngine getDefaultProcessEngine()
Copyright © 2017 camunda services GmbH. All rights reserved.