Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index

Deprecated API

Contents

  • Terminally Deprecated
  • Classes
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    io.higson.runtime.core.HigsonEngineFactory.getFunctionWatcherConfig()

    Use HigsonEngineFactory.watchersConfig and getFunctionWatcherConfig() instead

    io.higson.runtime.core.HigsonEngineFactory.getParamWatcherConfig()

    Use HigsonEngineFactory.watchersConfig and getParamWatcherConfig() instead

    io.higson.runtime.core.HigsonEngineFactory.getRefreshWatcherConfig()

    Use HigsonEngineFactory.watchersConfig and getRefreshWatcherConfig() instead

    io.higson.runtime.core.HigsonEngineFactory.getScheduleWatcherPauseSeconds()

    Use HigsonEngineFactory.watchersConfig and getWatcherPauseSeconds() from scheduleRuntimeWatcherConfig

    io.higson.runtime.core.HigsonEngineFactory.getWatcherErrorPauseSeconds()

    Use HigsonEngineFactory.watchersConfig and getErrorPauseSeconds() of selected watcher

    io.higson.runtime.core.HigsonEngineFactory.getWatcherPauseSeconds()

    Use HigsonEngineFactory.watchersConfig and getWatcherPauseSeconds of selected watcher

    io.higson.runtime.core.HigsonEngineFactory.getWatcherStartDelaySeconds()

    Use HigsonEngineFactory.watchersConfig and getStartDelaySeconds() of selected watcher

    io.higson.runtime.core.HigsonEngineFactory.setDomainWatcherInvalidateCacheTime(int, TemporalUnit)
    use HigsonEngineFactory.watchersConfig and set invalidate on domainWatcherConfig
    io.higson.runtime.core.HigsonEngineFactory.setEnableDomainCache(boolean)
    io.higson.runtime.core.HigsonEngineFactory.setRefreshWatcherConfig(WatcherConfig)
    use HigsonEngineFactory.watchersConfig and set refreshWatcherConfig
    io.higson.runtime.core.HigsonEngineFactory.setScheduleWatcherPauseSeconds(int)
    use HigsonEngineFactory.watchersConfig and set pause() of scheduleRuntimeWatcherConfig
    io.higson.runtime.core.HigsonEngineFactory.setWatcherErrorPauseSeconds(int)
    use HigsonEngineFactory.watchersConfig and set error() on any of selected watchers
    io.higson.runtime.core.HigsonEngineFactory.setWatcherForceSyncSeconds(int)
    use HigsonEngineFactory.watchersConfig and set force() on paramWatcherConfig
    io.higson.runtime.core.HigsonEngineFactory.setWatcherPauseSeconds(int)
    use HigsonEngineFactory.watchersConfig and set pause() on any of selected watchers
    io.higson.runtime.core.HigsonEngineFactory.setWatcherStartDelaySeconds(int)
    use HigsonEngineFactory.watchersConfig and set delay on any of selected watchers
  • Deprecated Classes
    Class
    Description
    io.higson.runtime.engine.types.bool.BooleanType
    use io.higson.runtime.type.BooleanType
  • Deprecated Methods
    Method
    Description
    io.higson.runtime.config.DefinitionPrinter.print(boolean)
    this method will be removed in the future. Please use DefinitionPrinter.prettyPrinter(io.higson.runtime.model.def.BundleDef) and then normal DefinitionPrinter.print() method.
    io.higson.runtime.core.HigsonEngine.getProfiles()
    this method will be removed in future, please use HigsonEngine.getExistingProfiles()
    io.higson.runtime.core.HigsonEngineFactory.getFunctionWatcherConfig()

    Use HigsonEngineFactory.watchersConfig and getFunctionWatcherConfig() instead

    io.higson.runtime.core.HigsonEngineFactory.getParamWatcherConfig()

    Use HigsonEngineFactory.watchersConfig and getParamWatcherConfig() instead

    io.higson.runtime.core.HigsonEngineFactory.getRefreshWatcherConfig()

    Use HigsonEngineFactory.watchersConfig and getRefreshWatcherConfig() instead

    io.higson.runtime.core.HigsonEngineFactory.getScheduleWatcherPauseSeconds()

    Use HigsonEngineFactory.watchersConfig and getWatcherPauseSeconds() from scheduleRuntimeWatcherConfig

    io.higson.runtime.core.HigsonEngineFactory.getWatcherErrorPauseSeconds()

    Use HigsonEngineFactory.watchersConfig and getErrorPauseSeconds() of selected watcher

    io.higson.runtime.core.HigsonEngineFactory.getWatcherPauseSeconds()

    Use HigsonEngineFactory.watchersConfig and getWatcherPauseSeconds of selected watcher

    io.higson.runtime.core.HigsonEngineFactory.getWatcherStartDelaySeconds()

    Use HigsonEngineFactory.watchersConfig and getStartDelaySeconds() of selected watcher

    io.higson.runtime.core.HigsonEngineFactory.setDomainWatcherInvalidateCacheTime(int, TemporalUnit)
    use HigsonEngineFactory.watchersConfig and set invalidate on domainWatcherConfig
    io.higson.runtime.core.HigsonEngineFactory.setEnableDomainCache(boolean)
    io.higson.runtime.core.HigsonEngineFactory.setRefreshWatcherConfig(WatcherConfig)
    use HigsonEngineFactory.watchersConfig and set refreshWatcherConfig
    io.higson.runtime.core.HigsonEngineFactory.setRhinoPlugins(Map<String, Object>)
    - This method will be removed in the future. Please use according HigsonEngineFactory.setCustomPlugins(Map).
    io.higson.runtime.core.HigsonEngineFactory.setScheduleWatcherPauseSeconds(int)
    use HigsonEngineFactory.watchersConfig and set pause() of scheduleRuntimeWatcherConfig
    io.higson.runtime.core.HigsonEngineFactory.setWatcherErrorPauseSeconds(int)
    use HigsonEngineFactory.watchersConfig and set error() on any of selected watchers
    io.higson.runtime.core.HigsonEngineFactory.setWatcherForceSyncSeconds(int)
    use HigsonEngineFactory.watchersConfig and set force() on paramWatcherConfig
    io.higson.runtime.core.HigsonEngineFactory.setWatcherPauseSeconds(int)
    use HigsonEngineFactory.watchersConfig and set pause() on any of selected watchers
    io.higson.runtime.core.HigsonEngineFactory.setWatcherStartDelaySeconds(int)
    use HigsonEngineFactory.watchersConfig and set delay on any of selected watchers
    io.higson.runtime.core.HigsonEngineImpl.getDomainCache()
    Shouldn't expose cache. Will be removed in the future.
    io.higson.runtime.core.HigsonEngineImpl.isValueNeverNull()
    Shouldn't be exposed. Will be removed in the future.
    io.higson.runtime.exception.HigsonRuntimeException.buildMessage(String, Throwable)
    It will be hidden in the future and static will be removed. This should be used only by higson.
    io.higson.runtime.rhino.RhinoDate.current()
    use RhinoDate.currentDatetime() method
    io.higson.runtime.rhino.RhinoDate.getDayDiffDeprecated(Object, Object)
    will be removed in future, use RhinoDate.getDayDiff(java.lang.Object, java.lang.Object)
    io.higson.runtime.rhino.RhinoDate.getHourDiff(Object, Object)
    Will be removed in the future
    io.higson.runtime.rhino.RhinoDate.getMinuteDiff(Object, Object)
    Will be removed in the future
    io.higson.runtime.rhino.RhinoDate.getMonthDiffDeprecated(Object, Object)
    will be removed in future, use RhinoDate.getMonthDiff(java.lang.Object, java.lang.Object)
    io.higson.runtime.rhino.RhinoDate.getTime(Calendar)
    Will be removed in the future
    io.higson.runtime.rhino.RhinoDate.subtractYear(Date)
    will be removed in the future, use RhinoDate.addYear(Date, int) with -1 amount.
    io.higson.runtime.rhino.RhinoHigson.getNum(String, ParamContext)
    use getNumber, getDecimal or getInteger
    io.higson.runtime.rhino.RhinoType.toParamValue(String[], Object[][])
    use RhinoType.toParamValue(MultiValue...)
    io.higson.runtime.sql.DialectRegistry.setDialectByUrl(List<Object>)
  • Deprecated Constructors
    Constructor
    Description
    io.higson.runtime.config.DefinitionPrinter(BundleDef)
    this constructor will be hidden for external usage. Please use preferred static fabric methods.

Copyright © 2026. All rights reserved.