org.camunda.bpm
Class BpmPlatform

java.lang.Object
  extended by org.camunda.bpm.BpmPlatform

public final class BpmPlatform
extends Object

Provides access to the camunda BPM platform services.

Author:
Daniel Meyer

Field Summary
static String APP_JNDI_NAME
           
static String JNDI_NAME_PREFIX
           
static String MODULE_JNDI_NAME
           
static String PROCESS_APPLICATION_SERVICE_JNDI_NAME
           
static String PROCESS_APPLICATION_SERVICE_NAME
           
static String PROCESS_ENGINE_SERVICE_JNDI_NAME
           
static String PROCESS_ENGINE_SERVICE_NAME
           
 
Constructor Summary
BpmPlatform()
           
 
Method Summary
static ProcessEngine getDefaultProcessEngine()
           
static ProcessApplicationService getProcessApplicationService()
           
static ProcessEngineService getProcessEngineService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

BpmPlatform

public BpmPlatform()
Method Detail

getProcessEngineService

public static ProcessEngineService getProcessEngineService()

getProcessApplicationService

public static ProcessApplicationService getProcessApplicationService()

getDefaultProcessEngine

public static ProcessEngine getDefaultProcessEngine()


Copyright © 2017 camunda services GmbH. All rights reserved.