org.camunda.bpm.container.impl.metadata
Class ProcessEnginePluginXmlImpl

java.lang.Object
  extended by org.camunda.bpm.container.impl.metadata.ProcessEnginePluginXmlImpl
All Implemented Interfaces:
ProcessEnginePluginXml

public class ProcessEnginePluginXmlImpl
extends Object
implements ProcessEnginePluginXml

Implementation of the ProcessEnginePluginXml descriptor

Author:
Daniel Meyer

Field Summary
protected  String pluginClass
           
protected  Map<String,String> properties
           
 
Constructor Summary
ProcessEnginePluginXmlImpl()
           
 
Method Summary
 String getPluginClass()
          returns the fully qualified classname of the plugin
 Map<String,String> getProperties()
           
 void setPluginClass(String pluginClass)
           
 void setProperties(Map<String,String> properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pluginClass

protected String pluginClass

properties

protected Map<String,String> properties
Constructor Detail

ProcessEnginePluginXmlImpl

public ProcessEnginePluginXmlImpl()
Method Detail

getPluginClass

public String getPluginClass()
Description copied from interface: ProcessEnginePluginXml
returns the fully qualified classname of the plugin

Specified by:
getPluginClass in interface ProcessEnginePluginXml

setPluginClass

public void setPluginClass(String pluginClass)

getProperties

public Map<String,String> getProperties()
Specified by:
getProperties in interface ProcessEnginePluginXml
Returns:
a set of additional properties. The properties are directly set on the ProcessEnginePlugin class (see ProcessEnginePluginXml.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.

setProperties

public void setProperties(Map<String,String> properties)


Copyright © 2017 camunda services GmbH. All rights reserved.