org.exoplatform.services.workflow
Class PredefinedProcessesPlugin

java.lang.Object
  extended by org.exoplatform.container.component.BaseComponentPlugin
      extended by org.exoplatform.services.workflow.PredefinedProcessesPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class PredefinedProcessesPlugin
extends org.exoplatform.container.component.BaseComponentPlugin

Plugin to deploy predefined processes. Created by eXo Platform SAS

Author:
Brice Revenant June 1, 2007

Field Summary
 
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name
 
Constructor Summary
PredefinedProcessesPlugin(org.exoplatform.container.xml.InitParams params)
          Plugin constructor.
 
Method Summary
 ProcessesConfig getProcessesConfig()
          Returns data contained by the plugin
 
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PredefinedProcessesPlugin

public PredefinedProcessesPlugin(org.exoplatform.container.xml.InitParams params)
Plugin constructor. Caches data specified by the container

Parameters:
params - Initialization data as specifed in the configuration file
Method Detail

getProcessesConfig

public ProcessesConfig getProcessesConfig()
Returns data contained by the plugin

Returns:
Processes configuration data


Copyright © 2014 eXo Platform SAS. All Rights Reserved.