Class BaseProcessorExtension

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getExtensionName()  
      void register()
      Registers this script with the script service
      void setExtensionName​(java.lang.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​(java.lang.String extension)
        Sets the extension name
        Parameters:
        extension - the extension name
      • getExtensionName

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