Package org.alfresco.processor
Interface ProcessorExtension
-
public interface ProcessorExtension
Interface to represent a server side script implementation- Author:
- Roy Wetherall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getExtensionName()
Returns the name of the extension
-
-
-
Method Detail
-
getExtensionName
String getExtensionName()
Returns the name of the extension- Returns:
- the name of the extension
-
-