public interface ProcessEngineXml
Java API representation of a ProcessEngine definition inside an XML deployment descriptor.
Modifier and Type | Method and Description |
---|---|
String |
getConfigurationClass() |
String |
getDatasource() |
String |
getJobAcquisitionName() |
String |
getName() |
List<ProcessEnginePluginXml> |
getPlugins() |
Map<String,String> |
getProperties() |
boolean |
isDefault() |
String getName()
boolean isDefault()
String getConfigurationClass()
ProcessEngineConfiguration
. If no value is specified,
StandaloneProcessEngineConfiguration
is used.String getDatasource()
Map<String,String> getProperties()
ProcessEngineConfiguration
class (see
getConfigurationClass()
). This means that each property
name used here must be a bean property name on the process engine
configuration class and the bean property must be of type
String
, Integer
or Boolean
.String getJobAcquisitionName()
List<ProcessEnginePluginXml> getPlugins()
ProcessEnginePlugin
definitions.Copyright © 2015. All rights reserved.