Class ProcessEnginePluginXmlImpl
java.lang.Object
org.camunda.bpm.container.impl.metadata.ProcessEnginePluginXmlImpl
- All Implemented Interfaces:
ProcessEnginePluginXml
Implementation of the ProcessEnginePluginXml
descriptor
- Author:
- Daniel Meyer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionreturns the fully qualified classname of the pluginvoid
setPluginClass
(String pluginClass) void
setProperties
(Map<String, String> properties)
-
Field Details
-
pluginClass
-
properties
-
-
Constructor Details
-
ProcessEnginePluginXmlImpl
public ProcessEnginePluginXmlImpl()
-
-
Method Details
-
getPluginClass
Description copied from interface:ProcessEnginePluginXml
returns the fully qualified classname of the plugin- Specified by:
getPluginClass
in interfaceProcessEnginePluginXml
-
setPluginClass
-
getProperties
- Specified by:
getProperties
in interfaceProcessEnginePluginXml
- Returns:
- a set of additional properties. The properties are directly set on
the
ProcessEnginePlugin
class (seeProcessEnginePluginXml.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 typeString
,Integer
orBoolean
.
-
setProperties
-