Interface ProcessEnginePluginXml
-
- All Known Implementing Classes:
ProcessEnginePluginXmlImpl
public interface ProcessEnginePluginXmlJava API representation of a
ProcessEnginePluginconfiguration inside a deployment descriptor.- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPluginClass()returns the fully qualified classname of the pluginMap<String,String>getProperties()
-
-
-
Method Detail
-
getPluginClass
String getPluginClass()
returns the fully qualified classname of the plugin
-
getProperties
Map<String,String> getProperties()
- Returns:
- a set of additional properties. The properties are directly set on
the
ProcessEnginePluginclass (seegetPluginClass()). 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 typeString,IntegerorBoolean.
-
-