Class BaseProcessorExtension

  • All Implemented Interfaces:
    ProcessorExtension

    public abstract class BaseProcessorExtension
    extends java.lang.Object
    implements ProcessorExtension
    Abstract base class for a processor extension in the presentation tier. org.alfresco.repo.processor.BaseProcessorExtension
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getExtensionName()
      Returns the name of the extension
      void register()
      Spring bean init method - registers this extension with the appropriate processor.
      void setExtensionName​(java.lang.String extension)
      Sets the extension name.
      void setProcessors​(java.util.List<Processor> processors)
      Sets the processor list.
      • 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

      • setProcessors

        public void setProcessors​(java.util.List<Processor> processors)
        Sets the processor list.
        Parameters:
        processors - The processor list
      • register

        public void register()
        Spring bean init method - registers this extension with the appropriate processor.
      • setExtensionName

        public void setExtensionName​(java.lang.String extension)
        Sets the extension name.
        Parameters:
        extension - the extension name