Class MpFunctionProvider

java.lang.Object
io.higson.runtime.provider.MpFunctionProvider
All Implemented Interfaces:
FunctionRepository

public class MpFunctionProvider extends Object implements FunctionRepository
Author:
przemek hertel
  • Constructor Details

    • MpFunctionProvider

      public MpFunctionProvider(FunctionDao dao)
  • Method Details

    • loadFunction

      public Function loadFunction(String uid)
      Description copied from interface: FunctionRepository
      Should return instance of function or null if was not found.
      Specified by:
      loadFunction in interface FunctionRepository
      Parameters:
      uid - unique (repository-wide) name of function
      Returns:
      function object
    • getLastUpdate

      public Date getLastUpdate()
    • getAllLastUpdates

      public List<Trackable> getAllLastUpdates()