Package org.ametys.plugins.workflow
Class EnhancedFunctionExtensionPoint
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint<EnhancedFunction>
org.ametys.plugins.workflow.EnhancedFunctionExtensionPoint
- All Implemented Interfaces:
 LogEnabled,ExtensionPoint<EnhancedFunction>,Disposable,Initializable,Component,Contextualizable,Serviceable,ThreadSafe
public class EnhancedFunctionExtensionPoint
extends AbstractThreadSafeComponentExtensionPoint<EnhancedFunction>
The enhanced function extension point
- 
Field Summary
FieldsFields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet all sources typesMethods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
addComponent, addExtension, contextualize, dispose, getExtension, getExtensionsIds, hasExtension, initialize, initializeExtensions, serviceMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger 
- 
Field Details
- 
ROLE
The enhanced function extension point role 
 - 
 - 
Constructor Details
- 
EnhancedFunctionExtensionPoint
public EnhancedFunctionExtensionPoint() 
 - 
 - 
Method Details
- 
getAllFunctions
Get all sources types- Returns:
 - a list of 
EnhancedFunction 
 
 -