Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.repo.processor
Class BaseProcessorExtension
java.lang.Object
  org.alfresco.repo.processor.BaseProcessorExtension
All Implemented Interfaces:
org.alfresco.processor.ProcessorExtension
Direct Known Subclasses:
BaseScopableProcessorExtension, BaseTemplateProcessorExtension

@org.alfresco.api.AlfrescoPublicApi
public abstract class BaseProcessorExtension
extends Object
implements org.alfresco.processor.ProcessorExtension
Abstract base class for a processor extension
Author:
Roy Wetherall

Constructor Summary
BaseProcessorExtension()
Method Summary
getExtensionName()
void
register()
          Registers this script with the script service
void
setExtensionName(String extension)
          Sets the extension name
void
setProcessor(org.alfresco.processor.Processor processor)
          Sets the processor
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
BaseProcessorExtension
public BaseProcessorExtension()
Method Detail
setProcessor
public void setProcessor(org.alfresco.processor.Processor processor)
Sets the processor
Parameters:
processor - the processor

register
public void register()
Registers this script with the script service

setExtensionName
public void setExtensionName(String extension)
Sets the extension name
Parameters:
extension - the extension name

getExtensionName
public String getExtensionName()
Specified by:
getExtensionName in interface org.alfresco.processor.ProcessorExtension
See Also:
org.alfresco.processor.ProcessorExtension.getExtensionName()

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.