Class OryonFunctionType


  • public class OryonFunctionType
    extends step.plugins.java.AbstractScriptFunctionType<OryonFunction>
    • Field Summary

      • Fields inherited from class step.plugins.java.AbstractScriptFunctionType

        configuration, daemonJar, fileExtensionMap
      • Fields inherited from class step.functions.type.AbstractFunctionType

        fileResolver, fileResolverCache, functionTypeConfiguration, gridFileServices
    • Constructor Summary

      Constructors 
      Constructor Description
      OryonFunctionType​(ch.exense.commons.app.Configuration configuration)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> getHandlerProperties​(OryonFunction function)  
      OryonFunction newFunction()  
      void setupFunction​(OryonFunction function)  
      • Methods inherited from class step.plugins.java.AbstractScriptFunctionType

        addPluginLibsIfRequired, copyFunction, getDefaultScriptFile, getHandlerChain, getHandlerPackage, getScriptFile, getScriptLanguage, init, setupScriptFile, setupScriptFile, setupScriptFile
      • Methods inherited from class step.functions.type.AbstractFunctionType

        beforeFunctionCall, deleteFunction, getTokenSelectionCriteria, newFunction, registerFile, registerFile, registerFile, registerFile, registerResource, registerResource, setFileResolver, setFunctionTypeConfiguration, setGridFileServices, updateFunction
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OryonFunctionType

        public OryonFunctionType​(ch.exense.commons.app.Configuration configuration)
    • Method Detail

      • setupFunction

        public void setupFunction​(OryonFunction function)
                           throws step.functions.type.SetupFunctionException
        Overrides:
        setupFunction in class step.functions.type.AbstractFunctionType<OryonFunction>
        Throws:
        step.functions.type.SetupFunctionException
      • getHandlerProperties

        public java.util.Map<java.lang.String,​java.lang.String> getHandlerProperties​(OryonFunction function)
        Overrides:
        getHandlerProperties in class step.plugins.java.AbstractScriptFunctionType<OryonFunction>
      • newFunction

        public OryonFunction newFunction()
        Specified by:
        newFunction in class step.functions.type.AbstractFunctionType<OryonFunction>