public interface ProcessEnginePluginXml
Java API representation of a ProcessEnginePlugin
configuration inside a deployment descriptor.
Modifier and Type | Method and Description |
---|---|
String |
getPluginClass()
returns the fully qualified classname of the plugin
|
Map<String,String> |
getProperties() |
String getPluginClass()
Map<String,String> getProperties()
ProcessEnginePlugin
class (see
getPluginClass()
). This means that each property
name used here must be a bean property name on the plugin class
and the bean property must be of type
String
, Integer
or Boolean
.Copyright © 2015. All rights reserved.