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
Direct Known Subclasses:
BaseScopableProcessorExtension

public abstract class BaseProcessorExtension
extends Object
Abstract base class for a processor extension
Author:
Roy Wetherall

Constructor Summary
BaseProcessorExtension()
Method Summary
getExtensionName()
          Returns the name of the extension
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()
Returns the name of the extension
Returns:
the name of the extension
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–2016 Alfresco Software. All rights reserved.

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