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

Deprecated API

Contents

  • Terminally Deprecated
  • Packages
  • Interfaces
  • Classes
  • Methods
  • 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 Packages
    Package
    Description
    pl.decerto.hyperon
  • Deprecated Interfaces
    Interface
    Description
    pl.decerto.hyperon.runtime.core.HyperonEngine
    use HigsonEngine
  • Deprecated Classes
    Class
    Description
    io.higson.runtime.engine.types.bool.BooleanType
    use io.higson.runtime.type.BooleanType
    org.smartparam.engine.types.bool.BooleanType
    use pl.decerto.hyperon.runtime.type.BooleanType instead of this class.
    pl.decerto.hyperon.runtime.core.AdhocContext
    use HigsonContext
    pl.decerto.hyperon.runtime.core.HyperonContext
    use HigsonContext
    pl.decerto.hyperon.runtime.core.HyperonEngineFactory
    use HigsonEngineFactory
    pl.decerto.hyperon.runtime.core.HyperonSubContext
    use HigsonSubContext
  • Deprecated Methods
    Method
    Description
    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.get0(String, ParamContext)
    should not be exposed. It will be hidden in the future.
    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>)
    pl.decerto.hyperon.runtime.core.HyperonEngine.getProfiles()
    this method will be removed in future, please use HyperonEngine.getExistingProfiles()
    pl.decerto.hyperon.runtime.core.HyperonEngineFactory.isRefreshOnlyViaWatcher()
    pl.decerto.hyperon.runtime.core.HyperonEngineFactory.setRefreshOnlyViaWatcher(boolean)
    pl.decerto.hyperon.runtime.core.HyperonEngineFactory.setRhinoPlugins(Map<String, Object>)
    - This method will be removed in the future. Please use according HyperonEngineFactory.setCustomPlugins(Map).
    pl.decerto.hyperon.runtime.core.HyperonEngineImpl.get0(String, ParamContext)
    should not be exposed. It will be hidden in the future.
    pl.decerto.hyperon.runtime.core.HyperonEngineImpl.getDomainCache()
    Shouldn't expose cache. Will be removed in the future.
    pl.decerto.hyperon.runtime.core.HyperonEngineImpl.isValueNeverNull()
    Shouldn't be exposed. Will be removed in the future.
    pl.decerto.hyperon.runtime.exception.HyperonRuntimeException.buildMessage(String, Throwable)
    It will be hidden in the future and static will be removed. This should be used only by hyperon.
    pl.decerto.hyperon.runtime.rhino.RhinoDate.current()
    use RhinoDate.currentDatetime() method
    pl.decerto.hyperon.runtime.rhino.RhinoDate.getDayDiffDeprecated(Object, Object)
    will be removed in future, use RhinoDate.getDayDiff(java.lang.Object, java.lang.Object)
    pl.decerto.hyperon.runtime.rhino.RhinoDate.getHourDiff(Object, Object)
    Will be removed in the future
    pl.decerto.hyperon.runtime.rhino.RhinoDate.getMinuteDiff(Object, Object)
    Will be removed in the future
    pl.decerto.hyperon.runtime.rhino.RhinoDate.getMonthDiffDeprecated(Object, Object)
    will be removed in future, use RhinoDate.getMonthDiff(java.lang.Object, java.lang.Object)
    pl.decerto.hyperon.runtime.rhino.RhinoDate.getTime(Calendar)
    Will be removed in the future
    pl.decerto.hyperon.runtime.rhino.RhinoDate.subtractYear(Date)
    will be removed in the future, use RhinoDate.addYear(Date, int) with -1 amount.
    pl.decerto.hyperon.runtime.rhino.RhinoHyperon.getNum(String, ParamContext)
    use getNumber, getDecimal or getInteger
    pl.decerto.hyperon.runtime.rhino.RhinoType.toParamValue(String[], Object[][])
    use RhinoType.toParamValue(MultiValue...)
    pl.decerto.hyperon.runtime.sql.DialectRegistry.setDialectByUrl(List<Object>)

Copyright © 2025. All rights reserved.