Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abs(double) - Static method in class io.higson.runtime.rhino.RhinoMath
Returns absolute value of the argument using standard Java function Math.abs(double).
abs(float) - Static method in class io.higson.runtime.rhino.RhinoMath
Returns absolute value of the argument using standard Java function Math.abs(float).
abs(int) - Static method in class io.higson.runtime.rhino.RhinoMath
Returns absolute value of the argument using standard Java function Math.abs(int).
abs(long) - Static method in class io.higson.runtime.rhino.RhinoMath
Returns absolute value of the argument using standard Java function Math.abs(long).
AbstractDateParserChain<T> - Class in io.higson.runtime.engine.types.date
 
AbstractDateParserChain() - Constructor for class io.higson.runtime.engine.types.date.AbstractDateParserChain
 
AbstractDateTimeType<T> - Class in io.higson.runtime.engine.types.datetime
 
AbstractDateTimeType() - Constructor for class io.higson.runtime.engine.types.datetime.AbstractDateTimeType
 
AbstractDateType<T> - Class in io.higson.runtime.engine.types.date
 
AbstractDateType() - Constructor for class io.higson.runtime.engine.types.date.AbstractDateType
 
AbstractDom<T> - Class in io.higson.runtime.domain
This class should be considered as wrapper class for HigsonDomainObject that will holds some extra informations, like children, context.
AbstractDom(DomainObject) - Constructor for class io.higson.runtime.domain.AbstractDom
 
AbstractDomainCacheManager - Class in io.higson.runtime.core.domain
 
AbstractDomainCacheManager(MpDomainCacheProvider, MpDomainRefreshController) - Constructor for class io.higson.runtime.core.domain.AbstractDomainCacheManager
 
AbstractJavaFunctionInvoker - Class in io.higson.runtime.engine.functions.java
 
AbstractJavaFunctionInvoker() - Constructor for class io.higson.runtime.engine.functions.java.AbstractJavaFunctionInvoker
 
AbstractMatcher - Class in io.higson.runtime.matcher
 
AbstractMatcher() - Constructor for class io.higson.runtime.matcher.AbstractMatcher
 
AbstractPrefetchStrategy - Class in io.higson.runtime.prefetch
 
AbstractPrefetchStrategy() - Constructor for class io.higson.runtime.prefetch.AbstractPrefetchStrategy
 
AbstractProfiler<T,S extends AbstractProfilerStat<T>> - Class in io.higson.runtime.profiler
 
AbstractProfilerStat<T> - Class in io.higson.runtime.profiler
 
AbstractProfilerStat(AbstractProfilerStat<T>) - Constructor for class io.higson.runtime.profiler.AbstractProfilerStat
 
AbstractProfilerStat(T) - Constructor for class io.higson.runtime.profiler.AbstractProfilerStat
 
AbstractScanningJavaFunctionRepository - Class in io.higson.runtime.engine.annotated.repository
 
AbstractScanningJavaFunctionRepository() - Constructor for class io.higson.runtime.engine.annotated.repository.AbstractScanningJavaFunctionRepository
 
AbstractSetMatcher - Class in io.higson.runtime.matcher
 
AbstractSetMatcher(char) - Constructor for class io.higson.runtime.matcher.AbstractSetMatcher
 
AbstractType<V,H extends ValueHolder> - Class in io.higson.runtime.engine.core.type
Abstract class with default Type.convert(Object) implementation that should be good enough for most custom types.
AbstractValueHolder - Class in io.higson.runtime.engine.core.type
Base implementation for common methods: - isNull / isNotNull - equals - hashCode - compareTo - getString
AbstractValueHolder() - Constructor for class io.higson.runtime.engine.core.type.AbstractValueHolder
 
acceptsObject(Object) - Method in class io.higson.runtime.engine.annotated.initialization.MethodScannerInitializer
 
acceptsObject(Object) - Method in class io.higson.runtime.engine.annotated.initialization.TypeScannerInitializer
 
acceptsObject(Object) - Method in interface io.higson.runtime.engine.config.initialization.ComponentInitializer
 
acceptsObject(Object) - Method in class io.higson.runtime.engine.config.initialization.PostConstructInitializer
 
acos(double) - Static method in class io.higson.runtime.rhino.RhinoMath
Calculates the arc cosine of an argument, using standard Java function Math.acos(double).
Action - Class in io.higson.runtime.flow
 
Action() - Constructor for class io.higson.runtime.flow.Action
 
ActionArgument - Class in io.higson.runtime.flow
 
ActionArgument() - Constructor for class io.higson.runtime.flow.ActionArgument
 
ActionArgumentDto - Class in io.higson.runtime.flow.dto
 
ActionArgumentDto() - Constructor for class io.higson.runtime.flow.dto.ActionArgumentDto
 
ActionDto - Class in io.higson.runtime.flow.dto
 
ActionDto() - Constructor for class io.higson.runtime.flow.dto.ActionDto
 
ActionExecutedEvent - Class in io.higson.runtime.flow.trace
 
ActionExecutedEvent(String, String, Action, Object, Supplier<List<Variable>>) - Constructor for class io.higson.runtime.flow.trace.ActionExecutedEvent
 
ActionType - Enum Class in io.higson.runtime.flow
 
Adapter - Class in io.higson.runtime.ext.adapter
 
Adapter() - Constructor for class io.higson.runtime.ext.adapter.Adapter
 
AdapterFactory<E> - Interface in io.higson.runtime.ext.adapter
E - type of element that will be wrapped by adapter.
AdapterFactoryImpl<E,A extends Adapter> - Class in io.higson.runtime.ext.adapter
E - type of element that will be wrapped by adapter.
AdapterFactoryImpl() - Constructor for class io.higson.runtime.ext.adapter.AdapterFactoryImpl
 
add(int, Property) - Method in class io.higson.runtime.model.value.CollectionProperty
Attach given property at provided index.
add(int, Property, boolean) - Method in class io.higson.runtime.model.value.CollectionProperty
Attach given property at provided index.
add(int, T) - Method in class io.higson.runtime.proxy.HigsonEntityList
 
add(Property) - Method in class io.higson.runtime.helper.IdentitySet
 
add(Property) - Method in class io.higson.runtime.model.value.CollectionProperty
Attach given property at the end.
add(Property...) - Method in class io.higson.runtime.model.value.CollectionProperty
Adds multiple properties in given order using CollectionProperty.add(Property).
add(Property...) - Method in interface io.higson.runtime.model.value.Handle
Adds one or multiple properties to collection property.
add(Property...) - Method in class io.higson.runtime.model.value.Property
Adds one or multiple properties to collection property.
add(Property, boolean) - Method in class io.higson.runtime.model.value.CollectionProperty
Attach given property at the end.
add(AbstractProfilerStat<T>) - Method in class io.higson.runtime.profiler.AbstractProfilerStat
 
add(String) - Method in class io.higson.runtime.engine.annotated.PackageList
 
add(String) - Method in class io.higson.runtime.provider.external.ExtMatrixFingerprintBuilder
 
add(String[], T) - Method in class io.higson.runtime.engine.core.index.LevelIndex
Add pattern along with returned value to index tree.
add(String[], T, int) - Method in class io.higson.runtime.engine.core.index.LevelNode
 
add(String, PropertyDef) - Method in class io.higson.runtime.model.def.BundleDef
 
add(String, PropertyDef) - Method in class io.higson.runtime.model.def.EntityType
 
add(String, Schedule) - Method in class io.higson.runtime.model.region.ScheduleContainer
 
add(String, Property) - Method in class io.higson.runtime.model.value.Bundle
Adds given property under provided name.
add(String, Property) - Method in class io.higson.runtime.model.value.EntityProperty
Adds given property under provided name.
add(String, Property...) - Method in interface io.higson.runtime.model.value.Handle
Adds one or multiple properties to collection property, that exists under given path.
add(String, Property...) - Method in class io.higson.runtime.model.value.Property
Adds one or multiple properties to collection property, that exists under given path.
add(String, Object) - Method in class io.higson.runtime.ext.adapter.Mapping
 
add(String, String) - Method in class io.higson.runtime.model.def.TupleDef
 
add(String, String, String) - Method in class io.higson.runtime.model.def.TupleDef
add column mapping to this tuple
add(List<String>, T, int) - Method in class io.higson.runtime.engine.core.index.LevelNode
 
add(List<T>) - Method in class io.higson.runtime.engine.core.index.SearchResult
 
add(T) - Method in class io.higson.runtime.engine.core.index.SearchResult
 
add(T) - Method in class io.higson.runtime.proxy.HigsonEntityList
 
addAll(int, Collection<? extends T>) - Method in class io.higson.runtime.proxy.HigsonEntityList
 
addAll(String...) - Method in class io.higson.runtime.engine.annotated.PackageList
 
addAll(Collection<? extends T>) - Method in class io.higson.runtime.proxy.HigsonEntityList
 
addAll(Collection<String>) - Method in class io.higson.runtime.engine.annotated.PackageList
 
addAllTags(List<Tag>) - Method in class io.higson.runtime.model.DomainObjectImpl
 
addArgument(String) - Method in class io.higson.runtime.provider.external.ExtSql
 
addAttribute(GmoSandboxAttribute) - Method in class io.higson.runtime.sandbox.GmoSandboxEntity
 
addAttributeDefinition(AttributeDefinition) - Method in class io.higson.runtime.model.DomainObjectTypeImpl
 
addChildren(List<DomainObjectImpl>) - Method in class io.higson.runtime.model.DomainObjectImpl
 
addChildrenTypes(DomainObjectTypeImpl) - Method in class io.higson.runtime.model.DomainObjectTypeImpl
 
addComponent(Object) - Method in class io.higson.runtime.engine.config.pico.ComponentConfig
 
addCreated(T) - Method in class io.higson.runtime.sync.SyncResult
 
addDay(Object, int) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to 'day' field that is based on given date.
addDay(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to 'day' field that is based on given date.
addDay(Date, int) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to 'day' field that is based on given date.
addDeleted(T) - Method in class io.higson.runtime.sync.SyncResult
 
addDuplicated(String) - Method in class io.higson.runtime.model.TreeDomain
 
addElement(RuntimeSessionElement) - Method in class io.higson.runtime.dev.perspective.RuntimeSession
 
addEntry(ParameterEntry) - Method in class io.higson.runtime.model.Parameter
 
addEntry(ScheduleEntry) - Method in class io.higson.runtime.model.Schedule
 
addEvent(InternalEvent) - Method in class io.higson.runtime.diagnostic.HigsonFlightRecorder
Record the occurrence of provided internal event, no accompanying data.
addEvent(InternalEvent, Object) - Method in class io.higson.runtime.diagnostic.HigsonFlightRecorder
Record the occurrence of provided internal event with some accompanying data.
addEvent(Event) - Method in class io.higson.runtime.flow.FlowResult
 
addEvent(Event) - Method in class io.higson.runtime.flow.trace.FlowTrace
 
addEvents(List<Event>) - Method in class io.higson.runtime.flow.FlowResult
 
addEvents(List<Event>) - Method in class io.higson.runtime.flow.trace.FlowTrace
 
addExternalDataSource(String, DataSource) - Method in class io.higson.runtime.core.HigsonEngineFactory
Add external dataSource under given code, so higson will recognize it, when fetching for parameters that have defined this external source.
addExternalDataSources(Map<String, DataSource>) - Method in class io.higson.runtime.core.HigsonEngineFactory
addFunctionInvocationInterceptor(FunctionInvocationInterceptor) - Method in class io.higson.runtime.core.HigsonEngineFactory
Add user defined function invocation interceptor.
addGetMeasure(String, long, long) - Method in enum class io.higson.runtime.profiler.engine.EngineProfiler
 
addGlobalObject(FunctionCode, Object) - Method in class io.higson.runtime.invoker.GroovyFunctionInvoker
 
addGlobalObject(FunctionCode, Object) - Method in class io.higson.runtime.invoker.python.PythonFunctionInvoker
 
addGlobalObject(FunctionCode, Object) - Method in class io.higson.runtime.invoker.RhinoFunctionInvoker
 
addGlobalObject(String, Object) - Method in class io.higson.runtime.invoker.GroovyFunctionInvoker
 
addGlobalObject(String, Object) - Method in class io.higson.runtime.invoker.RhinoFunctionInvoker
 
addHour(Object, int) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to 'hour' field that is based on given date.
addHour(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to 'hour' field that is based on given date.
addHour(Date, int) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to 'hour' field that is based on given date.
addInconsistency(String) - Method in class io.higson.runtime.model.TreeDomain
 
addInvokeMeasure(AttributeKey, long, long) - Method in enum class io.higson.runtime.profiler.engine.AttributeEngineProfiler
 
addLevel(ParameterLevel) - Method in class io.higson.runtime.model.Parameter
 
addLoadMeasure(AttributeKey, long, long) - Method in enum class io.higson.runtime.profiler.engine.AttributeEngineProfiler
 
addLoadMeasure(String, long, long) - Method in enum class io.higson.runtime.profiler.engine.EngineProfiler
 
addMeasure(long) - Method in class io.higson.runtime.profiler.jdbc.QueryStat
 
addMinute(Object, int) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to 'minute' field that is based on given date.
1) If amount > 0, it will add minutes,
2) If amount < 0, it will subtract minutes from date.
When given date is: String type - must be in yyyy-MM-dd HH:mm:ss or yyyy-MM-dd HH:mm:ss.SSS formats, instance of DateHolder - it will try to retrieve date from holder, instance of other type - it will try to convert date to proper ValueHolder and then retrieve date. This method doesn't modify input date, but creates new instance of date type.
addMinute(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to 'minute' field that is based on given date.
addMinute(Date, int) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to 'minute' field that is based on given date.
1) If amount > 0, it will add minutes,
2) If amount < 0, it will subtract minutes from date.
This method doesn't modify input date, but creates new instance of date type.
addMonth(Object, int) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to 'month' field that is based on given date.
addMonth(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to 'month' field that is based on given date.
addMonth(Date, int) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to 'month' field that is based on given date.
addMonthOracle(Object, int) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to 'month' field that is based on given date, but if day is last day of a given month, then moves day to the last possible day of a calculated month.
1) If amount > 0, it will add months,
2) If amount < 0, it will subtract months from date.
When given date is: String type - must be in yyyy-MM-dd HH:mm:ss or yyyy-MM-dd formats, instance of DateHolder od NumberHolder - it will try to retrieve date from holder, instance of other type - it will try to convert date to proper ValueHolder and then retrieve date. This method doesn't modify input date, but creates new instance of date type.
addMonthOracle(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to 'month' field that is based on given date, but if day is last day of a given month, then moves day to the last possible day of a calculated month.
1) If amount > 0, it will add months,
2) If amount < 0, it will subtract months from date.
When given date is: String type - must be in yyyy-MM-dd HH:mm:ss or yyyy-MM-dd formats, instance of DateHolder od NumberHolder - it will try to retrieve date from holder, instance of other type - it will try to convert date to proper ValueHolder and then retrieve date. When given amount is: int type - If amount is positive it will add months, but if negative it will subtract months from date, instance of Number - it will try to retrieve int from number, instance of other Object types - it will try to retrieve int from instance, by parsing toString() as Integer. This method doesn't modify input date, but creates new instance of date type.
addMonthOracle(Date, int) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to 'month' field that is based on given date, but if day is last day of a given month, then moves day to the last possible day of a calculated month.
1) If amount > 0, it will add months,
2) If amount < 0, it will subtract months from date.
This method doesn't modify input date, but creates new instance of date type.
addNewParents(Map<String, Integer>) - Method in class io.higson.runtime.model.TreeDomain
 
addParentTypes(DomainObjectTypeImpl) - Method in class io.higson.runtime.model.DomainObjectTypeImpl
 
addReference(DomainObjectImpl, String) - Method in class io.higson.runtime.model.DomainObjectImpl
 
addRegionForParametersPrefetch(String, String) - Method in class io.higson.runtime.core.HigsonEngineFactory
Allows specifying region code within profile, which is used to fetch parameters early on system startup.
addSecond(Object, int) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to 'second' field that is based on given date.
1) If amount > 0, it will add seconds,
2) If amount < 0, it will subtract seconds from date.
When given date is: String type - must be in yyyy-MM-dd HH:mm:ss or yyyy-MM-dd HH:mm:ss.SSS formats, instance of DateHolder - it will try to retrieve date from holder, instance of other type - it will try to convert date to proper ValueHolder and then retrieve date. This method doesn't modify input date, but creates new instance of date type.
addSecond(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to 'second' field that is based on given date.
1) If amount > 0, it will add seconds,
2) If amount < 0, it will subtract seconds from date.
When given date is: String type - must be in yyyy-MM-dd HH:mm:ss or yyyy-MM-dd HH:mm:ss.SSS formats, instance of DateHolder - it will try to retrieve date from holder, instance of other type - it will try to convert date to proper ValueHolder and then retrieve date. When given amount is: int type - If amount is positive it will add seconds, but if negative it will subtract seconds from date, instance of Number - it will try to retrieve int from number, instance of other Object types - it will try to retrieve int from instance, by parsing toString() as Integer. This method doesn't modify input date, but creates new instance of date type.
addSecond(Date, int) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to 'second' field that is based on given date.
1) If amount > 0, it will add seconds,
2) If amount < 0, it will subtract seconds from date.
This method doesn't modify input date, but creates new instance of date type.
addSimpleField(String, String) - Method in class io.higson.runtime.marshaller.ExpFragment
 
addTag(Tag) - Method in class io.higson.runtime.model.DomainObjectImpl
 
addTime(long) - Method in class io.higson.runtime.profiler.AbstractProfilerStat
 
addTime(T, long) - Method in class io.higson.runtime.profiler.AbstractProfiler
 
addTime(T, long, long) - Method in class io.higson.runtime.profiler.AbstractProfiler
 
addTime(T, long, Function<T, S>) - Method in class io.higson.runtime.profiler.ProfilerBucket
Adds [time] measured for given [key].
addUpdated(T) - Method in class io.higson.runtime.sync.SyncResult
 
AddUtilFunction - Class in io.higson.runtime.builtin.implementation
The AddUtilFunction is a utility function designed for adding two values.
AddUtilFunction() - Constructor for class io.higson.runtime.builtin.implementation.AddUtilFunction
 
addValueDiff(PropertyDef, String, ValueProperty, ValueProperty) - Method in class io.higson.runtime.sync.diff.EntityDiff
 
addValues(Object...) - Method in class io.higson.runtime.rhino.helper.ParamValueBuilder
Optional.
addValues(Collection) - Method in class io.higson.runtime.rhino.helper.ParamValueBuilder
Optional.
addYear(Object, int) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to 'year' field that is based on given date.
addYear(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to 'year' field that is based on given date.
addYear(Date, int) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to 'year' field that is based on given date.
AdhocContext - Class in io.higson.runtime.core
This class helps to override default behaviour of parent context with custom values.
AdhocContext(Object...) - Constructor for class io.higson.runtime.core.AdhocContext
This constructor by design doesn't call super (parent constructor).
AiModelDefinitionFileExtractor - Class in io.higson.runtime.core.datasource.snapshot.parameter
 
AiModelDefinitionFileExtractor() - Constructor for class io.higson.runtime.core.datasource.snapshot.parameter.AiModelDefinitionFileExtractor
 
AiModelDefinitionModel - Class in io.higson.runtime.core.datasource.snapshot.parameter
 
AiModelDefinitionModel() - Constructor for class io.higson.runtime.core.datasource.snapshot.parameter.AiModelDefinitionModel
 
AiModelExecutionException - Exception in io.higson.runtime.provider.ai
 
AiModelExecutor - Class in io.higson.runtime.provider.ai
 
AiModelExecutor() - Constructor for class io.higson.runtime.provider.ai.AiModelExecutor
 
AiModelInvalidInputException - Exception in io.higson.runtime.provider.ai
 
AiModelInvalidInputException(Throwable) - Constructor for exception io.higson.runtime.provider.ai.AiModelInvalidInputException
 
AiModelSession<T> - Interface in io.higson.runtime.provider.ai
 
aiModelSource() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Returns the value of the aiModelSource record component.
AiModelSourceDisabledException - Exception in io.higson.runtime.provider.ai
 
AiModelSourceDisabledException(String) - Constructor for exception io.higson.runtime.provider.ai.AiModelSourceDisabledException
 
AiModelSourceModel - Class in io.higson.runtime.core.datasource.snapshot.parameter
 
AiModelSourceModel() - Constructor for class io.higson.runtime.core.datasource.snapshot.parameter.AiModelSourceModel
 
alignLeft(String, char, int) - Static method in class io.higson.runtime.utils.HprString
 
alignLeft(String, int) - Static method in class io.higson.runtime.utils.HprString
Function to guide many strings to the left: returns a string of length flax supplemented by spaces on the right side, if it is necessary; otherwise returns the same object
alignRight(String, char, int) - Static method in class io.higson.runtime.utils.HprString
 
alignRight(String, int) - Static method in class io.higson.runtime.utils.HprString
Function to guide the string to the right: returns string s supplemented with spaces on the left side, so that it will get the length of linen.
all() - Method in class io.higson.runtime.engine.core.output.MultiValue
 
allowed() - Element in annotation interface io.higson.runtime.engine.annotated.annotations.CtxPathParam
Allowed types of context entities identified by path parameter
AlphanumericComparator - Class in io.higson.runtime.sorter.comparator
 
AlphanumericComparator() - Constructor for class io.higson.runtime.sorter.comparator.AlphanumericComparator
 
AmbiguousProfileException - Exception in io.higson.runtime.exception
exception to use when given region and/or version is attached to more than one profile
AmbiguousProfileException(Collection<String>, String, String) - Constructor for exception io.higson.runtime.exception.AmbiguousProfileException
 
AmbiguousProfileException(Collection<String>, String, String, String) - Constructor for exception io.higson.runtime.exception.AmbiguousProfileException
 
AmbiguousProfileException(Collection<String>, String, String, String, Throwable) - Constructor for exception io.higson.runtime.exception.AmbiguousProfileException
 
AND - Enum constant in enum class io.higson.runtime.flow.dto.LogicalOperator
 
AnnotatedMethodReporter - Class in io.higson.runtime.engine.util.reflection
 
AnnotatedMethodReporter(Class<? extends Annotation>, String...) - Constructor for class io.higson.runtime.engine.util.reflection.AnnotatedMethodReporter
 
AnnotatedMethodReporter(ClassLoader, Class<? extends Annotation>, String...) - Constructor for class io.higson.runtime.engine.util.reflection.AnnotatedMethodReporter
 
AnnotatedObjectFactory - Class in io.higson.runtime.engine.annotated.scanner
 
AnnotatedObjectFactory() - Constructor for class io.higson.runtime.engine.annotated.scanner.AnnotatedObjectFactory
 
AnnotatedObjectsScanner<T> - Class in io.higson.runtime.engine.annotated.scanner
Annotation scanner util supporting SmartParam* annotations.
AnnotatedObjectsScanner() - Constructor for class io.higson.runtime.engine.annotated.scanner.AnnotatedObjectsScanner
 
AnnotatedTypeReporter - Class in io.higson.runtime.engine.util.reflection
 
AnnotatedTypeReporter(Class<? extends Annotation>, String...) - Constructor for class io.higson.runtime.engine.util.reflection.AnnotatedTypeReporter
 
AnnotatedTypeReporter(ClassLoader, Class<? extends Annotation>, String...) - Constructor for class io.higson.runtime.engine.util.reflection.AnnotatedTypeReporter
 
AnnotationHelper - Class in io.higson.runtime.engine.util.reflection
 
annotations() - Method in class io.higson.runtime.engine.util.reflection.AnnotatedMethodReporter
 
annotations() - Method in class io.higson.runtime.engine.util.reflection.AnnotatedTypeReporter
 
AnnotationScannerException - Exception in io.higson.runtime.engine.util.reflection
 
AppCtx - Class in io.higson.runtime.context
 
AppCtx(Property) - Constructor for class io.higson.runtime.context.AppCtx
 
AppCtx(Property, boolean) - Constructor for class io.higson.runtime.context.AppCtx
 
AppCtx(Object...) - Constructor for class io.higson.runtime.context.AppCtx
 
AppCtxCollection - Class in io.higson.runtime.context
 
AppCtxCollection() - Constructor for class io.higson.runtime.context.AppCtxCollection
 
AppCtxHelper - Class in io.higson.runtime.context
 
appendLine(String) - Method in class io.higson.runtime.invoker.RhinoPreparedScript
 
apply(PythonFunction) - Method in class io.higson.runtime.invoker.PythonPreprocessor
 
apply(String, String, String) - Method in class io.higson.runtime.invoker.PythonPreprocessor
 
applyLevelMapper(LevelMapper) - Method in class io.higson.runtime.model.MpParameterEntry
if parameter is slave and has levels' order different from master we have to reorder levels using master-slave mapper.
areIndexCompatible(Parameter, Parameter) - Static method in class io.higson.runtime.engine.core.prepared.IndexCompatibilityChecker
Checks whether both parameters can share the same LevelIndex instance.
Argument - Class in io.higson.runtime.flow
 
Argument() - Constructor for class io.higson.runtime.flow.Argument
 
ARGUMENT - Enum constant in enum class io.higson.runtime.flow.dto.ConditionInputType
 
ArgumentDto - Class in io.higson.runtime.flow.dto
 
ArgumentDto() - Constructor for class io.higson.runtime.flow.dto.ArgumentDto
 
arguments() - Method in record class io.higson.runtime.core.datasource.snapshot.function.FunctionDetails
Returns the value of the arguments record component.
array() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetailsOutputLevel
Returns the value of the array record component.
array(int, Class<?>) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
array(int, String) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
array(Object...) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
arrayList() - Static method in class io.higson.runtime.rhino.RhinoUtil
 
arrayList(int) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
arrayList(Object...) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
asBigDecimals() - Method in class io.higson.runtime.engine.core.output.MultiValue
Returns row values as BigDecimals, equivalent to calling MultiValue.getBigDecimal(int) on every row value.
ASC - Enum constant in enum class io.higson.runtime.sorter.SortOrder
 
AsciiUtil - Class in io.higson.runtime.helper
Fast method based on assumption that all characters are 7-bit ascii chars.
asCollection() - Method in interface io.higson.runtime.model.value.Handle
 
asCollection() - Method in class io.higson.runtime.model.value.Property
asEntity() - Method in interface io.higson.runtime.model.value.Handle
 
asEntity() - Method in class io.higson.runtime.model.value.Property
asEntity() - Method in class io.higson.runtime.model.value.RefProperty
 
asin(double) - Static method in class io.higson.runtime.rhino.RhinoMath
Calculates the arc sine of an argument using standard Java function Math.asin(double).
asRef() - Method in interface io.higson.runtime.model.value.Handle
 
asRef() - Method in class io.higson.runtime.model.value.Property
asStrings() - Method in class io.higson.runtime.engine.core.output.MultiValue
Returns row values as strings, equivalent to calling MultiValue.getString(int) on every row value.
ASTERISK - Enum constant in enum class io.higson.runtime.helper.LevelConstants
 
asValue() - Method in interface io.higson.runtime.model.value.Handle
 
asValue() - Method in class io.higson.runtime.model.value.Property
AsyncReloader - Class in io.higson.runtime.reload
 
AsyncReloader(Initializer, int, HigsonEngine, DevModeProvider, String) - Constructor for class io.higson.runtime.reload.AsyncReloader
 
at(int) - Method in class io.higson.runtime.model.value.CollectionProperty
Gets property at given index withing this property.
at(int) - Method in interface io.higson.runtime.model.value.Handle
Gets property at given index withing this property.
at(int) - Method in class io.higson.runtime.model.value.Property
 
atan(double) - Static method in class io.higson.runtime.rhino.RhinoMath
Calculates the arc tangent of an argument, using standard Java function Math.atan(double).
attachLogListener(LogListener) - Method in class io.higson.runtime.core.HigsonEngineFactory
 
attr(String) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
AttributeDefinition - Interface in io.higson.runtime.model
 
AttributeDefinitionImpl - Class in io.higson.runtime.model
 
AttributeDefinitionImpl(String, String, String, String, String) - Constructor for class io.higson.runtime.model.AttributeDefinitionImpl
 
AttributeEngineProfiler - Enum Class in io.higson.runtime.profiler.engine
 
AttributeInterceptor - Interface in io.higson.runtime.core.domain
This interface enables developers to provide custom implementation of parameter value provider.
AttributeKey - Class in io.higson.runtime.profiler.attribute
 
AttributeKey(String, String) - Constructor for class io.higson.runtime.profiler.attribute.AttributeKey
 
AttributeProcessor - Class in io.higson.runtime.core.datasource.snapshot.domain
Process attributes.txt file, for retrieving attributes and extra(dynamic) attributes of domain elements.
AttributeProcessor() - Constructor for class io.higson.runtime.core.datasource.snapshot.domain.AttributeProcessor
 
AttributeProfiler - Class in io.higson.runtime.profiler.attribute
 
AttributeProfiler() - Constructor for class io.higson.runtime.profiler.attribute.AttributeProfiler
 
AttributeProfiler(int) - Constructor for class io.higson.runtime.profiler.attribute.AttributeProfiler
 
attributes() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.Element
Returns the value of the attributes record component.
ATTRIBUTES - Enum constant in enum class io.higson.runtime.core.datasource.snapshot.domain.DomainSupportedFiles
 
AttributeStat - Class in io.higson.runtime.profiler.attribute
 
AttributeStat(AbstractProfilerStat<AttributeKey>) - Constructor for class io.higson.runtime.profiler.attribute.AttributeStat
 
AttributeStat(AttributeKey) - Constructor for class io.higson.runtime.profiler.attribute.AttributeStat
 
AttributeValueProvider - Class in io.higson.runtime.core.domain
 
AttributeValueProvider() - Constructor for class io.higson.runtime.core.domain.AttributeValueProvider
 
AttributeValueResolver - Class in io.higson.runtime.core.domain
 
AttributeValueResolver(HigsonEngine) - Constructor for class io.higson.runtime.core.domain.AttributeValueResolver
 
attrs() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.CollectionElement
Returns the value of the attrs record component.

B

BAD_SYNTAX - Enum constant in enum class io.higson.runtime.sorter.exception.SortConfigErrorcode
 
BadJdbcUrlStructureException - Exception in io.higson.runtime.sql.dialect.exception
Thrown if there was a problem with recognize parsed database dialect.
BadJdbcUrlStructureException(String) - Constructor for exception io.higson.runtime.sql.dialect.exception.BadJdbcUrlStructureException
Constructs a BadJdbcUrlStructureException with the specified message.
BaseDao - Class in io.higson.runtime.dao
Created by psikora on 2017-01-17.
BaseWatcher - Class in io.higson.runtime.sync
 
BaseWatcher() - Constructor for class io.higson.runtime.sync.BaseWatcher
 
BasicComponentInitializerRunner - Class in io.higson.runtime.engine.config.initialization
 
BasicComponentInitializerRunner() - Constructor for class io.higson.runtime.engine.config.initialization.BasicComponentInitializerRunner
 
BasicFunctionManager - Class in io.higson.runtime.engine.core.function
 
BasicFunctionManager(InvokerRepository, FunctionProvider) - Constructor for class io.higson.runtime.engine.core.function.BasicFunctionManager
 
BasicLevelPreparer - Class in io.higson.runtime.engine.core.prepared
Standard implementation of LevelPrepared.
BasicLevelPreparer() - Constructor for class io.higson.runtime.engine.core.prepared.BasicLevelPreparer
 
BasicParameterProvider - Class in io.higson.runtime.engine.core.parameter
 
BasicParameterProvider() - Constructor for class io.higson.runtime.engine.core.parameter.BasicParameterProvider
 
BasicParamPreparer - Class in io.higson.runtime.engine.core.prepared
 
BasicParamPreparer(ParameterProvider, LevelPreparer, PreparedParamCache) - Constructor for class io.higson.runtime.engine.core.prepared.BasicParamPreparer
 
BATCH_LIMIT - Static variable in class io.higson.runtime.utils.SQLConstants
 
batchLoad(String) - Method in interface io.higson.runtime.engine.core.parameter.ParamRepository
Support for batch loading of parameter, when there are too many entries to read them all at once.
batchLoad(String) - Method in class io.higson.runtime.provider.MpParameterProvider
 
batchSize(int) - Method in class io.higson.runtime.diagnostic.queue.DiagnosticQueueConfig
 
BETWEEN_MATCHERS - Static variable in class io.higson.runtime.helper.ConstantsUtil
 
BetweenMatcher - Class in io.higson.runtime.engine.matchers
Range matcher, checks if value fits in range defined in pattern.
BetweenMatcher(boolean, boolean) - Constructor for class io.higson.runtime.engine.matchers.BetweenMatcher
 
BetweenMatcher(boolean, boolean, BetweenMatcherTokenSeparator) - Constructor for class io.higson.runtime.engine.matchers.BetweenMatcher
 
BetweenMatcher(boolean, boolean, String) - Constructor for class io.higson.runtime.engine.matchers.BetweenMatcher
 
BetweenMatcherTokenSeparator - Class in io.higson.runtime.engine.matchers
 
BetweenMatcherTokenSeparator() - Constructor for class io.higson.runtime.engine.matchers.BetweenMatcherTokenSeparator
 
BetweenMatcherTokenSeparator(int) - Constructor for class io.higson.runtime.engine.matchers.BetweenMatcherTokenSeparator
 
BetweenMatcherTokenSeparator(String) - Constructor for class io.higson.runtime.engine.matchers.BetweenMatcherTokenSeparator
 
BetweenMatcherTokenSeparator(String, int) - Constructor for class io.higson.runtime.engine.matchers.BetweenMatcherTokenSeparator
 
BIG_DECIMAL - Enum constant in enum class io.higson.runtime.function.argument.FunctionArgumentDataType
 
BigDecimalRangeIterator - Class in io.higson.runtime.mp.simulation.samples.iterator
Created by Artur Osiak on 14.10.2019
BigDecimalRangeIterator(RangeBasedSamples<BigDecimal>) - Constructor for class io.higson.runtime.mp.simulation.samples.iterator.BigDecimalRangeIterator
 
bind(SandboxAttrGmoPersistence) - Method in class io.higson.runtime.sandbox.GmoSandboxAttribute
 
BLACKLIST - Static variable in class io.higson.runtime.invoker.MppGroovyShellConfiguration
 
BLOCK - Enum constant in enum class io.higson.runtime.diagnostic.queue.OverflowStrategy
Block the producer thread until space becomes available in the queue.
body() - Method in record class io.higson.runtime.core.datasource.snapshot.function.FunctionDetails
Returns the value of the body record component.
BOOLEAN - Enum constant in enum class io.higson.runtime.flow.ConditionType
 
BOOLEAN - Enum constant in enum class io.higson.runtime.function.argument.FunctionArgumentDataType
 
BOOLEAN_TYPE - Static variable in class io.higson.runtime.helper.ConstantsUtil
 
BOOLEAN_TYPE - Static variable in class io.higson.runtime.helper.TypeConverter
BooleanHolder - Class in io.higson.runtime.engine.types.bool
Class that represents BooleanType values.
BooleanHolder(Boolean) - Constructor for class io.higson.runtime.engine.types.bool.BooleanHolder
The only way to set a value to a holder
BooleanType - Class in io.higson.runtime.engine.types.bool
Deprecated.
use io.higson.runtime.type.BooleanType
BooleanType - Class in io.higson.runtime.type
 
BooleanType() - Constructor for class io.higson.runtime.engine.types.bool.BooleanType
Deprecated.
 
BooleanType() - Constructor for class io.higson.runtime.type.BooleanType
 
booleanValue() - Method in class io.higson.runtime.engine.core.type.AbstractValueHolder
Returns boolean value if holder is capable of doing it, otherwise UnsupportedOperationException is thrown.
booleanValue() - Method in interface io.higson.runtime.engine.core.type.ValueHolder
Get value as primitive boolean.
booleanValue() - Method in class io.higson.runtime.engine.types.bool.BooleanHolder
Returns an inner value as primitive.
booleanValue() - Method in class io.higson.runtime.model.ObjectValueHolder
 
booleanValue() - Method in interface io.higson.runtime.model.value.Handle
 
booleanValue() - Method in class io.higson.runtime.model.value.Property
booleanValue() - Method in class io.higson.runtime.model.value.ValueProperty
 
booleanValue(HigsonContext) - Method in class io.higson.runtime.model.DomainAttribute
 
booleanValue(String) - Method in interface io.higson.runtime.model.value.Handle
Gets value as boolean from given path.
booleanValue(String) - Method in class io.higson.runtime.model.value.Property
Gets value as boolean from given path.
build() - Method in class io.higson.runtime.config.DefinitionBuilder
 
build() - Method in class io.higson.runtime.engine.config.ParamEngineConfigBuilder
Finalizes configuration building and returns immutable config object.
build() - Method in class io.higson.runtime.rhino.helper.MultiValueBuilder
Required.
build() - Method in class io.higson.runtime.rhino.helper.ParamValueBuilder
Required.
build(String, long) - Method in class io.higson.runtime.provider.external.ExtMatrixFingerprintBuilder
 
buildCompoundType(EntityType) - Static method in class io.higson.runtime.model.def.TypeDef
Create entity TypeDef based on given compoundType.
buildConfig() - Method in class io.higson.runtime.engine.config.pico.PicoParamEngineRuntimeConfigBuilder
 
buildConfig() - Method in interface io.higson.runtime.engine.core.ParamEngineRuntimeConfigBuilder
Creates runtime configuration descriptor for given param engine.
buildMessage(String, Throwable) - Static method in exception io.higson.runtime.exception.HigsonRuntimeException
Deprecated.
It will be hidden in the future and static will be removed. This should be used only by higson.
buildSimpleType(String) - Static method in class io.higson.runtime.model.def.TypeDef
Create simple TypeDef based on given simpleType.
bundle() - Method in class io.higson.runtime.context.BundleContext
 
bundle() - Method in class io.higson.runtime.model.value.Property
Bundle - Class in io.higson.runtime.model.value
This is main class, that developer can interact with using higson persistence engine.
Bundle(BundleDef) - Constructor for class io.higson.runtime.model.value.Bundle
Basic constructor to use with definition.
Bundle(BundleDef, long) - Constructor for class io.higson.runtime.model.value.Bundle
Shouldn't be used outside of Higson persistence engine.
Bundle(BundleDef, long, int) - Constructor for class io.higson.runtime.model.value.Bundle
Shouldn't be used outside of Higson persistence engine.
Bundle(BundleDef, long, int, int) - Constructor for class io.higson.runtime.model.value.Bundle
Shouldn't be used outside of Higson persistence engine.
BUNDLE_DEF_NAME - Static variable in class io.higson.runtime.model.def.BundleDef
 
BundleCollectionAdapter - Class in io.higson.runtime.context
 
BundleCollectionAdapter() - Constructor for class io.higson.runtime.context.BundleCollectionAdapter
 
BundleContext - Class in io.higson.runtime.context
 
BundleContext() - Constructor for class io.higson.runtime.context.BundleContext
 
BundleDef - Class in io.higson.runtime.model.def
 
BundleDef() - Constructor for class io.higson.runtime.model.def.BundleDef
Construct with default root name: Bundle
BundleDef(String) - Constructor for class io.higson.runtime.model.def.BundleDef
Construct with given root name
BundleDefinitionSource - Interface in io.higson.runtime.sandbox
 
BundleDiff - Class in io.higson.runtime.sync.diff
 
BundleDiff(SyncActions) - Constructor for class io.higson.runtime.sync.diff.BundleDiff
 
BundleMarshaller - Class in io.higson.runtime.marshaller
 
BundleMarshaller() - Constructor for class io.higson.runtime.marshaller.BundleMarshaller
 
BundleSynchronizer - Class in io.higson.runtime.sync
 
BundleSynchronizer() - Constructor for class io.higson.runtime.sync.BundleSynchronizer
 
BundleWalker - Class in io.higson.runtime.helper
Utility class for walking through bundle property trees.

C

cache() - Method in class io.higson.runtime.provider.MpScheduleProvider
 
cacheable() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Returns the value of the cacheable record component.
CachedGroovyShell - Class in io.higson.runtime.function.groovy.shell
 
CachedGroovyShell(FunctionLoggerCreator) - Constructor for class io.higson.runtime.function.groovy.shell.CachedGroovyShell
 
CachedGroovyShell(FunctionLoggerCreator, boolean) - Constructor for class io.higson.runtime.function.groovy.shell.CachedGroovyShell
 
CachedGroovyShell(FunctionLoggerCreator, boolean, boolean) - Constructor for class io.higson.runtime.function.groovy.shell.CachedGroovyShell
 
CacheEntry<E> - Class in io.higson.runtime.engine.core.prepared
 
CacheEntry() - Constructor for class io.higson.runtime.engine.core.prepared.CacheEntry
 
CacheKey - Class in io.higson.runtime.core.domain
 
CacheKey() - Constructor for class io.higson.runtime.core.domain.CacheKey
 
CacheKey(String, String) - Constructor for class io.higson.runtime.cache.ProfileCache.CacheKey
 
CacheKey(String, String) - Constructor for class io.higson.runtime.cache.UserRegionVersionCache.CacheKey
 
CachingDateParser - Class in io.higson.runtime.helper.parser
The date parser that caches [maxSize] parsing results.
CachingDateParser() - Constructor for class io.higson.runtime.helper.parser.CachingDateParser
 
CachingNumberParser - Class in io.higson.runtime.helper.parser
The number parser that caches [maxSize] parsing results.
CachingNumberParser() - Constructor for class io.higson.runtime.helper.parser.CachingNumberParser
 
CachingSplitter - Class in io.higson.runtime.helper.parser
Splits text with given separator and caches [maxSize] results.
CachingSplitter(char) - Constructor for class io.higson.runtime.helper.parser.CachingSplitter
 
CachingSplitter(char, int) - Constructor for class io.higson.runtime.helper.parser.CachingSplitter
 
CAL_LEAP_YEAR_DAYS - Static variable in class io.higson.runtime.rhino.RhinoDate
 
CAL_MILLIS_IN_DAY - Static variable in class io.higson.runtime.rhino.RhinoDate
 
CAL_MILLIS_IN_HOUR - Static variable in class io.higson.runtime.rhino.RhinoDate
 
CAL_MILLIS_IN_MINUTE - Static variable in class io.higson.runtime.rhino.RhinoDate
 
CAL_MONTHS_IN_YEAR - Static variable in class io.higson.runtime.rhino.RhinoDate
 
calculateHaversineDistance(double, double, double, double) - Static method in class io.higson.runtime.rhino.RhinoUtil
Calculate distance between two points not taking into account height difference.
calculateHaversineDistance(double, double, double, double, double, double) - Static method in class io.higson.runtime.rhino.RhinoUtil
Calculate distance between two points in latitude and longitude taking into account height difference.
calculateHaversineDistance(Location, Location) - Static method in class io.higson.runtime.utils.DistanceCalculator
Calculates Haversine Distance.
call(String, ParamContext, Object...) - Method in interface io.higson.runtime.core.HigsonEngine
This method calls function defined within higson, with context and optional arguments.
call(HigsonContext, Object[]) - Method in class io.higson.runtime.builtin.implementation.AddUtilFunction
This method is used to perform a specific operation based on the given arguments.
call(HigsonContext, Object[]) - Method in class io.higson.runtime.builtin.implementation.DiffUtilFunction
Calculates the difference based on the given arguments and the target object.
call(HigsonContext, Object[]) - Method in class io.higson.runtime.builtin.implementation.EqualsUtilFunction
This method checks if a value from the Higson context is equal to another value.
call(HigsonContext, Object[]) - Method in class io.higson.runtime.builtin.implementation.ExistUtilFunction
Checks if a value exists in the given context.
call(HigsonContext, Object[]) - Method in class io.higson.runtime.builtin.implementation.FormatUtilFunction
Calls the format utility function with the given arguments.
call(HigsonContext, Object[]) - Method in class io.higson.runtime.builtin.implementation.FromUtilFunction
Calls the 'from' util function with the given context and arguments.
call(HigsonContext, Object[]) - Method in class io.higson.runtime.builtin.implementation.GetUtilFunction
 
call(HigsonContext, Object[]) - Method in class io.higson.runtime.builtin.implementation.GreaterThanEqualsUtilFunction
This method checks if a value from the Higson context is greater than or equal another value.
call(HigsonContext, Object[]) - Method in class io.higson.runtime.builtin.implementation.GreaterThanUtilFunction
This method checks if a value from the Higson context is greater than another value.
call(HigsonContext, Object[]) - Method in class io.higson.runtime.builtin.implementation.IsBlankUtilFunction
This method checks if a value from the Higson context is blank.
call(HigsonContext, Object[]) - Method in class io.higson.runtime.builtin.implementation.IsEmptyUtilFunction
 
call(HigsonContext, Object[]) - Method in class io.higson.runtime.builtin.implementation.LessThanEqualsUtilFunction
This method checks if a value from the Higson context is less than or equal another value.
call(HigsonContext, Object[]) - Method in class io.higson.runtime.builtin.implementation.LessThanUtilFunction
This method checks if a value from the Higson context is less than another value.
call(HigsonContext, Object[]) - Method in class io.higson.runtime.builtin.implementation.NotBlankUtilFunction
 
call(HigsonContext, Object[]) - Method in class io.higson.runtime.builtin.implementation.NotEmptyUtilFunction
 
call(HigsonContext, Object[]) - Method in class io.higson.runtime.builtin.implementation.SizeUtilFunction
Retrieves the size of an object in the Higson context.
call(HigsonContext, Object[]) - Method in class io.higson.runtime.builtin.implementation.ToUtilFunction
Calls the 'to' util function with the given context and arguments.
call(HigsonContext, Object[]) - Method in class io.higson.runtime.builtin.implementation.TrimUtilFunction
Trims values in a given context.
call(HigsonContext, Object[]) - Method in class io.higson.runtime.builtin.implementation.UtilFunction
 
call(String, ParamContext) - Method in class io.higson.runtime.rhino.RhinoHigson
Method is workaround for python invoke 'higson.call()' without args.
call(String, ParamContext, Object...) - Method in class io.higson.runtime.core.DiagnosticHigsonEngine
 
call(String, ParamContext, Object...) - Method in class io.higson.runtime.core.HigsonEngineImpl
 
call(String, ParamContext, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Call function in higson with given functionName, context and possible arguments for function.
call(String, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Call function in higson with given functionName and possible arguments for function.
CALL_STACK_REPORT - Enum constant in enum class io.higson.runtime.diagnostic.queue.DiagnosticEventCode
 
callBoolean(String, ParamContext, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Call function in higson with given functionName, context and possible arguments for function.
callDate(String, ParamContext, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Call function in higson with given functionName, context and possible arguments for function.
callDecimal(String, ParamContext, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Call function in higson with given functionName, context and possible arguments for function.
callEvaluatedFunction(String, ParamContext, Object...) - Method in interface io.higson.runtime.engine.core.ParamEngine
Evaluate parameter using provided context and use returned value retrieved using ParamValue.get() as name of function to call with provided arguments.
callEvaluatedFunction(String, ParamContext, Object...) - Method in class io.higson.runtime.engine.core.SmartParamEngine
 
callFunction(String, Object...) - Method in interface io.higson.runtime.engine.core.ParamEngine
Use function engine to call function registered under provided name, passing provided invocation arguments.
callFunction(String, Object...) - Method in class io.higson.runtime.engine.core.SmartParamEngine
 
callInteger(String, ParamContext, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Call function in higson with given functionName, context and possible arguments for function.
callLocalDate(String, ParamContext, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Call function in higson with given functionName, context and possible arguments for function.
callLocalDateTime(String, ParamContext, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Call function in higson with given functionName, context and possible arguments for function.
callNumber(String, ParamContext, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Call function in higson with given functionName, context and possible arguments for function.
CallStackReportDiagnosticEventPersister - Class in io.higson.runtime.diagnostic.persister
 
CallStackReportDiagnosticEventPersister(DiagnosticCallStackReportDao) - Constructor for class io.higson.runtime.diagnostic.persister.CallStackReportDiagnosticEventPersister
 
callString(String, ParamContext, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Call function in higson with given functionName, context and possible arguments for function.
callValue(String, ParamContext, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Call function in higson with given functionName, context and possible arguments for function.
canDecode(String) - Method in class io.higson.runtime.engine.types.date.DateType
 
canDecode(String) - Method in class io.higson.runtime.engine.types.datetime.AbstractDateTimeType
 
canDecode(String) - Method in class io.higson.runtime.engine.types.integer.IntegerType
 
canDecode(String) - Method in class io.higson.runtime.engine.types.number.NumberType
 
canDecode(String) - Method in class io.higson.runtime.type.BooleanType
 
canDecode(String) - Static method in class io.higson.runtime.utils.HprDate
 
canDecodeTime(String) - Static method in class io.higson.runtime.utils.HprDate
trimmed time in format: HH:mm:ss HH:mm:ss.SSS
capacity(int) - Method in class io.higson.runtime.diagnostic.queue.DiagnosticQueueConfig
 
CAPITALIZE - Enum constant in enum class io.higson.runtime.builtin.implementation.TextFormat
 
capitalizeAll(String) - Static method in class io.higson.runtime.rhino.RhinoStr
Capitalizes first letter of all words in the provided String.
capitalizeFirst(String) - Static method in class io.higson.runtime.rhino.RhinoStr
Capitalizes the first letter of the provided argument.
CascadeArg - Class in io.higson.runtime.decoder
 
CascadeArg() - Constructor for class io.higson.runtime.decoder.CascadeArg
 
CascadeArgType - Enum Class in io.higson.runtime.decoder
 
cascadeCall(String, ParamContext) - Method in class io.higson.runtime.decoder.CascadeDecoder
calls function using HigsonEngine that was passed in constructor
cascadeCall(String, Type<?>, ParamContext) - Method in class io.higson.runtime.decoder.CascadeDecoder
calls function using HigsonEngine that was passed in constructor.
CascadeDecoder - Class in io.higson.runtime.decoder
Decoder that is used internally to decode and call Higson parameters and functions.
CascadeDecoder(HigsonEngine) - Constructor for class io.higson.runtime.decoder.CascadeDecoder
defauld cascade constructor
cascadeFlowCall(String, ParamContext) - Method in class io.higson.runtime.decoder.CascadeDecoder
invokes flow using HigsonEngine that was passed in constructor.
cascadeGet(String, ParamContext) - Method in class io.higson.runtime.decoder.CascadeDecoder
invokes parameter using HigsonEngine that was passed in constructor
cascadeGet(String, Type<?>, ParamContext) - Method in class io.higson.runtime.decoder.CascadeDecoder
invokes parameter using HigsonEngine that was passed in constructor.
cascadeGetMultiValues(String, ParamContext) - Method in class io.higson.runtime.decoder.CascadeDecoder
invokes parameter using HigsonEngine that was passed in constructor
cascadeUtilCall(String, ParamContext) - Method in class io.higson.runtime.decoder.CascadeDecoder
 
cast(Object, String) - Method in class io.higson.runtime.helper.TypeConverter
Converts the Object argument to value of type specified by the second argument.
categories() - Method in record class io.higson.runtime.core.datasource.snapshot.function.FunctionDetails
Returns the value of the categories record component.
categories() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Returns the value of the categories record component.
cbrt(double) - Static method in class io.higson.runtime.rhino.RhinoMath
Calculates the cube root using standard Java function StrictMath.cbrt(double).
ceil(double) - Static method in class io.higson.runtime.rhino.RhinoMath
Returns the smallest rounded to whole number value which is greater than or equal to the argument, using standard Java function Math.ceil(double).
CHANGED - Enum constant in enum class io.higson.runtime.sync.event.EventType
 
checkPossibleModification() - Method in class io.higson.runtime.sync.RuntimeWatcher
 
clean() - Method in class io.higson.runtime.invoker.python.PythonFunctionInvoker
Cleans up all resources associated with the current thread
cleanUpThreadResources() - Method in interface io.higson.runtime.core.HigsonEngine
Releases all resources associated with the current thread.
cleanUpThreadResources() - Method in class io.higson.runtime.core.HigsonEngineImpl
 
clear() - Method in class io.higson.runtime.diagnostic.queue.DiagnosticQueue
Remove all events from the queue without recording them as flushed.
clear() - Method in class io.higson.runtime.function.groovy.shell.GlobalCache
 
clear() - Method in class io.higson.runtime.model.value.CollectionProperty
Clear all children of this property.
clear() - Method in interface io.higson.runtime.model.value.Handle
Clear all children of this property.
clear() - Method in class io.higson.runtime.model.value.Property
 
clear() - Method in class io.higson.runtime.profiler.AbstractProfiler
 
clear() - Static method in class io.higson.runtime.profiler.callstack.DiagnosticCallStack
 
clear() - Method in class io.higson.runtime.profiler.jdbc.JdbcProfiler
 
clear() - Method in class io.higson.runtime.profiler.ProfilerBucket
Removes all statistics from internal storage.
clear() - Method in class io.higson.runtime.proxy.HigsonEntityList
 
clear(Predicate<T>) - Method in class io.higson.runtime.profiler.AbstractProfiler
 
clear(Predicate<T>) - Method in class io.higson.runtime.profiler.ProfilerBucket
 
clearEffectiveDate() - Method in interface io.higson.runtime.core.HigsonEngine
Removes effective date, that was once set.
clearEffectiveDate() - Method in class io.higson.runtime.core.HigsonEngineImpl
 
clearEffectiveDate() - Method in class io.higson.runtime.core.versioninterceptor.DeveloperModeInterceptor
 
clearEffectiveDate() - Method in class io.higson.runtime.core.versioninterceptor.RuntimeVersionInterceptor
 
clearEffectiveDate() - Method in interface io.higson.runtime.core.versioninterceptor.VersionInterceptor
Removes effective date, that was once set.
clearEffectiveSetup() - Method in interface io.higson.runtime.core.HigsonEngine
Removes both effective date and effective versions for all regions.
clearEffectiveSetup() - Method in class io.higson.runtime.core.HigsonEngineImpl
 
clearEffectiveSetup() - Method in class io.higson.runtime.core.versioninterceptor.DeveloperModeInterceptor
 
clearEffectiveSetup() - Method in class io.higson.runtime.core.versioninterceptor.RuntimeVersionInterceptor
 
clearEffectiveSetup() - Method in interface io.higson.runtime.core.versioninterceptor.VersionInterceptor
Removes both effective date and effective versions for all regions.
clearEffectiveVersion(String) - Method in interface io.higson.runtime.core.HigsonEngine
Removes effective version for given region, if there was any.
clearEffectiveVersion(String) - Method in class io.higson.runtime.core.HigsonEngineImpl
 
clearEffectiveVersion(String) - Method in class io.higson.runtime.core.versioninterceptor.DeveloperModeInterceptor
 
clearEffectiveVersion(String) - Method in class io.higson.runtime.core.versioninterceptor.RuntimeVersionInterceptor
 
clearEffectiveVersion(String) - Method in interface io.higson.runtime.core.versioninterceptor.VersionInterceptor
Removes effective version for given region, if there was any.
clearEffectiveVersion(String, String) - Method in interface io.higson.runtime.core.HigsonEngine
Removes effective version for given region, if there was any.
clearEffectiveVersion(String, String) - Method in class io.higson.runtime.core.HigsonEngineImpl
 
clearEffectiveVersion(String, String) - Method in class io.higson.runtime.core.versioninterceptor.DeveloperModeInterceptor
 
clearEffectiveVersion(String, String) - Method in class io.higson.runtime.core.versioninterceptor.RuntimeVersionInterceptor
 
clearEffectiveVersion(String, String) - Method in interface io.higson.runtime.core.versioninterceptor.VersionInterceptor
Removes effective version for given profile and region, if there was any.
clearEffectiveVersions() - Method in interface io.higson.runtime.core.HigsonEngine
Removes all effective versions that were once set, even for multiple regions.
clearEffectiveVersions() - Method in class io.higson.runtime.core.HigsonEngineImpl
 
clearEffectiveVersions() - Method in class io.higson.runtime.core.versioninterceptor.DeveloperModeInterceptor
 
clearEffectiveVersions() - Method in class io.higson.runtime.core.versioninterceptor.RuntimeVersionInterceptor
 
clearEffectiveVersions() - Method in interface io.higson.runtime.core.versioninterceptor.VersionInterceptor
Removes all effective versions that were once set, even for multiple regions.
clearThreadBundleDef() - Method in class io.higson.runtime.proxy.HigsonPersistence
 
Clock - Interface in io.higson.runtime.utils
 
clockTime() - Method in class io.higson.runtime.evict.DefaultIdleChecker
 
clockTime() - Method in interface io.higson.runtime.evict.IdleChecker
Returns the time from the underlying clock.
clockTime() - Method in class io.higson.runtime.evict.NopIdleChecker
 
close() - Method in interface io.higson.runtime.engine.core.parameter.Parameter
 
close() - Method in interface io.higson.runtime.engine.core.parameter.ParameterEntryBatchLoader
 
close() - Method in class io.higson.runtime.model.Parameter
 
close() - Method in class io.higson.runtime.provider.ai.OnnxModelSession
 
close() - Method in class io.higson.runtime.reload.AsyncReloader
 
closeInterpreter(Interpreter) - Method in class io.higson.runtime.invoker.python.JepPythonProvider
 
closeInterpreter(Interpreter) - Method in interface io.higson.runtime.invoker.python.PythonProvider
 
code() - Method in enum class io.higson.runtime.constants.FunctionCode
 
code() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.CollectionElement
Returns the value of the code record component.
code() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.Element
Returns the value of the code record component.
code() - Method in record class io.higson.runtime.core.datasource.snapshot.function.FunctionDetails
Returns the value of the code record component.
code() - Method in record class io.higson.runtime.core.datasource.snapshot.function.FunctionMeta
Returns the value of the code record component.
code() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Returns the value of the code record component.
code() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterMeta
Returns the value of the code record component.
code() - Method in enum class io.higson.runtime.diagnostic.InternalEvent
 
code() - Method in class io.higson.runtime.domain.AbstractDom
Get code of domain object
code() - Method in enum class io.higson.runtime.function.FunctionType
 
code() - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
code() - Method in enum class io.higson.runtime.utils.hash.DigestAlgorithm
 
code(SandboxAttrGmoPersistence) - Static method in enum class io.higson.runtime.sandbox.SandboxAttrGmoPersistence
 
CODE - Static variable in class io.higson.runtime.builtin.implementation.AddUtilFunction
 
CODE - Static variable in class io.higson.runtime.builtin.implementation.DiffUtilFunction
 
CODE - Static variable in class io.higson.runtime.builtin.implementation.EqualsUtilFunction
 
CODE - Static variable in class io.higson.runtime.builtin.implementation.ExistUtilFunction
 
CODE - Static variable in class io.higson.runtime.builtin.implementation.FormatUtilFunction
 
CODE - Static variable in class io.higson.runtime.builtin.implementation.FromUtilFunction
 
CODE - Static variable in class io.higson.runtime.builtin.implementation.GetUtilFunction
 
CODE - Static variable in class io.higson.runtime.builtin.implementation.GreaterThanEqualsUtilFunction
 
CODE - Static variable in class io.higson.runtime.builtin.implementation.GreaterThanUtilFunction
 
CODE - Static variable in class io.higson.runtime.builtin.implementation.IsBlankUtilFunction
 
CODE - Static variable in class io.higson.runtime.builtin.implementation.IsEmptyUtilFunction
 
CODE - Static variable in class io.higson.runtime.builtin.implementation.LessThanEqualsUtilFunction
 
CODE - Static variable in class io.higson.runtime.builtin.implementation.LessThanUtilFunction
 
CODE - Static variable in class io.higson.runtime.builtin.implementation.NotBlankUtilFunction
 
CODE - Static variable in class io.higson.runtime.builtin.implementation.NotEmptyUtilFunction
 
CODE - Static variable in class io.higson.runtime.builtin.implementation.SizeUtilFunction
 
CODE - Static variable in class io.higson.runtime.builtin.implementation.ToUtilFunction
 
CODE - Static variable in class io.higson.runtime.builtin.implementation.TrimUtilFunction
 
CodeBasedReloadPolicy - Class in io.higson.runtime.reload
 
CodeBasedReloadPolicy(List<String>) - Constructor for class io.higson.runtime.reload.CodeBasedReloadPolicy
 
codes() - Static method in enum class io.higson.runtime.flow.ConditionType
 
collect(String) - Method in class io.higson.runtime.diagnostic.metrics.DiagnosticRuntimeMetricCollector
 
collect(String) - Method in class io.higson.runtime.diagnostic.threadstate.DiagnosticThreadStateCollector
 
COLLECTION - Enum constant in enum class io.higson.runtime.engine.annotated.annotations.CtxPathParam.CtxAttrType
 
COLLECTION - Enum constant in enum class io.higson.runtime.model.value.ElementType
Collection property type.
CollectionAdapter<E> - Class in io.higson.runtime.ext.adapter
 
CollectionAdapter(Collection<E>, AdapterFactory<E>) - Constructor for class io.higson.runtime.ext.adapter.CollectionAdapter
 
CollectionAdapter(Collection<E>, Class<A>) - Constructor for class io.higson.runtime.ext.adapter.CollectionAdapter
 
CollectionElement - Record Class in io.higson.runtime.core.datasource.snapshot.domain
 
CollectionElement(int, String, String, int, int, String, int, boolean, String, Integer, String, boolean, boolean, List<AttributeType>, String, String) - Constructor for record class io.higson.runtime.core.datasource.snapshot.domain.CollectionElement
Creates an instance of a CollectionElement record class.
collectionId() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.ReferenceElement
Returns the value of the collectionId record component.
CollectionProperty - Class in io.higson.runtime.model.value
This class represents collection of properties, that should store other properties with the same type TypeDef.
CollectionProperty(EntityType) - Constructor for class io.higson.runtime.model.value.CollectionProperty
Creates CollectionProperty for provided compound entityType.
CollectionProperty(TypeDef) - Constructor for class io.higson.runtime.model.value.CollectionProperty
Creates CollectionProperty for provided type definition.
collections() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.Domain
Returns the value of the collections record component.
collectionToArray(Collection<?>) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
collectionTypeId() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.CollectionElement
Returns the value of the collectionTypeId record component.
COLON - Enum constant in enum class io.higson.runtime.level.OutputLevelArraySeparator
 
column(String) - Method in class io.higson.runtime.sql.dialect.DefaultDialect
 
column(String) - Method in class io.higson.runtime.sql.DialectTemplate
 
column(String) - Method in interface io.higson.runtime.sql.RuntimeDialect
 
column(String) - Method in class io.higson.runtime.sql.SqlProcessor
 
COMMA - Enum constant in enum class io.higson.runtime.level.OutputLevelArraySeparator
 
COMMON_CONFIG - Enum constant in enum class io.higson.runtime.core.datasource.snapshot.SnapshotPath
 
CommonProfiler - Class in io.higson.runtime.profiler
 
CommonProfiler() - Constructor for class io.higson.runtime.profiler.CommonProfiler
 
CommonProfiler(int) - Constructor for class io.higson.runtime.profiler.CommonProfiler
 
compactSpaces(String) - Static method in class io.higson.runtime.helper.StrUtil
Replaces all occurrences of many spaces adjacent to each other in one space character.
compactSpaces(String) - Static method in class io.higson.runtime.rhino.RhinoStr
Changes all occurrences of adjacent spaces into one space.
compare(ValueHolder, ValueHolder) - Method in class io.higson.runtime.sorter.comparator.AlphanumericComparator
 
compare(ValueHolder, ValueHolder) - Method in class io.higson.runtime.sorter.comparator.LocaleComparator
 
compare(ValueHolder, ValueHolder) - Method in class io.higson.runtime.sorter.comparator.StandardComparator
 
compareTo(RepositoryObjectKey) - Method in class io.higson.runtime.engine.annotated.RepositoryObjectKey
 
compareTo(ValueHolder) - Method in class io.higson.runtime.engine.core.type.AbstractValueHolder
Compares two holders using algorithm: is value held comparable?
compareTo(DomainObjectImpl) - Method in class io.higson.runtime.model.DomainObjectImpl
 
compareTo(QueryStat) - Method in class io.higson.runtime.profiler.jdbc.QueryStat
 
compareYMD(Date, Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Compares two dates by year, month, date.
CompiledGroovyFunction - Class in io.higson.runtime.function.groovy.shell
 
CompiledGroovyFunction() - Constructor for class io.higson.runtime.function.groovy.shell.CompiledGroovyFunction
 
COMPLEX_DATA_TYPES_NAMES - Static variable in enum class io.higson.runtime.function.argument.FunctionArgumentDataType
 
ComponentConfig - Class in io.higson.runtime.engine.config.pico
 
ComponentConfig() - Constructor for class io.higson.runtime.engine.config.pico.ComponentConfig
 
ComponentInitializer - Interface in io.higson.runtime.engine.config.initialization
 
ComponentInitializerRunner - Interface in io.higson.runtime.engine.config.initialization
 
computeHash() - Method in class io.higson.runtime.provider.MpScheduleProvider
 
computeHash(Map<String, ScheduleContainer>) - Method in class io.higson.runtime.provider.MpScheduleProvider
 
concat(Object[]) - Static method in class io.higson.runtime.rhino.RhinoStr
Returns comma-separated string representations of array elements.
concat(Object[], String) - Static method in class io.higson.runtime.rhino.RhinoStr
Returns the string representations of array elements, concatenated into one String, separated by provided delimiter.
concat(Object[], String, String) - Static method in class io.higson.runtime.rhino.RhinoStr
Returns the string representations of array elements, concatenated into one String, separated by provided delimiter.
concat(List<?>) - Static method in class io.higson.runtime.rhino.RhinoStr
Returns the string representations of elements of the List, concatenated into one comma-separated String.
concat(List<?>, String) - Static method in class io.higson.runtime.rhino.RhinoStr
Returns the string representations of elements of the List, concatenated into one String, separated by provided delimiter.
CONCAT_INITIAL_CAPACITY - Static variable in class io.higson.runtime.rhino.RhinoStr
 
Condition - Class in io.higson.runtime.flow
 
Condition() - Constructor for class io.higson.runtime.flow.Condition
 
ConditionDto - Class in io.higson.runtime.flow.dto
 
ConditionDto() - Constructor for class io.higson.runtime.flow.dto.ConditionDto
 
ConditionEvaluatedEvent - Class in io.higson.runtime.flow.trace
 
ConditionEvaluatedEvent(String, String, String, boolean) - Constructor for class io.higson.runtime.flow.trace.ConditionEvaluatedEvent
 
ConditionFactory - Class in io.higson.runtime.flow
 
ConditionFactory() - Constructor for class io.higson.runtime.flow.ConditionFactory
 
ConditionInputType - Enum Class in io.higson.runtime.flow.dto
 
ConditionType - Enum Class in io.higson.runtime.flow
Type both values of a flow condition are converted to before they are compared.
configurationForSnapshot(List<RegionVersion>) - Static method in class io.higson.runtime.core.versioninterceptor.EffectiveVersionConfiguration
 
ConnectionInterceptor - Interface in io.higson.runtime.dao.util
An interceptor for managing connections to dataSource.
ConnectionProxy - Class in io.higson.runtime.profiler.jdbc.proxy
 
ConnectionProxy(Connection) - Constructor for class io.higson.runtime.profiler.jdbc.proxy.ConnectionProxy
 
ConstantsUtil - Class in io.higson.runtime.helper
 
constructorArgs() - Element in annotation interface io.higson.runtime.engine.annotated.annotations.ObjectInstance
String array of constructor arguments, class has to have matching constructor.
contains(RepositoryObjectKey) - Method in class io.higson.runtime.engine.core.repository.MapRepository
 
contains(MultiValue, List<MultiValue>) - Static method in class io.higson.runtime.distinct.DistinctFilter
check if list [others] contains any element that is equal to [row].
contains(ParameterEntry, List<ParameterEntry>) - Static method in class io.higson.runtime.distinct.DistinctFilter
check if list [others] contains any element that is equal to [e].
contains(Property) - Method in class io.higson.runtime.helper.IdentitySet
 
contains(Property) - Method in class io.higson.runtime.model.value.Bundle
Checks if given prop property exists within bundle.
contains(Object) - Method in class io.higson.runtime.proxy.HigsonEntityList
 
contains(String) - Method in class io.higson.runtime.engine.core.repository.MapRepository
 
contains(String[], String) - Static method in class io.higson.runtime.rhino.RhinoStr
Checks if an array of Strings contains the specified element.
contains(Collection<?>, String) - Static method in class io.higson.runtime.rhino.RhinoStr
Checks if the collection contains an object, whose String representation contains the specified fragment, ignoring letter case.
containsAll(Collection<?>) - Method in class io.higson.runtime.proxy.HigsonEntityList
 
ContainsAllMatcher - Class in io.higson.runtime.matcher
Matcher treats [value] and [pattern] as sets.
ContainsAnyMatcher - Class in io.higson.runtime.matcher
Matcher treats [value] and [pattern] as sets.
ContainsAnyMatcher(char) - Constructor for class io.higson.runtime.matcher.ContainsAnyMatcher
 
containsEntitiesOnly() - Method in class io.higson.runtime.marshaller.ExpFragment
 
containsLineWithElement(Path, String) - Method in class io.higson.runtime.helper.snapshot.FileSystemSnapshotHelper
 
containsLineWithElement(Path, String) - Method in interface io.higson.runtime.helper.snapshot.SnapshotFileHelper
 
ContainsNoneMatcher - Class in io.higson.runtime.matcher
Matcher treats [value] and [pattern] as sets.
ContainsNoneMatcher(char) - Constructor for class io.higson.runtime.matcher.ContainsNoneMatcher
 
containsOnlyEntityFields() - Method in class io.higson.runtime.model.value.EntityProperty
 
containsPath(Path, Path) - Static method in class io.higson.runtime.core.datasource.snapshot.domain.PathUtils
Check if toCheck Path is part of fullPath
containsProfileCode(String, CacheKey) - Method in class io.higson.runtime.core.domain.AbstractDomainCacheManager
 
CONTEXT - Enum constant in enum class io.higson.runtime.decoder.CascadeArgType
 
ContextInitializationException - Exception in io.higson.runtime.engine.core.context
When initializing dynamic context.
ContextInitializationException(InnerReflectiveOperationException, Object) - Constructor for exception io.higson.runtime.engine.core.context.ContextInitializationException
 
ContextualUtilFunction - Interface in io.higson.runtime.builtin.implementation
 
convert(Type<?>, Object) - Static method in class io.higson.runtime.engine.core.decoder.TypeDecoder
 
convert(Type<?>, Object[]) - Static method in class io.higson.runtime.engine.core.decoder.TypeDecoder
 
convert(Type<?>, Collection<?>) - Static method in class io.higson.runtime.engine.core.decoder.TypeDecoder
 
convert(FlowDto) - Static method in class io.higson.runtime.flow.dto.FlowRuntimeConverter
 
convert(Object) - Method in class io.higson.runtime.engine.core.type.AbstractType
 
convert(Object) - Method in interface io.higson.runtime.engine.core.type.Type
Can convert any object to value of Type.
convert(Object) - Method in class io.higson.runtime.engine.types.bool.BooleanType
Deprecated.
 
convert(Object) - Method in class io.higson.runtime.engine.types.date.DateType
 
convert(Object) - Method in class io.higson.runtime.engine.types.date.LocalDateType
 
convert(Object) - Method in class io.higson.runtime.engine.types.datetime.DatetimeType
 
convert(Object) - Method in class io.higson.runtime.engine.types.datetime.LocalDateTimeType
 
convert(Object) - Method in class io.higson.runtime.engine.types.integer.IntegerType
This method converts an object to IntegerHolder if object (obj) represents an integer value which may be stored at a long type variable with no loss.
convert(Object) - Method in class io.higson.runtime.engine.types.number.NumberType
 
convert(Object) - Method in class io.higson.runtime.engine.types.string.StringType
Converts any object (for instance: returned by functions) into a holder object.
convert(Object) - Method in class io.higson.runtime.type.BooleanType
 
convert(String) - Static method in class io.higson.runtime.flow.dto.FlowRuntimeConverter
 
convertToDto(String) - Static method in class io.higson.runtime.flow.dto.FlowDtoConverter
 
convertToString(FlowDto) - Static method in class io.higson.runtime.flow.dto.FlowDtoConverter
 
copy() - Method in class io.higson.runtime.flow.Variable
 
copy() - Method in class io.higson.runtime.model.ParameterLevel
 
copy() - Method in class io.higson.runtime.profiler.callstack.DiagnosticCallStackSummary
 
copy() - Method in class io.higson.runtime.profiler.callstack.DiagnosticCallStackSummaryNode
 
copy() - Method in class io.higson.runtime.profiler.jdbc.QueryStat
 
copy(Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Creates copy of given date.
copyDefinition(Parameter) - Method in class io.higson.runtime.helper.MpHelper
- copies all information but matrix - sets number of matrix rows
cos(double) - Static method in class io.higson.runtime.rhino.RhinoMath
Calculates trigonometric cosine of an angle using standard Java function Math.cos(double).
cosh(double) - Static method in class io.higson.runtime.rhino.RhinoMath
Calculates the hyperbolic cosine, using standard Java function Math.cosh(double).
count(String, char) - Static method in class io.higson.runtime.rhino.RhinoStr
Counts the occurrences of character in String
create() - Method in class io.higson.runtime.core.HigsonEngineFactory
Creates HigsonEngine instance based on given configuration.
create() - Method in class io.higson.runtime.model.value.CollectionProperty
Creates new property of EntityProperty with compound type matching collection supported type.
create() - Method in class io.higson.runtime.model.value.EntityProperty
 
create() - Method in interface io.higson.runtime.model.value.Handle
 
create() - Method in class io.higson.runtime.model.value.Property
create() - Static method in class io.higson.runtime.provider.ai.ParameterAiModelServiceImpl
 
create() - Method in class io.higson.runtime.rhino.helper.ParamValueBuilder
Optional.
create() - Method in class io.higson.runtime.sql.DialectRegistry
 
create(E) - Method in interface io.higson.runtime.ext.adapter.AdapterFactory
 
create(E) - Method in class io.higson.runtime.ext.adapter.AdapterFactoryImpl
 
create(Property) - Method in interface io.higson.runtime.context.PropertyAdapterFactory
 
create(Property) - Method in interface io.higson.runtime.proxy.ModelFactory
 
create(Property) - Method in class io.higson.runtime.proxy.ModelFactoryImpl
 
create(String) - Method in class io.higson.runtime.model.value.Bundle
Create instance of property, that matches given type name from associated bundle definition.
create(String, String) - Method in class io.higson.runtime.diagnostic.info.DiagnosticRuntimeInfoFactory
 
create(List<Condition>) - Static method in class io.higson.runtime.flow.ConditionFactory
 
CREATE - Enum constant in enum class io.higson.runtime.dev.perspective.RuntimeSessionOperation
 
createCacheKeyByConfiguration(String, String, EffectiveVersionConfiguration) - Method in class io.higson.runtime.core.domain.MpDomainCacheProvider
 
createCacheKeyByVersions(String, String, Set<Integer>) - Method in class io.higson.runtime.core.domain.MpDomainCacheProvider
 
createCascadeDecoder() - Method in class io.higson.runtime.decoder.MpDecodingStrategy
 
createContainer() - Static method in class io.higson.runtime.engine.config.pico.PicoContainerUtil
 
createContext(Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Helper method for creating context on fly, for given arguments.
createDef(GmoSandbox) - Method in class io.higson.runtime.sandbox.SandboxConverter
 
createDef(Collection<GmoSandboxEntity>) - Method in class io.higson.runtime.sandbox.SandboxConverter
 
createDomainTree(String, EffectiveVersionConfiguration) - Method in class io.higson.runtime.core.domain.MpDomainCacheProvider
 
createDomainTree(String, EffectiveVersionConfiguration, Set<RegionVersion>) - Method in class io.higson.runtime.core.domain.MpDomainCacheProvider
 
createEntry(int, String...) - Method in class io.higson.runtime.helper.MpHelper
 
createEntry(LevelMapper, String...) - Method in class io.higson.runtime.helper.MpHelper
 
createEntry(Parameter, String...) - Method in class io.higson.runtime.helper.MpHelper
 
createEntry(String...) - Method in class io.higson.runtime.helper.MpHelper
 
createFile(Path) - Static method in class io.higson.runtime.core.datasource.snapshot.domain.PathUtils
 
createFile(Path, String) - Static method in class io.higson.runtime.core.datasource.snapshot.domain.PathUtils
 
createFile(Path, Path) - Static method in class io.higson.runtime.core.datasource.snapshot.domain.PathUtils
 
createInListPattern(int) - Method in class io.higson.runtime.helper.MpHelper
 
createInterpreter() - Method in class io.higson.runtime.invoker.python.JepPythonProvider
 
createInterpreter() - Method in interface io.higson.runtime.invoker.python.PythonProvider
 
createLogger(Function) - Method in class io.higson.runtime.function.log.FunctionLoggerCreator
 
createModel(Path) - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotModelConverter
 
createModel(Path, Class<T>) - Method in interface io.higson.runtime.core.datasource.snapshot.domain.SnapshotFileParser
 
createModel(Path, Class<T>) - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotTomlFileParser
 
createModel(Path, Consumer<T>) - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotModelConverter
 
createObject(Class<T>) - Static method in class io.higson.runtime.engine.util.reflection.ReflectionsConstructorUtil
 
createObject(Class<T>, Class<?>[], Object[]) - Static method in class io.higson.runtime.engine.util.reflection.ReflectionsConstructorUtil
 
createObject(Constructor<?>, Object[]) - Static method in class io.higson.runtime.engine.util.reflection.ReflectionsConstructorUtil
 
createObjects(Class<T>, Annotation) - Method in class io.higson.runtime.engine.annotated.scanner.AnnotatedObjectFactory
 
createParamEngine(ParamEngineConfig) - Method in class io.higson.runtime.engine.config.ParamEngineFactory
Create instance of ParamEngine, use ParamEngineConfigBuilder to construct configuration object.
createPath(Path, String) - Static method in class io.higson.runtime.core.datasource.snapshot.domain.PathUtils
 
createPath(Path, Path) - Static method in class io.higson.runtime.core.datasource.snapshot.domain.PathUtils
 
createProperty() - Method in class io.higson.runtime.model.def.PropertyDef
 
createRefLinks(Property) - Static method in class io.higson.runtime.helper.RefLink
Creates a list of RefLinks for all reference properties in the given property tree.
createSandbox(BundleDef) - Method in class io.higson.runtime.sandbox.SandboxConverter
 
createSandbox(BundleDef, int) - Method in class io.higson.runtime.sandbox.SandboxConverter
 
createSection() - Static method in class io.higson.runtime.core.logger.HigsonBannerPrinter
 
createSections() - Static method in class io.higson.runtime.core.logger.HigsonBannerPrinter
 
createTree(String, int, Set<Integer>) - Method in class io.higson.runtime.core.domain.MpDomainCacheProvider
 
createTrees(String, String, EffectiveVersionConfiguration) - Method in class io.higson.runtime.core.domain.MpDomainCacheProvider
 
createUserRegionVersionWatcher(WatcherConfig) - Method in class io.higson.runtime.core.HigsonEngineFactory
 
createVersionWatcher(WatcherConfig) - Method in class io.higson.runtime.core.HigsonEngineFactory
 
CsvUtils - Class in io.higson.runtime.helper.snapshot
 
CsvUtils() - Constructor for class io.higson.runtime.helper.snapshot.CsvUtils
 
CTX - Enum constant in enum class io.higson.runtime.flow.dto.ConditionInputType
 
CtxPathParam - Annotation Interface in io.higson.runtime.engine.annotated.annotations
Marks parameters which contain context paths.
CtxPathParam.CtxAttrType - Enum Class in io.higson.runtime.engine.annotated.annotations
 
current() - Static method in class io.higson.runtime.profiler.callstack.DiagnosticCallStack
 
current() - Static method in class io.higson.runtime.rhino.RhinoDate
Deprecated.
currentDate() - Static method in class io.higson.runtime.rhino.RhinoDate
Return current date with time set to 00:00:00.
currentDatetime() - Static method in class io.higson.runtime.rhino.RhinoDate
Return current date with time.

D

data() - Method in record class io.higson.runtime.diagnostic.queue.DiagnosticEvent
Returns the value of the data record component.
DatabaseDialect - Enum Class in io.higson.runtime.sql.dialect
 
datasourceInfo() - Method in class io.higson.runtime.core.datasource.database.HigsonDbDataSource
 
datasourceInfo() - Method in interface io.higson.runtime.core.datasource.HigsonDataSource
 
datasourceInfo() - Method in class io.higson.runtime.core.datasource.snapshot.HigsonSnapshotDataSource
 
DataSourceProxy - Class in io.higson.runtime.profiler.jdbc.proxy
 
DataSourceProxy(DataSource) - Constructor for class io.higson.runtime.profiler.jdbc.proxy.DataSourceProxy
 
dataType() - Method in class io.higson.runtime.diagnostic.persister.CallStackReportDiagnosticEventPersister
 
dataType() - Method in interface io.higson.runtime.diagnostic.persister.DiagnosticEventPersister
The payload class this persister handles.
dataType() - Method in class io.higson.runtime.diagnostic.persister.RuntimeMetricsDiagnosticEventPersister
 
dataType() - Method in class io.higson.runtime.diagnostic.persister.ThreadStateSnapshotDiagnosticEventPersister
 
DATE - Enum constant in enum class io.higson.runtime.constants.FunctionCode
 
DATE - Enum constant in enum class io.higson.runtime.flow.ConditionType
 
DATE - Enum constant in enum class io.higson.runtime.function.argument.FunctionArgumentDataType
 
DATE_TYPE - Static variable in class io.higson.runtime.helper.ConstantsUtil
 
DATE_TYPE - Static variable in class io.higson.runtime.helper.TypeConverter
DateFormatUtils - Class in io.higson.runtime.utils
 
DateHolder - Class in io.higson.runtime.engine.types.date
 
DateHolder(Date) - Constructor for class io.higson.runtime.engine.types.date.DateHolder
 
DateRangeIterator - Class in io.higson.runtime.mp.simulation.samples.iterator
Created by Artur Osiak on 14.10.2019
DateRangeIterator(RangeBasedSamples<Date>, String) - Constructor for class io.higson.runtime.mp.simulation.samples.iterator.DateRangeIterator
 
DATETIME - Enum constant in enum class io.higson.runtime.flow.ConditionType
 
DATETIME_TYPE - Static variable in class io.higson.runtime.helper.ConstantsUtil
 
DATETIME_TYPE - Static variable in class io.higson.runtime.helper.TypeConverter
DateTimeFormatterPool - Class in io.higson.runtime.engine.types.date
 
DateTimeFormatterPool() - Constructor for class io.higson.runtime.engine.types.date.DateTimeFormatterPool
 
DatetimeHolder - Class in io.higson.runtime.engine.types.datetime
 
DatetimeHolder(Date) - Constructor for class io.higson.runtime.engine.types.datetime.DatetimeHolder
 
DatetimeType - Class in io.higson.runtime.engine.types.datetime
 
DatetimeType() - Constructor for class io.higson.runtime.engine.types.datetime.DatetimeType
 
DateType - Class in io.higson.runtime.engine.types.date
 
DateType() - Constructor for class io.higson.runtime.engine.types.date.DateType
 
DB_COLUMN - Enum constant in enum class io.higson.runtime.sandbox.SandboxAttrGmoPersistence
Attribute is included in GMO model - persisted in database column.
debug(String, Object...) - Method in class io.higson.runtime.function.log.ListenableLogger
 
debug(String, Object...) - Method in interface io.higson.runtime.function.log.RuntimeLogger
 
DEBUG - Enum constant in enum class io.higson.runtime.function.log.FunctionLogLevel
 
DECISION_TABLE - Enum constant in enum class io.higson.runtime.flow.ActionType
 
decode(Type<?>, String) - Static method in class io.higson.runtime.engine.core.decoder.TypeDecoder
 
decode(String) - Method in class io.higson.runtime.engine.core.type.AbstractType
 
decode(String) - Method in interface io.higson.runtime.engine.core.type.Type
Create value out of provided string.
decode(String) - Method in class io.higson.runtime.engine.types.bool.BooleanType
Deprecated.
 
decode(String) - Method in class io.higson.runtime.engine.types.date.DateType
 
decode(String) - Method in class io.higson.runtime.engine.types.date.LocalDateType
 
decode(String) - Method in class io.higson.runtime.engine.types.datetime.DatetimeType
 
decode(String) - Method in class io.higson.runtime.engine.types.datetime.LocalDateTimeType
 
decode(String) - Method in class io.higson.runtime.engine.types.integer.IntegerType
Converts string to a holder object.
decode(String) - Method in class io.higson.runtime.engine.types.number.NumberType
Converts a string to a holder object.
decode(String) - Method in class io.higson.runtime.engine.types.string.StringType
Decodes string object into holder type.
decode(String) - Method in class io.higson.runtime.marshaller.BundleMarshaller
 
decode(String) - Method in class io.higson.runtime.type.BooleanType
 
decode(String) - Method in class io.higson.runtime.type.IntegerType
 
decode(String, Type<?>, ParamContext) - Method in class io.higson.runtime.decoder.CascadeDecoder
decodes given text to specific ValueHolder.
decode(String, Type<?>, ParamContext) - Method in class io.higson.runtime.engine.core.decoder.StandardDecoder
decodes given text to specific ValueHolder using type passed as method argument
decode(String, Type<?>, ParamContext) - Method in interface io.higson.runtime.engine.core.decoder.ValueDecoder
 
DecoderConfiguration() - Constructor for class io.higson.runtime.level.LevelArraySplitter.DecoderConfiguration
 
decorateFunctionName(String, String) - Method in class io.higson.runtime.dev.DevModePerspective
 
decorateFunctionUid(String) - Method in class io.higson.runtime.core.versioninterceptor.DeveloperModeInterceptor
 
decorateFunctionUid(String) - Method in class io.higson.runtime.core.versioninterceptor.RuntimeVersionInterceptor
 
decorateFunctionUid(String) - Method in interface io.higson.runtime.core.versioninterceptor.VersionInterceptor
Decorate function name using given functionName to enrich it with extra information about region/version, if function is assigned to it.
decorateParameterName(String, String) - Method in class io.higson.runtime.dev.DevModePerspective
 
decorateParameterUid(String) - Method in class io.higson.runtime.core.versioninterceptor.DeveloperModeInterceptor
 
decorateParameterUid(String) - Method in class io.higson.runtime.core.versioninterceptor.RuntimeVersionInterceptor
 
decorateParameterUid(String) - Method in interface io.higson.runtime.core.versioninterceptor.VersionInterceptor
Decorate parameter name using given parameterName to enrich it with extra information about region/version, if parameters is assigned to it.
deepcopy() - Method in class io.higson.runtime.model.value.Bundle
Same as Bundle.deepcopy(boolean), but with flag set to true.
deepcopy() - Method in class io.higson.runtime.model.value.Property
- creates deepcopy of this property - resets all IDs and ownerIDs
deepcopy(boolean) - Method in class io.higson.runtime.model.value.Bundle
Creates new bundle instance with copied: all bundle data internal fields references It applies to all nested properties within bundle root.
deepcopy(boolean) - Method in class io.higson.runtime.model.value.CollectionProperty
Creates defensive copies of collection property and it's property elements.
deepcopy(boolean) - Method in class io.higson.runtime.model.value.EntityProperty
Returns deep copy of this property's subtree.
deepcopy(boolean) - Method in class io.higson.runtime.model.value.Property
Returns deep copy of this property's subtree.
deepcopy(boolean) - Method in class io.higson.runtime.model.value.RefProperty
Creates new instance of RefProperty with same target instance.
deepcopy(boolean) - Method in class io.higson.runtime.model.value.ValueProperty
Returns deep copy of this property's subtree.
DEFAULT - Enum constant in enum class io.higson.runtime.engine.util.Separator
 
DEFAULT_ARRAY_SEPARATOR - Static variable in class io.higson.runtime.model.Parameter
Default value for Parameter.arraySeparator field.
DEFAULT_BATCH_SIZE - Static variable in class io.higson.runtime.diagnostic.queue.DiagnosticQueueConfig
 
DEFAULT_CAPACITY - Static variable in class io.higson.runtime.diagnostic.queue.DiagnosticQueueConfig
With metrics collected every 20s and the default 5-minute flush interval the queue accumulates ~15 events between flushes. 10000 leaves ample headroom for transient flush failures (~3.3 days of metrics) before OverflowStrategy.DROP_OLDEST starts dropping.
DEFAULT_DIALECT - Static variable in class io.higson.runtime.sql.DialectRegistry
 
DEFAULT_ERROR_RECOVERY_SECONDS - Static variable in class io.higson.runtime.sync.WatcherConfig
 
DEFAULT_FORCE_SYNC_SECONDS - Static variable in class io.higson.runtime.sync.WatcherConfig
 
DEFAULT_LIFESPAN_IN_CACHE_UNIT - Static variable in class io.higson.runtime.sync.DomainWatcherConfig
 
DEFAULT_LIFESPAN_IN_CACHE_VALUE - Static variable in class io.higson.runtime.sync.DomainWatcherConfig
 
DEFAULT_MAX_ATTEMPTS - Static variable in class io.higson.runtime.diagnostic.flush.DiagnosticFlushConfig
 
DEFAULT_ORDER - Static variable in annotation interface io.higson.runtime.engine.annotated.annotations.ParamFunctionRepository
 
DEFAULT_ORDER_VALUE - Static variable in class io.higson.runtime.engine.annotated.scanner.AnnotatedObjectFactory
For all Sortable, reasonable default value for order() method.
DEFAULT_OVERFLOW_STRATEGY - Static variable in class io.higson.runtime.diagnostic.queue.DiagnosticQueueConfig
 
DEFAULT_RETRY_BACKOFF_SECONDS - Static variable in class io.higson.runtime.diagnostic.flush.DiagnosticFlushConfig
 
DEFAULT_SEPARATOR - Enum constant in enum class io.higson.runtime.engine.core.parameter.ParameterArraySeparator
 
DEFAULT_SEPARATOR - Static variable in class io.higson.runtime.matcher.AbstractSetMatcher
 
DEFAULT_START_DELAY_SECONDS - Static variable in class io.higson.runtime.sync.WatcherConfig
 
DEFAULT_TTL - Static variable in class io.higson.runtime.function.log.FunctionLogLevelCache
 
DEFAULT_WATCHER_PAUSE_SECONDS - Static variable in class io.higson.runtime.sync.WatcherConfig
 
DefaultContext - Class in io.higson.runtime.engine.core.context
Implementation of dynamic ParamContext.
DefaultContext() - Constructor for class io.higson.runtime.engine.core.context.DefaultContext
Create empty context, use setter methods to initialize it.
DefaultContext(Object...) - Constructor for class io.higson.runtime.engine.core.context.DefaultContext
Puts provided values into context using algorithm:
DefaultDialect - Class in io.higson.runtime.sql.dialect
 
DefaultDialect() - Constructor for class io.higson.runtime.sql.dialect.DefaultDialect
 
DefaultHashStrategy - Class in io.higson.runtime.distinct
 
DefaultHashStrategy() - Constructor for class io.higson.runtime.distinct.DefaultHashStrategy
 
DefaultIdleChecker - Class in io.higson.runtime.evict
 
DefaultIdleChecker(long, Clock) - Constructor for class io.higson.runtime.evict.DefaultIdleChecker
 
DefaultIdleChecker(Duration, Clock) - Constructor for class io.higson.runtime.evict.DefaultIdleChecker
 
DefaultReloader - Class in io.higson.runtime.reload
Default Reloader implementation: The decision to reload is made based on the parameter configuration
DefaultReloader() - Constructor for class io.higson.runtime.reload.DefaultReloader
 
DefinitionBuilder - Class in io.higson.runtime.config
 
DefinitionBuilder() - Constructor for class io.higson.runtime.config.DefinitionBuilder
 
DefinitionKeyword - Class in io.higson.runtime.config
 
DefinitionParser - Class in io.higson.runtime.config
 
DefinitionParser(String) - Constructor for class io.higson.runtime.config.DefinitionParser
 
DefinitionPrinter - Class in io.higson.runtime.config
 
DefinitionPrinter(BundleDef) - Constructor for class io.higson.runtime.config.DefinitionPrinter
Deprecated.
this constructor will be hidden for external usage. Please use preferred static fabric methods.
delay(int) - Method in class io.higson.runtime.sync.DomainWatcherConfig
 
delay(int) - Method in class io.higson.runtime.sync.WatcherConfig
 
delete(String) - Method in interface io.higson.runtime.engine.core.parameter.WritableParamRepository
Delete parameter from repository.
DELETE - Enum constant in enum class io.higson.runtime.dev.perspective.RuntimeSessionOperation
 
DESC - Enum constant in enum class io.higson.runtime.sorter.SortOrder
 
description() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.Element
Returns the value of the description record component.
description() - Method in record class io.higson.runtime.core.datasource.snapshot.function.FunctionDetails
Returns the value of the description record component.
description() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Returns the value of the description record component.
destroy() - Method in class io.higson.runtime.core.HigsonEngineFactory
This method stops all threads created by higson-runtime.
detectCascadingRefs(Parameter, MpParameterEntry) - Method in class io.higson.runtime.decoder.MpDecodingStrategy
Method checks, if class holds reference for nested delegation call
DEV_MODE_WATCHER_PAUSE - Static variable in class io.higson.runtime.core.WatchersConfig
 
DeveloperModeInterceptor - Class in io.higson.runtime.core.versioninterceptor
 
DeveloperModeInterceptor(RuntimeVersionInterceptor, DevModePerspective, String) - Constructor for class io.higson.runtime.core.versioninterceptor.DeveloperModeInterceptor
 
DevModeJdbcDao - Class in io.higson.runtime.dao
 
DevModeJdbcDao(DataSource, ConnectionInterceptor) - Constructor for class io.higson.runtime.dao.DevModeJdbcDao
 
DevModePerspective - Class in io.higson.runtime.dev
 
DevModePerspective(DevModeProvider, RuntimeVersionInterceptor) - Constructor for class io.higson.runtime.dev.DevModePerspective
 
DevModeProvider - Class in io.higson.runtime.dev
 
DevModeProvider(DevModeJdbcDao, MpScheduleProvider) - Constructor for class io.higson.runtime.dev.DevModeProvider
 
DevModeUserProvider - Class in io.higson.runtime.dev
 
DevModeUserProvider() - Constructor for class io.higson.runtime.dev.DevModeUserProvider
 
DevModeWatcher - Class in io.higson.runtime.sync
 
DevModeWatcher(DevModeProvider) - Constructor for class io.higson.runtime.sync.DevModeWatcher
 
DiagnosticAttributeInterceptor - Class in io.higson.runtime.profiler.callstack
Diagnostic (profiling) implementation of AttributeInterceptor.
DiagnosticAttributeInterceptor(DiagnosticCallStackFlushStrategy, String) - Constructor for class io.higson.runtime.profiler.callstack.DiagnosticAttributeInterceptor
 
DiagnosticAttributeInterceptor(DiagnosticCallStackFlushStrategy, String, AttributeInterceptor) - Constructor for class io.higson.runtime.profiler.callstack.DiagnosticAttributeInterceptor
 
DiagnosticCallStack - Class in io.higson.runtime.profiler.callstack
 
DiagnosticCallStack() - Constructor for class io.higson.runtime.profiler.callstack.DiagnosticCallStack
 
DiagnosticCallStackEvent - Class in io.higson.runtime.profiler.callstack
 
DiagnosticCallStackEvent.ElementType - Enum Class in io.higson.runtime.profiler.callstack
 
DiagnosticCallStackEvent.Type - Enum Class in io.higson.runtime.profiler.callstack
 
DiagnosticCallStackFlushStrategy - Interface in io.higson.runtime.profiler.callstack
Strategy for flushing a completed call-stack report.
DiagnosticCallStackReport - Class in io.higson.runtime.diagnostic.callstack
 
DiagnosticCallStackReport() - Constructor for class io.higson.runtime.diagnostic.callstack.DiagnosticCallStackReport
 
DiagnosticCallStackReportDao - Class in io.higson.runtime.diagnostic.callstack
 
DiagnosticCallStackReportDao(DataSource, ConnectionInterceptor) - Constructor for class io.higson.runtime.diagnostic.callstack.DiagnosticCallStackReportDao
 
DiagnosticCallStackSummary - Class in io.higson.runtime.profiler.callstack
 
DiagnosticCallStackSummary(DiagnosticCallStackSummaryNode, long) - Constructor for class io.higson.runtime.profiler.callstack.DiagnosticCallStackSummary
 
DiagnosticCallStackSummaryGenerator - Class in io.higson.runtime.profiler.callstack
 
DiagnosticCallStackSummaryGenerator() - Constructor for class io.higson.runtime.profiler.callstack.DiagnosticCallStackSummaryGenerator
 
DiagnosticCallStackSummaryNode - Class in io.higson.runtime.profiler.callstack
 
DiagnosticCallStackSummaryNode(String, DiagnosticCallStackEvent.ElementType, long, int, List<DiagnosticCallStackSummaryNode>, long, long, long, int) - Constructor for class io.higson.runtime.profiler.callstack.DiagnosticCallStackSummaryNode
 
DiagnosticData - Interface in io.higson.runtime.diagnostic.queue
Marker interface for payloads carried by DiagnosticEvent.
DiagnosticEvent - Record Class in io.higson.runtime.diagnostic.queue
Immutable representation of a single diagnostic event that flows through DiagnosticQueue.
DiagnosticEvent(String, DiagnosticEventCode, DiagnosticData, LocalDateTime) - Constructor for record class io.higson.runtime.diagnostic.queue.DiagnosticEvent
Creates an instance of a DiagnosticEvent record class.
DiagnosticEventCode - Enum Class in io.higson.runtime.diagnostic.queue
Identifies the type of DiagnosticEvent flowing through DiagnosticQueue.
DiagnosticEventPersister<T extends DiagnosticData> - Interface in io.higson.runtime.diagnostic.persister
Strategy for persisting DiagnosticEvents of a single DiagnosticEventCode.
DiagnosticFlushConfig - Class in io.higson.runtime.diagnostic.flush
Configuration for DiagnosticFlushService.
DiagnosticFlushConfig() - Constructor for class io.higson.runtime.diagnostic.flush.DiagnosticFlushConfig
 
DiagnosticFlushService - Class in io.higson.runtime.diagnostic.flush
Drains the DiagnosticQueue, classifies events by DiagnosticEventCode and routes each group to a matching DiagnosticEventPersister.
DiagnosticFlushService(DiagnosticQueue, List<DiagnosticEventPersister<?>>, DiagnosticFlushConfig) - Constructor for class io.higson.runtime.diagnostic.flush.DiagnosticFlushService
 
DiagnosticFlushWatcher - Class in io.higson.runtime.sync
Periodic watcher that delegates to DiagnosticFlushService once per cycle.
DiagnosticFlushWatcher(DiagnosticFlushService) - Constructor for class io.higson.runtime.sync.DiagnosticFlushWatcher
 
DiagnosticHeartbeatWatcher - Class in io.higson.runtime.sync
 
DiagnosticHeartbeatWatcher(DiagnosticRuntimeInfoDao, String) - Constructor for class io.higson.runtime.sync.DiagnosticHeartbeatWatcher
 
DiagnosticHigsonEngine - Class in io.higson.runtime.core
Diagnostic (profiling) variant of HigsonEngineImpl.
DiagnosticHigsonEngine(ParamEngine, DomainCache, VersionInterceptor, boolean, String, DiagnosticCallStackFlushStrategy) - Constructor for class io.higson.runtime.core.DiagnosticHigsonEngine
 
DiagnosticQueue - Class in io.higson.runtime.diagnostic.queue
Thread-safe, bounded in-memory queue for DiagnosticEvent objects.
DiagnosticQueue(DiagnosticQueueConfig) - Constructor for class io.higson.runtime.diagnostic.queue.DiagnosticQueue
 
DiagnosticQueueConfig - Class in io.higson.runtime.diagnostic.queue
Configuration for DiagnosticQueue.
DiagnosticQueueConfig() - Constructor for class io.higson.runtime.diagnostic.queue.DiagnosticQueueConfig
 
DiagnosticQueueMetrics - Class in io.higson.runtime.diagnostic.queue
Thread-safe counters for monitoring DiagnosticQueue activity.
DiagnosticQueueMetrics() - Constructor for class io.higson.runtime.diagnostic.queue.DiagnosticQueueMetrics
 
DiagnosticRuntimeInfo - Class in io.higson.runtime.diagnostic.info
 
DiagnosticRuntimeInfo() - Constructor for class io.higson.runtime.diagnostic.info.DiagnosticRuntimeInfo
 
DiagnosticRuntimeInfoDao - Class in io.higson.runtime.diagnostic.info
 
DiagnosticRuntimeInfoDao(DataSource, ConnectionInterceptor) - Constructor for class io.higson.runtime.diagnostic.info.DiagnosticRuntimeInfoDao
 
DiagnosticRuntimeInfoFactory - Class in io.higson.runtime.diagnostic.info
 
DiagnosticRuntimeInfoFactory() - Constructor for class io.higson.runtime.diagnostic.info.DiagnosticRuntimeInfoFactory
 
DiagnosticRuntimeMetric - Class in io.higson.runtime.diagnostic.metrics
 
DiagnosticRuntimeMetric() - Constructor for class io.higson.runtime.diagnostic.metrics.DiagnosticRuntimeMetric
 
DiagnosticRuntimeMetricCollector - Class in io.higson.runtime.diagnostic.metrics
 
DiagnosticRuntimeMetricCollector() - Constructor for class io.higson.runtime.diagnostic.metrics.DiagnosticRuntimeMetricCollector
 
DiagnosticRuntimeMetricDao - Class in io.higson.runtime.diagnostic.metrics
 
DiagnosticRuntimeMetricDao(DataSource, ConnectionInterceptor) - Constructor for class io.higson.runtime.diagnostic.metrics.DiagnosticRuntimeMetricDao
 
DiagnosticRuntimeMetricWatcher - Class in io.higson.runtime.sync
 
DiagnosticRuntimeMetricWatcher(DiagnosticQueue, DiagnosticRuntimeMetricCollector, String) - Constructor for class io.higson.runtime.sync.DiagnosticRuntimeMetricWatcher
 
DiagnosticThreadStateCollector - Class in io.higson.runtime.diagnostic.threadstate
 
DiagnosticThreadStateCollector(ThreadMXBean) - Constructor for class io.higson.runtime.diagnostic.threadstate.DiagnosticThreadStateCollector
 
DiagnosticThreadStateSnapshot - Class in io.higson.runtime.diagnostic.threadstate
 
DiagnosticThreadStateSnapshot() - Constructor for class io.higson.runtime.diagnostic.threadstate.DiagnosticThreadStateSnapshot
 
DiagnosticThreadStateSnapshot.ThreadEntry - Class in io.higson.runtime.diagnostic.threadstate
 
DiagnosticThreadStateSnapshotDao - Class in io.higson.runtime.diagnostic.threadstate
 
DiagnosticThreadStateSnapshotDao(DataSource, ConnectionInterceptor) - Constructor for class io.higson.runtime.diagnostic.threadstate.DiagnosticThreadStateSnapshotDao
 
DiagnosticThreadStateSnapshotWatcher - Class in io.higson.runtime.sync
 
DiagnosticThreadStateSnapshotWatcher(DiagnosticQueue, DiagnosticThreadStateCollector, String) - Constructor for class io.higson.runtime.sync.DiagnosticThreadStateSnapshotWatcher
 
DialectParser - Class in io.higson.runtime.sql.dialect
Util class which supports parsing jdbc url to get database dialect.
DialectRegistry - Class in io.higson.runtime.sql
Supported dialects within higson: oracle - default dialect, if none was specified hsqldb h2 mssql2012 postgresql
DialectRegistry() - Constructor for class io.higson.runtime.sql.DialectRegistry
 
DialectTemplate - Class in io.higson.runtime.sql
 
dictionary() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Returns the value of the dictionary record component.
diff(Bundle, Bundle) - Method in class io.higson.runtime.sync.BundleSynchronizer
 
diff(Bundle, Bundle) - Method in class io.higson.runtime.sync.DiffHelper
 
diff(ValueProperty, ValueProperty) - Method in class io.higson.runtime.sync.BundleSynchronizer
 
DiffHelper - Class in io.higson.runtime.sync
 
DiffHelper() - Constructor for class io.higson.runtime.sync.DiffHelper
 
DiffUtilFunction - Class in io.higson.runtime.builtin.implementation
This class represents a utility function for performing various calculations based on the given arguments and the target object.
DiffUtilFunction() - Constructor for class io.higson.runtime.builtin.implementation.DiffUtilFunction
 
DigestAlgorithm - Enum Class in io.higson.runtime.utils.hash
 
DigestAlgorithmPool - Class in io.higson.runtime.utils.hash
 
dispatchEvent(SimulationEvent) - Method in class io.higson.runtime.mp.simulation.event.SimulationListenerSupport
 
DistanceCalculator - Class in io.higson.runtime.utils
 
distinct() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Returns the value of the distinct record component.
DistinctFilter - Class in io.higson.runtime.distinct
 
DistinctFilter() - Constructor for class io.higson.runtime.distinct.DistinctFilter
 
DistinctFilter(HashStrategy) - Constructor for class io.higson.runtime.distinct.DistinctFilter
 
DMY - Static variable in class io.higson.runtime.rhino.RhinoDate
 
DMY - Static variable in class io.higson.runtime.utils.HprDate
 
DMYHMS - Static variable in class io.higson.runtime.rhino.RhinoDate
 
DMYHMSMS - Static variable in class io.higson.runtime.rhino.RhinoDate
 
Domain - Record Class in io.higson.runtime.core.datasource.snapshot.domain
 
Domain(List<DomainType>, Map<Integer, DomainType>, List<CollectionElement>, List<Element>, List<ReferenceElement>) - Constructor for record class io.higson.runtime.core.datasource.snapshot.domain.Domain
Creates an instance of a Domain record class.
DOMAIN - Enum constant in enum class io.higson.runtime.constants.FunctionCode
 
DOMAIN - Enum constant in enum class io.higson.runtime.flow.ActionType
 
DOMAIN - Enum constant in enum class io.higson.runtime.profiler.callstack.DiagnosticCallStackEvent.ElementType
 
DOMAIN - Enum constant in enum class io.higson.runtime.profiler.engine.AttributeEngineProfiler
 
DOMAIN_ATTRIBUTE - Enum constant in enum class io.higson.runtime.profiler.callstack.DiagnosticCallStackEvent.ElementType
 
DOMAIN_CONF - Enum constant in enum class io.higson.runtime.core.datasource.snapshot.SnapshotPath
 
DOMAIN_DEF - Enum constant in enum class io.higson.runtime.core.datasource.snapshot.SnapshotPath
 
DOMAIN_OBJECT - Enum constant in enum class io.higson.runtime.model.ElementType
 
DOMAIN_WATCHER_INVALIDATE_TIME - Static variable in class io.higson.runtime.core.WatchersConfig
 
DOMAIN_WATCHER_INVALIDATE_TIME_UNIT - Static variable in class io.higson.runtime.core.WatchersConfig
 
DomainAttribute - Class in io.higson.runtime.model
 
DomainAttribute() - Constructor for class io.higson.runtime.model.DomainAttribute
 
DomainAttributeDto - Class in io.higson.runtime.model
Przechowuje atrybuty obiektu produktu.
DomainAttributeDto(int, int, String) - Constructor for class io.higson.runtime.model.DomainAttributeDto
 
DomainAttributeLoadWrapper() - Constructor for class io.higson.runtime.core.datasource.DomainCacheDao.DomainAttributeLoadWrapper
 
DomainAttributeMapper - Class in io.higson.runtime.core.datasource.snapshot.domain
Mapper class for domain attributes
DomainAttributeModel - Class in io.higson.runtime.core.datasource.snapshot.domain
 
DomainAttributeModel() - Constructor for class io.higson.runtime.core.datasource.snapshot.domain.DomainAttributeModel
 
DomainAttributeProxy - Class in io.higson.runtime.model.proxy
 
DomainAttributeProxy(DomainAttribute, DomainObject) - Constructor for class io.higson.runtime.model.proxy.DomainAttributeProxy
 
DomainCache - Interface in io.higson.runtime.core.domain
 
DomainCacheDao - Interface in io.higson.runtime.core.datasource
 
DomainCacheDao.DomainAttributeLoadWrapper - Class in io.higson.runtime.core.datasource
 
DomainCacheJdbcDao - Class in io.higson.runtime.dao
 
DomainCacheJdbcDao(DataSource, ConnectionInterceptor, VersionDao) - Constructor for class io.higson.runtime.dao.DomainCacheJdbcDao
 
DomainCacheManager - Interface in io.higson.runtime.core.domain
 
DomainDefinitionXmlHelper - Class in io.higson.runtime.core.datasource.snapshot.domain
 
DomainDefinitionXmlHelper(DomainDefinition) - Constructor for class io.higson.runtime.core.datasource.snapshot.domain.DomainDefinitionXmlHelper
 
DomainDirectoryAnalyzer - Class in io.higson.runtime.core.datasource.snapshot.domain
Supporting class for directory traverse for both @regions support and no region support.
DomainDirectoryAnalyzer(SnapshotFileHelper) - Constructor for class io.higson.runtime.core.datasource.snapshot.domain.DomainDirectoryAnalyzer
 
DomainElementAttributesWrapper - Class in io.higson.runtime.core.datasource.snapshot.domain
 
DomainElementAttributesWrapper() - Constructor for class io.higson.runtime.core.datasource.snapshot.domain.DomainElementAttributesWrapper
 
DomainElementWrapper - Class in io.higson.runtime.core.datasource.snapshot.domain
 
DomainElementWrapper() - Constructor for class io.higson.runtime.core.datasource.snapshot.domain.DomainElementWrapper
 
DomainExtraAttributeMapper - Class in io.higson.runtime.core.datasource.snapshot.domain
Mapper for extra attributes of domain element
DomainImportFilesProcessor - Class in io.higson.runtime.core.datasource.snapshot.domain
Class acts like a facade for file processor.
DomainImportFilesProcessor(AttributeProcessor, ReferenceProcessor, InfoProcessor) - Constructor for class io.higson.runtime.core.datasource.snapshot.domain.DomainImportFilesProcessor
 
DomainObject - Interface in io.higson.runtime.model
 
DomainObjectImpl - Class in io.higson.runtime.model
Klasa przechowuje dane produktu.
DomainObjectImpl() - Constructor for class io.higson.runtime.model.DomainObjectImpl
Wykorzystywany do utworzenia specjalnego obiektu przechowujÄ…cego obiekty root
DomainObjectImpl(Integer, String, String, String, DomainObjectTypeImpl, Integer, boolean) - Constructor for class io.higson.runtime.model.DomainObjectImpl
Do utworzenia obiektu odczytanego z bazy
DomainObjectProxy - Class in io.higson.runtime.model.proxy
 
DomainObjectProxy() - Constructor for class io.higson.runtime.model.proxy.DomainObjectProxy
 
DomainObjectType - Interface in io.higson.runtime.model
 
DomainObjectTypeImpl - Class in io.higson.runtime.model
Przechowu dane opisujÄ…ce typ produktu.
DomainObjectTypeImpl(int, String, String) - Constructor for class io.higson.runtime.model.DomainObjectTypeImpl
 
DomainReaderVisitor<T> - Class in io.higson.runtime.core.datasource.snapshot.domain
Extra class layer for special implementation cases, with extra method that retrieves tree structure of domain elements.
DomainReaderVisitor() - Constructor for class io.higson.runtime.core.datasource.snapshot.domain.DomainReaderVisitor
 
DomainReaderVisitorImpl - Class in io.higson.runtime.core.datasource.snapshot.domain
Default implementation for processing tree structure of file system and map it to DomainElements tree structure.
DomainReaderVisitorImpl(String, SnapshotFileHelper, DomainDefinitionXmlHelper, DomainDirectoryAnalyzer) - Constructor for class io.higson.runtime.core.datasource.snapshot.domain.DomainReaderVisitorImpl
 
DomainRuntimeWatcher - Class in io.higson.runtime.sync
 
DomainRuntimeWatcher(WatcherDomainCacheManager) - Constructor for class io.higson.runtime.sync.DomainRuntimeWatcher
 
DOMAINS - Enum constant in enum class io.higson.runtime.core.datasource.snapshot.SnapshotPath
 
DomainSupportedFiles - Enum Class in io.higson.runtime.core.datasource.snapshot.domain
This enum contains all supported file names in snapshot import/export job.
DomainTokenResolver - Class in io.higson.runtime.model
 
DomainWatcherConfig - Class in io.higson.runtime.sync
This class supports extra configuration for DomainRuntimeWatcher.
DomainWatcherConfig() - Constructor for class io.higson.runtime.sync.DomainWatcherConfig
 
DomainWatcherConfig(int, int, int) - Constructor for class io.higson.runtime.sync.DomainWatcherConfig
 
DomainWrapper - Class in io.higson.runtime.core.datasource.snapshot.domain
Helper class used for wrapping all information about domainElement in one place, for easy access.
DomainXMLUtils - Class in io.higson.runtime.helper.snapshot
 
doMatches(String, String, Type<T>) - Method in class io.higson.runtime.matcher.AbstractSetMatcher
 
doMatches(String, String, Type<T>) - Method in class io.higson.runtime.matcher.ContainsAllMatcher
Checks if the set represented by [value] contains all elements from the set represented by [pattern].
doMatches(String, String, Type<T>) - Method in class io.higson.runtime.matcher.ContainsAnyMatcher
Checks if the set represented by [value] contains at least 1 element from the set represented by [pattern].
doMatches(String, String, Type<T>) - Method in class io.higson.runtime.matcher.ContainsNoneMatcher
Checks that the set represented by [value] does not contain any of the elements in the set represented by [pattern].
doMatches(String, String, Type<T>) - Method in class io.higson.runtime.matcher.InMatcher
Pattern w komorce zawiera liste elementow typu [type].
done() - Method in class io.higson.runtime.model.def.BundleDef
 
done(Collection<EntityType>) - Method in class io.higson.runtime.model.def.BundleDef
 
doParse(String) - Static method in class io.higson.runtime.helper.parser.CachingNumberParser
 
DOT - Enum constant in enum class io.higson.runtime.core.datasource.snapshot.SnapshotPath
 
doubleValue() - Method in class io.higson.runtime.engine.core.type.AbstractValueHolder
Returns double value if holder is capable of doing it, otherwise UnsupportedOperationException is thrown.
doubleValue() - Method in interface io.higson.runtime.engine.core.type.ValueHolder
Get value as primitive double.
doubleValue() - Method in class io.higson.runtime.engine.types.number.NumberHolder
 
doubleValue() - Method in class io.higson.runtime.model.ObjectValueHolder
 
doubleValue(HigsonContext) - Method in class io.higson.runtime.model.DomainAttribute
 
doWatch() - Method in class io.higson.runtime.core.domain.MpDomainCacheManager
 
doWatch() - Method in interface io.higson.runtime.core.domain.WatcherDomainCacheManager
 
doWatch() - Method in class io.higson.runtime.sync.DevModeWatcher
 
doWatch() - Method in class io.higson.runtime.sync.DiagnosticFlushWatcher
 
doWatch() - Method in class io.higson.runtime.sync.DiagnosticHeartbeatWatcher
 
doWatch() - Method in class io.higson.runtime.sync.DiagnosticRuntimeMetricWatcher
 
doWatch() - Method in class io.higson.runtime.sync.DiagnosticThreadStateSnapshotWatcher
 
doWatch() - Method in class io.higson.runtime.sync.DomainRuntimeWatcher
 
doWatch() - Method in class io.higson.runtime.sync.ParamRuntimeWatcher
 
doWatch() - Method in class io.higson.runtime.sync.RefreshRuntimeWatcher
 
doWatch() - Method in class io.higson.runtime.sync.RuntimeWatcher
 
doWatch() - Method in class io.higson.runtime.sync.ScheduleRuntimeWatcher
 
doWatch() - Method in class io.higson.runtime.sync.UserRegionVersionRuntimeWatcher
 
doWatch() - Method in class io.higson.runtime.sync.VersionRuntimeWatcher
 
drainBatch() - Method in class io.higson.runtime.diagnostic.queue.DiagnosticQueue
Drain up to DiagnosticQueueConfig.getBatchSize() events from the head of the queue into a new list.
DROP_NEWEST - Enum constant in enum class io.higson.runtime.diagnostic.queue.OverflowStrategy
Discard the new event; the queue contents remain unchanged.
DROP_OLDEST - Enum constant in enum class io.higson.runtime.diagnostic.queue.OverflowStrategy
Remove the oldest element from the head of the queue to make room for the new one.
DuplicateContextItemException - Exception in io.higson.runtime.engine.core.context
 
dynamicAttr(String) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 

E

E - Static variable in class io.higson.runtime.rhino.RhinoMath
Euler's number e=2.718..., base of natural logarithm
EffectiveVersionConfiguration - Class in io.higson.runtime.core.versioninterceptor
 
EffectiveVersionFactory - Class in io.higson.runtime.core.factory
 
EffectiveVersionFactory(SystemVersionProvider, MpScheduleProvider) - Constructor for class io.higson.runtime.core.factory.EffectiveVersionFactory
 
EffectiveVersionResolver - Class in io.higson.runtime.core.versioninterceptor
 
EffectiveVersionResolver(SystemVersionProvider, MpScheduleProvider) - Constructor for class io.higson.runtime.core.versioninterceptor.EffectiveVersionResolver
 
Element - Record Class in io.higson.runtime.core.datasource.snapshot.domain
 
Element - Interface in io.higson.runtime.model
 
Element(int, Integer, String, String, String, String, CollectionElement, String, String, List<ElementAttribute>, List<ElementAttributeExtra>) - Constructor for record class io.higson.runtime.core.datasource.snapshot.domain.Element
Creates an instance of a Element record class.
ELEMENT_PREFIX - Static variable in class io.higson.runtime.model.TreeDomain
 
ELEMENT_SUFFIX - Static variable in class io.higson.runtime.model.TreeDomain
 
elements() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.Domain
Returns the value of the elements record component.
ElementType - Enum Class in io.higson.runtime.model
 
ElementType - Enum Class in io.higson.runtime.model.value
Supported property types by Higson Persistence Engine.
ElementType - Enum Class in io.higson.runtime.sync.event
 
ElementWithRegionVersion - Class in io.higson.runtime.core.datasource.snapshot.domain
 
ElementWithRegionVersion() - Constructor for class io.higson.runtime.core.datasource.snapshot.domain.ElementWithRegionVersion
 
eligibleForHotswap(String, String, String) - Method in class io.higson.runtime.reload.FixedReloadPolicy
 
eligibleForHotswap(String, String, String) - Method in interface io.higson.runtime.reload.ReloadPolicy
Specifies whether a given parameter should be hot-swapped in the prepared parameter cache.
eligibleForReload(String, String, String) - Method in class io.higson.runtime.reload.CodeBasedReloadPolicy
 
eligibleForReload(String, String, String) - Method in class io.higson.runtime.reload.FixedReloadPolicy
 
eligibleForReload(String, String, String) - Method in class io.higson.runtime.reload.FullReloadPolicy
 
eligibleForReload(String, String, String) - Method in interface io.higson.runtime.reload.ReloadPolicy
Specifies whether a given parameter should be eagerly reloaded after invalidation.
EMPTY - Static variable in class io.higson.runtime.flow.dto.FlowDto
 
EmptyParamValue - Class in io.higson.runtime.core
This class represents empty parameter's value.
EmptyParamValue() - Constructor for class io.higson.runtime.core.EmptyParamValue
 
EmptyResultDaoException - Exception in io.higson.runtime.dao.exception
Created by psikora on 2017-01-18.
EmptyResultDaoException() - Constructor for exception io.higson.runtime.dao.exception.EmptyResultDaoException
 
encode(H) - Method in class io.higson.runtime.engine.core.type.AbstractType
 
encode(H) - Method in interface io.higson.runtime.engine.core.type.Type
Create String representation of value.
encode(BooleanHolder) - Method in class io.higson.runtime.engine.types.bool.BooleanType
Deprecated.
 
encode(BooleanHolder) - Method in class io.higson.runtime.type.BooleanType
 
encode(DateHolder) - Method in class io.higson.runtime.engine.types.date.DateType
 
encode(LocalDateHolder) - Method in class io.higson.runtime.engine.types.date.LocalDateType
 
encode(DatetimeHolder) - Method in class io.higson.runtime.engine.types.datetime.DatetimeType
 
encode(LocalDateTimeHolder) - Method in class io.higson.runtime.engine.types.datetime.LocalDateTimeType
 
encode(IntegerHolder) - Method in class io.higson.runtime.engine.types.integer.IntegerType
Converts value of a holder to its string representation.
encode(NumberHolder) - Method in class io.higson.runtime.engine.types.number.NumberType
Converts the holder's object to String .
encode(StringHolder) - Method in class io.higson.runtime.engine.types.string.StringType
Encodes holder's value into String.
encodeHex(byte[]) - Static method in class io.higson.runtime.utils.hash.HashUtils
 
encodeHex(byte[], boolean) - Static method in class io.higson.runtime.utils.hash.HashUtils
 
EngineProfiler - Enum Class in io.higson.runtime.profiler.engine
 
EngineUtil - Class in io.higson.runtime.engine.util
The class contains the helper and tool methods used by the engine.
enqueue(DiagnosticEvent) - Method in class io.higson.runtime.diagnostic.queue.DiagnosticQueue
Add an event to the queue according to the configured overflow strategy.
enqueue(DiagnosticEvent, LinkedBlockingDeque<DiagnosticEvent>, DiagnosticQueueMetrics) - Method in enum class io.higson.runtime.diagnostic.queue.OverflowStrategy
Place the given event into the deque according to this strategy's overflow semantics.
ensureLength(String[], int) - Method in class io.higson.runtime.helper.MpHelper
 
EnterNodeEvent - Class in io.higson.runtime.flow.trace
 
EnterNodeEvent(String, String, Supplier<List<Variable>>) - Constructor for class io.higson.runtime.flow.trace.EnterNodeEvent
 
ENTITY - Enum constant in enum class io.higson.runtime.model.value.ElementType
Entity property type.
EntityDiff - Class in io.higson.runtime.sync.diff
 
EntityDiff(EntityType, long) - Constructor for class io.higson.runtime.sync.diff.EntityDiff
 
EntityProperty - Class in io.higson.runtime.model.value
This class represents property of entity (complex) type with fields.
EntityProperty(long, EntityType) - Constructor for class io.higson.runtime.model.value.EntityProperty
Creates entity (complex) property with id, based on given entityType.
EntityProperty(EntityType) - Constructor for class io.higson.runtime.model.value.EntityProperty
Creates entity (complex) property based on given entityType.
EntityPropertySource - Interface in io.higson.runtime.proxy
 
EntityState - Enum Class in io.higson.runtime.model.value
 
EntityType - Class in io.higson.runtime.model.def
 
EntityType(String) - Constructor for class io.higson.runtime.model.def.EntityType
 
EntityTypeState - Enum Class in io.higson.runtime.model.def
 
enumMessage(Enum<?>) - Static method in class io.higson.runtime.core.datasource.snapshot.Messages
 
eq(EntityProperty, EntityProperty) - Method in class io.higson.runtime.sync.BundleSynchronizer
 
eq(ValueProperty, ValueProperty) - Method in class io.higson.runtime.sync.BundleSynchronizer
 
eq(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
EQ - Enum constant in enum class io.higson.runtime.flow.dto.RelationalOperator
 
equals(Object) - Method in record class io.higson.runtime.core.datasource.snapshot.domain.CollectionElement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.higson.runtime.core.datasource.snapshot.domain.Domain
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class io.higson.runtime.core.datasource.snapshot.domain.DomainWrapper
 
equals(Object) - Method in record class io.higson.runtime.core.datasource.snapshot.domain.Element
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.higson.runtime.core.datasource.snapshot.domain.ReferenceElement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.higson.runtime.core.datasource.snapshot.function.FunctionDetails
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.higson.runtime.core.datasource.snapshot.function.FunctionMeta
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetailsInputLevel
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetailsOutputLevel
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterMeta
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.higson.runtime.core.datasource.snapshot.version.ScheduleDetails
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.higson.runtime.core.datasource.snapshot.version.VersionMeta
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class io.higson.runtime.dao.external.ExternalValueSetter
 
equals(Object) - Method in record class io.higson.runtime.diagnostic.queue.DiagnosticEvent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class io.higson.runtime.engine.annotated.RepositoryObjectKey
 
equals(Object) - Method in class io.higson.runtime.engine.core.output.MultiValue
 
equals(Object) - Method in class io.higson.runtime.engine.core.type.AbstractValueHolder
Implementation of equals that returns true only if: other object is of the same class values held in this and other holder are equal (via equals() method)
equals(Object) - Method in class io.higson.runtime.marshaller.ExpFragment
 
equals(Object) - Method in class io.higson.runtime.marshaller.ExpRef
 
equals(Object) - Method in class io.higson.runtime.marshaller.LobData
 
equals(Object) - Method in class io.higson.runtime.model.def.EntityType
 
equals(Object) - Method in class io.higson.runtime.model.def.TupleDef
 
equals(Object) - Method in class io.higson.runtime.model.def.TypeDef
 
equals(Object) - Method in class io.higson.runtime.model.DomainObjectImpl
 
equals(Object) - Method in class io.higson.runtime.model.DomainObjectTypeImpl
 
equals(Object) - Method in class io.higson.runtime.model.ScheduleEntry
 
equals(Object) - Method in class io.higson.runtime.model.value.Bundle
 
equals(Object) - Method in class io.higson.runtime.model.value.CollectionProperty
 
equals(Object) - Method in class io.higson.runtime.model.value.EntityProperty
 
equals(Object) - Method in class io.higson.runtime.model.value.Property
 
equals(Object) - Method in class io.higson.runtime.model.value.RefProperty
 
equals(Object) - Method in class io.higson.runtime.model.value.ValueProperty
 
equals(Object) - Method in class io.higson.runtime.proxy.HigsonEntity
 
equalsIgnoreCase(char, char) - Static method in class io.higson.runtime.helper.AsciiUtil
fast compare 7-bit chars
equalsIgnoreCase(String, String) - Static method in class io.higson.runtime.helper.AsciiUtil
fast compare 7-bit strings
EqualsUtilFunction - Class in io.higson.runtime.builtin.implementation
 
EqualsUtilFunction() - Constructor for class io.higson.runtime.builtin.implementation.EqualsUtilFunction
 
error(int) - Method in class io.higson.runtime.sync.DomainWatcherConfig
 
error(int) - Method in class io.higson.runtime.sync.WatcherConfig
 
error(RuntimeException) - Method in class io.higson.runtime.sorter.SortConfigValidationResult
 
error(String, Object...) - Method in class io.higson.runtime.function.log.ListenableLogger
 
error(String, Object...) - Method in interface io.higson.runtime.function.log.RuntimeLogger
 
ERROR - Enum constant in enum class io.higson.runtime.function.log.FunctionLogLevel
 
evaluate(GroovyFunction, Binding) - Method in class io.higson.runtime.function.groovy.shell.CachedGroovyShell
 
evaluate(GroovyFunction, Binding, GroovyCache) - Method in class io.higson.runtime.function.groovy.shell.CachedGroovyShell
 
Event - Class in io.higson.runtime.flow.trace
 
Event() - Constructor for class io.higson.runtime.flow.trace.Event
 
eventCode() - Method in record class io.higson.runtime.diagnostic.queue.DiagnosticEvent
Returns the value of the eventCode record component.
EventType - Enum Class in io.higson.runtime.sync.event
 
evict() - Method in class io.higson.runtime.evict.ParamEvictor
Checks each external source parameter stored in the index cache.
EVICTION_ENTER - Enum constant in enum class io.higson.runtime.diagnostic.InternalEvent
Start of an eviction cycle triggerred by the refresh watcher.
EVICTION_EXPIRED - Enum constant in enum class io.higson.runtime.diagnostic.InternalEvent
Parameter is detected as expired (auto refresh period).
execute() - Method in class io.higson.runtime.flow.FlowExecutor
 
execute() - Method in interface io.higson.runtime.mp.simulation.Simulator
 
execute(PrefetchStrategy) - Static method in class io.higson.runtime.prefetch.PrefetchStrategyAsyncExecutor
 
execute(OrtSession, String[][]) - Method in class io.higson.runtime.provider.ai.AiModelExecutor
 
execute(Function, Object...) - Method in class io.higson.runtime.function.argument.FunctionArgumentDataTypeValidator
 
execute(Function, Object...) - Method in interface io.higson.runtime.function.FunctionInvocationInterceptor
Executed before every function call.
execute(String, HigsonContext, Object[]) - Method in interface io.higson.runtime.builtin.executor.UtilFunctionExecutor
Executes the given utility function given a function code, a context, and a set of arguments.
execute(String, HigsonContext, Object[]) - Method in class io.higson.runtime.builtin.executor.UtilFunctionExecutorImpl
 
executeAiModel(Parameter, String[][]) - Method in class io.higson.runtime.provider.ai.NoOpParameterAiModelService
 
executeAiModel(Parameter, String[][]) - Method in interface io.higson.runtime.provider.ai.ParameterAiModelService
 
executeAiModel(Parameter, String[][]) - Method in class io.higson.runtime.provider.ai.ParameterAiModelServiceImpl
 
executeBatch(String, List<Object[]>) - Method in class io.higson.runtime.dao.MiniJdbcTemplate
 
executeUpdate(String, Object...) - Method in class io.higson.runtime.dao.MiniJdbcTemplate
 
exists(Path, Path) - Method in class io.higson.runtime.core.datasource.snapshot.reader.SnapshotDirReader
 
exists(Path, Path) - Method in interface io.higson.runtime.core.datasource.snapshot.reader.SnapshotReader
 
exists(Path, Path) - Method in class io.higson.runtime.core.datasource.snapshot.reader.SnapshotZipReader
 
ExistUtilFunction - Class in io.higson.runtime.builtin.implementation
ExistUtilFunction is a utility function that checks if a value exists in the given context.
ExistUtilFunction() - Constructor for class io.higson.runtime.builtin.implementation.ExistUtilFunction
 
exp(double) - Static method in class io.higson.runtime.rhino.RhinoMath
Calculates Euler's number e raised to the given power using standard Java function Math.exp(double).
ExpFragment - Class in io.higson.runtime.marshaller
This class represents entry as json element for gmo.
ExpFragment() - Constructor for class io.higson.runtime.marshaller.ExpFragment
 
ExpRef - Class in io.higson.runtime.marshaller
 
EXPRESSION - Enum constant in enum class io.higson.runtime.flow.ActionType
 
EXT_FINGERPRINT_CHANGED - Enum constant in enum class io.higson.runtime.diagnostic.InternalEvent
Fingerprint fetched during eviction cycle is different.
EXT_FINGERPRINT_FETCHED - Enum constant in enum class io.higson.runtime.diagnostic.InternalEvent
Fingerprint for external source parameter was retrieved from database.
EXT_FINGERPRINT_THESAME - Enum constant in enum class io.higson.runtime.diagnostic.InternalEvent
Fingerprint fetched during eviction cycle is the same as before.
external() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetailsOutputLevel
Returns the value of the external record component.
EXTERNAL_CLASS - Enum constant in enum class io.higson.runtime.function.argument.FunctionArgumentDataType
 
EXTERNAL_VALUE_POINTER - Static variable in class io.higson.runtime.dao.external.ExternalStorageDao
Prefiks wskaznika do wartosci trzymanej w External Storage (np.
ExternalDataSourceProvider - Class in io.higson.runtime.core.extdatasource
 
ExternalDataSourceProvider() - Constructor for class io.higson.runtime.core.extdatasource.ExternalDataSourceProvider
 
externalSource() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Returns the value of the externalSource record component.
ExternalSourceModel - Class in io.higson.runtime.core.datasource.snapshot.parameter
 
ExternalSourceModel() - Constructor for class io.higson.runtime.core.datasource.snapshot.parameter.ExternalSourceModel
 
ExternalStorageDao - Class in io.higson.runtime.dao.external
 
ExternalStorageDao(DataSource, ConnectionInterceptor) - Constructor for class io.higson.runtime.dao.external.ExternalStorageDao
 
ExternalValueSetter - Class in io.higson.runtime.dao.external
Reads a pair of [id, value] from external storage.
ExtMatrixFingerprint - Class in io.higson.runtime.provider.external
 
ExtMatrixFingerprint(long, String, String) - Constructor for class io.higson.runtime.provider.external.ExtMatrixFingerprint
 
ExtMatrixFingerprintBuilder - Class in io.higson.runtime.provider.external
 
ExtMatrixFingerprintBuilder() - Constructor for class io.higson.runtime.provider.external.ExtMatrixFingerprintBuilder
 
extraAttributes() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.Element
Returns the value of the extraAttributes record component.
extract(Object, int) - Method in class io.higson.runtime.decoder.ValueExtractor
 
extract(Object, String) - Method in class io.higson.runtime.decoder.ValueExtractor
 
extractFromIterable(Iterable, int) - Method in class io.higson.runtime.decoder.ValueExtractor
 
extractValue(Annotation, String) - Static method in class io.higson.runtime.engine.util.reflection.AnnotationHelper
Extract value from given annotation method, if anything goes wrong throws InnerReflectiveOperationException with real reason as cause.
ExtSql - Class in io.higson.runtime.provider.external
 
ExtSql(String, char) - Constructor for class io.higson.runtime.provider.external.ExtSql
 
ExtSqlExecutor - Class in io.higson.runtime.provider.external
 
ExtSqlExecutor() - Constructor for class io.higson.runtime.provider.external.ExtSqlExecutor
 
ExtSqlParser - Class in io.higson.runtime.provider.external
Parses sql template and creates jdbc-compliant sql statement ready to bind input values.

F

fetchAiModel(Parameter) - Method in class io.higson.runtime.core.datasource.snapshot.parameter.SnapshotParameterDao
 
fetchAiModel(Parameter) - Method in interface io.higson.runtime.dao.parameter.ParameterDao
 
fetchAiModel(Parameter) - Method in class io.higson.runtime.dao.parameter.ParameterJdbcDao
 
fetchMatrixExt(Parameter) - Method in class io.higson.runtime.provider.external.ExtSqlExecutor
fetches full matrix from external source.
fetchMatrixFingerprint(Parameter) - Method in class io.higson.runtime.provider.external.ExtSqlExecutor
 
fetchMatrixFingerprint(String, String, String) - Method in class io.higson.runtime.provider.external.ExtSqlExecutor
Runs detection SQL and produces a fingerprint constructed from the query result.
FetchSuggestion - Annotation Interface in io.higson.runtime.engine.annotated.annotations
Provides suggestion key for annotated element
fileSeparator() - Method in class io.higson.runtime.core.datasource.snapshot.reader.SnapshotDirReader
 
fileSeparator() - Method in interface io.higson.runtime.core.datasource.snapshot.reader.SnapshotReader
 
fileSeparator() - Method in class io.higson.runtime.core.datasource.snapshot.reader.SnapshotZipReader
 
FileSystemSnapshotHelper - Class in io.higson.runtime.helper.snapshot
 
FileSystemSnapshotHelper() - Constructor for class io.higson.runtime.helper.snapshot.FileSystemSnapshotHelper
 
filter(ParamValue) - Method in class io.higson.runtime.distinct.DistinctFilter
 
filter(Parameter) - Method in class io.higson.runtime.distinct.DistinctFilter
 
filterChars(String, char, char) - Static method in class io.higson.runtime.rhino.RhinoStr
Quick method removing from the given String all characters not between lower (inclusive) and upper (inclusive).
filterChars(String, String) - Static method in class io.higson.runtime.rhino.RhinoStr
A quick method removing from the given String all characters not appearing in the second String argument.
filterDigits(String) - Static method in class io.higson.runtime.rhino.RhinoStr
Quick method removing from the given String all non-digits.
find(long) - Method in class io.higson.runtime.model.value.CollectionProperty
Search for element with id within collection and it's subtree.
find(long) - Method in class io.higson.runtime.model.value.EntityProperty
Find child property by id.
find(long) - Method in interface io.higson.runtime.model.value.Handle
Find child property by id.
find(long) - Method in class io.higson.runtime.model.value.RefProperty
Find child property in the target.
find(String...) - Method in class io.higson.runtime.engine.core.index.LevelIndex
 
find(String[]...) - Method in class io.higson.runtime.engine.core.index.LevelIndex
 
find(Date) - Method in class io.higson.runtime.model.Schedule
 
findAll(String[][], int, SearchResult<T>) - Method in class io.higson.runtime.engine.core.index.LevelNode
 
findAll(String[], int, SearchResult<T>) - Method in class io.higson.runtime.engine.core.index.LevelNode
znajduje wszystkie liscie (osiagalne z tego wezla), ktore spelaniaja kryterium wyszukiwania zgodnie z polityka zdefiniowana na kazdym poziomie: - STANDARD : polityka best-match, tzn. dopasowanie EQ, lub gwiazdka jako else - UNION : polityka all-match, tzn. znajdowane sa wszystkie wiersza pasujace - UNION SKIP DEF : polityka all-match, z ta roznica, ze pomija gwiazdki
findAttribute(int) - Method in class io.higson.runtime.sandbox.GmoSandboxEntity
 
findAttribute(String) - Method in class io.higson.runtime.sandbox.GmoSandboxEntity
 
findClassesAnnotatedWith(Class<? extends Annotation>, List<String>) - Method in class io.higson.runtime.engine.util.reflection.ReflectionsScanner
 
findElements(String) - Method in class io.higson.runtime.dev.perspective.RuntimeSession
get all elements with given code
findEntries(int, String[][]) - Method in class io.higson.runtime.core.datasource.snapshot.parameter.SnapshotParameterDao
 
findEntries(int, String[][]) - Method in interface io.higson.runtime.dao.parameter.ParameterDao
 
findEntries(int, String[][]) - Method in class io.higson.runtime.dao.parameter.ParameterJdbcDao
 
findEntries(int, String[][]) - Method in class io.higson.runtime.engine.core.parameter.BasicParameterProvider
 
findEntries(int, String[][]) - Method in interface io.higson.runtime.engine.core.parameter.ParameterProvider
 
findEntries(int, String[][]) - Method in interface io.higson.runtime.engine.core.parameter.ParamRepository
Return set of entries from parameter that match provided query values.
findEntries(int, String[][]) - Method in class io.higson.runtime.engine.core.prepared.BasicParamPreparer
 
findEntries(int, String[][]) - Method in interface io.higson.runtime.engine.core.prepared.ParamPreparer
Returns list of parameter rows that match given level values.
findEntries(int, String[][]) - Method in class io.higson.runtime.provider.MpParameterProvider
 
findEntries(Parameter, String[]) - Method in class io.higson.runtime.provider.external.ExtSqlExecutor
run jdbc query (nonMemQuery) to get rows from external source
findFieldsAnnotatedWith(Class<? extends Annotation>, Class<?>) - Static method in class io.higson.runtime.engine.util.reflection.ReflectionsHelper
 
findIndexCompatibleParameter(PreparedParamCache, Parameter) - Static method in class io.higson.runtime.engine.core.prepared.IndexCompatibilityChecker
Searches the cache for a prepared parameter that can share an index with provided [param]
findKey(int) - Method in class io.higson.runtime.engine.cache.MapPreparedParamCache
 
findKey(int) - Method in interface io.higson.runtime.engine.core.prepared.PreparedParamCache
Finds cache entry with given parameter id and returns cache key.
findMethodsAnnotatedWith(Class<? extends Annotation>, Class<?>) - Static method in class io.higson.runtime.engine.util.reflection.ReflectionsHelper
 
findMethodsAnnotatedWith(Class<? extends Annotation>, List<String>) - Method in class io.higson.runtime.engine.util.reflection.ReflectionsScanner
 
findQueryWithFragment(String) - Method in class io.higson.runtime.profiler.jdbc.JdbcProfiler
 
findRoot() - Method in class io.higson.runtime.core.datasource.snapshot.domain.DomainDefinitionXmlHelper
Should find root type based on xml definition.
findSetter(Class<?>, Object) - Method in class io.higson.runtime.engine.util.reflection.ReflectionSetterInvoker
Find setter method on host class (and its supertypes), that can handle setting provided argument.
findType(String) - Method in class io.higson.runtime.model.def.BundleDef
 
FixedReloadPolicy - Class in io.higson.runtime.reload
 
FixedReloadPolicy(boolean, boolean) - Constructor for class io.higson.runtime.reload.FixedReloadPolicy
 
flatten(String[][]) - Static method in class io.higson.runtime.engine.core.context.LevelValuesFlattener
 
floor(double) - Static method in class io.higson.runtime.rhino.RhinoMath
Returns the largest rounded to whole number value which is less than or equal to the argument, using standard Java function Math.floor(double).
flow(String, ParamContext, Object...) - Method in interface io.higson.runtime.core.HigsonEngine
This method calls flow defined within higson, with context and optional arguments.
flow(String, ParamContext, Object...) - Method in class io.higson.runtime.core.DiagnosticHigsonEngine
 
flow(String, ParamContext, Object...) - Method in class io.higson.runtime.core.HigsonEngineImpl
 
flow(String, ParamContext, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Executes flow with given name, context and optional arguments.
Flow - Class in io.higson.runtime.flow
 
Flow(List<Argument>, List<Variable>, List<Node>, String) - Constructor for class io.higson.runtime.flow.Flow
 
FLOW - Enum constant in enum class io.higson.runtime.flow.ActionType
 
FLOW - Enum constant in enum class io.higson.runtime.function.FunctionType
 
FLOW - Enum constant in enum class io.higson.runtime.model.ElementType
 
FLOW - Enum constant in enum class io.higson.runtime.model.Type
 
FLOW - Enum constant in enum class io.higson.runtime.profiler.callstack.DiagnosticCallStackEvent.ElementType
 
FLOW_PREFIX - Static variable in class io.higson.runtime.flow.FlowPrefix
 
FlowDto - Class in io.higson.runtime.flow.dto
 
FlowDto() - Constructor for class io.higson.runtime.flow.dto.FlowDto
 
FlowDtoConverter - Class in io.higson.runtime.flow.dto
 
FlowExecutor - Class in io.higson.runtime.flow
 
FlowExecutor(HigsonEngine, GroovyFunctionInvoker, Flow, String, Object[]) - Constructor for class io.higson.runtime.flow.FlowExecutor
 
FlowFileExtractor - Class in io.higson.runtime.core.datasource.snapshot.flow
 
FlowFileExtractor() - Constructor for class io.higson.runtime.core.datasource.snapshot.flow.FlowFileExtractor
 
FlowFunction - Class in io.higson.runtime.model
 
FlowFunction(int, int, String, String, Date, FunctionLogLevel) - Constructor for class io.higson.runtime.model.FlowFunction
 
FlowInvoker - Class in io.higson.runtime.invoker
 
FlowInvoker(GroovyFunctionInvoker) - Constructor for class io.higson.runtime.invoker.FlowInvoker
 
FlowPrefix - Class in io.higson.runtime.flow
 
FlowPrefix() - Constructor for class io.higson.runtime.flow.FlowPrefix
 
FlowResult - Class in io.higson.runtime.flow
 
FlowResult() - Constructor for class io.higson.runtime.flow.FlowResult
 
FlowRuntimeConverter - Class in io.higson.runtime.flow.dto
 
FlowRuntimeConverter() - Constructor for class io.higson.runtime.flow.dto.FlowRuntimeConverter
 
FLOWS - Enum constant in enum class io.higson.runtime.core.datasource.snapshot.SnapshotPath
 
FlowTrace - Class in io.higson.runtime.flow.trace
 
FlowTrace() - Constructor for class io.higson.runtime.flow.trace.FlowTrace
 
FlowVersion - Enum Class in io.higson.runtime.flow
 
flush(String, DiagnosticCallStackEvent.ElementType, DiagnosticCallStackSummary, String) - Method in interface io.higson.runtime.profiler.callstack.DiagnosticCallStackFlushStrategy
Called once the top-level profiling frame has finished.
flush(String, DiagnosticCallStackEvent.ElementType, DiagnosticCallStackSummary, String) - Method in class io.higson.runtime.profiler.callstack.NoopDiagnosticCallStackFlushStrategy
 
flush(String, DiagnosticCallStackEvent.ElementType, DiagnosticCallStackSummary, String) - Method in class io.higson.runtime.profiler.callstack.QueueDiagnosticCallStackFlushStrategy
 
flush(BooleanSupplier) - Method in class io.higson.runtime.diagnostic.flush.DiagnosticFlushService
Drain the queue in batches and persist all events.
force(int) - Method in class io.higson.runtime.sync.WatcherConfig
 
format() - Method in class io.higson.runtime.sorter.SortConfig
 
format(Object) - Method in interface io.higson.runtime.engine.util.Formatter
 
format(String, Object...) - Static method in class io.higson.runtime.rhino.RhinoStr
Performs argument substitution for the pattern passed as parameter.
format(Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Returns String from date using yyyy-MM-dd format.
format(Date) - Static method in class io.higson.runtime.utils.HprDate
 
format(Date, String) - Static method in class io.higson.runtime.rhino.RhinoDate
Returns String in given pattern from date.
format(Date, String) - Static method in class io.higson.runtime.utils.HprDate
 
formatDateTimeWithMillis(Date) - Static method in class io.higson.runtime.utils.DateFormatUtils
formats date to "yyyy-MM-dd HH:mm:ss.SSS" format
formatDMY(Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Returns String in dd-MM-yyyy pattern from date.
Formatter - Interface in io.higson.runtime.engine.util
 
formatTimestamp(long) - Static method in class io.higson.runtime.rhino.RhinoDate
Returns String from timestamp as long using yyyy-MM-dd HH:mm:ss.SSS format.
formatTimestamp(long) - Static method in class io.higson.runtime.utils.HprDate
 
formatTimestamp(Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Returns String from date using yyyy-MM-dd HH:mm:ss.SSS format.
formatTimestamp(Date) - Static method in class io.higson.runtime.utils.HprDate
 
FormatUtilFunction - Class in io.higson.runtime.builtin.implementation
The FormatUtilFunction class provides formatting functionality for different types of objects.
FormatUtilFunction() - Constructor for class io.higson.runtime.builtin.implementation.FormatUtilFunction
 
from(String) - Static method in enum class io.higson.runtime.sandbox.SandboxAttrGmoPersistence
 
fromInt(int) - Static method in class io.higson.runtime.rhino.RhinoDate
It will try to convert given date as int to proper date instance.
fromString(String) - Static method in enum class io.higson.runtime.builtin.implementation.TextFormat
 
FromUtilFunction - Class in io.higson.runtime.builtin.implementation
Represents the 'from' util function that retrieves values from a target object based on the provided context and arguments.
FromUtilFunction() - Constructor for class io.higson.runtime.builtin.implementation.FromUtilFunction
 
FullReloadPolicy - Class in io.higson.runtime.reload
The reloding policy that accepts every parameter as eligible for reload.
FullReloadPolicy() - Constructor for class io.higson.runtime.reload.FullReloadPolicy
 
fullTokenResolver(String, String) - Static method in class io.higson.runtime.model.TreeDomain
 
Function - Class in io.higson.runtime.engine.core.function
The class represents functions from the so-called feature repository .
Each function in the repository has its unique name which is used to recognize and load its body.
Function - Class in io.higson.runtime.model
 
Function() - Constructor for class io.higson.runtime.engine.core.function.Function
 
Function(int, int, String, String) - Constructor for class io.higson.runtime.model.Function
 
Function(int, int, String, String, Date) - Constructor for class io.higson.runtime.model.Function
 
Function(int, int, String, String, Date, int) - Constructor for class io.higson.runtime.model.Function
 
Function(int, int, String, String, Date, int, FunctionLogLevel) - Constructor for class io.higson.runtime.model.Function
 
Function(int, int, String, String, Date, FunctionLogLevel) - Constructor for class io.higson.runtime.model.Function
 
Function(int, String, String, Date) - Constructor for class io.higson.runtime.model.Function
 
FUNCTION - Enum constant in enum class io.higson.runtime.constants.ReferencePrefix
 
FUNCTION - Enum constant in enum class io.higson.runtime.flow.ActionType
 
FUNCTION - Enum constant in enum class io.higson.runtime.model.ElementType
 
FUNCTION - Enum constant in enum class io.higson.runtime.model.Type
 
FUNCTION - Enum constant in enum class io.higson.runtime.profiler.callstack.DiagnosticCallStackEvent.ElementType
 
FUNCTION - Enum constant in enum class io.higson.runtime.profiler.engine.EngineProfiler
 
FUNCTION - Enum constant in enum class io.higson.runtime.sync.event.ElementType
 
FunctionArgumentDataType - Enum Class in io.higson.runtime.function.argument
 
FunctionArgumentDataTypeValidator - Class in io.higson.runtime.function.argument
 
FunctionArgumentDataTypeValidator() - Constructor for class io.higson.runtime.function.argument.FunctionArgumentDataTypeValidator
 
FunctionArgumentModel - Class in io.higson.runtime.core.datasource.snapshot.function
 
FunctionArgumentModel() - Constructor for class io.higson.runtime.core.datasource.snapshot.function.FunctionArgumentModel
 
FunctionAttributesModel - Class in io.higson.runtime.core.datasource.snapshot.function
 
FunctionAttributesModel() - Constructor for class io.higson.runtime.core.datasource.snapshot.function.FunctionAttributesModel
 
FunctionCache - Interface in io.higson.runtime.engine.core.function
A contract that provides caching of a function object from a repository based on a unique name.
FunctionCascadeParser - Class in io.higson.runtime.decoder
 
FunctionCascadeParser() - Constructor for class io.higson.runtime.decoder.FunctionCascadeParser
 
FunctionCascadeRequest - Class in io.higson.runtime.decoder
 
FunctionCascadeRequest(String) - Constructor for class io.higson.runtime.decoder.FunctionCascadeRequest
 
FunctionCode - Enum Class in io.higson.runtime.constants
Global function codes that are supported by higson.
FunctionDao - Interface in io.higson.runtime.core.datasource
 
FunctionDetails - Record Class in io.higson.runtime.core.datasource.snapshot.function
 
FunctionDetails(int, String, int, String, FunctionType, List<FunctionArgumentModel>, List<String>, FunctionLogLevel, String) - Constructor for record class io.higson.runtime.core.datasource.snapshot.function.FunctionDetails
Creates an instance of a FunctionDetails record class.
FunctionFileExtractor - Class in io.higson.runtime.core.datasource.snapshot.function
 
FunctionFileExtractor() - Constructor for class io.higson.runtime.core.datasource.snapshot.function.FunctionFileExtractor
 
FunctionInitializerImpl - Class in io.higson.runtime.prefetch
 
FunctionInitializerImpl() - Constructor for class io.higson.runtime.prefetch.FunctionInitializerImpl
 
FunctionInvocationException - Exception in io.higson.runtime.engine.core.function
 
FunctionInvocationException(Throwable, Function) - Constructor for exception io.higson.runtime.engine.core.function.FunctionInvocationException
 
FunctionInvocationInterceptor - Interface in io.higson.runtime.function
Intercepts function calls.
FunctionInvoker - Interface in io.higson.runtime.engine.core.function
Invoker is able to run function (from Java class, script, etc...) described by Function object with given parameters and return its value (null if function is void).
FunctionInvokerInterceptor - Interface in io.higson.runtime.engine.ext
 
FunctionJdbcDao - Class in io.higson.runtime.dao
 
FunctionJdbcDao(DataSource, ConnectionInterceptor) - Constructor for class io.higson.runtime.dao.FunctionJdbcDao
 
FunctionLoggerCreator - Class in io.higson.runtime.function.log
 
FunctionLoggerCreator() - Constructor for class io.higson.runtime.function.log.FunctionLoggerCreator
 
FunctionLoggerCreator(Collection<LogListener>) - Constructor for class io.higson.runtime.function.log.FunctionLoggerCreator
 
FunctionLoggerCreator(Collection<LogListener>, FunctionLogLevelCache) - Constructor for class io.higson.runtime.function.log.FunctionLoggerCreator
 
FunctionLogLevel - Enum Class in io.higson.runtime.function.log
 
FunctionLogLevelCache - Class in io.higson.runtime.function.log
 
FunctionLogLevelCache() - Constructor for class io.higson.runtime.function.log.FunctionLogLevelCache
 
FunctionLogLevelCache(Duration) - Constructor for class io.higson.runtime.function.log.FunctionLogLevelCache
 
FunctionLogLevelCache(Duration, Clock) - Constructor for class io.higson.runtime.function.log.FunctionLogLevelCache
 
FunctionLogLevelResolver - Class in io.higson.runtime.function.log
 
FunctionLogLevelResolver(HigsonEngine) - Constructor for class io.higson.runtime.function.log.FunctionLogLevelResolver
 
FunctionLogLevelResolver(HigsonEngine, FunctionLogLevelCache) - Constructor for class io.higson.runtime.function.log.FunctionLogLevelResolver
 
FunctionManager - Class in io.higson.runtime.function
 
FunctionManager - Interface in io.higson.runtime.engine.core.function
 
FunctionManager(InvokerRepository, FunctionProvider) - Constructor for class io.higson.runtime.function.FunctionManager
 
FunctionMeta - Record Class in io.higson.runtime.core.datasource.snapshot.function
 
FunctionMeta(String, FunctionType, int, int, Path, String, String, String) - Constructor for record class io.higson.runtime.core.datasource.snapshot.function.FunctionMeta
Creates an instance of a FunctionMeta record class.
FunctionNotFoundInSnapshotException - Exception in io.higson.runtime.core.datasource.snapshot.function
 
FunctionNotFoundInSnapshotException(String, String, String) - Constructor for exception io.higson.runtime.core.datasource.snapshot.function.FunctionNotFoundInSnapshotException
 
FunctionProvider - Interface in io.higson.runtime.engine.core.function
 
FunctionRepository - Interface in io.higson.runtime.engine.core.function
Repository of functions.
FunctionResult - Class in io.higson.runtime.core.datasource.snapshot.function
 
FunctionResult() - Constructor for class io.higson.runtime.core.datasource.snapshot.function.FunctionResult
 
FunctionRuntimeConfigParameters - Class in io.higson.runtime.engine.config.pico
 
FunctionRuntimeConfigParameters() - Constructor for class io.higson.runtime.engine.config.pico.FunctionRuntimeConfigParameters
 
FunctionRuntimeWatcher - Class in io.higson.runtime.sync
 
FunctionRuntimeWatcher(MpFunctionProvider, FunctionCache, GroovyFunctionInvoker) - Constructor for class io.higson.runtime.sync.FunctionRuntimeWatcher
 
FUNCTIONS - Enum constant in enum class io.higson.runtime.core.datasource.snapshot.SnapshotPath
 
FunctionType - Enum Class in io.higson.runtime.function
 

G

ge(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
GE - Enum constant in enum class io.higson.runtime.flow.dto.RelationalOperator
 
generate(DiagnosticCallStack) - Method in class io.higson.runtime.profiler.callstack.DiagnosticCallStackSummaryGenerator
 
GENERIC - Enum constant in enum class io.higson.runtime.sandbox.SandboxAttrGmoPersistence
Attribute is included in GMO model - persisted in generic way (json)
get() - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
get() - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
get() - Method in interface io.higson.runtime.engine.core.output.ParamValue
Return value from first column of first row as generic object.
get() - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
get() - Method in class io.higson.runtime.invoker.RhinoPreparedScript
 
get() - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
get() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
get() - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
get(int) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
get(int) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
get(int) - Method in class io.higson.runtime.engine.core.output.MultiValue
Value of column at given position cast to generic return value.
get(int) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Get object of type T from first row and column with given index.
get(int) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
get(int) - Method in class io.higson.runtime.proxy.HigsonEntityList
 
get(int) - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
get(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
get(int) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
get(int) - Method in class io.higson.runtime.sorter.SortConfig
 
get(int) - Method in class io.higson.runtime.sync.PidCache
 
get(int, int) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
get(int, int) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
get(int, int) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Get object of type T from cell of matrix.
get(int, int) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
get(int, int) - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
get(int, int) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
get(int, int, Class<T>) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
get(int, int, Class<T>) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
get(int, int, Class<T>) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Get object of given class from cell of matrix.
get(int, int, Class<T>) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
get(int, int, Class<T>) - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
get(int, int, Class<T>) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
get(int, Class<T>) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
get(int, Class<T>) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
get(int, Class<T>) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column at given position cast to object of class clazz.
get(int, Class<T>) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Get object of given class from first row and column with given index.
get(int, Class<T>) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
get(int, Class<T>) - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
get(int, Class<T>) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
get(int, Class<T>) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
get(int, String) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
get(int, String) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
get(int, String) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Get object of type T from cell of matrix, where column is described by name.
get(int, String) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
get(int, String) - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
get(int, String) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
get(int, String, Class<T>) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
get(int, String, Class<T>) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
get(int, String, Class<T>) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Get object of given class from cell of matrix, where column is described by name.
get(int, String, Class<T>) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
get(int, String, Class<T>) - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
get(int, String, Class<T>) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
get(String, ParamContext) - Method in interface io.higson.runtime.core.HigsonEngine
This method tries to fetch parameter's value for given parameterName and context ctx.
get(String, String) - Method in class io.higson.runtime.cache.UserRegionVersionCache
 
get(String, String) - Method in class io.higson.runtime.cache.UserRegionVersionProvider
 
get(String, SortedSet<Integer>) - Method in class io.higson.runtime.version.system.SystemVersionProviderImpl
 
get(String, String) - Method in class io.higson.runtime.cache.ProfileCache
 
get(String, String) - Method in class io.higson.runtime.cache.ProfileProvider
 
get(GroovyFunction) - Method in class io.higson.runtime.flow.Flow
 
get(GroovyFunction) - Method in class io.higson.runtime.function.groovy.shell.GlobalCache
 
get(GroovyFunction) - Method in interface io.higson.runtime.function.groovy.shell.GroovyCache
 
get(Property, String) - Static method in class io.higson.runtime.context.AppCtxHelper
 
get(DigestAlgorithm) - Static method in class io.higson.runtime.utils.hash.DigestAlgorithmPool
 
get(Class<T>) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
get(Class<T>) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
get(Class<T>) - Method in class io.higson.runtime.engine.core.context.DefaultContext
Looks for object of class clazz (or object which class is assignable from clazz.
get(Class<T>) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Return value from first column of first row as object of given class.
get(Class<T>) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
get(Object) - Static method in class io.higson.runtime.core.ext.ParamValueProxyFactory
 
get(String) - Method in class io.higson.runtime.context.AppCtx
 
get(String) - Method in class io.higson.runtime.context.BundleContext
 
get(String) - Method in class io.higson.runtime.context.PropertyAdapter
 
get(String) - Method in class io.higson.runtime.core.AdhocContext
get value from adhoc context or from parent (if not found in adhoc)
get(String) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
get(String) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
get(String) - Method in class io.higson.runtime.core.HigsonContext
Tries to resolve given path and return object from the context.
get(String) - Method in class io.higson.runtime.engine.cache.MapCache
 
get(String) - Method in class io.higson.runtime.engine.core.context.DefaultContext
Return object stored under key.
get(String) - Method in class io.higson.runtime.engine.core.function.BasicFunctionManager
 
get(String) - Method in interface io.higson.runtime.engine.core.function.FunctionCache
Returns a function with a defined name functionName or null, if function does not exist at cache.
get(String) - Method in interface io.higson.runtime.engine.core.function.FunctionManager
 
get(String) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column with given name cast to generic return value.
get(String) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Get object of type T from first row and column with given name.
get(String) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
get(String) - Method in interface io.higson.runtime.engine.core.prepared.PreparedParamCache
Returns a parameter with defined name paramName or null, if parameter does not exist.
get(String) - Static method in class io.higson.runtime.engine.types.date.SimpleDateFormatPool
 
get(String) - Method in class io.higson.runtime.ext.adapter.Adapter
 
get(String) - Method in class io.higson.runtime.ext.adapter.Mapping
 
get(String) - Method in class io.higson.runtime.function.log.FunctionLogLevelCache
Gets cached value from function with provided [code].
get(String) - Method in class io.higson.runtime.matcher.RegexCache
get compiled regex or null
get(String) - Method in interface io.higson.runtime.model.value.Handle
Gets property under given path.
get(String) - Method in class io.higson.runtime.model.value.Property
Gets property under given path.
get(String) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
get(String) - Method in class io.higson.runtime.rhino.RhinoDomain
Returns the root element of domain for given profile.
get(String) - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
get(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
get(String) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
get(String) - Static method in class io.higson.runtime.utils.hash.DigestAlgorithmPool
 
get(String, HigsonContext) - Method in class io.higson.runtime.rhino.RhinoDomain
Returns the root element of domain for given profile, associated with the given context object.
get(String, ParamContext) - Method in class io.higson.runtime.core.DiagnosticHigsonEngine
 
get(String, ParamContext) - Method in class io.higson.runtime.core.HigsonEngineImpl
 
get(String, ParamContext) - Method in interface io.higson.runtime.engine.core.ParamEngine
Return submatrix of parameter rows that match values from context.
get(String, ParamContext) - Method in class io.higson.runtime.engine.core.SmartParamEngine
 
get(String, ParamContext) - Method in class io.higson.runtime.rhino.RhinoHigson
Return raw object value from first cell of matched first row based on given parameter within given context as first token value.
get(String, Class<T>) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
get(String, Class<T>) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
get(String, Class<T>) - Method in class io.higson.runtime.engine.core.context.DefaultContext
Return object stored under key and cast it to given class.
get(String, Class<T>) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column with given name cast to object of class clazz.
get(String, Class<T>) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Get object of given class from first row and column with given name.
get(String, Class<T>) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
get(String, Class<T>) - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
get(String, Class<T>) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
get(String, Class<T>) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
get(String, Object...) - Method in interface io.higson.runtime.engine.core.ParamEngine
Return submatrix of parameter rows that match provided query values.
get(String, Object...) - Method in class io.higson.runtime.engine.core.SmartParamEngine
 
get(String, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Return raw object value from first cell of first row based on given parameter within given context as first token value.
get(String, String) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
get(String, String) - Method in class io.higson.runtime.rhino.RhinoDomain
Returns the element of domain identified by the provided path for given profile.
get(String, String, HigsonContext) - Method in class io.higson.runtime.rhino.RhinoDomain
Returns the element of domain identified by the provided path for given profile, evaluated with the provided context.
get(String, SortedSet<Integer>) - Method in interface io.higson.runtime.version.system.SystemVersionCache
 
get(String, SortedSet<Integer>) - Method in class io.higson.runtime.version.system.SystemVersionCacheMapImpl
 
get(String, SortedSet<Integer>) - Method in interface io.higson.runtime.version.system.SystemVersionProvider
 
get(K) - Method in class io.higson.runtime.helper.parser.LimitCache
 
getAbsoluteYearDiff(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Calculates full years intervals between date1 and date2.
getActions() - Method in class io.higson.runtime.flow.dto.NodeDto
 
getActiveVersion(String) - Method in class io.higson.runtime.dev.DevModeProvider
 
getActiveVersion(String) - Method in class io.higson.runtime.sync.ScheduleCache
 
getActiveVersion(String, String) - Method in class io.higson.runtime.sync.ScheduleCache
 
getAdapter(Property) - Method in class io.higson.runtime.context.PropertyAdapterResolver
 
getAdapterResolver() - Static method in class io.higson.runtime.context.AppCtx
 
getAiModelDefinitionFromFile(Path) - Static method in class io.higson.runtime.core.datasource.snapshot.parameter.AiModelDefinitionFileExtractor
 
getAll() - Method in class io.higson.runtime.helper.IdentitySet
 
getAll() - Method in class io.higson.runtime.model.value.Bundle
Get all properties within bundle.
getAll(String) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
getAllCached() - Method in class io.higson.runtime.sync.FunctionRuntimeWatcher
 
getAllCached() - Method in class io.higson.runtime.sync.ParamRuntimeWatcher
 
getAllCached() - Method in class io.higson.runtime.sync.RuntimeWatcher
get all cached elements
getAllEntityTypes() - Method in class io.higson.runtime.model.def.BundleDef
get all non-root entities
getAllHeads() - Method in interface io.higson.runtime.core.datasource.FunctionDao
 
getAllHeads() - Method in class io.higson.runtime.core.datasource.snapshot.function.SnapshotFunctionDao
 
getAllHeads() - Method in class io.higson.runtime.core.datasource.snapshot.parameter.SnapshotParameterDao
 
getAllHeads() - Method in class io.higson.runtime.dao.FunctionJdbcDao
 
getAllHeads() - Method in interface io.higson.runtime.dao.parameter.ParameterDao
 
getAllHeads() - Method in class io.higson.runtime.dao.parameter.ParameterJdbcDao
 
getAllKeys() - Method in class io.higson.runtime.cache.ProfileCache
 
getAllKeys() - Method in class io.higson.runtime.cache.UserRegionVersionCache
 
getAllKeys() - Method in class io.higson.runtime.engine.core.index.LevelIndex
 
getAllLastUpdates() - Method in interface io.higson.runtime.core.datasource.FunctionDao
 
getAllLastUpdates() - Method in class io.higson.runtime.core.datasource.snapshot.function.SnapshotFunctionDao
 
getAllLastUpdates() - Method in class io.higson.runtime.dao.FunctionJdbcDao
 
getAllLastUpdates() - Method in class io.higson.runtime.provider.MpFunctionProvider
 
getAllLastUpdates() - Method in class io.higson.runtime.sync.FunctionRuntimeWatcher
 
getAllLastUpdates() - Method in class io.higson.runtime.sync.ParamRuntimeWatcher
 
getAllLastUpdates() - Method in class io.higson.runtime.sync.RuntimeWatcher
gets all synchronized components from specific table
getAllLastUpdates(boolean) - Method in class io.higson.runtime.core.datasource.snapshot.parameter.SnapshotParameterDao
 
getAllLastUpdates(boolean) - Method in interface io.higson.runtime.dao.parameter.ParameterDao
 
getAllLastUpdates(boolean) - Method in class io.higson.runtime.dao.parameter.ParameterJdbcDao
 
getAllLastUpdates(boolean) - Method in class io.higson.runtime.provider.MpParameterProvider
 
getAllProfiles() - Method in class io.higson.runtime.core.domain.AbstractDomainCacheManager
Set of profiles (head + session), which have at least one domain element.
getAllProfiles() - Method in interface io.higson.runtime.core.domain.DomainCacheManager
Returns profile code, that contains at least 1 domain object in head or session state.
getAllProfiles() - Method in class io.higson.runtime.core.domain.MpDomainCacheManager
 
getAllRegionVersions() - Method in class io.higson.runtime.core.datasource.snapshot.version.SnapshotVersionDao
 
getAllRegionVersions() - Method in interface io.higson.runtime.core.datasource.VersionDao
 
getAllRegionVersions() - Method in class io.higson.runtime.dao.VersionJdbcDao
 
getAllRegionVersionsList() - Method in class io.higson.runtime.core.datasource.snapshot.version.SnapshotVersionDao
 
getAllRegionVersionsList() - Method in interface io.higson.runtime.core.datasource.VersionDao
 
getAllRegionVersionsList() - Method in class io.higson.runtime.dao.VersionJdbcDao
 
getAllRegionVersionsList(String) - Method in class io.higson.runtime.core.datasource.snapshot.version.SnapshotVersionDao
 
getAllRegionVersionsList(String) - Method in interface io.higson.runtime.core.datasource.VersionDao
 
getAllRegionVersionsList(String) - Method in class io.higson.runtime.dao.VersionJdbcDao
 
getAllSchedules() - Method in class io.higson.runtime.core.datasource.snapshot.version.SnapshotVersionDao
 
getAllSchedules() - Method in interface io.higson.runtime.core.datasource.VersionDao
 
getAllSchedules() - Method in class io.higson.runtime.dao.VersionJdbcDao
 
getAllUserRegionVersions() - Method in class io.higson.runtime.core.datasource.snapshot.version.SnapshotVersionDao
 
getAllUserRegionVersions() - Method in interface io.higson.runtime.core.datasource.VersionDao
 
getAllUserRegionVersions() - Method in class io.higson.runtime.dao.VersionJdbcDao
 
getAnnotatedObjects(Class<? extends Annotation>, PackageList) - Method in class io.higson.runtime.engine.annotated.scanner.AnnotatedObjectsScanner
Scan for classes annotated with given annotation type, instantiate them using hints from annotation and return a map of those objects.
getAnnotatedObjectsWithoutName(Class<? extends Annotation>, PackageList) - Method in class io.higson.runtime.engine.annotated.scanner.AnnotatedObjectsScanner
Scan for classes annotated with given annotation and return instances of those objects (instantiated using default constructor).
getAppCtx(String) - Method in class io.higson.runtime.context.AppCtx
 
getArg(int) - Method in class io.higson.runtime.provider.external.ExtSql
 
getArgNumber() - Method in class io.higson.runtime.provider.external.ExtSql
 
getArgs() - Method in class io.higson.runtime.model.Function
 
getArguments() - Method in class io.higson.runtime.flow.Action
 
getArguments() - Method in class io.higson.runtime.flow.dto.ActionDto
 
getArguments() - Method in class io.higson.runtime.flow.dto.FlowDto
 
getArguments() - Method in class io.higson.runtime.flow.Flow
 
getArgumentsForFunction(String) - Method in interface io.higson.runtime.core.datasource.FunctionDao
 
getArgumentsForFunction(String) - Method in class io.higson.runtime.core.datasource.snapshot.function.SnapshotFunctionDao
 
getArgumentsForFunction(String) - Method in class io.higson.runtime.dao.FunctionJdbcDao
 
getArray() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getArray(int) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return array of values stored at position.
getArray(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getArray(String) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column under given name as array of raw value holders.
getArray(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getArraySeparator() - Method in interface io.higson.runtime.engine.core.parameter.Parameter
Separator used when storing array as level value, this is set globally per parameter.
getAttr(String) - Method in interface io.higson.runtime.model.DomainObject
 
getAttr(String) - Method in class io.higson.runtime.model.DomainObjectImpl
 
getAttr(String) - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getAttrBoolean(String) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
getAttrBoolean(String, HigsonContext) - Method in interface io.higson.runtime.model.DomainObject
 
getAttrBoolean(String, HigsonContext) - Method in class io.higson.runtime.model.DomainObjectImpl
 
getAttrBoolean(String, HigsonContext) - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getAttrBoolean(String, HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
getAttrDate(String) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
getAttrDate(String, HigsonContext) - Method in interface io.higson.runtime.model.DomainObject
 
getAttrDate(String, HigsonContext) - Method in class io.higson.runtime.model.DomainObjectImpl
 
getAttrDate(String, HigsonContext) - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getAttrDate(String, HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
getAttrDecimal(String) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
getAttrDecimal(String, HigsonContext) - Method in interface io.higson.runtime.model.DomainObject
 
getAttrDecimal(String, HigsonContext) - Method in class io.higson.runtime.model.DomainObjectImpl
 
getAttrDecimal(String, HigsonContext) - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getAttrDecimal(String, HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
getAttribute(String) - Method in interface io.higson.runtime.model.DomainObject
 
getAttribute(String) - Method in class io.higson.runtime.model.DomainObjectImpl
 
getAttribute(String) - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getAttribute(String, String) - Method in interface io.higson.runtime.model.DomainObject
 
getAttribute(String, String) - Method in class io.higson.runtime.model.DomainObjectImpl
 
getAttribute(String, String) - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getAttributeDefinition(String) - Method in interface io.higson.runtime.model.DomainObjectType
 
getAttributeDefinition(String) - Method in class io.higson.runtime.model.DomainObjectTypeImpl
 
getAttributeDefinitions() - Method in interface io.higson.runtime.model.DomainObjectType
 
getAttributeDefinitions() - Method in class io.higson.runtime.model.DomainObjectTypeImpl
 
getAttributes() - Method in interface io.higson.runtime.model.DomainObject
 
getAttributes() - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getAttributes() - Method in class io.higson.runtime.rhino.domain.RhinoDomainType
 
getAttributeValue(String, String, ParamContext, Object...) - Method in interface io.higson.runtime.model.DomainObject
 
getAttributeValue(String, String, ParamContext, Object...) - Method in class io.higson.runtime.model.DomainObjectImpl
 
getAttributeValue(String, String, ParamContext, Object...) - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getAttrInteger(String) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
getAttrInteger(String, HigsonContext) - Method in interface io.higson.runtime.model.DomainObject
 
getAttrInteger(String, HigsonContext) - Method in class io.higson.runtime.model.DomainObjectImpl
 
getAttrInteger(String, HigsonContext) - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getAttrInteger(String, HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
getAttrNumber(String) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
getAttrNumber(String, HigsonContext) - Method in interface io.higson.runtime.model.DomainObject
 
getAttrNumber(String, HigsonContext) - Method in class io.higson.runtime.model.DomainObjectImpl
 
getAttrNumber(String, HigsonContext) - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getAttrNumber(String, HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
getAttrString(String) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
getAttrString(String, HigsonContext) - Method in interface io.higson.runtime.model.DomainObject
 
getAttrString(String, HigsonContext) - Method in class io.higson.runtime.model.DomainObjectImpl
 
getAttrString(String, HigsonContext) - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getAttrString(String, HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
getAttrType() - Method in interface io.higson.runtime.model.AttributeDefinition
 
getAttrValue(String) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
getAttrValue(String, HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
getAvg() - Method in class io.higson.runtime.profiler.jdbc.QueryStat
 
getAvgSelfDurationNanos() - Method in class io.higson.runtime.profiler.callstack.DiagnosticCallStackSummaryNode
 
getAvgTime() - Method in class io.higson.runtime.profiler.AbstractProfilerStat
 
getAvgTotalDurationNanos() - Method in class io.higson.runtime.profiler.callstack.DiagnosticCallStackSummaryNode
 
getBatchSize() - Method in class io.higson.runtime.diagnostic.queue.DiagnosticQueueConfig
 
getBigDecimal() - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getBigDecimal() - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getBigDecimal() - Method in interface io.higson.runtime.engine.core.output.ParamValue
Return value from first column of first row as BigDecimal.
getBigDecimal() - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getBigDecimal() - Method in class io.higson.runtime.engine.core.type.AbstractValueHolder
Returns BigDecimal value if holder is capable of doing it, otherwise UnsupportedOperationException is thrown.
getBigDecimal() - Method in interface io.higson.runtime.engine.core.type.ValueHolder
Get value as BigDecimal.
getBigDecimal() - Method in class io.higson.runtime.engine.types.integer.IntegerHolder
 
getBigDecimal() - Method in class io.higson.runtime.engine.types.number.NumberHolder
 
getBigDecimal() - Method in class io.higson.runtime.model.ObjectValueHolder
 
getBigDecimal() - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
getBigDecimal() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getBigDecimal() - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getBigDecimal(int) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column at given position as BigDecimal.
getBigDecimal(int) - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
getBigDecimal(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getBigDecimal(int) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getBigDecimal(Object) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
getBigDecimal(String) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getBigDecimal(String) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getBigDecimal(String) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column with given name as BigDecimal.
getBigDecimal(String) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Get BigDecimal from first row and column with given name.
getBigDecimal(String) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getBigDecimal(String) - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
getBigDecimal(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getBigDecimal(String) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getBigDecimalArray(int) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column at given position as BigDecimal array.
getBigDecimalArray(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getBigDecimalArray(String) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column under given name as array of raw big decimals.
getBigDecimalArray(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getBoolean() - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getBoolean() - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getBoolean() - Method in interface io.higson.runtime.engine.core.output.ParamValue
Return bool value from first column of first row.
getBoolean() - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getBoolean() - Method in class io.higson.runtime.engine.core.type.AbstractValueHolder
Returns Boolean value if holder is capable of doing it, otherwise UnsupportedOperationException is thrown.
getBoolean() - Method in interface io.higson.runtime.engine.core.type.ValueHolder
Get value as nullable boolean.
getBoolean() - Method in class io.higson.runtime.engine.types.bool.BooleanHolder
Returns an inner value.
getBoolean() - Method in class io.higson.runtime.model.ObjectValueHolder
 
getBoolean() - Method in interface io.higson.runtime.model.value.Handle
 
getBoolean() - Method in class io.higson.runtime.model.value.Property
getBoolean() - Method in class io.higson.runtime.model.value.ValueProperty
 
getBoolean() - Method in class io.higson.runtime.rhino.domain.RhinoDomainAttribute
 
getBoolean() - Method in class io.higson.runtime.rhino.domain.RhinoDomainNullAttribute
 
getBoolean() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getBoolean() - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getBoolean(int) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column at given position as Boolean.
getBoolean(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getBoolean(int) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getBoolean(HigsonContext) - Method in class io.higson.runtime.model.DomainAttribute
 
getBoolean(HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainAttribute
 
getBoolean(HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainNullAttribute
 
getBoolean(Object) - Method in class io.higson.runtime.helper.TypeConverter
Converts the provided Object argument to its boolean representation.
getBoolean(Object) - Method in class io.higson.runtime.rhino.RhinoType
 
getBoolean(String) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getBoolean(String) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getBoolean(String) - Method in class io.higson.runtime.core.HigsonContext
Tries to resolve path the same way as method HigsonContext.get(String) and then return value as boolean.
getBoolean(String) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column with given name as Boolean.
getBoolean(String) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Get Boolean from first row and column with given name.
getBoolean(String) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getBoolean(String) - Method in interface io.higson.runtime.model.value.Handle
Gets value as Boolean from given path.
getBoolean(String) - Method in class io.higson.runtime.model.value.Property
Gets value as Boolean from given path.
getBoolean(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getBoolean(String) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getBoolean(String, ParamContext) - Method in class io.higson.runtime.rhino.RhinoHigson
Return raw value as boolean from first cell of first row based on given parameter within given context as first token value.
getBoolean(String, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Return raw value as boolean from first cell of first row based on given parameter within given context as first token value.
getBoolean(ResultSet, String) - Method in class io.higson.runtime.sql.DialectTemplate
 
getBoolean(ResultSet, String) - Method in class io.higson.runtime.sql.SqlProcessor
 
getBooleanHolder(String) - Method in class io.higson.runtime.core.HigsonContext
Tries to resolve path the same way as method HigsonContext.get(String) and then return value wrapped into BooleanHolder with some boolean support.
getBooleanType() - Static method in class io.higson.runtime.core.HigsonContext
Get Boolean type instance used by Higson.
getBooleanType() - Method in class io.higson.runtime.helper.TypeConverter
Returns an object of class BooleanType, provided that HigsonContext is initialized.
getBooleanType() - Method in class io.higson.runtime.rhino.RhinoHigson
Get Boolean type instance used by higson.
getBoundVariable(String) - Method in class io.higson.runtime.invoker.GroovyFunctionInvoker
 
getBundle() - Method in class io.higson.runtime.model.value.Property
Gets bundle root.
getBundle() - Method in class io.higson.runtime.proxy.HigsonEntity
 
getBundleDef() - Static method in class io.higson.runtime.proxy.HigsonPersistence
 
getByPath(String, String) - Method in class io.higson.runtime.core.domain.AbstractDomainCacheManager
 
getByPath(String, String) - Method in interface io.higson.runtime.core.domain.DomainCacheManager
Returns domain object from given domain's path in head state.
getByPath(String, String, EffectiveVersionConfiguration) - Method in class io.higson.runtime.core.domain.AbstractDomainCacheManager
 
getByPath(String, String, EffectiveVersionConfiguration) - Method in interface io.higson.runtime.core.domain.DomainCacheManager
Returns domain object from given domain's path.
getByPath(String, String, EffectiveVersionConfiguration) - Method in class io.higson.runtime.core.domain.MpDomainCacheManager
 
getCallPath() - Method in interface io.higson.runtime.model.DomainObject
path to this object in the form in which it was used (the object can be reached using different paths).
getCallPath() - Method in class io.higson.runtime.model.DomainObjectImpl
 
getCallPath() - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getCallPath() - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
getCanonicalPath() - Method in class io.higson.runtime.model.value.Property
Returns canonical path for this element.
getCapacity() - Method in class io.higson.runtime.diagnostic.queue.DiagnosticQueueConfig
 
getChild(String, String) - Method in interface io.higson.runtime.model.DomainObject
 
getChild(String, String) - Method in class io.higson.runtime.model.DomainObjectImpl
 
getChild(String, String) - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getChildren() - Method in class io.higson.runtime.rhino.domain.RhinoDomainType
 
getChildren(String) - Method in interface io.higson.runtime.model.DomainObject
 
getChildren(String) - Method in class io.higson.runtime.model.DomainObjectImpl
 
getChildren(String) - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getChildrenIds(String) - Method in class io.higson.runtime.model.TreeDomain
 
getChildrenTypes() - Method in interface io.higson.runtime.model.DomainObjectType
 
getChildrenTypes() - Method in class io.higson.runtime.model.DomainObjectTypeImpl
 
getClazz(String) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
getCode() - Method in interface io.higson.runtime.model.AttributeDefinition
 
getCode() - Method in class io.higson.runtime.model.def.TypeDef
 
getCode() - Method in class io.higson.runtime.model.DomainAttribute
 
getCode() - Method in interface io.higson.runtime.model.DomainObject
 
getCode() - Method in interface io.higson.runtime.model.DomainObjectType
 
getCode() - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getCode() - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
getCode() - Method in class io.higson.runtime.rhino.domain.RhinoDomainType
 
getCode() - Method in class io.higson.runtime.sync.event.WatcherEvent
 
getCode() - Method in class io.higson.runtime.sync.Trackable
 
getCollection() - Method in class io.higson.runtime.model.DomainObjectImpl
 
getCollection(String) - Method in class io.higson.runtime.context.AppCtx
 
getCollection(String) - Method in interface io.higson.runtime.model.value.Handle
Find collection property based on given path within this property subtree.
getCollection(String) - Method in class io.higson.runtime.model.value.Property
Find collection property based on given path within this property subtree.
getCollectionCodeOrNull() - Method in class io.higson.runtime.model.DomainObjectImpl
 
getCollectionElements(String) - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotDomainDirReader
 
getCollectionId(int) - Method in interface io.higson.runtime.core.datasource.DomainCacheDao
 
getCollectionId(int) - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotDomainCacheDao
 
getCollectionId(int) - Method in class io.higson.runtime.dao.DomainCacheJdbcDao
 
getCollectionType() - Method in class io.higson.runtime.model.DomainObjectImpl
 
getCollectionType() - Method in interface io.higson.runtime.model.DomainObjectType
 
getColumnAliases() - Method in class io.higson.runtime.sql.dialect.DefaultDialect
 
getColumns() - Method in class io.higson.runtime.sorter.SortConfig
 
getCommonStart(String, String) - Static method in class io.higson.runtime.rhino.RhinoStr
Returns the longest common prefix of two Strings
getComparator() - Method in class io.higson.runtime.profiler.AbstractProfiler
 
getComparator() - Method in class io.higson.runtime.profiler.attribute.AttributeProfiler
 
getComparator() - Method in class io.higson.runtime.profiler.CommonProfiler
 
getCompileCacheSnapshot() - Method in class io.higson.runtime.invoker.GroovyFunctionInvoker
 
getCompileCacheSnapshot() - Method in class io.higson.runtime.invoker.RhinoFunctionInvoker
 
getCompletedTaskCount() - Method in class io.higson.runtime.reload.AsyncReloader
 
getComponentDef() - Method in class io.higson.runtime.model.def.PropertyDef
 
getComponentInitializers() - Method in class io.higson.runtime.engine.config.ParamEngineConfig
 
getComponents() - Method in class io.higson.runtime.engine.config.pico.ComponentConfig
 
getCompoundType() - Method in class io.higson.runtime.model.def.TypeDef
 
getConfig() - Method in class io.higson.runtime.diagnostic.queue.DiagnosticQueue
 
getConfig() - Method in class io.higson.runtime.sync.BaseWatcher
 
getConnection() - Method in class io.higson.runtime.profiler.jdbc.proxy.DataSourceProxy
 
getConnection(DataSource) - Method in interface io.higson.runtime.dao.util.ConnectionInterceptor
Attempts to establish a connection with the given dataSource.
getConnection(String, String) - Method in class io.higson.runtime.profiler.jdbc.proxy.DataSourceProxy
 
getConnection(DataSource) - Method in class io.higson.runtime.dao.util.StdConnectionInterceptor
 
getContainer() - Method in class io.higson.runtime.engine.config.pico.PicoParamEngineRuntimeConfigBuilder
 
getContainer() - Method in class io.higson.runtime.model.value.Property
 
getContext(String) - Method in class io.higson.runtime.context.AppCtx
 
getContextPath(TypeConverter, Object[]) - Method in interface io.higson.runtime.builtin.implementation.ContextualUtilFunction
 
getCount(InternalEvent) - Method in class io.higson.runtime.diagnostic.HigsonFlightRecorder
 
getCount(InternalEvent, Object) - Method in class io.higson.runtime.diagnostic.HigsonFlightRecorder
 
getCountByPrefix(InternalEvent) - Method in class io.higson.runtime.diagnostic.HigsonFlightRecorder
 
getCreated() - Method in class io.higson.runtime.model.value.Bundle
Get bundle's creation time.
getCreated() - Method in class io.higson.runtime.sync.SyncResult
 
getCsvParser(Processor<T>) - Static method in class io.higson.runtime.helper.snapshot.CsvUtils
 
getCsvWriter(Writer, Class<?>) - Static method in class io.higson.runtime.helper.snapshot.CsvUtils
 
getCurrentStats() - Method in class io.higson.runtime.profiler.jdbc.JdbcProfiler
 
getDatabaseDialect(String) - Static method in class io.higson.runtime.sql.dialect.DialectParser
 
getDatabaseDialect(String, String) - Static method in class io.higson.runtime.sql.dialect.DialectParser
 
getDatabaseDialect(List<Object>) - Static method in class io.higson.runtime.sql.dialect.DialectParser
 
getDataSource(String) - Method in class io.higson.runtime.core.extdatasource.ExternalDataSourceProvider
 
getDate() - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getDate() - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getDate() - Method in class io.higson.runtime.core.versioninterceptor.EffectiveVersionConfiguration
 
getDate() - Method in interface io.higson.runtime.engine.core.output.ParamValue
Return value from first column of first row as Date.
getDate() - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getDate() - Method in class io.higson.runtime.engine.core.type.AbstractValueHolder
Returns Date value if holder is capable of doing it, otherwise UnsupportedOperationException is thrown.
getDate() - Method in interface io.higson.runtime.engine.core.type.ValueHolder
Get value as Date.
getDate() - Method in class io.higson.runtime.engine.types.date.DateHolder
 
getDate() - Method in class io.higson.runtime.engine.types.date.LocalDateHolder
 
getDate() - Method in class io.higson.runtime.engine.types.datetime.DatetimeHolder
 
getDate() - Method in class io.higson.runtime.engine.types.datetime.LocalDateTimeHolder
 
getDate() - Method in class io.higson.runtime.model.ObjectValueHolder
 
getDate() - Method in interface io.higson.runtime.model.value.Handle
 
getDate() - Method in class io.higson.runtime.model.value.Property
getDate() - Method in class io.higson.runtime.model.value.ValueProperty
 
getDate() - Method in class io.higson.runtime.rhino.domain.RhinoDomainAttribute
 
getDate() - Method in class io.higson.runtime.rhino.domain.RhinoDomainNullAttribute
 
getDate() - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
getDate() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getDate() - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getDate(int) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column at given position as Date.
getDate(int) - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
getDate(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getDate(int) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getDate(int, int, int) - Static method in class io.higson.runtime.rhino.RhinoDate
Creates new date from given parameters without time.
getDate(int, int, int, int, int) - Static method in class io.higson.runtime.rhino.RhinoDate
Creates new date from given parameters.
getDate(int, int, int, int, int, int) - Static method in class io.higson.runtime.rhino.RhinoDate
Creates new date from given parameters.
getDate(HigsonContext) - Method in class io.higson.runtime.model.DomainAttribute
 
getDate(HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainAttribute
 
getDate(HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainNullAttribute
 
getDate(Object) - Method in class io.higson.runtime.helper.TypeConverter
Converts the provided Object argument to its representation as Date.
getDate(Object) - Method in class io.higson.runtime.rhino.RhinoType
 
getDate(String) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getDate(String) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getDate(String) - Method in class io.higson.runtime.core.HigsonContext
Tries to resolve path the same way as method HigsonContext.get(String) and then return value as Date with date format.
getDate(String) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column with given name as Date.
getDate(String) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Get Date from first row and column with given name.
getDate(String) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getDate(String) - Method in interface io.higson.runtime.model.value.Handle
Gets value as Date from given path.
getDate(String) - Method in class io.higson.runtime.model.value.Property
Gets value as Date from given path.
getDate(String) - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
getDate(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getDate(String) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getDate(String, ParamContext) - Method in class io.higson.runtime.rhino.RhinoHigson
Return raw value as java.util.Date from first cell of first row based on given parameter within given context as first token value.
getDate(String, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Return raw value as java.util.Date from first cell of first row based on given parameter within given context as first token value.
getDate(ResultSet, String) - Method in class io.higson.runtime.sql.DialectTemplate
 
getDate(ResultSet, String) - Method in class io.higson.runtime.sql.SqlProcessor
 
getDateArray() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getDateArray(int) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column at given position as Date array.
getDateArray(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getDateArray(String) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column under given name as array of dates.
getDateArray(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getDateHolder(String) - Method in class io.higson.runtime.core.HigsonContext
Tries to resolve path the same way as method HigsonContext.get(String) and then return value wrapped into DateHolder with some Date support.
getDateList() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getDateList(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getDateList(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getDatetime() - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getDatetime() - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getDatetime() - Method in interface io.higson.runtime.engine.core.output.ParamValue
Return value from first column of first row as Datetime (java.util.Date)
getDatetime() - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getDatetime() - Method in class io.higson.runtime.engine.core.type.AbstractValueHolder
Returns Date value if holder is capable of doing it, otherwise UnsupportedOperationException is thrown.
getDatetime() - Method in interface io.higson.runtime.engine.core.type.ValueHolder
Get value as Date.
getDatetime() - Method in class io.higson.runtime.engine.types.date.DateHolder
 
getDatetime() - Method in class io.higson.runtime.engine.types.date.LocalDateHolder
 
getDatetime() - Method in class io.higson.runtime.engine.types.datetime.DatetimeHolder
 
getDatetime() - Method in class io.higson.runtime.engine.types.datetime.LocalDateTimeHolder
 
getDatetime() - Method in interface io.higson.runtime.model.value.Handle
 
getDatetime() - Method in class io.higson.runtime.model.value.Property
getDatetime() - Method in class io.higson.runtime.model.value.ValueProperty
 
getDatetime() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getDatetime(int) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column at given position as datetime.
getDatetime(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getDatetime(Object) - Method in class io.higson.runtime.helper.TypeConverter
Converts the provided Object argument to Date, containing the representation of the object as date-time.
getDatetime(Object) - Method in class io.higson.runtime.rhino.RhinoType
 
getDatetime(String) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getDatetime(String) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getDatetime(String) - Method in class io.higson.runtime.core.HigsonContext
Tries to resolve path the same way as method HigsonContext.get(String) and then return value as Date with date and time format.
getDatetime(String) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column with given name as datetime (java.util.Date).
getDatetime(String) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Get Datetime from first row and column with given name.
getDatetime(String) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getDatetime(String) - Method in interface io.higson.runtime.model.value.Handle
Gets value as Date with time from given path.
getDatetime(String) - Method in class io.higson.runtime.model.value.Property
Gets value as Date with time from given path.
getDatetime(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getDatetimeHolder(String) - Method in class io.higson.runtime.core.HigsonContext
Tries to resolve path the same way as method HigsonContext.get(String) and then return value wrapped into DatetimeHolder with some Date support.
getDatetimeType() - Static method in class io.higson.runtime.core.HigsonContext
Get Datetime type instance used by Higson.
getDatetimeType() - Method in class io.higson.runtime.helper.TypeConverter
Returns an object of class DatetimeType, provided that HigsonContext is initialized.
getDateType() - Static method in class io.higson.runtime.core.HigsonContext
Get Date type instance used by Higson.
getDateType() - Method in class io.higson.runtime.helper.TypeConverter
Returns an object of class DateType, provided that HigsonContext is initialized.
getDateType() - Method in class io.higson.runtime.rhino.RhinoHigson
Get Date type instance used by higson.
getDay(Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Get day from date, but date must be in yyyy-MM-dd HH:mm:ss or yyyy-MM-dd formats.
getDayDiff(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Returns difference of days between givens dates.
getDayDiff(Object, Object, String) - Static method in class io.higson.runtime.rhino.RhinoDate
Returns difference of days between givens dates.
getDayDiffDeprecated(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Deprecated.
getDaysBetween(Date, Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Calculates full days intervals between date1 and date2.
getDaysInYear(int) - Static method in class io.higson.runtime.rhino.RhinoDate
Number of days in a given year.
getDecimal() - Method in interface io.higson.runtime.model.value.Handle
 
getDecimal() - Method in class io.higson.runtime.model.value.Property
getDecimal() - Method in class io.higson.runtime.model.value.ValueProperty
 
getDecimal() - Method in class io.higson.runtime.rhino.domain.RhinoDomainAttribute
 
getDecimal() - Method in class io.higson.runtime.rhino.domain.RhinoDomainNullAttribute
 
getDecimal() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getDecimal() - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getDecimal(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getDecimal(int) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getDecimal(HigsonContext) - Method in class io.higson.runtime.model.DomainAttribute
 
getDecimal(HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainAttribute
 
getDecimal(HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainNullAttribute
 
getDecimal(Object) - Method in class io.higson.runtime.helper.TypeConverter
Converts the Object argument to BigDecimal rounded to 12 decimal places.
getDecimal(Object) - Method in class io.higson.runtime.rhino.RhinoType
 
getDecimal(Object, int) - Method in class io.higson.runtime.helper.TypeConverter
Converts the Object argument to BigDecimal rounded to specified number of decimal places, but no more than 12.
getDecimal(Object, int) - Method in class io.higson.runtime.rhino.RhinoType
 
getDecimal(String) - Method in class io.higson.runtime.core.HigsonContext
Tries to resolve path the same way as method HigsonContext.get(String) and then return value as BigDecimal.
getDecimal(String) - Method in interface io.higson.runtime.model.value.Handle
Gets value as BigDecimal from given path.
getDecimal(String) - Method in class io.higson.runtime.model.value.Property
Gets value as BigDecimal from given path.
getDecimal(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getDecimal(String) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getDecimal(String, ParamContext) - Method in class io.higson.runtime.rhino.RhinoHigson
Return raw value as BigDecimal from first cell of first row based on given parameter within given context as first token value.
getDecimal(String, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Return raw value as BigDecimal from first cell of first row based on given parameter within given context as first token value.
getDecimalArray() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getDecimalArray(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getDecimalArray(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getDecimalList() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getDecimalList(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getDecimalList(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getDef() - Method in class io.higson.runtime.model.value.Bundle
Get bundle's definition.
getDef() - Method in class io.higson.runtime.sync.diff.ValueDiff
 
getDefault() - Static method in enum class io.higson.runtime.function.log.FunctionLogLevel
 
getDefaultBundleDef() - Static method in class io.higson.runtime.proxy.HigsonPersistence
 
getDefaultOutputPattern() - Static method in class io.higson.runtime.engine.types.date.AbstractDateType
 
getDefaultOutputPattern() - Static method in class io.higson.runtime.engine.types.datetime.AbstractDateTimeType
 
getDefaultPackage() - Method in class io.higson.runtime.engine.annotated.initialization.MethodScannerInitializer
 
getDefaultPackage() - Method in class io.higson.runtime.engine.annotated.initialization.TypeScannerInitializer
 
getDefaultPackage() - Method in class io.higson.runtime.engine.annotated.PackageList
 
getDefaultType() - Method in interface io.higson.runtime.model.AttributeDefinition
 
getDefaultValue() - Method in interface io.higson.runtime.model.AttributeDefinition
 
getDefinition(String) - Method in interface io.higson.runtime.sandbox.BundleDefinitionSource
Returns Bundle definition for given profile.
getDefinition(String) - Method in class io.higson.runtime.sandbox.SnapshotBundleDefinitionSource
 
getDefinitionLastUpdateInProfile(String) - Method in interface io.higson.runtime.core.datasource.DomainCacheDao
 
getDefinitionLastUpdateInProfile(String) - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotDomainCacheDao
 
getDefinitionLastUpdateInProfile(String) - Method in class io.higson.runtime.dao.DomainCacheJdbcDao
 
getDeleted() - Method in class io.higson.runtime.sync.SyncResult
 
getDescription() - Method in enum class io.higson.runtime.engine.annotated.annotations.CtxPathParam.CtxAttrType
 
getDescription() - Method in interface io.higson.runtime.model.AttributeDefinition
 
getDescription() - Method in class io.higson.runtime.model.def.EntityType
 
getDescription() - Method in class io.higson.runtime.model.def.PropertyDef
 
getDescription() - Method in class io.higson.runtime.model.DomainAttribute
 
getDescription() - Method in interface io.higson.runtime.model.DomainObject
 
getDescription() - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getDescription() - Method in class io.higson.runtime.model.region.RegionIdentifier
 
getDescription() - Method in class io.higson.runtime.model.region.RegionVersionIdentifier
 
getDiagnosticCallStackReportDao() - Method in class io.higson.runtime.core.datasource.database.HigsonDbDataSource
 
getDiagnosticCallStackReportDao() - Method in interface io.higson.runtime.core.datasource.HigsonDataSource
 
getDiagnosticCallStackReportDao() - Method in class io.higson.runtime.core.datasource.snapshot.HigsonSnapshotDataSource
 
getDiagnosticRuntimeInfoDao() - Method in class io.higson.runtime.core.datasource.database.HigsonDbDataSource
 
getDiagnosticRuntimeInfoDao() - Method in interface io.higson.runtime.core.datasource.HigsonDataSource
 
getDiagnosticRuntimeInfoDao() - Method in class io.higson.runtime.core.datasource.snapshot.HigsonSnapshotDataSource
 
getDiagnosticRuntimeMetricDao() - Method in class io.higson.runtime.core.datasource.database.HigsonDbDataSource
 
getDiagnosticRuntimeMetricDao() - Method in interface io.higson.runtime.core.datasource.HigsonDataSource
 
getDiagnosticRuntimeMetricDao() - Method in class io.higson.runtime.core.datasource.snapshot.HigsonSnapshotDataSource
 
getDiagnosticThreadStateSnapshotDao() - Method in class io.higson.runtime.core.datasource.database.HigsonDbDataSource
 
getDiagnosticThreadStateSnapshotDao() - Method in interface io.higson.runtime.core.datasource.HigsonDataSource
 
getDiagnosticThreadStateSnapshotDao() - Method in class io.higson.runtime.core.datasource.snapshot.HigsonSnapshotDataSource
 
getDialect() - Static method in class io.higson.runtime.sql.DialectRegistry
 
getDialect() - Method in class io.higson.runtime.sql.DialectTemplate
 
getDialectFor(String) - Static method in class io.higson.runtime.sql.DialectRegistry
Allows to retrieve dialect directly from predefined dialects map.
getDialects() - Static method in enum class io.higson.runtime.sql.dialect.DatabaseDialect
 
getDialectTemplate() - Static method in class io.higson.runtime.sql.DialectRegistry
 
getDiff(String) - Method in class io.higson.runtime.sync.diff.EntityDiff
 
getDiff(Map<Integer, QueryStat>, Map<Integer, QueryStat>) - Method in class io.higson.runtime.profiler.jdbc.JdbcProfiler
 
getDiffCount() - Method in class io.higson.runtime.sync.diff.EntityDiff
 
getDiffs() - Method in class io.higson.runtime.sync.diff.EntityDiff
 
getDigest() - Method in class io.higson.runtime.engine.core.function.Function
to override in subclasses if needed
getDigest() - Method in interface io.higson.runtime.engine.core.parameter.Parameter
Returns parameter's digest which is a hashed info about given parameter
getDigest() - Method in class io.higson.runtime.model.DomainAttribute
 
getDigest() - Method in interface io.higson.runtime.model.DomainObject
calculates and returns element's digest.
getDigest() - Method in class io.higson.runtime.model.DomainObjectImpl
 
getDigest() - Method in class io.higson.runtime.model.FlowFunction
 
getDigest() - Method in class io.higson.runtime.model.GroovyFunction
 
getDigest() - Method in class io.higson.runtime.model.Parameter
 
getDigest() - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getDigest() - Method in class io.higson.runtime.model.PythonFunction
 
getDigest() - Method in class io.higson.runtime.model.RhinoFunction
 
getDigest() - Method in class io.higson.runtime.rhino.domain.RhinoDomainAttribute
 
getDigest() - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
getDigest(Type, String) - Method in class io.higson.runtime.core.domain.AttributeValueProvider
 
getDigest(Type, String) - Method in class io.higson.runtime.core.domain.AttributeValueResolver
 
getDigest(Type, String) - Method in interface io.higson.runtime.core.HigsonEngine
Return digest of one of given Parameter/Funcion/Literal value
getDigest(Type, String) - Method in class io.higson.runtime.core.HigsonEngineImpl
 
getDigest(Type, String) - Method in interface io.higson.runtime.engine.core.ParamEngine
Return digest of one of given Parameter/Funcion/Literal value
getDigest(Type, String) - Method in class io.higson.runtime.engine.core.SmartParamEngine
 
getDirectoryName(Path) - Method in class io.higson.runtime.helper.snapshot.FileSystemSnapshotHelper
 
getDirectoryName(Path) - Method in interface io.higson.runtime.helper.snapshot.SnapshotFileHelper
 
getDomain(InputStream) - Static method in class io.higson.runtime.helper.snapshot.DomainXMLUtils
 
getDomain(String) - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotDomainDirReader
 
getDomain(String) - Static method in class io.higson.runtime.helper.snapshot.DomainXMLUtils
 
getDomain(String) - Method in interface io.higson.runtime.model.DomainObject
 
getDomain(String) - Method in class io.higson.runtime.model.DomainObjectImpl
 
getDomain(String) - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getDomain(String, String) - Method in class io.higson.runtime.core.DiagnosticHigsonEngine
 
getDomain(String, String) - Method in interface io.higson.runtime.core.domain.DomainCache
returns domain object from given domain's path.
getDomain(String, String) - Method in class io.higson.runtime.core.domain.MpDomainCache
 
getDomain(String, String) - Method in interface io.higson.runtime.core.HigsonEngine
Get domain object based on given profile and objectPath.
getDomain(String, String) - Method in class io.higson.runtime.core.HigsonEngineImpl
 
getDomain(String, String, EffectiveVersionConfiguration) - Method in interface io.higson.runtime.core.domain.DomainCache
returns domain object from given domain's path.
getDomain(String, String, EffectiveVersionConfiguration) - Method in class io.higson.runtime.core.domain.MpDomainCache
 
getDomain(Path) - Static method in class io.higson.runtime.helper.snapshot.DomainXMLUtils
 
getDomainCache() - Method in class io.higson.runtime.core.HigsonEngineImpl
Deprecated.
Shouldn't expose cache. Will be removed in the future.
getDomainCacheJdbcDao() - Method in class io.higson.runtime.core.datasource.database.HigsonDbDataSource
 
getDomainCacheJdbcDao() - Method in interface io.higson.runtime.core.datasource.HigsonDataSource
 
getDomainCacheJdbcDao() - Method in class io.higson.runtime.core.datasource.snapshot.HigsonSnapshotDataSource
 
getDomainDefinitionLastUpdate() - Method in interface io.higson.runtime.core.datasource.DomainCacheDao
 
getDomainDefinitionLastUpdate() - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotDomainCacheDao
 
getDomainDefinitionLastUpdate() - Method in class io.higson.runtime.dao.DomainCacheJdbcDao
 
getDomainElementLastUpdate() - Method in interface io.higson.runtime.core.datasource.DomainCacheDao
 
getDomainElementLastUpdate() - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotDomainCacheDao
 
getDomainElementLastUpdate() - Method in class io.higson.runtime.dao.DomainCacheJdbcDao
 
getDomainElements() - Method in class io.higson.runtime.core.datasource.snapshot.domain.DomainReaderVisitor
Returns collection of DomainElements with its proper Tree structure.
getDomainElements() - Method in class io.higson.runtime.core.datasource.snapshot.domain.DomainReaderVisitorImpl
 
getDomainFromZip(Path) - Static method in class io.higson.runtime.helper.snapshot.DomainXMLUtils
 
getDomainObject() - Method in class io.higson.runtime.model.DomainAttribute
 
getDomainObjectId() - Method in class io.higson.runtime.model.DomainAttribute
 
getDomainType() - Method in class io.higson.runtime.model.DomainAttribute
 
getDomainType(String) - Method in class io.higson.runtime.core.datasource.snapshot.domain.DomainDefinitionXmlHelper
Looks for DomainType within whole configuration, based on code that matches given code
getDomainTypeBasedOnTypeCode(DomainTypeCollection) - Method in class io.higson.runtime.core.datasource.snapshot.domain.DomainDefinitionXmlHelper
Looks for DomainType within whole configuration, based on code that matches given domainTypeCollection.getCollectionTypeCode()
getDomainTypeCollection(DomainType, String) - Method in class io.higson.runtime.core.datasource.snapshot.domain.DomainDefinitionXmlHelper
Looks for DomainTypeCollection within domainType's typeCollections, based on given typeCollectionCode String
getDomainWithAllVersions(String, String) - Method in interface io.higson.runtime.core.domain.DomainCache
returns domain object from given domain's path.
getDomainWithAllVersions(String, String) - Method in class io.higson.runtime.core.domain.MpDomainCache
 
getDouble() - Method in class io.higson.runtime.engine.core.type.AbstractValueHolder
Returns Double value if holder is capable of doing it, otherwise UnsupportedOperationException is thrown.
getDouble() - Method in interface io.higson.runtime.engine.core.type.ValueHolder
Get value as nullable double.
getDouble() - Method in class io.higson.runtime.engine.types.number.NumberHolder
 
getDouble() - Method in class io.higson.runtime.model.ObjectValueHolder
 
getDynamicAttribute(String) - Method in interface io.higson.runtime.model.DomainObject
 
getDynamicAttribute(String) - Method in class io.higson.runtime.model.DomainObjectImpl
 
getDynamicAttribute(String) - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getDynamicAttributes() - Method in interface io.higson.runtime.model.DomainObject
 
getDynamicAttributes() - Method in class io.higson.runtime.model.DomainObjectImpl
 
getDynamicAttributes() - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getEffectiveDate() - Method in class io.higson.runtime.core.versioninterceptor.DeveloperModeInterceptor
 
getEffectiveDate() - Method in class io.higson.runtime.core.versioninterceptor.RuntimeVersionInterceptor
 
getEffectiveDate() - Method in interface io.higson.runtime.core.versioninterceptor.VersionInterceptor
returns effective date that was overwritten by VersionInterceptor.setEffectiveDate(Date)
getEffectiveVersion(String, String, String, ElementType) - Method in class io.higson.runtime.core.versioninterceptor.RuntimeVersionInterceptor
 
getEffectiveVersionIds(String, EffectiveVersionConfiguration) - Method in class io.higson.runtime.core.versioninterceptor.EffectiveVersionResolver
 
getEffectiveVersionIds(String, EffectiveVersionConfiguration, Collection<RegionVersion>) - Method in class io.higson.runtime.core.versioninterceptor.EffectiveVersionResolver
 
getEffectiveVersionIds(String, String, EffectiveVersionConfiguration) - Method in class io.higson.runtime.core.domain.MpDomainCacheProvider
 
getEffectiveVersionIds(String, String, EffectiveVersionConfiguration, Set<RegionVersion>) - Method in class io.higson.runtime.core.domain.MpDomainCacheProvider
 
getEffectiveVersions() - Method in class io.higson.runtime.core.versioninterceptor.RuntimeVersionInterceptor
 
getEffectiveVersions(String) - Method in class io.higson.runtime.core.versioninterceptor.DeveloperModeInterceptor
 
getEffectiveVersions(String) - Method in class io.higson.runtime.core.versioninterceptor.RuntimeVersionInterceptor
 
getEffectiveVersions(String) - Method in interface io.higson.runtime.core.versioninterceptor.VersionInterceptor
getElements() - Method in class io.higson.runtime.dev.perspective.RuntimeSession
session elements, never null
getElements(String) - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotDomainDirReader
 
getElementType() - Method in class io.higson.runtime.model.value.CollectionProperty
 
getElementType() - Method in class io.higson.runtime.model.value.EntityProperty
 
getElementType() - Method in interface io.higson.runtime.model.value.Handle
Gets associated element type, based on property implementation.
getElementType() - Method in class io.higson.runtime.model.value.RefProperty
 
getElementType() - Method in class io.higson.runtime.model.value.ValueProperty
 
getElementType() - Method in class io.higson.runtime.sync.event.WatcherEvent
 
getElementType() - Method in class io.higson.runtime.sync.FunctionRuntimeWatcher
 
getElementType() - Method in class io.higson.runtime.sync.ParamRuntimeWatcher
 
getElementType() - Method in class io.higson.runtime.sync.RuntimeWatcher
returns type that watcher is monitoring
getEntities() - Method in class io.higson.runtime.marshaller.LobData
 
getEntitiesToDelete() - Method in class io.higson.runtime.sync.diff.BundleDiff
 
getEntitiesToInsert() - Method in class io.higson.runtime.sync.diff.BundleDiff
 
getEntitiesToUpdate() - Method in class io.higson.runtime.sync.diff.BundleDiff
 
getEntity(long) - Method in class io.higson.runtime.sync.SyncData
 
getEntity(String) - Method in interface io.higson.runtime.model.value.Handle
Find entity property based on given path within this property subtree.
getEntity(String) - Method in class io.higson.runtime.model.value.Property
Find entity property based on given path within this property subtree.
getEntity(String) - Method in class io.higson.runtime.sandbox.GmoSandbox
 
getEntityName() - Method in class io.higson.runtime.model.def.TupleDef
 
getEntityType() - Method in class io.higson.runtime.model.def.PropertyDef
 
getEntries() - Method in interface io.higson.runtime.engine.core.parameter.Parameter
Returns collection of parameter entries representing (unordered) parameter matrix.
getEntries(int, LevelMapper, Map<String, ScheduleContainer>) - Method in class io.higson.runtime.core.datasource.snapshot.parameter.SnapshotParameterReader
 
getEntries(int, Map<String, ScheduleContainer>) - Method in class io.higson.runtime.core.datasource.snapshot.parameter.SnapshotParameterReader
 
getEntries(Parameter, Map<String, ScheduleContainer>) - Method in class io.higson.runtime.core.datasource.snapshot.parameter.SnapshotParameterReader
 
getEnum(int, Class<T>) - Method in class io.higson.runtime.engine.core.output.MultiValue
Parses string value as enum entry, using Enum.valueOf(Class, String) method.
getEnum(int, Class<T>) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getEnum(Class<T>) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getEnum(Class<T>) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getEnum(Class<T>) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Return value from first column of first row as enum.
getEnum(Class<T>) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getEnum(String, Class<T>) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getEnum(String, Class<T>) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getEnum(String, Class<T>) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column with given name as enum.
getEnum(String, Class<T>) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Get enum of given class from first row and column with given name.
getEnum(String, Class<T>) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getEnum(String, Class<T>) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getEnum(ResultSet, String, Class<T>) - Method in class io.higson.runtime.sql.DialectTemplate
 
getEnumSet(Class<T>) - Method in class io.higson.runtime.core.EmptyParamValue
 
getEnumSet(Class<T>) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getEnumSet(Class<T>) - Method in interface io.higson.runtime.engine.core.output.ParamValue
 
getEnumSet(Class<T>) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getEnumSet(String, Class<T>) - Method in class io.higson.runtime.core.EmptyParamValue
 
getEnumSet(String, Class<T>) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getEnumSet(String, Class<T>) - Method in interface io.higson.runtime.engine.core.output.ParamValue
 
getEnumSet(String, Class<T>) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getErrorcode() - Method in exception io.higson.runtime.sorter.exception.RuntimeSortConfigException
 
getErrorcode() - Method in class io.higson.runtime.sorter.SortConfigValidationResult
 
getErrorCode() - Method in exception io.higson.runtime.engine.core.exception.SmartParamException
 
getErrorPauseSeconds() - Method in class io.higson.runtime.sync.WatcherConfig
 
getEvents() - Method in class io.higson.runtime.profiler.callstack.DiagnosticCallStack
 
getEventsCount() - Method in class io.higson.runtime.profiler.jdbc.JdbcProfiler
 
getEventType() - Method in class io.higson.runtime.sync.event.WatcherEvent
 
getExistingProfiles() - Method in interface io.higson.runtime.core.HigsonEngine
Returns codes of profiles with at least one domain element.
getExistingProfiles() - Method in class io.higson.runtime.core.HigsonEngineImpl
 
getExtraFieldsCnt() - Method in class io.higson.runtime.model.def.BundleDef
method counts number of extra (simple) fields mapped to columns
getF() - Method in class io.higson.runtime.marshaller.ExpFragment
expose in json as propety 'f'
getFieldCount() - Method in class io.higson.runtime.model.def.TupleDef
 
getFields() - Method in class io.higson.runtime.model.value.EntityProperty
 
getFileName(Path, String) - Method in class io.higson.runtime.helper.snapshot.FileSystemSnapshotHelper
 
getFileName(Path, String) - Method in interface io.higson.runtime.helper.snapshot.SnapshotFileHelper
 
getFirst(String) - Method in class io.higson.runtime.core.HigsonContext
Tries to resolve path the same way as method HigsonContext.get(String), but object under this path must implement Iterable.
getFirstDayOfMonth(Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Create new date based on given date, but set to first day of a month.
getFirstDayOfYear(int) - Static method in class io.higson.runtime.rhino.RhinoDate
Create date with a beginning for a given year.
getFirstDayOfYear(Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Create new date based on given date, but set to first day of a year.
getFirstToken(String) - Static method in class io.higson.runtime.context.AppCtxHelper
 
getFirstWorkingDayOfYear(int) - Static method in class io.higson.runtime.rhino.RhinoDate
Create date, that is set to the first work day of beginning of given year.
getFlowName() - Method in class io.higson.runtime.flow.trace.Event
 
getForcePauseMillis() - Method in class io.higson.runtime.sync.WatcherConfig
 
getForcePauseSeconds() - Method in class io.higson.runtime.sync.WatcherConfig
 
getFromAllAttributes(String) - Method in interface io.higson.runtime.model.DomainObject
 
getFromAllAttributes(String) - Method in class io.higson.runtime.model.DomainObjectImpl
 
getFromAllAttributes(String) - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getFullCode() - Method in class io.higson.runtime.model.DomainObjectTypeImpl
 
getFullCode(Path, String[], String) - Static method in class io.higson.runtime.core.datasource.snapshot.helper.SnapshotDirHelper
 
getFullElementCode() - Method in class io.higson.runtime.model.DomainObjectImpl
 
getFullPath() - Method in class io.higson.runtime.model.DomainObjectImpl
 
getFullYearDiff(Date, Date) - Static method in class io.higson.runtime.rhino.RhinoDate
The same as RhinoDate.getAbsoluteYearDiff(Object, Object), but it is not null safe.
getFunction(String) - Method in class io.higson.runtime.engine.annotated.repository.ScanningFunctionProvider
 
getFunction(String) - Method in interface io.higson.runtime.engine.core.function.FunctionProvider
 
getFunction(String, String, int) - Method in interface io.higson.runtime.core.datasource.FunctionDao
 
getFunction(String, String, int) - Method in class io.higson.runtime.core.datasource.snapshot.function.SnapshotFunctionDao
 
getFunction(String, String, int) - Method in class io.higson.runtime.dao.FunctionJdbcDao
 
getFunction(String, String, Map<String, ScheduleContainer>) - Method in class io.higson.runtime.core.datasource.snapshot.function.SnapshotFunctionReader
 
getFunctionCache() - Method in class io.higson.runtime.engine.annotated.repository.ScanningFunctionProvider
 
getFunctionCache() - Method in interface io.higson.runtime.engine.core.function.FunctionProvider
 
getFunctionDao() - Method in class io.higson.runtime.core.datasource.database.HigsonDbDataSource
 
getFunctionDao() - Method in interface io.higson.runtime.core.datasource.HigsonDataSource
 
getFunctionDao() - Method in class io.higson.runtime.core.datasource.snapshot.HigsonSnapshotDataSource
 
getFunctionDefinition() - Method in class io.higson.runtime.invoker.python.PreparedPythonFunction
 
getFunctionFinalLogLevel(Function) - Method in class io.higson.runtime.function.log.FunctionLogLevelResolver
 
getFunctionInvocationInterceptors() - Method in class io.higson.runtime.engine.config.ParamEngineConfig
 
getFunctionInvokers() - Method in class io.higson.runtime.engine.config.ParamEngineConfig
 
getFunctionRepositories() - Method in class io.higson.runtime.engine.config.ParamEngineConfig
 
getFunctionSchedule(String) - Method in class io.higson.runtime.sync.ScheduleCache
 
getFunctionsMeta() - Method in class io.higson.runtime.core.datasource.snapshot.function.SnapshotFunctionReader
 
getFunctionsWithRegion(int) - Method in class io.higson.runtime.core.datasource.snapshot.version.SnapshotVersionDao
 
getFunctionsWithRegion(int) - Method in interface io.higson.runtime.core.datasource.VersionDao
 
getFunctionsWithRegion(int) - Method in class io.higson.runtime.dao.VersionJdbcDao
 
getFunctionSystemLogLevel(String) - Method in class io.higson.runtime.function.log.FunctionLogLevelResolver
 
getFunctionWatcherConfig() - Method in class io.higson.runtime.core.HigsonEngineFactory
Deprecated, for removal: This API element is subject to removal in a future version.

Use HigsonEngineFactory.watchersConfig and getFunctionWatcherConfig() instead

getGlobalObjects() - Method in class io.higson.runtime.invoker.python.PythonFunctionInvoker
 
getGlobalObjects() - Method in class io.higson.runtime.invoker.RhinoFunctionInvoker
 
getGroupName() - Method in interface io.higson.runtime.model.AttributeDefinition
 
getHash() - Method in class io.higson.runtime.provider.external.ExtMatrixFingerprint
 
getHash() - Method in class io.higson.runtime.sync.ScheduleCache
 
getHeader(int) - Method in class io.higson.runtime.core.datasource.snapshot.parameter.SnapshotParameterDao
 
getHeader(int) - Method in interface io.higson.runtime.dao.parameter.ParameterDao
 
getHeader(int) - Method in class io.higson.runtime.dao.parameter.ParameterJdbcDao
 
getHibernateDialect() - Method in class io.higson.runtime.sql.DialectTemplate
 
getHolder() - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getHolder() - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getHolder() - Method in interface io.higson.runtime.engine.core.output.ParamValue
Return first value from first row, useful if parameter returns only single value.
getHolder() - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getHolder() - Method in interface io.higson.runtime.model.value.Handle
 
getHolder() - Method in class io.higson.runtime.model.value.Property
getHolder() - Method in class io.higson.runtime.model.value.ValueProperty
 
getHolder() - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
getHolder() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getHolder() - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getHolder(int) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getHolder(int) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getHolder(int) - Method in class io.higson.runtime.engine.core.output.MultiValue
Raw holder of stored at given position.
getHolder(int) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Get value from first row and given column.
getHolder(int) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getHolder(int) - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
getHolder(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getHolder(int) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getHolder(int, int) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getHolder(int, int) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getHolder(int, int) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Get cell of matrix.
getHolder(int, int) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getHolder(int, int) - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
getHolder(int, int) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getHolder(int, String) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getHolder(int, String) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getHolder(int, String) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Get cell of matrix using level name as column indicator.
getHolder(int, String) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getHolder(int, String) - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
getHolder(int, String) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getHolder(HigsonContext) - Method in class io.higson.runtime.model.DomainAttribute
 
getHolder(String) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getHolder(String) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getHolder(String) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return raw value holder of column with given name.
getHolder(String) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Get value from first row using level name as column indicator.
getHolder(String) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getHolder(String) - Method in interface io.higson.runtime.model.value.Handle
Gets value of property wrapped into ValueHolder from given path.
getHolder(String) - Method in class io.higson.runtime.model.value.Property
Gets value of property wrapped into ValueHolder from given path.
getHolder(String) - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
getHolder(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getHolder(String) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getHour(Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Get hour from date, but date must be in yyyy-MM-dd HH:mm:ss format.
getHourDiff(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Deprecated.
Will be removed in the future
getId() - Method in interface io.higson.runtime.engine.core.parameter.Parameter
Returns unique parameter id.
getId() - Method in class io.higson.runtime.marshaller.ExpFragment
 
getId() - Method in class io.higson.runtime.marshaller.ExpRef
 
getId() - Method in class io.higson.runtime.model.DomainAttribute
 
getId() - Method in interface io.higson.runtime.model.DomainObject
 
getId() - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getId() - Method in class io.higson.runtime.model.value.CollectionProperty
 
getId() - Method in class io.higson.runtime.model.value.EntityProperty
getId() - Method in class io.higson.runtime.model.value.Property
 
getId() - Method in class io.higson.runtime.model.value.RefProperty
 
getId() - Method in class io.higson.runtime.model.value.ValueProperty
getId() - Method in interface io.higson.runtime.proxy.EntityPropertySource
 
getId() - Method in class io.higson.runtime.proxy.HigsonEntity
 
getId() - Method in class io.higson.runtime.sync.diff.EntityDiff
 
getId() - Method in class io.higson.runtime.sync.event.WatcherEvent
 
getId() - Method in class io.higson.runtime.sync.Trackable
 
getId(String, String) - Static method in class io.higson.runtime.core.domain.SessionIdBuilder
 
getIdleTimeout() - Method in class io.higson.runtime.evict.DefaultIdleChecker
 
getInputLevel(String) - Method in class io.higson.runtime.model.Parameter
 
getInputLevelIndex(String) - Method in class io.higson.runtime.model.Parameter
 
getInputLevels() - Method in interface io.higson.runtime.engine.core.parameter.Parameter
Returns number of input levels (criteria levels).
getInstance() - Static method in class io.higson.runtime.evict.NopIdleChecker
 
getInstance() - Static method in class io.higson.runtime.helper.TypeConverter
 
getInt(Object) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
getInt(ResultSet, String) - Method in class io.higson.runtime.sql.DialectTemplate
 
getInt(ResultSet, String) - Method in class io.higson.runtime.sql.SqlProcessor
 
getInteger() - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getInteger() - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getInteger() - Method in interface io.higson.runtime.engine.core.output.ParamValue
Return value from first column of first row as Integer.
getInteger() - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getInteger() - Method in class io.higson.runtime.engine.core.type.AbstractValueHolder
Returns Integer value if holder is capable of doing it, otherwise UnsupportedOperationException is thrown.
getInteger() - Method in interface io.higson.runtime.engine.core.type.ValueHolder
Get value as nullable integer.
getInteger() - Method in class io.higson.runtime.engine.types.integer.IntegerHolder
 
getInteger() - Method in class io.higson.runtime.engine.types.number.NumberHolder
 
getInteger() - Method in class io.higson.runtime.model.ObjectValueHolder
 
getInteger() - Method in interface io.higson.runtime.model.value.Handle
 
getInteger() - Method in class io.higson.runtime.model.value.Property
getInteger() - Method in class io.higson.runtime.model.value.ValueProperty
 
getInteger() - Method in class io.higson.runtime.rhino.domain.RhinoDomainAttribute
 
getInteger() - Method in class io.higson.runtime.rhino.domain.RhinoDomainNullAttribute
 
getInteger() - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
getInteger() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getInteger() - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getInteger(int) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column at given position as Integer.
getInteger(int) - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
getInteger(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getInteger(int) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getInteger(HigsonContext) - Method in class io.higson.runtime.model.DomainAttribute
 
getInteger(HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainAttribute
 
getInteger(HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainNullAttribute
 
getInteger(Object) - Method in class io.higson.runtime.helper.TypeConverter
Converts the provided Object argument to its representation as Integer.
getInteger(Object) - Method in class io.higson.runtime.rhino.RhinoType
 
getInteger(Object) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
getInteger(String) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getInteger(String) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getInteger(String) - Method in class io.higson.runtime.core.HigsonContext
Tries to resolve path the same way as method HigsonContext.get(String) and then return value as Integer.
getInteger(String) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column with given name as Integer.
getInteger(String) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Get Integer from first row and column with given name.
getInteger(String) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getInteger(String) - Method in interface io.higson.runtime.model.value.Handle
Gets value as Integer from given path.
getInteger(String) - Method in class io.higson.runtime.model.value.Property
Gets value as Integer from given path.
getInteger(String) - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
getInteger(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getInteger(String) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getInteger(String, ParamContext) - Method in class io.higson.runtime.rhino.RhinoHigson
Return raw value as Integer from first cell of first row based on given parameter within given context as first token value.
getInteger(String, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Return raw value as Integer from first cell of first row based on given parameter within given context as first token value.
getInteger(ResultSet, String) - Method in class io.higson.runtime.sql.DialectTemplate
 
getIntegerArray() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getIntegerArray(int) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column at given position as Integer array.
getIntegerArray(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getIntegerArray(String) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column under given name as array of integers.
getIntegerArray(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getIntegerHolder(String) - Method in class io.higson.runtime.core.HigsonContext
Tries to resolve path the same way as method HigsonContext.get(String) and then return value wrapped into IntegerHolder with some integer support.
getIntegerList() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getIntegerList(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getIntegerList(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getIntegerType() - Static method in class io.higson.runtime.core.HigsonContext
Get Integer type instance used by Higson.
getIntegerType() - Method in class io.higson.runtime.helper.TypeConverter
Returns an object of class IntegerType, provided that HigsonContext is initialized.
getIntegerType() - Method in class io.higson.runtime.rhino.RhinoHigson
Get Integer type instance used by higson.
getInterpreterType() - Method in class io.higson.runtime.invoker.python.PythonFunctionInvoker
 
getInvokeProfiler() - Method in enum class io.higson.runtime.profiler.engine.AttributeEngineProfiler
 
getInvokeProfiler() - Method in enum class io.higson.runtime.profiler.engine.EngineProfiler
 
getInvoker(Function) - Method in class io.higson.runtime.engine.annotated.repository.ScanningInvokerRepository
 
getInvoker(Function) - Method in interface io.higson.runtime.engine.core.function.InvokerRepository
 
getInvokeStat(AttributeKey) - Method in enum class io.higson.runtime.profiler.engine.AttributeEngineProfiler
 
getInvokeStat(String) - Method in enum class io.higson.runtime.profiler.engine.EngineProfiler
 
getInvokeStats() - Method in enum class io.higson.runtime.profiler.engine.AttributeEngineProfiler
Returns gross statistics
getInvokeStats() - Method in enum class io.higson.runtime.profiler.engine.EngineProfiler
Returns gross statistic
getItem(RepositoryObjectKey) - Method in class io.higson.runtime.engine.core.repository.MapRepository
 
getItem(String) - Method in class io.higson.runtime.engine.core.repository.MapRepository
 
getItems() - Method in class io.higson.runtime.engine.core.repository.ListRepository
 
getItemsOrdered() - Method in class io.higson.runtime.engine.core.repository.MapRepository
 
getItemsUnordered() - Method in class io.higson.runtime.engine.core.repository.MapRepository
 
getJdbcDriverClassName() - Method in class io.higson.runtime.sql.DialectTemplate
 
getKey() - Method in class io.higson.runtime.engine.annotated.RepositoryObjectKey
 
getKeys(MultiValue) - Static method in class io.higson.runtime.engine.util.MultiValueUtil
 
getKeyStatsSupplier() - Method in class io.higson.runtime.profiler.AbstractProfiler
 
getKeyStatsSupplier() - Method in class io.higson.runtime.profiler.attribute.AttributeProfiler
 
getKeyStatsSupplier() - Method in class io.higson.runtime.profiler.CommonProfiler
 
getLastDayOfMonth(Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Create new date based on given date, but set to last day of a month.
getLastDayOfYear(Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Create new date based on given date, but set to last day of a year.
getLastElement(Path) - Static method in class io.higson.runtime.core.datasource.snapshot.domain.PathUtils
 
getLastUpdate() - Method in class io.higson.runtime.provider.MpFunctionProvider
 
getLastUpdate() - Method in class io.higson.runtime.provider.MpParameterProvider
 
getLastUpdate() - Method in class io.higson.runtime.sync.FunctionRuntimeWatcher
 
getLastUpdate() - Method in class io.higson.runtime.sync.ParamRuntimeWatcher
 
getLastUpdate() - Method in class io.higson.runtime.sync.RuntimeWatcher
gets largest last update sync date
getLastUpdate() - Method in class io.higson.runtime.sync.Trackable
 
getLastUpdate(boolean) - Method in class io.higson.runtime.provider.MpParameterProvider
 
getLastUpdateForOpenSession(String, String) - Method in interface io.higson.runtime.core.datasource.DomainCacheDao
 
getLastUpdateForOpenSession(String, String) - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotDomainCacheDao
 
getLastUpdateForOpenSession(String, String) - Method in class io.higson.runtime.dao.DomainCacheJdbcDao
 
getLastUpdateForProfile(String) - Method in interface io.higson.runtime.core.datasource.DomainCacheDao
 
getLastUpdateForProfile(String) - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotDomainCacheDao
 
getLastUpdateForProfile(String) - Method in class io.higson.runtime.dao.DomainCacheJdbcDao
 
getLastUpdatesByProfile() - Method in class io.higson.runtime.core.domain.MpDomainCacheManager
 
getLastUpdatesByProfile() - Method in class io.higson.runtime.core.domain.MpDomainRefreshController
 
getLastUpdatesByProfile() - Method in interface io.higson.runtime.core.domain.WatcherDomainCacheManager
 
getLevel(int) - Method in class io.higson.runtime.engine.core.prepared.PreparedEntry
 
getLevel(int) - Method in class io.higson.runtime.engine.core.prepared.PreparedOutput
Gets level value by 0-based index [k] Returns null if [k] is greater or equal to array size (array does not contain trailing nulls)
getLevel(int) - Method in class io.higson.runtime.model.Parameter
 
getLevelCount() - Method in class io.higson.runtime.engine.core.prepared.PreparedParameter
 
getLevelCount() - Method in class io.higson.runtime.model.Parameter
Number of ALL levels
getLevelCreator() - Method in interface io.higson.runtime.engine.core.parameter.Level
Returns function for evaluating value of level using current context.
getLevels() - Method in interface io.higson.runtime.engine.core.parameter.Parameter
Returns ordered list of levels.
getLevels() - Method in interface io.higson.runtime.engine.core.parameter.ParameterEntry
Get all level patterns for this row.
getLevels() - Method in class io.higson.runtime.engine.core.prepared.PreparedEntry
 
getLevels() - Method in class io.higson.runtime.engine.core.prepared.PreparedOutput
Returns output cells without trailing null cells.
getLevels() - Method in enum class io.higson.runtime.function.log.FunctionLogLevel
 
getLevelValues() - Method in class io.higson.runtime.engine.core.context.DefaultContext
 
getLevelValues() - Method in interface io.higson.runtime.engine.core.context.ParamContext
 
getLinks() - Method in class io.higson.runtime.flow.dto.NodeDto
 
getLinks() - Method in class io.higson.runtime.flow.Node
 
getList() - Method in class io.higson.runtime.model.value.CollectionProperty
 
getListeners() - Method in class io.higson.runtime.function.log.ListenableLogger
 
getListeners() - Method in class io.higson.runtime.mp.simulation.event.ListenerSupport
 
getLoadedAt() - Method in class io.higson.runtime.provider.external.ExtMatrixFingerprint
 
getLoadedAtMillis() - Method in class io.higson.runtime.model.Parameter
 
getLoadProfiler() - Method in enum class io.higson.runtime.profiler.engine.AttributeEngineProfiler
 
getLoadProfiler() - Method in enum class io.higson.runtime.profiler.engine.EngineProfiler
 
getLoadStat(AttributeKey) - Method in enum class io.higson.runtime.profiler.engine.AttributeEngineProfiler
 
getLoadStat(String) - Method in enum class io.higson.runtime.profiler.engine.EngineProfiler
 
getLoadStats() - Method in enum class io.higson.runtime.profiler.engine.AttributeEngineProfiler
 
getLoadStats() - Method in enum class io.higson.runtime.profiler.engine.EngineProfiler
 
getLobData(Bundle) - Method in class io.higson.runtime.marshaller.BundleMarshaller
Extract minimum information from bundle [b] needed to reconstruct it when combined with database externalized columns.
getLobHash() - Method in class io.higson.runtime.model.value.Bundle
Get last lob hash.
getLocalDate() - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getLocalDate() - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getLocalDate() - Method in interface io.higson.runtime.engine.core.output.ParamValue
Return value from first column of first row as LocalDate.
getLocalDate() - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getLocalDate() - Method in class io.higson.runtime.engine.core.type.AbstractValueHolder
Returns LocalDate value if holder is capable of doing it, otherwise UnsupportedOperationException is thrown.
getLocalDate() - Method in interface io.higson.runtime.engine.core.type.ValueHolder
Get value as LocalDate.
getLocalDate() - Method in class io.higson.runtime.engine.types.date.DateHolder
 
getLocalDate() - Method in class io.higson.runtime.engine.types.date.LocalDateHolder
 
getLocalDate() - Method in class io.higson.runtime.engine.types.datetime.DatetimeHolder
 
getLocalDate() - Method in class io.higson.runtime.engine.types.datetime.LocalDateTimeHolder
 
getLocalDate(int) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column at given position as LocalDate.
getLocalDate(Object) - Method in class io.higson.runtime.helper.TypeConverter
Converts the provided Object argument to its representation as LocalDate.
getLocalDate(Object) - Method in class io.higson.runtime.rhino.RhinoType
 
getLocalDate(String) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getLocalDate(String) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getLocalDate(String) - Method in class io.higson.runtime.core.HigsonContext
Tries to resolve path the same way as method HigsonContext.get(String) and then return value as LocalDate with date format.
getLocalDate(String) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column with given name as LocalDate.
getLocalDate(String) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Get LocalDate from first row and column with given name.
getLocalDate(String) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getLocalDate(String, ParamContext) - Method in class io.higson.runtime.rhino.RhinoHigson
Return raw value as java.time.LocalDate from first cell of first row based on given parameter within given context as first token value.
getLocalDate(String, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Return raw value as java.time.LocalDate from first cell of first row based on given parameter within given context as first token value.
getLocalDateArray(int) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column at given position as LocalDate array.
getLocalDateHolder(String) - Method in class io.higson.runtime.core.HigsonContext
Tries to resolve path the same way as method HigsonContext.get(String) and then return value wrapped into LocalDateHolder with some LocalDate support.
getLocalDatetime() - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getLocalDatetime() - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getLocalDatetime() - Method in interface io.higson.runtime.engine.core.output.ParamValue
Return value from first column of first row as LocalDateTime.
getLocalDatetime() - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getLocalDatetime(int) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column at given position as LocalDateTime.
getLocalDatetime(String) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getLocalDatetime(String) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getLocalDatetime(String) - Method in class io.higson.runtime.core.HigsonContext
Tries to resolve path the same way as method HigsonContext.get(String) and then return value as LocalDateTime with date and time format.
getLocalDatetime(String) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column with given name as LocalDateTime.
getLocalDatetime(String) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Get LocalDateTime from first row and column with given name.
getLocalDatetime(String) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getLocalDateTime() - Method in class io.higson.runtime.engine.core.type.AbstractValueHolder
Returns LocalDateTime value if holder is capable of doing it, otherwise UnsupportedOperationException is thrown.
getLocalDateTime() - Method in interface io.higson.runtime.engine.core.type.ValueHolder
Get value as LocalDateTime.
getLocalDateTime() - Method in class io.higson.runtime.engine.types.date.DateHolder
 
getLocalDateTime() - Method in class io.higson.runtime.engine.types.date.LocalDateHolder
 
getLocalDateTime() - Method in class io.higson.runtime.engine.types.datetime.DatetimeHolder
 
getLocalDateTime() - Method in class io.higson.runtime.engine.types.datetime.LocalDateTimeHolder
 
getLocalDateTime(Object) - Method in class io.higson.runtime.helper.TypeConverter
Converts the provided Object argument to LocalDateTime, containing the representation of the object as date-time.
getLocalDateTime(Object) - Method in class io.higson.runtime.rhino.RhinoType
 
getLocalDateTime(String, ParamContext) - Method in class io.higson.runtime.rhino.RhinoHigson
Return raw value as java.time.LocalDateTime from first cell of first row based on given parameter within given context as first token value.
getLocalDateTime(String, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Return raw value as java.time.LocalDateTime from first cell of first row based on given parameter within given context as first token value.
getLocalDateTimeArray(int) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column at given position as LocalDate array.
getLocalDatetimeHolder(String) - Method in class io.higson.runtime.core.HigsonContext
Tries to resolve path the same way as method HigsonContext.get(String) and then return value wrapped into LocalDatetimeHolder with some LocalDateTime support.
getLocalDateTimeType() - Static method in class io.higson.runtime.core.HigsonContext
Get LocalDateTime type instance used by Higson.
getLocalDateTimeType() - Method in class io.higson.runtime.helper.TypeConverter
Returns an object of class LocalDateTimeType, provided that HigsonContext is initialized.
getLocalDateTimeType() - Method in class io.higson.runtime.rhino.RhinoHigson
Get LocalDateTime type instance used by higson.
getLocalDateType() - Static method in class io.higson.runtime.core.HigsonContext
Get LocalDate type instance used by Higson.
getLocalDateType() - Method in class io.higson.runtime.helper.TypeConverter
Returns an object of class LocalDateType, provided that HigsonContext is initialized.
getLocalDateType() - Method in class io.higson.runtime.rhino.RhinoHigson
Get LocalDate type instance used by higson.
getLocale() - Method in class io.higson.runtime.sorter.SortColumn
 
getLoginTimeout() - Method in class io.higson.runtime.profiler.jdbc.proxy.DataSourceProxy
 
getLogWriter() - Method in class io.higson.runtime.profiler.jdbc.proxy.DataSourceProxy
 
getLong() - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getLong() - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getLong() - Method in interface io.higson.runtime.engine.core.output.ParamValue
Return value from first column of first row as Long.
getLong() - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getLong() - Method in class io.higson.runtime.engine.core.type.AbstractValueHolder
Returns Long value if holder is capable of doing it, otherwise UnsupportedOperationException is thrown.
getLong() - Method in interface io.higson.runtime.engine.core.type.ValueHolder
Get value as nullable long.
getLong() - Method in class io.higson.runtime.engine.types.date.DateHolder
 
getLong() - Method in class io.higson.runtime.engine.types.date.LocalDateHolder
 
getLong() - Method in class io.higson.runtime.engine.types.datetime.DatetimeHolder
 
getLong() - Method in class io.higson.runtime.engine.types.datetime.LocalDateTimeHolder
 
getLong() - Method in class io.higson.runtime.engine.types.integer.IntegerHolder
 
getLong() - Method in class io.higson.runtime.engine.types.number.NumberHolder
 
getLong() - Method in class io.higson.runtime.model.ObjectValueHolder
 
getLong() - Method in interface io.higson.runtime.model.value.Handle
 
getLong() - Method in class io.higson.runtime.model.value.Property
getLong() - Method in class io.higson.runtime.model.value.ValueProperty
 
getLong() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getLong() - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getLong(int) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column at given position as Long.
getLong(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getLong(int) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getLong(HigsonContext) - Method in class io.higson.runtime.model.DomainAttribute
 
getLong(Object) - Method in class io.higson.runtime.helper.TypeConverter
Converts the provided Object argument to its representation as Long.
getLong(String) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getLong(String) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getLong(String) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column with given name as Long.
getLong(String) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Get Long from first row and column with given name.
getLong(String) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getLong(String) - Method in interface io.higson.runtime.model.value.Handle
Gets value as Long from given path.
getLong(String) - Method in class io.higson.runtime.model.value.Property
Gets value as Long from given path.
getLong(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getLong(String) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getLongArray(int) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column at given position as Long array.
getLongArray(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getLongArray(String) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column under given name as array of longs.
getLongArray(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getMatcher() - Method in interface io.higson.runtime.engine.core.parameter.Level
Get code of matcher, that is used to match level value against the pattern.
getMatcher(int) - Method in class io.higson.runtime.engine.core.index.LevelIndex
 
getMatcher(String) - Method in class io.higson.runtime.engine.annotated.repository.ScanningMatcherRepository
 
getMatcher(String) - Method in interface io.higson.runtime.engine.core.matcher.MatcherRepository
 
getMatchers() - Method in class io.higson.runtime.engine.config.ParamEngineConfig
 
getMatchers() - Static method in class io.higson.runtime.helper.ConstantsUtil
 
getMatchers(String) - Static method in class io.higson.runtime.helper.ConstantsUtil
 
getMatchMode() - Method in interface io.higson.runtime.engine.core.parameter.Level
Get matching mode: STDANDARD, UNION, UNION_SKIP_DEFAULT.
getMatchMode(int) - Method in class io.higson.runtime.engine.core.index.LevelIndex
 
getMatrixId() - Method in class io.higson.runtime.model.Parameter
Gets the matrix id (also known as a pid of the matrix owner).
getMaxAttempts() - Method in class io.higson.runtime.diagnostic.flush.DiagnosticFlushConfig
 
getMaxLastUpdate() - Method in interface io.higson.runtime.core.datasource.DomainCacheDao
 
getMaxLastUpdate() - Method in interface io.higson.runtime.core.datasource.FunctionDao
 
getMaxLastUpdate() - Method in interface io.higson.runtime.core.datasource.SessionDao
 
getMaxLastUpdate() - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotDomainCacheDao
 
getMaxLastUpdate() - Method in class io.higson.runtime.core.datasource.snapshot.function.SnapshotFunctionDao
 
getMaxLastUpdate() - Method in class io.higson.runtime.core.datasource.snapshot.parameter.SnapshotParameterDao
 
getMaxLastUpdate() - Method in class io.higson.runtime.core.datasource.snapshot.SnapshotSessionDao
 
getMaxLastUpdate() - Method in class io.higson.runtime.core.datasource.snapshot.version.SnapshotVersionDao
 
getMaxLastUpdate() - Method in interface io.higson.runtime.core.datasource.VersionDao
 
getMaxLastUpdate() - Method in class io.higson.runtime.dao.DomainCacheJdbcDao
max modification timestamp for all domain-related tables, returns new Date(0) if all domain tables are empty
getMaxLastUpdate() - Method in class io.higson.runtime.dao.FunctionJdbcDao
 
getMaxLastUpdate() - Method in interface io.higson.runtime.dao.parameter.ParameterDao
 
getMaxLastUpdate() - Method in class io.higson.runtime.dao.parameter.ParameterJdbcDao
 
getMaxLastUpdate() - Method in class io.higson.runtime.dao.SessionJdbcDao
 
getMaxLastUpdate() - Method in class io.higson.runtime.dao.VersionJdbcDao
 
getMaxLastUpdate(boolean) - Method in class io.higson.runtime.core.datasource.snapshot.parameter.SnapshotParameterDao
 
getMaxLastUpdate(boolean) - Method in interface io.higson.runtime.dao.parameter.ParameterDao
 
getMaxLastUpdate(boolean) - Method in class io.higson.runtime.dao.parameter.ParameterJdbcDao
 
getMaxSize() - Method in class io.higson.runtime.helper.parser.LimitCache
 
getMessage() - Method in exception io.higson.runtime.engine.core.exception.SmartParamException
 
getMessage() - Method in exception io.higson.runtime.exception.HigsonBundleUsageException
 
getMessage() - Method in exception io.higson.runtime.exception.HigsonMappingException
 
getMessage() - Method in exception io.higson.runtime.exception.HigsonRuntimeException
Special construction of a message, that combines super.getMessage() with defined this.getCause().
getMetadata() - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getMetadata() - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getMetadata() - Method in interface io.higson.runtime.engine.core.output.ParamValue
 
getMetadata() - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getMetadata() - Method in interface io.higson.runtime.engine.core.parameter.Parameter
Contains only parameter's definition, no matrix.
getMetrics() - Method in class io.higson.runtime.diagnostic.queue.DiagnosticQueue
 
getMinute(Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Get minutes from date, but date must be in yyyy-MM-dd HH:mm:ss format.
getMinuteDiff(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Deprecated.
Will be removed in the future
getMonth(Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Get month from date, but date must be in yyyy-MM-dd HH:mm:ss or yyyy-MM-dd formats.
getMonthDiff(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Returns difference of months between givens dates.
getMonthDiffDeprecated(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Deprecated.
getMonthsBetween(Date, Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Calculates full months intervals between date1 and date2.
getN() - Method in class io.higson.runtime.marshaller.ExpFragment
expose in json as propety 'n'
getName() - Method in interface io.higson.runtime.engine.core.parameter.Level
Returns name of level, internally used to load value by output parameter name.
getName() - Method in interface io.higson.runtime.engine.core.parameter.Parameter
Returns unique name of parameter.
getName() - Method in class io.higson.runtime.helper.parser.LimitCache
 
getName() - Method in class io.higson.runtime.marshaller.ExpFragment
 
getName() - Method in interface io.higson.runtime.model.AttributeDefinition
 
getName() - Method in class io.higson.runtime.model.def.EntityType
 
getName() - Method in class io.higson.runtime.model.DomainAttribute
 
getName() - Method in interface io.higson.runtime.model.DomainObject
 
getName() - Method in interface io.higson.runtime.model.DomainObjectType
 
getName() - Method in interface io.higson.runtime.model.Element
 
getName() - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getName() - Method in class io.higson.runtime.model.value.Property
Gets name or parent name, if name is not setup.
getName() - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
getName() - Method in class io.higson.runtime.rhino.domain.RhinoDomainType
 
getName() - Method in class io.higson.runtime.sorter.SortColumn
 
getName() - Method in class io.higson.runtime.sync.diff.ValueDiff
 
getNamesByRegionsInProfiles(Map<String, List<String>>) - Method in class io.higson.runtime.core.datasource.snapshot.parameter.SnapshotParameterDao
 
getNamesByRegionsInProfiles(Map<String, List<String>>) - Method in interface io.higson.runtime.dao.parameter.ParameterDao
 
getNamesByRegionsInProfiles(Map<String, List<String>>) - Method in class io.higson.runtime.dao.parameter.ParameterJdbcDao
 
getNamesFromRegionVersionDirectory(Path) - Method in class io.higson.runtime.core.datasource.snapshot.domain.DomainDirectoryAnalyzer
Analyze directory tree structure for special pattern. if given dir has @regions directory, then it will process it's children and build proper structure.
getNearestWorkDay(Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Get closets work day from given date, but if given date is work date, it will return same instance.
getNearestWorkDayExcludingPolishHolidays(Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Get next work day based on given date, but also verify polish holidays, and consider them during verification.
getNewParentId(Integer) - Method in class io.higson.runtime.model.TreeDomain
 
getNewParents(String, Set<Integer>) - Method in interface io.higson.runtime.core.datasource.DomainCacheDao
 
getNewParents(String, Set<Integer>) - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotDomainCacheDao
 
getNewParents(String, Set<Integer>) - Method in class io.higson.runtime.dao.DomainCacheJdbcDao
 
getNext() - Method in class io.higson.runtime.sync.diff.ValueDiff
 
getNextId() - Method in class io.higson.runtime.hilo.HiLoSequenceGenerator
 
getNextId() - Method in interface io.higson.runtime.hilo.IdentifierGenerator
 
getNextWorkDay(Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Get next working date from given date.
getNodes() - Method in class io.higson.runtime.flow.dto.FlowDto
 
getNodes() - Method in class io.higson.runtime.flow.Flow
 
getNotRefChildren() - Method in class io.higson.runtime.model.DomainObjectImpl
 
getNullKey() - Method in class io.higson.runtime.profiler.AbstractProfiler
 
getNullKey() - Method in class io.higson.runtime.profiler.attribute.AttributeProfiler
 
getNullKey() - Method in class io.higson.runtime.profiler.CommonProfiler
 
getNum(String, ParamContext) - Method in class io.higson.runtime.rhino.RhinoHigson
Deprecated.
use getNumber, getDecimal or getInteger
getNumber() - Method in interface io.higson.runtime.model.value.Handle
 
getNumber() - Method in class io.higson.runtime.model.value.Property
getNumber() - Method in class io.higson.runtime.model.value.ValueProperty
 
getNumber() - Method in class io.higson.runtime.rhino.domain.RhinoDomainAttribute
 
getNumber() - Method in class io.higson.runtime.rhino.domain.RhinoDomainNullAttribute
 
getNumber() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getNumber() - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getNumber(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getNumber(int) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getNumber(HigsonContext) - Method in class io.higson.runtime.model.DomainAttribute
 
getNumber(HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainAttribute
 
getNumber(HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainNullAttribute
 
getNumber(Object) - Method in class io.higson.runtime.helper.TypeConverter
Converts the Object argument to double, rounded to 12 decimal places.
getNumber(Object) - Method in class io.higson.runtime.rhino.RhinoType
 
getNumber(Object, int) - Method in class io.higson.runtime.helper.TypeConverter
Converts the Object argument to double, rounded to specified decimal places, but no more than 12.
getNumber(Object, int) - Method in class io.higson.runtime.rhino.RhinoType
 
getNumber(String) - Method in class io.higson.runtime.core.HigsonContext
Tries to resolve path the same way as method HigsonContext.get(String) and then return value as double.
getNumber(String) - Method in interface io.higson.runtime.model.value.Handle
Gets value as double from given path.
getNumber(String) - Method in class io.higson.runtime.model.value.Property
Gets value as double from given path.
getNumber(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getNumber(String) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getNumber(String, ParamContext) - Method in class io.higson.runtime.rhino.RhinoHigson
Return raw value as double from first cell of first row based on given parameter within given context as first token value.
getNumber(String, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Return raw value as double from first cell of first row based on given parameter within given context as first token value.
getNumberArray() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getNumberArray(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getNumberArray(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getNumberHolder(String) - Method in class io.higson.runtime.core.HigsonContext
Tries to resolve path the same way as method HigsonContext.get(String) and then return value wrapped into NumberHolder with some number support.
getNumberList() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getNumberList(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getNumberList(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getNumberOfLoadsInProgress() - Method in class io.higson.runtime.provider.MpParameterProvider
 
getNumberType() - Static method in class io.higson.runtime.core.HigsonContext
Get Number type instance used by Higson.
getNumberType() - Method in class io.higson.runtime.helper.TypeConverter
Returns an object of class NumberType, provided that HigsonContext is initialized.
getNumberType() - Method in class io.higson.runtime.rhino.RhinoHigson
Get Number type instance used by higson.
getObject() - Method in class io.higson.runtime.model.value.ValueProperty
 
getObjectsAttributesByObjectId(String, int, Set<Integer>) - Method in interface io.higson.runtime.core.datasource.DomainCacheDao
 
getObjectsAttributesByObjectId(String, int, Set<Integer>) - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotDomainCacheDao
 
getObjectsAttributesByObjectId(String, int, Set<Integer>) - Method in class io.higson.runtime.dao.DomainCacheJdbcDao
 
getObjectsById(String, int, Map<String, DomainObjectTypeImpl>, Set<Integer>) - Method in interface io.higson.runtime.core.datasource.DomainCacheDao
 
getObjectsById(String, int, Map<String, DomainObjectTypeImpl>, Set<Integer>) - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotDomainCacheDao
 
getObjectsById(String, int, Map<String, DomainObjectTypeImpl>, Set<Integer>) - Method in class io.higson.runtime.dao.DomainCacheJdbcDao
 
getObjectsByPath(String) - Method in class io.higson.runtime.model.TreeDomain
 
getObjectsDynamicAttributesByObjectId(String, int, Set<Integer>) - Method in interface io.higson.runtime.core.datasource.DomainCacheDao
 
getObjectsDynamicAttributesByObjectId(String, int, Set<Integer>) - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotDomainCacheDao
 
getObjectsDynamicAttributesByObjectId(String, int, Set<Integer>) - Method in class io.higson.runtime.dao.DomainCacheJdbcDao
 
getOpenSession(String) - Method in class io.higson.runtime.dao.DevModeJdbcDao
 
getOpenSession(String, String) - Method in interface io.higson.runtime.core.datasource.DomainCacheDao
 
getOpenSession(String, String) - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotDomainCacheDao
 
getOpenSession(String, String) - Method in class io.higson.runtime.dao.DomainCacheJdbcDao
 
getOpenSessionForUser(String, String) - Method in class io.higson.runtime.core.domain.MpDomainCacheProvider
 
getOracleHint(String) - Method in class io.higson.runtime.sql.DialectTemplate
 
getOrder() - Method in class io.higson.runtime.engine.annotated.RepositoryObjectKey
 
getOrder() - Method in class io.higson.runtime.sorter.SortColumn
 
getOutNo() - Method in class io.higson.runtime.sorter.SortColumn
 
getOutputLevel(int) - Method in class io.higson.runtime.model.Parameter
 
getOutputLevels() - Method in class io.higson.runtime.model.Parameter
Number of OUT levels
getOverflowStrategy() - Method in class io.higson.runtime.diagnostic.queue.DiagnosticQueueConfig
 
getOwnerId() - Method in class io.higson.runtime.marshaller.ExpRef
 
getOwnerId() - Method in class io.higson.runtime.model.value.Property
Gets owner (parent) id.
getOwnerProperty() - Method in class io.higson.runtime.marshaller.ExpRef
 
getOwnerPropertyName() - Method in class io.higson.runtime.model.value.Property
Gets name or parent name, if name is not setup.
getP() - Method in class io.higson.runtime.marshaller.ExpFragment
expose in json as property 'p'
getPackageList() - Method in class io.higson.runtime.engine.annotated.initialization.MethodScannerInitializer
 
getPackageList() - Method in class io.higson.runtime.engine.annotated.initialization.TypeScannerInitializer
 
getPackages() - Method in class io.higson.runtime.engine.annotated.PackageList
Return ordered list of all packages.
getParamDao() - Method in class io.higson.runtime.core.datasource.database.HigsonDbDataSource
 
getParamDao() - Method in interface io.higson.runtime.core.datasource.HigsonDataSource
 
getParamDao() - Method in class io.higson.runtime.core.datasource.snapshot.HigsonSnapshotDataSource
 
getParameter(String, String, int) - Method in class io.higson.runtime.core.datasource.snapshot.parameter.SnapshotParameterDao
 
getParameter(String, String, int) - Method in interface io.higson.runtime.dao.parameter.ParameterDao
 
getParameter(String, String, int) - Method in class io.higson.runtime.dao.parameter.ParameterJdbcDao
 
getParameter(String, String, int, int) - Method in class io.higson.runtime.core.datasource.snapshot.parameter.SnapshotParameterDao
 
getParameter(String, String, int, int) - Method in interface io.higson.runtime.dao.parameter.ParameterDao
 
getParameter(String, String, int, int) - Method in class io.higson.runtime.dao.parameter.ParameterJdbcDao
Fetches parameter with: - metadata (parameter head, in levels, out levels) - matrix (cacheable parameters) where parameter is described by uid = code[@ver][:sid][%mid]
getParameterDetails(String, String, Map<String, ScheduleContainer>) - Method in class io.higson.runtime.core.datasource.snapshot.parameter.SnapshotParameterReader
 
getParameterFromFile(Path) - Static method in class io.higson.runtime.core.datasource.snapshot.parameter.ParameterFileExtractor
 
getParameterRepositories() - Method in class io.higson.runtime.engine.config.ParamEngineConfig
 
getParameterSchedule(String) - Method in class io.higson.runtime.sync.ScheduleCache
 
getParametersMeta() - Method in class io.higson.runtime.core.datasource.snapshot.parameter.SnapshotParameterReader
 
getParametersWithRegion(int) - Method in class io.higson.runtime.core.datasource.snapshot.version.SnapshotVersionDao
 
getParametersWithRegion(int) - Method in interface io.higson.runtime.core.datasource.VersionDao
 
getParametersWithRegion(int) - Method in class io.higson.runtime.dao.VersionJdbcDao
 
getParamValue() - Method in class io.higson.runtime.rhino.domain.RhinoDomainAttribute
 
getParamValue() - Method in class io.higson.runtime.rhino.domain.RhinoDomainNullAttribute
 
getParamValue(HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainAttribute
 
getParamValue(HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainNullAttribute
 
getParamValue(String, ParamContext) - Method in class io.higson.runtime.rhino.RhinoHigson
Return container of parameter's sub-matrix from matrix based on given parameter within given context as first token value.
getParamValue(String, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Return container of parameter's sub-matrix from matrix based on given parameter within given context as first token value.
getParamWatcherConfig() - Method in class io.higson.runtime.core.HigsonEngineFactory
Deprecated, for removal: This API element is subject to removal in a future version.

Use HigsonEngineFactory.watchersConfig and getParamWatcherConfig() instead

getParent() - Method in interface io.higson.runtime.model.DomainObject
 
getParent() - Method in class io.higson.runtime.model.DomainObjectImpl
 
getParent() - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getParent() - Method in class io.higson.runtime.model.value.Property
Gets owning(parent) entity.
getParent(Path) - Method in class io.higson.runtime.helper.snapshot.FileSystemSnapshotHelper
 
getParent(Path) - Method in interface io.higson.runtime.helper.snapshot.SnapshotFileHelper
 
getParentId() - Method in interface io.higson.runtime.model.DomainObject
 
getParentId() - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getParentLogger() - Method in class io.higson.runtime.profiler.jdbc.proxy.DataSourceProxy
 
getParentName() - Method in class io.higson.runtime.model.value.Property
Gets parent name or null if not setup.
getParentPath() - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getParents() - Method in class io.higson.runtime.rhino.domain.RhinoDomainType
 
getParentTypes() - Method in interface io.higson.runtime.model.DomainObjectType
 
getParentTypes() - Method in class io.higson.runtime.model.DomainObjectTypeImpl
 
getPart(String, int) - Static method in class io.higson.runtime.helper.SqlUtil
 
getPath() - Method in enum class io.higson.runtime.core.datasource.snapshot.SnapshotPath
 
getPath() - Method in interface io.higson.runtime.model.DomainObject
 
getPath() - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getPath() - Method in class io.higson.runtime.model.value.Property
Returns full path to this property with . separator between elements names.
Example:
getPath() - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
getPath(Path, String) - Method in class io.higson.runtime.core.datasource.snapshot.reader.SnapshotDirReader
 
getPath(Path, String) - Method in interface io.higson.runtime.core.datasource.snapshot.reader.SnapshotReader
 
getPath(Path, String) - Method in class io.higson.runtime.core.datasource.snapshot.reader.SnapshotZipReader
 
getPersistentState() - Method in class io.higson.runtime.sandbox.GmoSandboxAttribute
 
getPid() - Method in class io.higson.runtime.marshaller.ExpFragment
 
getPolishHolidays(int) - Static method in class io.higson.runtime.rhino.RhinoDate
Returns set of polish holidays for given year, except these years that happen to occur during weekend.
getPossibleModification(Map<String, Date>) - Method in class io.higson.runtime.core.domain.MpDomainCacheManager
 
getPossibleModification(Map<String, Date>) - Method in interface io.higson.runtime.core.domain.WatcherDomainCacheManager
 
getPossibleModification(Map<String, Date>, Set<String>) - Method in class io.higson.runtime.core.domain.MpDomainRefreshController
 
getPreparedFunctionCache() - Method in class io.higson.runtime.invoker.python.PythonFunctionInvoker
 
getPreparedParameter(String) - Method in class io.higson.runtime.engine.core.prepared.BasicParamPreparer
modified in 1.0.3
getPreparedParameter(String) - Method in interface io.higson.runtime.engine.core.prepared.ParamPreparer
Returns prepared parameter for paramName parameter.
getPrev() - Method in class io.higson.runtime.sync.diff.ValueDiff
 
getProdSysType() - Method in interface io.higson.runtime.model.AttributeDefinition
 
getProdSysType() - Method in class io.higson.runtime.model.AttributeDefinitionImpl
 
getProfile(Path, String[]) - Static method in class io.higson.runtime.core.datasource.snapshot.helper.SnapshotDirHelper
 
getProfileCode() - Method in class io.higson.runtime.model.region.RegionVersionIdentifier
 
getProfileCode() - Method in class io.higson.runtime.model.UserRegionVersion
 
getProfileLastUpdates() - Method in interface io.higson.runtime.core.datasource.DomainCacheDao
 
getProfileLastUpdates() - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotDomainCacheDao
 
getProfileLastUpdates() - Method in class io.higson.runtime.dao.DomainCacheJdbcDao
 
getProfiles() - Method in class io.higson.runtime.core.domain.AbstractDomainCacheManager
Set of profiles (only HEAD), which have at least one domain element.
getProfiles() - Method in interface io.higson.runtime.core.domain.DomainCache
returns set of profiles, in which there is at least 1 domain object.
getProfiles() - Method in interface io.higson.runtime.core.domain.DomainCacheManager
Returns profile code, that contains at least 1 domain object in head state.
getProfiles() - Method in class io.higson.runtime.core.domain.MpDomainCache
List of profiles which contain domain objects (at least 1 object)
getProfiles() - Method in class io.higson.runtime.core.domain.MpDomainCacheManager
 
getProfiles() - Method in interface io.higson.runtime.core.HigsonEngine
Deprecated.
this method will be removed in future, please use HigsonEngine.getExistingProfiles()
getProfiles() - Method in class io.higson.runtime.core.HigsonEngineImpl
 
getProfiles() - Method in class io.higson.runtime.rhino.RhinoDomain
Returns codes of profiles with at least one domain element.
getProfiles(String) - Method in class io.higson.runtime.core.datasource.snapshot.version.SnapshotVersionDao
 
getProfiles(String) - Method in interface io.higson.runtime.core.datasource.VersionDao
 
getProfiles(String) - Method in class io.higson.runtime.dao.VersionJdbcDao
 
getProfiles(String, String) - Method in class io.higson.runtime.core.datasource.snapshot.version.SnapshotVersionDao
 
getProfiles(String, String) - Method in interface io.higson.runtime.core.datasource.VersionDao
 
getProfiles(String, String) - Method in class io.higson.runtime.dao.VersionJdbcDao
 
getProp(String) - Method in class io.higson.runtime.model.def.EntityType
 
getProp(String) - Method in class io.higson.runtime.model.value.EntityProperty
Gets property based on given name.
getPropCount() - Method in class io.higson.runtime.model.def.EntityType
 
getProperty(int) - Method in class io.higson.runtime.model.def.TupleDef
 
getProperty(String) - Method in class io.higson.runtime.model.def.TupleDef
 
getProps() - Method in class io.higson.runtime.model.def.EntityType
 
getPythonFunctionInvoker() - Method in class io.higson.runtime.core.HigsonEngineFactory
 
getPythonInterpreterType() - Method in class io.higson.runtime.invoker.python.JepPythonProvider
 
getPythonInterpreterType() - Method in interface io.higson.runtime.invoker.python.PythonProvider
 
getQueryStats() - Method in class io.higson.runtime.profiler.jdbc.JdbcProfiler
 
getRawType() - Method in class io.higson.runtime.model.DomainAttribute
 
getRawValue() - Method in class io.higson.runtime.model.DomainAttribute
 
getReader(File, Path) - Method in class io.higson.runtime.core.datasource.snapshot.reader.SnapshotDirReader
 
getReader(File, Path) - Method in interface io.higson.runtime.core.datasource.snapshot.reader.SnapshotReader
 
getReader(File, Path) - Method in class io.higson.runtime.core.datasource.snapshot.reader.SnapshotZipReader
 
getRefCanonicalPathWithoutIndex() - Method in class io.higson.runtime.helper.RefLink
 
getRefCount() - Method in interface io.higson.runtime.model.value.Handle
Number of nodes referencing target's property.
getRefCount() - Method in class io.higson.runtime.model.value.Property
Number of nodes referencing target's property.
getRefCount() - Method in class io.higson.runtime.model.value.RefProperty
Number of nodes referencing target's property.
getReferenceCollectionCode(Integer) - Method in class io.higson.runtime.model.DomainObjectImpl
 
getReferences(int) - Method in interface io.higson.runtime.core.datasource.DomainCacheDao
 
getReferences(int) - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotDomainCacheDao
 
getReferences(int) - Method in class io.higson.runtime.dao.DomainCacheJdbcDao
 
getReferences(String, int, Set<Integer>) - Method in interface io.higson.runtime.core.datasource.DomainCacheDao
 
getReferences(String, int, Set<Integer>) - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotDomainCacheDao
 
getReferences(String, int, Set<Integer>) - Method in class io.higson.runtime.dao.DomainCacheJdbcDao
 
getRefreshWatcherConfig() - Method in class io.higson.runtime.core.HigsonEngineFactory
Deprecated, for removal: This API element is subject to removal in a future version.

Use HigsonEngineFactory.watchersConfig and getRefreshWatcherConfig() instead

getRefs() - Method in class io.higson.runtime.marshaller.LobData
 
getRefs() - Method in class io.higson.runtime.sync.SyncData
 
getRefTarget() - Method in interface io.higson.runtime.model.value.Handle
Gets property of reference's target.
getRefTarget() - Method in class io.higson.runtime.model.value.Property
Gets property of reference's target.
getRefTarget() - Method in class io.higson.runtime.model.value.RefProperty
Gets property of reference's target.
getRegion() - Method in interface io.higson.runtime.model.DomainObject
 
getRegion() - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getRegion(Path, String[]) - Static method in class io.higson.runtime.core.datasource.snapshot.helper.SnapshotDirHelper
 
getRegionCode() - Method in class io.higson.runtime.model.region.RegionVersionIdentifier
 
getRegionVersion(int) - Method in class io.higson.runtime.core.datasource.snapshot.version.SnapshotVersionDao
 
getRegionVersion(int) - Method in interface io.higson.runtime.core.datasource.VersionDao
 
getRegionVersion(int) - Method in class io.higson.runtime.dao.VersionJdbcDao
 
getRegionVersionId() - Method in interface io.higson.runtime.model.Element
 
getRegionVersionLastUpdate() - Method in interface io.higson.runtime.core.datasource.DomainCacheDao
 
getRegionVersionLastUpdate() - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotDomainCacheDao
 
getRegionVersionLastUpdate() - Method in class io.higson.runtime.dao.DomainCacheJdbcDao
 
getRegionVersionsForUser(String, String, EffectiveVersionConfiguration) - Method in class io.higson.runtime.core.domain.MpDomainCacheProvider
 
getRetryBackoffSeconds() - Method in class io.higson.runtime.diagnostic.flush.DiagnosticFlushConfig
 
getRevision() - Method in class io.higson.runtime.model.value.Bundle
Get bundle's revision.
getRoot() - Method in class io.higson.runtime.marshaller.LobData
 
getRootTupleDef() - Method in class io.higson.runtime.model.def.BundleDef
 
getSafe(String) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
Get domain element from given path, if element not found null is returned
getSafe(String, String) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
getSchedule() - Method in class io.higson.runtime.core.datasource.snapshot.version.SnapshotVersionsReader
 
getSchedule(String) - Method in class io.higson.runtime.model.region.ScheduleContainer
 
getSchedule(String, ElementType) - Method in class io.higson.runtime.sync.ScheduleCache
 
getSchedules() - Method in class io.higson.runtime.model.region.ScheduleContainer
 
getSchedules(String) - Method in class io.higson.runtime.sync.ScheduleCache
 
getScheduleWatcherPauseSeconds() - Method in class io.higson.runtime.core.HigsonEngineFactory
Deprecated, for removal: This API element is subject to removal in a future version.

Use HigsonEngineFactory.watchersConfig and getWatcherPauseSeconds() from scheduleRuntimeWatcherConfig

getSchema() - Method in class io.higson.runtime.sql.DialectTemplate
 
getSecond(Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Get seconds from date, but date must be in yyyy-MM-dd HH:mm:ss format.
getSeparator() - Method in enum class io.higson.runtime.engine.core.parameter.ParameterArraySeparator
 
getSeparator() - Method in enum class io.higson.runtime.level.OutputLevelArraySeparator
 
getSession() - Method in interface io.higson.runtime.provider.ai.AiModelSession
 
getSession() - Method in class io.higson.runtime.provider.ai.OnnxModelSession
 
getSession(String) - Method in class io.higson.runtime.dev.DevModeProvider
 
getSessionDao() - Method in class io.higson.runtime.core.datasource.database.HigsonDbDataSource
 
getSessionDao() - Method in interface io.higson.runtime.core.datasource.HigsonDataSource
 
getSessionDao() - Method in class io.higson.runtime.core.datasource.snapshot.HigsonSnapshotDataSource
 
getSessionElementByPath(String, String, String) - Method in class io.higson.runtime.core.domain.AbstractDomainCacheManager
 
getSessionElementByPath(String, String, String) - Method in interface io.higson.runtime.core.domain.DomainCacheManager
Returns domain object from given domain's path.
getSessionElementByPath(String, String, String, EffectiveVersionConfiguration) - Method in interface io.higson.runtime.core.domain.DomainCacheManager
Returns domain object from given domain's path.
getSessionElementByPath(String, String, String, EffectiveVersionConfiguration) - Method in class io.higson.runtime.core.domain.MpDomainCacheManager
 
getSessionMaxLastUpdate() - Method in class io.higson.runtime.dao.DevModeJdbcDao
 
getSessionMaxLastUpdate() - Method in class io.higson.runtime.dev.DevModeProvider
 
getSimpleDateFormat(String) - Static method in class io.higson.runtime.rhino.RhinoDate
Returns instance of SimpleDateFormat that is currently used in active Thread.
getSimpleDateFormat(String) - Static method in class io.higson.runtime.utils.HprDate
zwraca obiekt SimpleDateFormat skojarzony z biezacym watkiem.
getSimpleType() - Method in class io.higson.runtime.model.def.PropertyDef
 
getSimpleType() - Method in class io.higson.runtime.model.def.TypeDef
 
getSimpleType() - Method in class io.higson.runtime.model.value.ValueProperty
 
getSkipQuoteCsvWriter(Writer) - Static method in class io.higson.runtime.helper.snapshot.CsvUtils
 
getSnapshot() - Method in class io.higson.runtime.matcher.RegexCache
 
getSql() - Method in class io.higson.runtime.provider.external.ExtMatrixFingerprint
 
getSqlTrim() - Method in class io.higson.runtime.profiler.jdbc.QueryStat
 
getStartDelaySeconds() - Method in class io.higson.runtime.sync.WatcherConfig
 
getStat(InternalEvent) - Method in class io.higson.runtime.diagnostic.HigsonFlightRecorder
 
getStat(InternalEvent, Object) - Method in class io.higson.runtime.diagnostic.HigsonFlightRecorder
 
getStat(String) - Method in class io.higson.runtime.profiler.jdbc.JdbcProfiler
 
getStat(T) - Method in class io.higson.runtime.profiler.AbstractProfiler
Returns complete statistics entry from given [key].
getStat(T, Function<S, S>) - Method in class io.higson.runtime.profiler.ProfilerBucket
Gets statistics copy for given [key], or null if there is no statistics
getState() - Method in class io.higson.runtime.model.value.EntityProperty
Gets state of property.
getState() - Method in interface io.higson.runtime.model.value.Handle
Gets state of property.
getState() - Method in class io.higson.runtime.model.value.Property
Gets state of property.
getStatistics() - Method in class io.higson.runtime.profiler.AbstractProfiler
Returns a snapshot of statistics
getStats(Function<S, S>) - Method in class io.higson.runtime.profiler.ProfilerBucket
Returns collection of all statistics held by this bucket.
getStatsSupplier() - Method in class io.higson.runtime.profiler.AbstractProfiler
 
getStatsSupplier() - Method in class io.higson.runtime.profiler.attribute.AttributeProfiler
 
getStatsSupplier() - Method in class io.higson.runtime.profiler.CommonProfiler
 
getString() - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getString() - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getString() - Method in interface io.higson.runtime.engine.core.output.ParamValue
Return value from first column of first row as string.
getString() - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getString() - Method in class io.higson.runtime.engine.core.type.AbstractValueHolder
Returns String representation of held object (by using toString).
getString() - Method in interface io.higson.runtime.engine.core.type.ValueHolder
Get value as string.
getString() - Method in class io.higson.runtime.engine.types.date.DateHolder
 
getString() - Method in class io.higson.runtime.engine.types.date.LocalDateHolder
 
getString() - Method in class io.higson.runtime.engine.types.datetime.DatetimeHolder
 
getString() - Method in class io.higson.runtime.engine.types.datetime.LocalDateTimeHolder
 
getString() - Method in class io.higson.runtime.engine.types.number.NumberHolder
Returns a string representation of this value without an exponent field.
getString() - Method in class io.higson.runtime.model.ObjectValueHolder
 
getString() - Method in interface io.higson.runtime.model.value.Handle
 
getString() - Method in class io.higson.runtime.model.value.Property
getString() - Method in class io.higson.runtime.model.value.ValueProperty
 
getString() - Method in class io.higson.runtime.rhino.domain.RhinoDomainAttribute
 
getString() - Method in class io.higson.runtime.rhino.domain.RhinoDomainNullAttribute
 
getString() - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
getString() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getString() - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getString(int) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column at given position as String.
getString(int) - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
getString(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getString(int) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getString(HigsonContext) - Method in class io.higson.runtime.model.DomainAttribute
 
getString(HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainAttribute
 
getString(HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainNullAttribute
 
getString(Object) - Method in class io.higson.runtime.helper.TypeConverter
Converts the provided Object argument to its String representation.
getString(Object) - Method in class io.higson.runtime.rhino.RhinoType
 
getString(Object) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
getString(String) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
getString(String) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
getString(String) - Method in class io.higson.runtime.core.HigsonContext
Tries to resolve path the same way as method HigsonContext.get(String) and then return value as String.
getString(String) - Method in class io.higson.runtime.engine.core.context.DefaultContext
Return object stored under key as String.
getString(String) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column with given name as String.
getString(String) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Get string from first row and column with given name.
getString(String) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
getString(String) - Method in class io.higson.runtime.engine.types.date.DateHolder
 
getString(String) - Method in class io.higson.runtime.engine.types.date.LocalDateHolder
 
getString(String) - Method in class io.higson.runtime.engine.types.datetime.DatetimeHolder
 
getString(String) - Method in class io.higson.runtime.engine.types.datetime.LocalDateTimeHolder
 
getString(String) - Method in interface io.higson.runtime.model.value.Handle
Gets value as String from given path.
getString(String) - Method in class io.higson.runtime.model.value.Property
Gets value as String from given path.
getString(String) - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
getString(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getString(String) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
getString(String, ParamContext) - Method in class io.higson.runtime.rhino.RhinoHigson
Return raw value as String from first cell of first row based on given parameter within given context as first token value.
getString(String, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Return raw value as String from first cell of first row based on given parameter within given context as first token value.
getString(ResultSet, String) - Method in class io.higson.runtime.sql.DialectTemplate
 
getString(ResultSet, String) - Method in class io.higson.runtime.sql.SqlProcessor
 
getStringArray() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getStringArray(int) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column at given position as String array.
getStringArray(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getStringArray(String) - Method in class io.higson.runtime.engine.core.output.MultiValue
Return value of column under given name as array of strings.
getStringArray(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getStringHolder(String) - Method in class io.higson.runtime.core.HigsonContext
Tries to resolve path the same way as method HigsonContext.get(String) and then return value wrapped into StringHolder with some String support.
getStringIntern(ResultSet, String) - Method in class io.higson.runtime.sql.DialectTemplate
 
getStringList() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getStringList(int) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getStringList(String) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
getStringType() - Static method in class io.higson.runtime.core.HigsonContext
Get String type instance used by Higson.
getStringType() - Method in class io.higson.runtime.helper.TypeConverter
Returns an object of class StringType, provided that HigsonContext is initialized.
getStringType() - Method in class io.higson.runtime.rhino.RhinoHigson
Get String type instance used by higson.
getSubDirNames(Path) - Method in class io.higson.runtime.core.datasource.snapshot.domain.DomainDirectoryAnalyzer
This method is simple directory child presenter, but has few exceptions.
getSystemVersions(String, SortedSet<Integer>) - Method in class io.higson.runtime.core.datasource.snapshot.version.SnapshotVersionDao
 
getSystemVersions(String, SortedSet<Integer>) - Method in interface io.higson.runtime.core.datasource.VersionDao
 
getSystemVersions(String, SortedSet<Integer>) - Method in class io.higson.runtime.dao.VersionJdbcDao
 
getT() - Method in class io.higson.runtime.marshaller.ExpFragment
expose in json as property 't'
getTableAliases() - Method in class io.higson.runtime.sql.dialect.DefaultDialect
 
getTableName() - Method in class io.higson.runtime.sandbox.GmoSandboxEntity
 
getTagList() - Method in interface io.higson.runtime.model.DomainObject
 
getTagList() - Method in class io.higson.runtime.model.DomainObjectImpl
 
getTagList() - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getTagsName() - Method in class io.higson.runtime.model.DomainObjectImpl
 
getText() - Method in exception io.higson.runtime.sorter.exception.RuntimeSortConfigException
 
getText() - Method in class io.higson.runtime.sorter.SortConfigValidationResult
 
getThreadBundleDef() - Method in class io.higson.runtime.proxy.HigsonPersistence
 
getThreadContext() - Method in class io.higson.runtime.invoker.python.PythonFunctionInvoker
 
getTime() - Method in interface io.higson.runtime.utils.Clock
 
getTime() - Method in class io.higson.runtime.utils.SystemClock
 
getTime(Calendar) - Static method in class io.higson.runtime.rhino.RhinoDate
Deprecated.
Will be removed in the future
getTimestamp() - Method in class io.higson.runtime.sync.event.WatcherEvent
 
getTimestamp(ResultSet, String) - Method in class io.higson.runtime.sql.DialectTemplate
 
GettingWrongTypeException - Exception in io.higson.runtime.engine.core.output
Trying to extract wrong type from ValueHolder.
getTmpId() - Static method in class io.higson.runtime.model.DomainObjectImpl
 
getTotalDropped() - Method in class io.higson.runtime.diagnostic.queue.DiagnosticQueueMetrics
 
getTotalEnqueued() - Method in class io.higson.runtime.diagnostic.queue.DiagnosticQueueMetrics
 
getTotalFlushed() - Method in class io.higson.runtime.diagnostic.queue.DiagnosticQueueMetrics
 
getTupleDef(String) - Method in class io.higson.runtime.model.def.BundleDef
 
getTupleDef(String, boolean) - Method in class io.higson.runtime.model.def.BundleDef
 
getTupleDefs() - Method in class io.higson.runtime.model.def.BundleDef
 
getType() - Method in interface io.higson.runtime.engine.core.parameter.Level
Get type of values stored in level.
getType() - Method in class io.higson.runtime.marshaller.ExpFragment
 
getType() - Method in class io.higson.runtime.model.def.PropertyDef
 
getType() - Method in class io.higson.runtime.model.DomainAttribute
 
getType() - Method in class io.higson.runtime.model.value.Property
Gets type of this bundle property/element.
getType() - Method in class io.higson.runtime.sandbox.GmoSandboxAttribute
 
getType() - Method in class io.higson.runtime.sync.diff.EntityDiff
 
getType(int) - Method in class io.higson.runtime.engine.core.index.LevelIndex
 
getType(Class<? extends ValueHolder>) - Method in class io.higson.runtime.helper.TypeConverter
Returns an object of class Type, representing data type of the provided holder's class.
getType(String) - Method in class io.higson.runtime.engine.annotated.repository.ScanningTypeRepository
 
getType(String) - Method in interface io.higson.runtime.engine.core.type.TypeRepository
 
getType(String) - Method in class io.higson.runtime.helper.TypeConverter
 
getType(String, String) - Method in class io.higson.runtime.model.TreeDomain
 
getTypeCode() - Method in interface io.higson.runtime.model.DomainObject
 
getTypeCode() - Method in class io.higson.runtime.model.DomainObjectImpl
 
getTypeCode() - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getTypeCode() - Method in class io.higson.runtime.model.value.Property
Gets type's code from associated definition.
getTypeCode() - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
getTypeCollection() - Method in interface io.higson.runtime.model.DomainObject
 
getTypeCollection() - Method in class io.higson.runtime.model.DomainObjectImpl
 
getTypeCollection() - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getTypeName() - Method in interface io.higson.runtime.model.DomainObject
 
getTypeName() - Method in class io.higson.runtime.model.DomainObjectImpl
 
getTypeName() - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
getTypeName() - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
getTypeNature() - Method in class io.higson.runtime.model.DomainObjectImpl
 
getTypes() - Method in class io.higson.runtime.engine.config.ParamEngineConfig
 
getTypes() - Static method in class io.higson.runtime.helper.ConstantsUtil
 
getTypes(String) - Static method in class io.higson.runtime.helper.ConstantsUtil
 
getTypesByCode(String) - Method in interface io.higson.runtime.core.datasource.DomainCacheDao
 
getTypesByCode(String) - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotDomainCacheDao
 
getTypesByCode(String) - Method in class io.higson.runtime.dao.DomainCacheJdbcDao
 
getUniqueId(String) - Method in interface io.higson.runtime.hilo.IdentifierDao
 
getUpdated() - Method in class io.higson.runtime.model.value.Bundle
Get bundle's last update time
getUpdated() - Method in class io.higson.runtime.sync.SyncResult
 
getUsername() - Method in interface io.higson.runtime.core.domain.MpUserSessionProvider
Provide user name from session.
getUsername() - Method in class io.higson.runtime.dev.DevModeUserProvider
 
getUserRegionVersions(String, String) - Method in class io.higson.runtime.core.datasource.snapshot.version.SnapshotVersionDao
 
getUserRegionVersions(String, String) - Method in interface io.higson.runtime.core.datasource.VersionDao
 
getUserRegionVersions(String, String) - Method in class io.higson.runtime.dao.VersionJdbcDao
 
getUserVersion(String, String) - Method in class io.higson.runtime.dev.DevModeProvider
 
getUserVersions(String, String) - Method in interface io.higson.runtime.core.datasource.DomainCacheDao
 
getUserVersions(String, String) - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotDomainCacheDao
 
getUserVersions(String, String) - Method in class io.higson.runtime.dao.DomainCacheJdbcDao
 
getUserView(String) - Method in class io.higson.runtime.dao.DevModeJdbcDao
returns user view (never null) for given username
getUserView(String) - Method in class io.higson.runtime.dev.DevModeProvider
 
GetUtilFunction - Class in io.higson.runtime.builtin.implementation
This class represents a utility function for getting a value from the Higson context.
GetUtilFunction() - Constructor for class io.higson.runtime.builtin.implementation.GetUtilFunction
 
getValidationQuery() - Method in class io.higson.runtime.sql.DialectTemplate
 
getValue() - Method in interface io.higson.runtime.engine.core.type.ValueHolder
Return object held in holder.
getValue() - Method in class io.higson.runtime.engine.types.bool.BooleanHolder
Returns an inner value
getValue() - Method in class io.higson.runtime.engine.types.date.DateHolder
 
getValue() - Method in class io.higson.runtime.engine.types.date.LocalDateHolder
 
getValue() - Method in class io.higson.runtime.engine.types.datetime.DatetimeHolder
 
getValue() - Method in class io.higson.runtime.engine.types.datetime.LocalDateTimeHolder
 
getValue() - Method in class io.higson.runtime.engine.types.integer.IntegerHolder
Returns an inner value.
getValue() - Method in class io.higson.runtime.engine.types.number.NumberHolder
Returns an inner value
getValue() - Method in class io.higson.runtime.engine.types.string.StringHolder
Returns the internal value.
getValue() - Method in enum class io.higson.runtime.engine.util.Separator
 
getValue() - Method in enum class io.higson.runtime.helper.LevelConstants
 
getValue() - Method in class io.higson.runtime.model.value.ValueProperty
 
getValue() - Method in class io.higson.runtime.rhino.domain.RhinoDomainAttribute
 
getValue() - Method in class io.higson.runtime.rhino.domain.RhinoDomainNullAttribute
 
getValue(AttributeValueResolver, DomainAttribute, ParamContext, Object...) - Method in interface io.higson.runtime.core.domain.AttributeInterceptor
This method allows provide custom handling of parameters for domain attributes.
getValue(AttributeValueResolver, DomainAttribute, ParamContext, Object...) - Method in class io.higson.runtime.profiler.callstack.DiagnosticAttributeInterceptor
 
getValue(HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainAttribute
 
getValue(HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainNullAttribute
 
getValue(ParamContext, Object...) - Method in class io.higson.runtime.model.DomainAttribute
 
getValue(DomainAttribute, ParamContext, Object...) - Method in class io.higson.runtime.core.domain.AttributeValueProvider
 
getValue(DomainAttribute, ParamContext, Object...) - Method in class io.higson.runtime.core.domain.AttributeValueResolver
 
getValue(String) - Method in class io.higson.runtime.model.value.EntityProperty
Gets ValueProperty based on given name.
getValue(String, ParamContext) - Method in class io.higson.runtime.rhino.RhinoHigson
This method is almost the same same RhinoHigson.getParamValue(String param, ParamContext ctx), but the result is wrapped with type conversion support.
getValue(String, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
This method is almost the same same RhinoHigson.getParamValue(String param, Object...tokens), but the result is wrapped with type conversion support.
getValueDecoder() - Method in interface io.higson.runtime.engine.core.parameter.Level
Get decoder specific to this level.
getVariables() - Method in class io.higson.runtime.flow.dto.FlowDto
 
getVariables() - Method in class io.higson.runtime.flow.Flow
 
getVariables() - Method in class io.higson.runtime.flow.trace.ActionExecutedEvent
 
getVariables() - Method in class io.higson.runtime.flow.trace.EnterNodeEvent
 
getVariables() - Method in class io.higson.runtime.flow.trace.Event
 
getVariables() - Method in class io.higson.runtime.flow.trace.LeaveNodeEvent
 
getVersion(String) - Method in class io.higson.runtime.dev.perspective.RuntimeUserView
 
getVersion(String, String) - Method in class io.higson.runtime.dev.DevModeProvider
 
getVersion(Path, String[]) - Static method in class io.higson.runtime.core.datasource.snapshot.helper.SnapshotDirHelper
 
getVersionDao() - Method in class io.higson.runtime.core.datasource.database.HigsonDbDataSource
 
getVersionDao() - Method in interface io.higson.runtime.core.datasource.HigsonDataSource
 
getVersionDao() - Method in class io.higson.runtime.core.datasource.snapshot.HigsonSnapshotDataSource
 
getVersionData(String, String) - Method in class io.higson.runtime.sync.ScheduleCache
 
getVersionData(String, String, String) - Method in class io.higson.runtime.sync.ScheduleCache
 
getVersions() - Method in class io.higson.runtime.core.datasource.snapshot.version.SnapshotVersionsReader
 
getVirtualName() - Method in class io.higson.runtime.model.GroovyFunction
unique indefifier in format: fid_implid_code
getWatcherErrorPauseSeconds() - Method in class io.higson.runtime.core.HigsonEngineFactory
Deprecated, for removal: This API element is subject to removal in a future version.

Use HigsonEngineFactory.watchersConfig and getErrorPauseSeconds() of selected watcher

getWatcherPauseSeconds() - Method in class io.higson.runtime.core.HigsonEngineFactory
Deprecated, for removal: This API element is subject to removal in a future version.

Use HigsonEngineFactory.watchersConfig and getWatcherPauseSeconds of selected watcher

getWatcherPauseSeconds() - Method in class io.higson.runtime.sync.WatcherConfig
 
getWatcherStartDelaySeconds() - Method in class io.higson.runtime.core.HigsonEngineFactory
Deprecated, for removal: This API element is subject to removal in a future version.

Use HigsonEngineFactory.watchersConfig and getStartDelaySeconds() of selected watcher

getYear(Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Get year from date, but date must be in yyyy-MM-dd HH:mm:ss or yyyy-MM-dd formats.
getYearDiff(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Returns difference of years between givens dates.
Possible outcomes: negative result if date1 > date2, positive result if date1 < date2, zero if there is no difference or any of given dates are null.
getYearsBetween(Date, Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Calculates full years intervals between date1 and date2.
GLOBAL - Enum constant in enum class io.higson.runtime.core.datasource.snapshot.SnapshotPath
 
GlobalCache - Class in io.higson.runtime.function.groovy.shell
 
GlobalCache() - Constructor for class io.higson.runtime.function.groovy.shell.GlobalCache
 
GmoSandbox - Class in io.higson.runtime.sandbox
 
GmoSandbox(int, Collection<GmoSandboxEntity>) - Constructor for class io.higson.runtime.sandbox.GmoSandbox
 
GmoSandboxAttribute - Class in io.higson.runtime.sandbox
 
GmoSandboxAttribute() - Constructor for class io.higson.runtime.sandbox.GmoSandboxAttribute
 
GmoSandboxEntity - Class in io.higson.runtime.sandbox
 
GmoSandboxEntity(int, String, String, String, boolean) - Constructor for class io.higson.runtime.sandbox.GmoSandboxEntity
 
GmoSandboxSuggestedValue - Class in io.higson.runtime.sandbox
 
GmoSandboxSuggestedValue() - Constructor for class io.higson.runtime.sandbox.GmoSandboxSuggestedValue
 
GreaterThanEqualsUtilFunction - Class in io.higson.runtime.builtin.implementation
 
GreaterThanEqualsUtilFunction() - Constructor for class io.higson.runtime.builtin.implementation.GreaterThanEqualsUtilFunction
 
GreaterThanUtilFunction - Class in io.higson.runtime.builtin.implementation
 
GreaterThanUtilFunction() - Constructor for class io.higson.runtime.builtin.implementation.GreaterThanUtilFunction
 
GROOVY - Enum constant in enum class io.higson.runtime.function.FunctionType
 
GroovyCache - Interface in io.higson.runtime.function.groovy.shell
 
GroovyFunction - Class in io.higson.runtime.model
 
GroovyFunction(int, int, String, String, String) - Constructor for class io.higson.runtime.model.GroovyFunction
 
GroovyFunction(int, int, String, String, String, Date, FunctionLogLevel) - Constructor for class io.higson.runtime.model.GroovyFunction
 
GroovyFunction(String) - Constructor for class io.higson.runtime.model.GroovyFunction
 
GroovyFunctionInvoker - Class in io.higson.runtime.invoker
 
GroovyFunctionInvoker() - Constructor for class io.higson.runtime.invoker.GroovyFunctionInvoker
 
GroovyFunctionInvoker(FunctionLoggerCreator, boolean, boolean) - Constructor for class io.higson.runtime.invoker.GroovyFunctionInvoker
 
GroovyPreprocessor - Class in io.higson.runtime.invoker
 
GroovyPreprocessor() - Constructor for class io.higson.runtime.invoker.GroovyPreprocessor
 
gt(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
GT - Enum constant in enum class io.higson.runtime.flow.dto.RelationalOperator
 
guess(String) - Static method in class io.higson.runtime.utils.HprDate
 

H

H2 - Enum constant in enum class io.higson.runtime.sql.dialect.DatabaseDialect
 
H2RuntimeDialect - Class in io.higson.runtime.sql.dialect
 
H2RuntimeDialect() - Constructor for class io.higson.runtime.sql.dialect.H2RuntimeDialect
 
handle(Object) - Method in class io.higson.runtime.context.AppCtx
 
handle(Object, AppCtx) - Static method in class io.higson.runtime.context.AppCtx
 
Handle - Interface in io.higson.runtime.model.value
This interface should be only used within Higson Persistence Engine as grouping facade of all possible actions on it's subclasses.
has(String) - Method in class io.higson.runtime.engine.core.context.DefaultContext
 
has(String) - Method in class io.higson.runtime.model.value.EntityProperty
Checks if this property has element of given path.
has(String) - Method in interface io.higson.runtime.model.value.Handle
Checks if this property has element of given path.
has(String) - Method in class io.higson.runtime.model.value.RefProperty
Checks if target property has element of given path.
hasAnyChanges() - Method in class io.higson.runtime.sync.SyncResult
 
hasAttr(String) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
hasChildren() - Method in class io.higson.runtime.engine.core.index.LevelNode
 
hasCreates() - Method in class io.higson.runtime.sync.SyncResult
 
hasDelete() - Method in class io.higson.runtime.sync.SyncActions
 
hasDeletes() - Method in class io.higson.runtime.sync.SyncResult
 
hasDescription() - Method in class io.higson.runtime.model.def.EntityType
 
hasDynamicAttr(String) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
hasEngineConfigured() - Method in class io.higson.runtime.decoder.MpDecodingStrategy
 
hasEntity(long) - Method in class io.higson.runtime.sync.SyncData
 
hasExternalDataSources() - Method in class io.higson.runtime.core.extdatasource.ExternalDataSourceProvider
 
hasExternalStorage() - Method in class io.higson.runtime.model.Parameter
 
hasExtraFields() - Method in class io.higson.runtime.model.def.BundleDef
method checks if root entity has extra (simple) fields mapped to columns
hasFile(Path, String) - Static method in class io.higson.runtime.core.datasource.snapshot.domain.PathUtils
Checks if given directory path contains given fileName
hash() - Method in class io.higson.runtime.provider.MpScheduleProvider
hash of current cache state
hash(MultiValue) - Method in class io.higson.runtime.distinct.DefaultHashStrategy
 
hash(MultiValue) - Method in interface io.higson.runtime.distinct.HashStrategy
 
hash(ParameterEntry) - Method in class io.higson.runtime.distinct.DefaultHashStrategy
 
hash(ParameterEntry) - Method in interface io.higson.runtime.distinct.HashStrategy
 
hash(DigestAlgorithm, String[]) - Static method in class io.higson.runtime.utils.hash.HashUtils
 
hash(DigestAlgorithm, String, String[]) - Static method in class io.higson.runtime.utils.hash.HashUtils
 
hash(String, String[]) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
hash(String, String[]) - Static method in class io.higson.runtime.utils.hash.HashUtils
 
hash(String, String, String[]) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
hash(String, String, String[]) - Static method in class io.higson.runtime.utils.hash.HashUtils
 
hash(String, String, List<String>) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
hash(String, List<String>) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
hashCode() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.CollectionElement
Returns a hash code value for this object.
hashCode() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.Domain
Returns a hash code value for this object.
hashCode() - Method in class io.higson.runtime.core.datasource.snapshot.domain.DomainWrapper
 
hashCode() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.Element
Returns a hash code value for this object.
hashCode() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.ReferenceElement
Returns a hash code value for this object.
hashCode() - Method in record class io.higson.runtime.core.datasource.snapshot.function.FunctionDetails
Returns a hash code value for this object.
hashCode() - Method in record class io.higson.runtime.core.datasource.snapshot.function.FunctionMeta
Returns a hash code value for this object.
hashCode() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Returns a hash code value for this object.
hashCode() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetailsInputLevel
Returns a hash code value for this object.
hashCode() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetailsOutputLevel
Returns a hash code value for this object.
hashCode() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterMeta
Returns a hash code value for this object.
hashCode() - Method in record class io.higson.runtime.core.datasource.snapshot.version.ScheduleDetails
Returns a hash code value for this object.
hashCode() - Method in record class io.higson.runtime.core.datasource.snapshot.version.VersionMeta
Returns a hash code value for this object.
hashCode() - Method in class io.higson.runtime.dao.external.ExternalValueSetter
 
hashCode() - Method in record class io.higson.runtime.diagnostic.queue.DiagnosticEvent
Returns a hash code value for this object.
hashCode() - Method in class io.higson.runtime.engine.annotated.RepositoryObjectKey
 
hashCode() - Method in class io.higson.runtime.engine.core.output.MultiValue
 
hashCode() - Method in class io.higson.runtime.engine.core.type.AbstractValueHolder
Calculate hash code using formula:
hashCode() - Method in class io.higson.runtime.marshaller.ExpFragment
 
hashCode() - Method in class io.higson.runtime.marshaller.ExpRef
 
hashCode() - Method in class io.higson.runtime.marshaller.LobData
 
hashCode() - Method in class io.higson.runtime.model.def.EntityType
 
hashCode() - Method in class io.higson.runtime.model.def.TupleDef
 
hashCode() - Method in class io.higson.runtime.model.def.TypeDef
 
hashCode() - Method in class io.higson.runtime.model.DomainObjectImpl
 
hashCode() - Method in class io.higson.runtime.model.DomainObjectTypeImpl
 
hashCode() - Method in class io.higson.runtime.model.ScheduleEntry
 
hashCode() - Method in class io.higson.runtime.model.value.Bundle
 
hashCode() - Method in class io.higson.runtime.model.value.CollectionProperty
 
hashCode() - Method in class io.higson.runtime.model.value.EntityProperty
 
hashCode() - Method in class io.higson.runtime.model.value.Property
 
hashCode() - Method in class io.higson.runtime.model.value.RefProperty
 
hashCode() - Method in class io.higson.runtime.model.value.ValueProperty
 
hashCode() - Method in class io.higson.runtime.proxy.HigsonEntity
 
hashMap(Object...) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
hashSet(Object...) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
HashStrategy - Interface in io.higson.runtime.distinct
 
hashText(DigestAlgorithm, String) - Static method in class io.higson.runtime.utils.hash.HashUtils
 
hashText(String, String) - Static method in class io.higson.runtime.utils.hash.HashUtils
 
HashUtils - Class in io.higson.runtime.utils.hash
 
hasInsert() - Method in class io.higson.runtime.sync.SyncActions
 
hasMapping(String) - Method in class io.higson.runtime.model.def.TupleDef
 
hasMatrixChangeDetection() - Method in class io.higson.runtime.engine.core.prepared.PreparedParameter
 
hasMore() - Method in interface io.higson.runtime.engine.core.parameter.ParameterEntryBatchLoader
 
hasNext() - Method in class io.higson.runtime.mp.simulation.samples.iterator.IntegerRangeIterator
 
hasParent() - Method in class io.higson.runtime.model.DomainObjectImpl
 
hasStaticAttr(String) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
hasText(String) - Static method in class io.higson.runtime.engine.util.EngineUtil
 
hasUpdate() - Method in class io.higson.runtime.sync.SyncActions
 
hasUpdates() - Method in class io.higson.runtime.sync.SyncResult
 
hibernateDialect() - Method in class io.higson.runtime.sql.dialect.H2RuntimeDialect
 
hibernateDialect() - Method in class io.higson.runtime.sql.dialect.HsqlRuntimeDialect
 
hibernateDialect() - Method in class io.higson.runtime.sql.dialect.MsSQLRuntimeDialect
 
hibernateDialect() - Method in class io.higson.runtime.sql.dialect.MySQLRuntimeDialect
 
hibernateDialect() - Method in class io.higson.runtime.sql.dialect.OracleRuntimeDialect
 
hibernateDialect() - Method in class io.higson.runtime.sql.dialect.PostgresqlRuntimeDialect
 
hibernateDialect() - Method in interface io.higson.runtime.sql.RuntimeDialect
 
HIGSON - Enum constant in enum class io.higson.runtime.constants.FunctionCode
 
HIGSON_DIR_MARKER - Enum constant in enum class io.higson.runtime.core.datasource.snapshot.SnapshotPath
 
HigsonBannerPrinter - Class in io.higson.runtime.core.logger
 
HigsonBannerPrinter() - Constructor for class io.higson.runtime.core.logger.HigsonBannerPrinter
 
HigsonBundle - Class in io.higson.runtime.proxy
 
HigsonBundleException - Exception in io.higson.runtime.exception
Base exception for bundle model operations.
HigsonBundleException(String) - Constructor for exception io.higson.runtime.exception.HigsonBundleException
 
HigsonBundleIllegalGetException - Exception in io.higson.runtime.exception
Exception thrown when an illegal get operation is attempted on a property.
HigsonBundleIllegalGetException(String, Object) - Constructor for exception io.higson.runtime.exception.HigsonBundleIllegalGetException
 
HigsonBundleRemoveException - Exception in io.higson.runtime.exception
Exception thrown when a property cannot be removed because it is referenced.
HigsonBundleRemoveException(Property, Property) - Constructor for exception io.higson.runtime.exception.HigsonBundleRemoveException
 
HigsonBundleUsageException - Exception in io.higson.runtime.exception
Exception thrown when bundle model is used incorrectly.
HigsonBundleUsageException(String, Object) - Constructor for exception io.higson.runtime.exception.HigsonBundleUsageException
 
HigsonContext - Class in io.higson.runtime.core
 
HigsonContext(Object...) - Constructor for class io.higson.runtime.core.HigsonContext
 
HigsonDataSource - Interface in io.higson.runtime.core.datasource
 
HigsonDbDataSource - Class in io.higson.runtime.core.datasource.database
 
HigsonDbDataSource(DataSource) - Constructor for class io.higson.runtime.core.datasource.database.HigsonDbDataSource
 
HigsonDbDataSource(DataSource, ConnectionInterceptor) - Constructor for class io.higson.runtime.core.datasource.database.HigsonDbDataSource
 
HigsonEngine - Interface in io.higson.runtime.core
This is access point to core functionalities of higson (engine).
HigsonEngineConfigurationLogger - Class in io.higson.runtime.core.logger
 
HigsonEngineConfigurationLogger() - Constructor for class io.higson.runtime.core.logger.HigsonEngineConfigurationLogger
 
HigsonEngineFactory - Class in io.higson.runtime.core
This class is very important aspect of higson-runtime configuration.
HigsonEngineFactory(HigsonDataSource) - Constructor for class io.higson.runtime.core.HigsonEngineFactory
 
HigsonEngineFactory(DataSource) - Constructor for class io.higson.runtime.core.HigsonEngineFactory
 
HigsonEngineFactory(DataSource, ConnectionInterceptor) - Constructor for class io.higson.runtime.core.HigsonEngineFactory
 
HigsonEngineImpl - Class in io.higson.runtime.core
Default engine implementation for accessing crucial aspects of the system.
HigsonEngineImpl(ParamEngine, DomainCache, VersionInterceptor, boolean, String) - Constructor for class io.higson.runtime.core.HigsonEngineImpl
Creates a HigsonEngineImpl instance with required arguments.
HigsonEntity - Class in io.higson.runtime.proxy
 
HigsonEntityList<T extends HigsonEntity> - Class in io.higson.runtime.proxy
 
HigsonEntityList(Property, Class<T>) - Constructor for class io.higson.runtime.proxy.HigsonEntityList
 
HigsonFlightRecorder - Class in io.higson.runtime.diagnostic
Higson Flight Recorder is a tool for collecting internal events that do not affect engine performance.
HigsonFlightRecorder() - Constructor for class io.higson.runtime.diagnostic.HigsonFlightRecorder
 
HigsonIllegalStateException - Exception in io.higson.runtime.exception
This exception should be thrown within higson, instead of IllegalStateException.
HigsonIllegalStateException(String) - Constructor for exception io.higson.runtime.exception.HigsonIllegalStateException
Construct a new HigsonIllegalStateException with specified message msg.
HigsonIllegalStateException(String, Throwable) - Constructor for exception io.higson.runtime.exception.HigsonIllegalStateException
Construct a new HigsonIllegalStateException with specified message msg and underling cause.
HigsonList<T> - Interface in io.higson.runtime.proxy
 
HigsonMappingException - Exception in io.higson.runtime.exception
Exception thrown when mapping configuration is invalid.
HigsonMappingException(String) - Constructor for exception io.higson.runtime.exception.HigsonMappingException
 
HigsonPersistence - Class in io.higson.runtime.proxy
 
HigsonPersistence() - Constructor for class io.higson.runtime.proxy.HigsonPersistence
 
HigsonRuntimeException - Exception in io.higson.runtime.exception
Root of the hierarchy of all Higson exceptions.
HigsonRuntimeException(String) - Constructor for exception io.higson.runtime.exception.HigsonRuntimeException
Construct a new higson runtime exception with specified message msg.
HigsonRuntimeException(String, Throwable) - Constructor for exception io.higson.runtime.exception.HigsonRuntimeException
Construct a new higson runtime exception with specified message msg and underling cause.
HigsonSnapshotDataSource - Class in io.higson.runtime.core.datasource.snapshot
Recommended ONLY for test use
HigsonSnapshotDataSource(File) - Constructor for class io.higson.runtime.core.datasource.snapshot.HigsonSnapshotDataSource
 
HigsonSubContext - Class in io.higson.runtime.core
Class to be used as Higson sub-context.
HigsonSubContext(Object...) - Constructor for class io.higson.runtime.core.HigsonSubContext
 
HiLoSequenceGenerator - Class in io.higson.runtime.hilo
Classic hi-lo identifier generator.
HiLoSequenceGenerator(String, int, IdentifierDao) - Constructor for class io.higson.runtime.hilo.HiLoSequenceGenerator
 
hint(String) - Method in class io.higson.runtime.sql.dialect.DefaultDialect
 
hint(String) - Method in interface io.higson.runtime.sql.RuntimeDialect
This supports hint provider for certain dialects, but not all dialects require that.
hotswap(int) - Method in class io.higson.runtime.engine.core.prepared.BasicParamPreparer
 
HOTSWAP - Enum constant in enum class io.higson.runtime.diagnostic.InternalEvent
Parameter was hot-swapped.
hotswapParameter(int) - Method in class io.higson.runtime.reload.DefaultReloader
 
hotswapParameter(int) - Method in class io.higson.runtime.reload.NopReloader
 
hotswapParameter(int) - Method in class io.higson.runtime.reload.PolicyBasedReloader
 
hotswapParameter(int) - Method in interface io.higson.runtime.reload.Reloader
Request to hotswap a parameter asynchronously.
HotSwapReloader - Class in io.higson.runtime.reload
 
HotSwapReloader(HigsonEngine, DevModeProvider, String) - Constructor for class io.higson.runtime.reload.HotSwapReloader
 
HprDate - Class in io.higson.runtime.utils
 
HprString - Class in io.higson.runtime.utils
 
HSQLAB - Enum constant in enum class io.higson.runtime.sql.dialect.DatabaseDialect
 
HsqlRuntimeDialect - Class in io.higson.runtime.sql.dialect
 
HsqlRuntimeDialect() - Constructor for class io.higson.runtime.sql.dialect.HsqlRuntimeDialect
 
HYPERON - Enum constant in enum class io.higson.runtime.constants.FunctionCode
 
HYPHEN - Enum constant in enum class io.higson.runtime.level.OutputLevelArraySeparator
 

I

id() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.CollectionElement
Returns the value of the id record component.
id() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.Element
Returns the value of the id record component.
id() - Method in record class io.higson.runtime.core.datasource.snapshot.function.FunctionDetails
Returns the value of the id record component.
id() - Method in record class io.higson.runtime.core.datasource.snapshot.function.FunctionMeta
Returns the value of the id record component.
id() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Returns the value of the id record component.
id() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetailsInputLevel
Returns the value of the id record component.
id() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetailsOutputLevel
Returns the value of the id record component.
id() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterMeta
Returns the value of the id record component.
IdentifierDao - Interface in io.higson.runtime.hilo
Abstraction for retrieving the next value from a named sequence — used by HiLoSequenceGenerator to allocate id buffers.
IdentifierGenerator - Interface in io.higson.runtime.hilo
Source of unique long identifiers.
identify(Object) - Static method in class io.higson.runtime.builtin.utils.IdentifyValueUtil
Wspierane typy: boolean: boolean, string, .... integer: (64 bit) int, long, Short, byte, .... number: BigDecimal, double, Float, int, Long localDate: date, localDate localDateTime: datetime, localDateTime string
IdentifyValueUtil - Class in io.higson.runtime.builtin.utils
 
IdentifyValueUtil() - Constructor for class io.higson.runtime.builtin.utils.IdentifyValueUtil
 
IdentityScanner - Class in io.higson.runtime.model.value
Scanner for tracking properties in the identity set.
identitySet() - Method in class io.higson.runtime.model.value.Bundle
Returns identity set with nested properties.
IdentitySet - Class in io.higson.runtime.helper
Identity-based set for tracking Property objects.
IdentitySet() - Constructor for class io.higson.runtime.helper.IdentitySet
 
IdentitySet(int) - Constructor for class io.higson.runtime.helper.IdentitySet
 
IdleChecker - Interface in io.higson.runtime.evict
Provides: 1. current time from any clock 2. the strategy for checking if a given cached parameter exceeded idle timeout
idleTimeExceeded(PreparedParameter) - Method in class io.higson.runtime.evict.DefaultIdleChecker
 
idleTimeExceeded(PreparedParameter) - Method in interface io.higson.runtime.evict.IdleChecker
Decides whether max idle time was exceeded for a provided cached parameter.
idleTimeExceeded(PreparedParameter) - Method in class io.higson.runtime.evict.NopIdleChecker
 
IGNORE_CASE - Enum constant in enum class io.higson.runtime.builtin.implementation.TextNormalizationOptions
 
implId() - Method in record class io.higson.runtime.core.datasource.snapshot.function.FunctionDetails
Returns the value of the implId record component.
implId() - Method in record class io.higson.runtime.core.datasource.snapshot.function.FunctionMeta
Returns the value of the implId record component.
ImportException - Exception in io.higson.runtime.exception
 
ImportException(String) - Constructor for exception io.higson.runtime.exception.ImportException
 
ImportException(String, Throwable) - Constructor for exception io.higson.runtime.exception.ImportException
 
ImportSnapshotException - Exception in io.higson.runtime.core.datasource.snapshot.domain
All write exceptions for Snapshot Import should derived from this class.
ImportSnapshotException(String) - Constructor for exception io.higson.runtime.core.datasource.snapshot.domain.ImportSnapshotException
Construct a new ImportSnapshotException with underling message.
ImportSnapshotException(String, Throwable) - Constructor for exception io.higson.runtime.core.datasource.snapshot.domain.ImportSnapshotException
Construct a new ImportSnapshotException with underling message and cause.
in(Object, List<?>) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
IncorrectSnapshotException - Exception in io.higson.runtime.core.datasource.snapshot
 
IncorrectSnapshotException(String) - Constructor for exception io.higson.runtime.core.datasource.snapshot.IncorrectSnapshotException
 
INDEX_CREATED - Enum constant in enum class io.higson.runtime.diagnostic.InternalEvent
Engine builds a new level index.
INDEX_OF_ELEMENT_NAME - Static variable in enum class io.higson.runtime.constants.ReferencePrefix
 
INDEX_REUSED - Enum constant in enum class io.higson.runtime.diagnostic.InternalEvent
Engine reuses an existing level index.
IndexCompatibilityChecker - Class in io.higson.runtime.engine.core.prepared
 
IndexCompatibilityChecker() - Constructor for class io.higson.runtime.engine.core.prepared.IndexCompatibilityChecker
 
indexOf(Object) - Method in class io.higson.runtime.proxy.HigsonEntityList
 
info(String, Object...) - Method in class io.higson.runtime.function.log.ListenableLogger
 
info(String, Object...) - Method in interface io.higson.runtime.function.log.RuntimeLogger
 
INFO - Enum constant in enum class io.higson.runtime.core.datasource.snapshot.domain.DomainSupportedFiles
 
INFO - Enum constant in enum class io.higson.runtime.function.log.FunctionLogLevel
 
InfoProcessor - Class in io.higson.runtime.core.datasource.snapshot.domain
Process info.txt file, for retrieving extra information about domain elements, like name.
InfoProcessor() - Constructor for class io.higson.runtime.core.datasource.snapshot.domain.InfoProcessor
 
initContextFactory(ContextFactory) - Method in class io.higson.runtime.invoker.RhinoFunctionInvoker
 
InitializableComponent - Interface in io.higson.runtime.engine.config.initialization
Contract for component, that can be initialized using PostConstructInitializer when constructed by ParamEngineFactory.
initialize() - Method in interface io.higson.runtime.engine.config.initialization.InitializableComponent
Initialization method for ParamEngineFactory use.
initialize(TypesDto) - Static method in class io.higson.runtime.core.HigsonContext
Initialized supported types.
initialize(Object) - Method in interface io.higson.runtime.mp.simulation.Simulator
 
initialize(Object, String) - Method in interface io.higson.runtime.mp.simulation.Simulator
 
initialize(String) - Method in class io.higson.runtime.prefetch.FunctionInitializerImpl
Calls the function using it code.
initialize(String) - Method in interface io.higson.runtime.prefetch.Initializer
 
initialize(String) - Method in class io.higson.runtime.prefetch.ParamInitializerImpl
This method gets the parameter using it code.
initializeObject(Object, ComponentInitializerRunner) - Method in class io.higson.runtime.engine.annotated.initialization.MethodScannerInitializer
 
initializeObject(Object, ComponentInitializerRunner) - Method in class io.higson.runtime.engine.annotated.initialization.TypeScannerInitializer
 
initializeObject(Object, ComponentInitializerRunner) - Method in interface io.higson.runtime.engine.config.initialization.ComponentInitializer
 
initializeObject(Object, ComponentInitializerRunner) - Method in class io.higson.runtime.engine.config.initialization.PostConstructInitializer
 
Initializer - Interface in io.higson.runtime.prefetch
 
initObjectIdsAndPath(DomainObjectImpl) - Method in class io.higson.runtime.model.TreeDomain
 
injectImplementations(MutablePicoContainer, List<Object>) - Static method in class io.higson.runtime.engine.config.pico.PicoContainerUtil
 
InMatcher - Class in io.higson.runtime.matcher
 
InMatcher() - Constructor for class io.higson.runtime.matcher.InMatcher
 
InMatcher(char) - Constructor for class io.higson.runtime.matcher.InMatcher
 
InMatcher(CachingSplitter) - Constructor for class io.higson.runtime.matcher.InMatcher
 
InnerReflectiveOperationException - Exception in io.higson.runtime.engine.util.reflection
 
INPUT - Enum constant in enum class io.higson.runtime.flow.dto.SourceType
obtained from input arguments
inputLevels() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Returns the value of the inputLevels record component.
InputValueNormalizer - Class in io.higson.runtime.engine.core.prepared
 
INSTANCE - Static variable in class io.higson.runtime.builtin.executor.UtilFunctionExecutorImpl
 
INSTANCE - Static variable in class io.higson.runtime.builtin.implementation.AddUtilFunction
 
INSTANCE - Static variable in class io.higson.runtime.builtin.implementation.DiffUtilFunction
 
INSTANCE - Static variable in class io.higson.runtime.builtin.implementation.EqualsUtilFunction
 
INSTANCE - Static variable in class io.higson.runtime.builtin.implementation.ExistUtilFunction
 
INSTANCE - Static variable in class io.higson.runtime.builtin.implementation.FormatUtilFunction
 
INSTANCE - Static variable in class io.higson.runtime.builtin.implementation.FromUtilFunction
 
INSTANCE - Static variable in class io.higson.runtime.builtin.implementation.GetUtilFunction
 
INSTANCE - Static variable in class io.higson.runtime.builtin.implementation.GreaterThanEqualsUtilFunction
 
INSTANCE - Static variable in class io.higson.runtime.builtin.implementation.GreaterThanUtilFunction
 
INSTANCE - Static variable in class io.higson.runtime.builtin.implementation.IsBlankUtilFunction
 
INSTANCE - Static variable in class io.higson.runtime.builtin.implementation.IsEmptyUtilFunction
 
INSTANCE - Static variable in class io.higson.runtime.builtin.implementation.LessThanEqualsUtilFunction
 
INSTANCE - Static variable in class io.higson.runtime.builtin.implementation.LessThanUtilFunction
 
INSTANCE - Static variable in class io.higson.runtime.builtin.implementation.NotBlankUtilFunction
 
INSTANCE - Static variable in class io.higson.runtime.builtin.implementation.NotEmptyUtilFunction
 
INSTANCE - Static variable in class io.higson.runtime.builtin.implementation.SizeUtilFunction
 
INSTANCE - Static variable in class io.higson.runtime.builtin.implementation.ToUtilFunction
 
INSTANCE - Static variable in class io.higson.runtime.builtin.implementation.TrimUtilFunction
 
INSTANCE - Static variable in class io.higson.runtime.rhino.RhinoDate
 
INSTANCE - Static variable in class io.higson.runtime.rhino.RhinoMath
 
INSTANCE - Static variable in class io.higson.runtime.rhino.RhinoStr
 
INSTANCE - Static variable in class io.higson.runtime.rhino.RhinoUtil
 
INSTANCE - Static variable in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
instanceId() - Method in record class io.higson.runtime.diagnostic.queue.DiagnosticEvent
Returns the value of the instanceId record component.
instances() - Element in annotation interface io.higson.runtime.engine.annotated.annotations.ParamAssembler
Returns data to instantiate assembler class with different constructor arguments.
instances() - Element in annotation interface io.higson.runtime.engine.annotated.annotations.ParamFunctionInvoker
Returns data to instantiate function invoker class with different constructor arguments.
instances() - Element in annotation interface io.higson.runtime.engine.annotated.annotations.ParamFunctionRepository
List of function repository function descriptors - each descriptor creates new instance of function repository.
instances() - Element in annotation interface io.higson.runtime.engine.annotated.annotations.ParamMatcher
Returns data to instantiate matcher class with different constructor arguments.
instances() - Element in annotation interface io.higson.runtime.engine.annotated.annotations.ParamType
Returns data to instantiate type class with different constructor arguments.
INTEGER - Enum constant in enum class io.higson.runtime.flow.ConditionType
 
INTEGER - Enum constant in enum class io.higson.runtime.function.argument.FunctionArgumentDataType
 
INTEGER_TYPE - Static variable in class io.higson.runtime.helper.ConstantsUtil
 
INTEGER_TYPE - Static variable in class io.higson.runtime.helper.TypeConverter
integerArray(int) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
integerArray(Integer...) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
IntegerHolder - Class in io.higson.runtime.engine.types.integer
Class represents IntegerType values.
IntegerHolder(Long) - Constructor for class io.higson.runtime.engine.types.integer.IntegerHolder
The only way to set a value to a holder
integerList(Integer...) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
IntegerRangeIterator - Class in io.higson.runtime.mp.simulation.samples.iterator
Created by Artur Osiak on 14.10.2019
IntegerRangeIterator(RangeBasedSamples<Integer>) - Constructor for class io.higson.runtime.mp.simulation.samples.iterator.IntegerRangeIterator
 
IntegerType - Class in io.higson.runtime.engine.types.integer
A class that defines an integer type, that can be turned on to an engine's type system.
IntegerType - Class in io.higson.runtime.type
 
IntegerType() - Constructor for class io.higson.runtime.engine.types.integer.IntegerType
 
IntegerType() - Constructor for class io.higson.runtime.type.IntegerType
 
intern(int) - Method in class io.higson.runtime.model.MpParameterEntry
 
InternalEvent - Enum Class in io.higson.runtime.diagnostic
Internal events recognized by HigsonFlightRecorder.
IntervalParser - Class in io.higson.runtime.evict
 
intValue() - Method in class io.higson.runtime.engine.core.type.AbstractValueHolder
Returns int value if holder is capable of doing it, otherwise UnsupportedOperationException is thrown.
intValue() - Method in interface io.higson.runtime.engine.core.type.ValueHolder
Get value as primitive int.
intValue() - Method in class io.higson.runtime.engine.types.integer.IntegerHolder
Returns inner value as a primitive integer value.
intValue() - Method in class io.higson.runtime.engine.types.number.NumberHolder
 
intValue() - Method in class io.higson.runtime.model.ObjectValueHolder
 
intValue() - Method in interface io.higson.runtime.model.value.Handle
 
intValue() - Method in class io.higson.runtime.model.value.Property
intValue() - Method in class io.higson.runtime.model.value.ValueProperty
 
intValue(HigsonContext) - Method in class io.higson.runtime.model.DomainAttribute
 
intValue(String) - Method in interface io.higson.runtime.model.value.Handle
Gets value as int from given path.
intValue(String) - Method in class io.higson.runtime.model.value.Property
Gets value as int from given path.
invalidate() - Method in class io.higson.runtime.engine.cache.MapCache
 
invalidate() - Method in class io.higson.runtime.engine.cache.MapPreparedParamCache
 
invalidate() - Method in interface io.higson.runtime.engine.core.function.FunctionCache
Evicts all functions from a cache
invalidate() - Method in interface io.higson.runtime.engine.core.prepared.PreparedParamCache
Invalidate all entries from a cache
invalidate() - Method in class io.higson.runtime.invoker.GroovyFunctionInvoker
 
invalidate() - Method in class io.higson.runtime.invoker.RhinoFunctionInvoker
 
invalidate(int) - Method in class io.higson.runtime.engine.cache.MapPreparedParamCache
will remove: - each parameter with id = [pid] - each slave parameter with mid = [pid]
invalidate(int) - Method in interface io.higson.runtime.engine.core.prepared.PreparedParamCache
Removes entry with a given [id] from a cache
invalidate(int) - Method in class io.higson.runtime.invoker.GroovyFunctionInvoker
 
invalidate(int) - Method in class io.higson.runtime.invoker.python.PythonFunctionInvoker
 
invalidate(int) - Method in class io.higson.runtime.invoker.RhinoFunctionInvoker
 
invalidate(int) - Method in class io.higson.runtime.sync.FunctionRuntimeWatcher
 
invalidate(int) - Method in class io.higson.runtime.sync.ParamRuntimeWatcher
 
invalidate(int) - Method in class io.higson.runtime.sync.RuntimeWatcher
removes element in cache
invalidate(int, TemporalUnit) - Method in class io.higson.runtime.sync.DomainWatcherConfig
Setup lifespan of domain tree within cache.
invalidate(String, String) - Method in class io.higson.runtime.cache.UserRegionVersionCache
 
invalidate(String, String) - Method in class io.higson.runtime.cache.ProfileCache
 
invalidate(String) - Method in class io.higson.runtime.engine.cache.MapCache
 
invalidate(String) - Method in interface io.higson.runtime.engine.core.function.FunctionCache
Evicts function functionName from a cache
invalidate(String) - Method in interface io.higson.runtime.engine.core.prepared.PreparedParamCache
Removes entry with given name.
invalidate(String) - Method in interface io.higson.runtime.version.system.SystemVersionCache
 
invalidate(String) - Method in class io.higson.runtime.version.system.SystemVersionCacheMapImpl
 
invalidateAllCaches() - Method in class io.higson.runtime.core.domain.AbstractDomainCacheManager
 
invalidateAllCaches() - Method in interface io.higson.runtime.core.domain.DomainCacheManager
 
invalidateCache() - Method in interface io.higson.runtime.core.domain.DomainCache
 
invalidateCache() - Method in class io.higson.runtime.core.domain.MpDomainCache
 
invalidateForProfile(String) - Method in class io.higson.runtime.cache.UserRegionVersionCache
 
invalidateForUser(String) - Method in class io.higson.runtime.cache.UserRegionVersionCache
 
invalidateFunction(FunctionCache, int) - Static method in class io.higson.runtime.sync.RuntimeWatcherHelper
 
invalidateOrReload(int) - Method in class io.higson.runtime.sync.FunctionRuntimeWatcher
 
invalidateOrReload(int) - Method in class io.higson.runtime.sync.ParamRuntimeWatcher
 
invalidateOrReload(int) - Method in class io.higson.runtime.sync.RuntimeWatcher
the implementation makes the decision whether the supplied element (id) should be: - only invalidated - invalidated and eagery reloaded - reloaded and hot-swapped
invalidateProfile(String) - Method in interface io.higson.runtime.core.domain.DomainCacheManager
Invalidate entries associated with given profile.
invalidateProfile(String) - Method in class io.higson.runtime.core.domain.MpDomainCacheManager
 
invalidateSessionCache() - Method in class io.higson.runtime.dev.DevModeProvider
 
invalidateTreeVersionCachesAfter(int, TemporalUnit) - Method in interface io.higson.runtime.core.domain.DomainCacheManager
Invalidate domain tree from cache if it's build time exceeds provided combination of given invalidateValue and unit.
invalidateTreeVersionCachesAfter(int, TemporalUnit) - Method in class io.higson.runtime.core.domain.MpDomainCacheManager
 
invalidateUser(String) - Method in class io.higson.runtime.dev.DevModeProvider
 
InvalidBetweenMatcherPatternException - Exception in io.higson.runtime.engine.matchers
 
InvalidBetweenMatcherPatternException(String) - Constructor for exception io.higson.runtime.engine.matchers.InvalidBetweenMatcherPatternException
 
InvalidBetweenMatcherPatternException(String, Throwable) - Constructor for exception io.higson.runtime.engine.matchers.InvalidBetweenMatcherPatternException
 
InvalidContextArgumentsCountException - Exception in io.higson.runtime.engine.core.context
 
InvalidFunctionArgumentDataTypeException - Exception in io.higson.runtime.function.argument
 
InvalidFunctionArgumentDataTypeException(String) - Constructor for exception io.higson.runtime.function.argument.InvalidFunctionArgumentDataTypeException
 
InvalidFunctionArgumentsNumberException - Exception in io.higson.runtime.function.argument
 
InvalidFunctionCascadeRef - Exception in io.higson.runtime.decoder
 
InvalidFunctionCascadeRef(String) - Constructor for exception io.higson.runtime.decoder.InvalidFunctionCascadeRef
 
InvalidFunctionToCallException - Exception in io.higson.runtime.engine.core
 
InvalidFunctionToCallException(String, ValueHolder) - Constructor for exception io.higson.runtime.engine.core.InvalidFunctionToCallException
 
InvalidInputLevelsSizeRuntimeException - Exception in io.higson.runtime.exception
 
InvalidInputLevelsSizeRuntimeException(String) - Constructor for exception io.higson.runtime.exception.InvalidInputLevelsSizeRuntimeException
 
InvalidLevelValuesQuery - Exception in io.higson.runtime.engine.core
When using LevelValues and provided less level values than there are levels defined in parameter.
InvalidParameterCascadeRef - Exception in io.higson.runtime.decoder
 
InvalidParameterCascadeRef(String) - Constructor for exception io.higson.runtime.decoder.InvalidParameterCascadeRef
 
InvalidRowIndexException - Exception in io.higson.runtime.engine.core.output
 
InvalidValueIndexException - Exception in io.higson.runtime.engine.core.output
 
invoke(Function, GroovyCache, Object...) - Method in class io.higson.runtime.invoker.GroovyFunctionInvoker
 
invoke(Function, Object...) - Method in interface io.higson.runtime.engine.core.function.FunctionInvoker
Invoke function, it is a good practice to wrap any outgoing exceptions with SmartParamException with FUNCTION_INVOKE_ERROR reason.
invoke(Function, Object...) - Method in class io.higson.runtime.engine.functions.java.JavaFunctionInvoker
 
invoke(Function, Object...) - Method in class io.higson.runtime.invoker.FlowInvoker
 
invoke(Function, Object...) - Method in class io.higson.runtime.invoker.GroovyFunctionInvoker
 
invoke(Function, Object...) - Method in class io.higson.runtime.invoker.PropFunctionInvoker
 
invoke(Function, Object...) - Method in class io.higson.runtime.invoker.python.PythonFunctionInvoker
 
invoke(Function, Object...) - Method in class io.higson.runtime.invoker.RhinoFunctionInvoker
 
invoke(Object, Method, Object[]) - Method in class io.higson.runtime.profiler.jdbc.proxy.ConnectionProxy
 
invoke(Object, Method, Object[]) - Method in class io.higson.runtime.profiler.jdbc.proxy.PreparedStatementProxy
 
invoke(Object, Method, Object[]) - Method in class io.higson.runtime.profiler.jdbc.proxy.StatementProxy
 
invoke(Interpreter, String, Object[]) - Method in class io.higson.runtime.invoker.python.JepPythonProvider
 
invoke(Interpreter, String, Object[]) - Method in interface io.higson.runtime.invoker.python.PythonProvider
 
invokeFunction(Function, Object...) - Method in class io.higson.runtime.engine.core.function.BasicFunctionManager
 
invokeFunction(Function, Object...) - Method in interface io.higson.runtime.engine.core.function.FunctionManager
 
invokeFunction(Function, Object...) - Method in class io.higson.runtime.function.FunctionManager
 
invokeFunction(String, ParamContext, Object...) - Method in class io.higson.runtime.core.StdFunctionInterceptor
 
invokeFunction(String, ParamContext, Object...) - Method in interface io.higson.runtime.engine.ext.FunctionInvokerInterceptor
 
invokeFunction(String, Object...) - Method in class io.higson.runtime.engine.core.function.BasicFunctionManager
 
invokeFunction(String, Object...) - Method in interface io.higson.runtime.engine.core.function.FunctionManager
 
InvokerRepository - Interface in io.higson.runtime.engine.core.function
 
invokerSetter(Method, Object, Object) - Static method in class io.higson.runtime.engine.util.reflection.ReflectionsHelper
 
invokeSetter(Object, Object) - Method in class io.higson.runtime.engine.util.reflection.ReflectionSetterInvoker
Find and invoke setter on provided object.
io.higson.runtime.alias - package io.higson.runtime.alias
 
io.higson.runtime.builtin.executor - package io.higson.runtime.builtin.executor
 
io.higson.runtime.builtin.implementation - package io.higson.runtime.builtin.implementation
 
io.higson.runtime.builtin.utils - package io.higson.runtime.builtin.utils
 
io.higson.runtime.cache - package io.higson.runtime.cache
 
io.higson.runtime.config - package io.higson.runtime.config
 
io.higson.runtime.constants - package io.higson.runtime.constants
 
io.higson.runtime.context - package io.higson.runtime.context
 
io.higson.runtime.core - package io.higson.runtime.core
 
io.higson.runtime.core.datasource - package io.higson.runtime.core.datasource
 
io.higson.runtime.core.datasource.database - package io.higson.runtime.core.datasource.database
 
io.higson.runtime.core.datasource.snapshot - package io.higson.runtime.core.datasource.snapshot
 
io.higson.runtime.core.datasource.snapshot.domain - package io.higson.runtime.core.datasource.snapshot.domain
 
io.higson.runtime.core.datasource.snapshot.flow - package io.higson.runtime.core.datasource.snapshot.flow
 
io.higson.runtime.core.datasource.snapshot.function - package io.higson.runtime.core.datasource.snapshot.function
 
io.higson.runtime.core.datasource.snapshot.helper - package io.higson.runtime.core.datasource.snapshot.helper
 
io.higson.runtime.core.datasource.snapshot.parameter - package io.higson.runtime.core.datasource.snapshot.parameter
 
io.higson.runtime.core.datasource.snapshot.reader - package io.higson.runtime.core.datasource.snapshot.reader
 
io.higson.runtime.core.datasource.snapshot.version - package io.higson.runtime.core.datasource.snapshot.version
 
io.higson.runtime.core.domain - package io.higson.runtime.core.domain
 
io.higson.runtime.core.ext - package io.higson.runtime.core.ext
 
io.higson.runtime.core.extdatasource - package io.higson.runtime.core.extdatasource
 
io.higson.runtime.core.factory - package io.higson.runtime.core.factory
 
io.higson.runtime.core.logger - package io.higson.runtime.core.logger
 
io.higson.runtime.core.versioninterceptor - package io.higson.runtime.core.versioninterceptor
 
io.higson.runtime.dao - package io.higson.runtime.dao
 
io.higson.runtime.dao.exception - package io.higson.runtime.dao.exception
 
io.higson.runtime.dao.external - package io.higson.runtime.dao.external
 
io.higson.runtime.dao.parameter - package io.higson.runtime.dao.parameter
 
io.higson.runtime.dao.util - package io.higson.runtime.dao.util
 
io.higson.runtime.decoder - package io.higson.runtime.decoder
 
io.higson.runtime.dev - package io.higson.runtime.dev
 
io.higson.runtime.dev.perspective - package io.higson.runtime.dev.perspective
 
io.higson.runtime.diagnostic - package io.higson.runtime.diagnostic
 
io.higson.runtime.diagnostic.callstack - package io.higson.runtime.diagnostic.callstack
 
io.higson.runtime.diagnostic.flush - package io.higson.runtime.diagnostic.flush
 
io.higson.runtime.diagnostic.info - package io.higson.runtime.diagnostic.info
 
io.higson.runtime.diagnostic.metrics - package io.higson.runtime.diagnostic.metrics
 
io.higson.runtime.diagnostic.persister - package io.higson.runtime.diagnostic.persister
 
io.higson.runtime.diagnostic.queue - package io.higson.runtime.diagnostic.queue
 
io.higson.runtime.diagnostic.threadstate - package io.higson.runtime.diagnostic.threadstate
 
io.higson.runtime.distinct - package io.higson.runtime.distinct
 
io.higson.runtime.domain - package io.higson.runtime.domain
 
io.higson.runtime.engine.annotated - package io.higson.runtime.engine.annotated
 
io.higson.runtime.engine.annotated.annotations - package io.higson.runtime.engine.annotated.annotations
 
io.higson.runtime.engine.annotated.initialization - package io.higson.runtime.engine.annotated.initialization
 
io.higson.runtime.engine.annotated.repository - package io.higson.runtime.engine.annotated.repository
 
io.higson.runtime.engine.annotated.scanner - package io.higson.runtime.engine.annotated.scanner
 
io.higson.runtime.engine.cache - package io.higson.runtime.engine.cache
 
io.higson.runtime.engine.config - package io.higson.runtime.engine.config
 
io.higson.runtime.engine.config.initialization - package io.higson.runtime.engine.config.initialization
 
io.higson.runtime.engine.config.pico - package io.higson.runtime.engine.config.pico
 
io.higson.runtime.engine.core - package io.higson.runtime.engine.core
 
io.higson.runtime.engine.core.context - package io.higson.runtime.engine.core.context
 
io.higson.runtime.engine.core.decoder - package io.higson.runtime.engine.core.decoder
 
io.higson.runtime.engine.core.exception - package io.higson.runtime.engine.core.exception
 
io.higson.runtime.engine.core.function - package io.higson.runtime.engine.core.function
 
io.higson.runtime.engine.core.index - package io.higson.runtime.engine.core.index
 
io.higson.runtime.engine.core.matcher - package io.higson.runtime.engine.core.matcher
 
io.higson.runtime.engine.core.output - package io.higson.runtime.engine.core.output
 
io.higson.runtime.engine.core.parameter - package io.higson.runtime.engine.core.parameter
 
io.higson.runtime.engine.core.prepared - package io.higson.runtime.engine.core.prepared
 
io.higson.runtime.engine.core.repository - package io.higson.runtime.engine.core.repository
 
io.higson.runtime.engine.core.type - package io.higson.runtime.engine.core.type
 
io.higson.runtime.engine.ext - package io.higson.runtime.engine.ext
 
io.higson.runtime.engine.functions.java - package io.higson.runtime.engine.functions.java
 
io.higson.runtime.engine.matchers - package io.higson.runtime.engine.matchers
 
io.higson.runtime.engine.types.bool - package io.higson.runtime.engine.types.bool
 
io.higson.runtime.engine.types.date - package io.higson.runtime.engine.types.date
 
io.higson.runtime.engine.types.datetime - package io.higson.runtime.engine.types.datetime
 
io.higson.runtime.engine.types.integer - package io.higson.runtime.engine.types.integer
 
io.higson.runtime.engine.types.number - package io.higson.runtime.engine.types.number
 
io.higson.runtime.engine.types.string - package io.higson.runtime.engine.types.string
 
io.higson.runtime.engine.util - package io.higson.runtime.engine.util
 
io.higson.runtime.engine.util.reflection - package io.higson.runtime.engine.util.reflection
 
io.higson.runtime.evict - package io.higson.runtime.evict
 
io.higson.runtime.exception - package io.higson.runtime.exception
 
io.higson.runtime.ext.adapter - package io.higson.runtime.ext.adapter
 
io.higson.runtime.flow - package io.higson.runtime.flow
 
io.higson.runtime.flow.dto - package io.higson.runtime.flow.dto
 
io.higson.runtime.flow.trace - package io.higson.runtime.flow.trace
 
io.higson.runtime.function - package io.higson.runtime.function
 
io.higson.runtime.function.argument - package io.higson.runtime.function.argument
 
io.higson.runtime.function.groovy.shell - package io.higson.runtime.function.groovy.shell
 
io.higson.runtime.function.log - package io.higson.runtime.function.log
 
io.higson.runtime.helper - package io.higson.runtime.helper
 
io.higson.runtime.helper.parser - package io.higson.runtime.helper.parser
 
io.higson.runtime.helper.snapshot - package io.higson.runtime.helper.snapshot
 
io.higson.runtime.helper.uid - package io.higson.runtime.helper.uid
 
io.higson.runtime.hilo - package io.higson.runtime.hilo
 
io.higson.runtime.invoker - package io.higson.runtime.invoker
 
io.higson.runtime.invoker.context - package io.higson.runtime.invoker.context
 
io.higson.runtime.invoker.python - package io.higson.runtime.invoker.python
 
io.higson.runtime.level - package io.higson.runtime.level
 
io.higson.runtime.marshaller - package io.higson.runtime.marshaller
 
io.higson.runtime.matcher - package io.higson.runtime.matcher
 
io.higson.runtime.model - package io.higson.runtime.model
 
io.higson.runtime.model.def - package io.higson.runtime.model.def
 
io.higson.runtime.model.proxy - package io.higson.runtime.model.proxy
 
io.higson.runtime.model.region - package io.higson.runtime.model.region
 
io.higson.runtime.model.value - package io.higson.runtime.model.value
 
io.higson.runtime.mp.simulation - package io.higson.runtime.mp.simulation
 
io.higson.runtime.mp.simulation.event - package io.higson.runtime.mp.simulation.event
 
io.higson.runtime.mp.simulation.samples - package io.higson.runtime.mp.simulation.samples
 
io.higson.runtime.mp.simulation.samples.iterator - package io.higson.runtime.mp.simulation.samples.iterator
 
io.higson.runtime.prefetch - package io.higson.runtime.prefetch
 
io.higson.runtime.profiler - package io.higson.runtime.profiler
 
io.higson.runtime.profiler.attribute - package io.higson.runtime.profiler.attribute
 
io.higson.runtime.profiler.callstack - package io.higson.runtime.profiler.callstack
 
io.higson.runtime.profiler.engine - package io.higson.runtime.profiler.engine
 
io.higson.runtime.profiler.jdbc - package io.higson.runtime.profiler.jdbc
 
io.higson.runtime.profiler.jdbc.proxy - package io.higson.runtime.profiler.jdbc.proxy
 
io.higson.runtime.provider - package io.higson.runtime.provider
 
io.higson.runtime.provider.ai - package io.higson.runtime.provider.ai
 
io.higson.runtime.provider.external - package io.higson.runtime.provider.external
 
io.higson.runtime.proxy - package io.higson.runtime.proxy
 
io.higson.runtime.reload - package io.higson.runtime.reload
 
io.higson.runtime.rhino - package io.higson.runtime.rhino
 
io.higson.runtime.rhino.domain - package io.higson.runtime.rhino.domain
 
io.higson.runtime.rhino.helper - package io.higson.runtime.rhino.helper
 
io.higson.runtime.rhino.value - package io.higson.runtime.rhino.value
 
io.higson.runtime.sandbox - package io.higson.runtime.sandbox
 
io.higson.runtime.sorter - package io.higson.runtime.sorter
 
io.higson.runtime.sorter.comparator - package io.higson.runtime.sorter.comparator
 
io.higson.runtime.sorter.exception - package io.higson.runtime.sorter.exception
 
io.higson.runtime.sql - package io.higson.runtime.sql
 
io.higson.runtime.sql.dialect - package io.higson.runtime.sql.dialect
 
io.higson.runtime.sql.dialect.exception - package io.higson.runtime.sql.dialect.exception
 
io.higson.runtime.sync - package io.higson.runtime.sync
 
io.higson.runtime.sync.diff - package io.higson.runtime.sync.diff
 
io.higson.runtime.sync.event - package io.higson.runtime.sync.event
 
io.higson.runtime.type - package io.higson.runtime.type
 
io.higson.runtime.utils - package io.higson.runtime.utils
 
io.higson.runtime.utils.hash - package io.higson.runtime.utils.hash
 
io.higson.runtime.validation - package io.higson.runtime.validation
 
io.higson.runtime.version - package io.higson.runtime.version
 
io.higson.runtime.version.system - package io.higson.runtime.version.system
 
isAiModelSource() - Method in interface io.higson.runtime.engine.core.parameter.Parameter
 
isAnyRoot() - Method in class io.higson.runtime.model.TreeDomain
 
isArray() - Method in interface io.higson.runtime.engine.core.parameter.Level
Is level an array of values.
isArray(int) - Method in class io.higson.runtime.engine.core.output.MultiValue
 
isArray(String) - Method in class io.higson.runtime.engine.core.output.MultiValue
 
isAttrDefined(String) - Method in interface io.higson.runtime.model.DomainObject
 
isAttrDefined(String) - Method in class io.higson.runtime.model.DomainObjectImpl
 
isAttrDefined(String) - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
isAttrDefined(String) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
isAttrSet(String) - Method in interface io.higson.runtime.model.DomainObject
 
isAttrSet(String) - Method in class io.higson.runtime.model.DomainObjectImpl
 
isAttrSet(String) - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
isAttrSet(String) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
isBeingReloaded() - Method in class io.higson.runtime.engine.core.prepared.PreparedParameter
 
isBlank() - Method in class io.higson.runtime.core.EmptyParamValue
Always returns true.
isBlank() - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
isBlank() - Method in class io.higson.runtime.engine.core.output.MultiValue
 
isBlank() - Method in interface io.higson.runtime.engine.core.output.ParamValue
ParamValue is blank iff - it is empty - or each row is blank (see: MultiValue.isBlank)
isBlank() - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
isBlank() - Method in class io.higson.runtime.engine.core.type.AbstractValueHolder
 
isBlank() - Method in interface io.higson.runtime.engine.core.type.ValueHolder
Is held value null or blank.
isBlank() - Method in class io.higson.runtime.engine.types.string.StringHolder
 
isBlank() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
isBlank() - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
isBlank(CharSequence) - Static method in class io.higson.runtime.helper.StrUtil
 
isBlank(Object) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
IsBlankUtilFunction - Class in io.higson.runtime.builtin.implementation
This class represents a utility function for checking a value from the Higson context is blank.
IsBlankUtilFunction() - Constructor for class io.higson.runtime.builtin.implementation.IsBlankUtilFunction
 
isCacheable() - Method in interface io.higson.runtime.engine.core.parameter.Parameter
Whether parameter's search index is stored in cache.
isChangeCopyFrom(Integer) - Method in class io.higson.runtime.model.TreeDomain
 
isCollection() - Method in class io.higson.runtime.model.def.PropertyDef
 
isCollection() - Method in class io.higson.runtime.model.value.CollectionProperty
 
isCollection() - Method in interface io.higson.runtime.model.value.Handle
Is property a collection type.
isCollection() - Method in class io.higson.runtime.model.value.Property
Is property a collection type.
isComparable() - Method in class io.higson.runtime.engine.core.type.AbstractValueHolder
 
isComparable() - Method in interface io.higson.runtime.engine.core.type.ValueHolder
Does held value implement Comparable interface.
isComparable() - Method in class io.higson.runtime.model.ObjectValueHolder
 
isCompound() - Method in class io.higson.runtime.model.def.TypeDef
 
isCompoundType() - Method in class io.higson.runtime.model.def.PropertyDef
 
isCreate() - Method in class io.higson.runtime.dev.perspective.RuntimeSessionElement
 
isCreateOrUpdate() - Method in class io.higson.runtime.dev.perspective.RuntimeSessionElement
 
isDebug() - Method in class io.higson.runtime.function.log.ListenableLogger
 
isDebug() - Method in interface io.higson.runtime.function.log.RuntimeLogger
 
isDelete() - Method in class io.higson.runtime.dev.perspective.RuntimeSessionElement
 
isDeveloperMode() - Method in class io.higson.runtime.core.HigsonEngineFactory
Checks if developerMode is ON or OFF.
isDictionary() - Method in interface io.higson.runtime.engine.core.parameter.Parameter
 
isDifferent(ExtMatrixFingerprint) - Method in class io.higson.runtime.provider.external.ExtMatrixFingerprint
 
isDirectory(Path) - Method in class io.higson.runtime.helper.snapshot.FileSystemSnapshotHelper
 
isDirectory(Path) - Method in interface io.higson.runtime.helper.snapshot.SnapshotFileHelper
 
isDirectory(Path, String) - Method in class io.higson.runtime.helper.snapshot.FileSystemSnapshotHelper
 
isDirectory(Path, String) - Method in interface io.higson.runtime.helper.snapshot.SnapshotFileHelper
 
isEligibleForHotswap(int) - Method in class io.higson.runtime.reload.DefaultReloader
 
isEligibleForHotswap(int) - Method in class io.higson.runtime.reload.PolicyBasedReloader
 
isEligibleForHotswap(int) - Method in interface io.higson.runtime.reload.Reloader
Check if a given parameter should be hot-swapped.
isEligibleForReload(int) - Method in class io.higson.runtime.reload.DefaultReloader
 
isEligibleForReload(int) - Method in class io.higson.runtime.reload.PolicyBasedReloader
 
isEligibleForReload(int) - Method in interface io.higson.runtime.reload.Reloader
Check if a given parameter should be eagerly reloaded after invalidation.
isEmpty() - Method in class io.higson.runtime.core.EmptyParamValue
Always returns true.
isEmpty() - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
isEmpty() - Method in interface io.higson.runtime.engine.core.output.ParamValue
ParamValue is empty iff it has 0 rows
isEmpty() - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
isEmpty() - Method in class io.higson.runtime.ext.adapter.CollectionAdapter
 
isEmpty() - Method in class io.higson.runtime.profiler.callstack.DiagnosticCallStack
 
isEmpty() - Method in class io.higson.runtime.proxy.HigsonEntityList
 
isEmpty() - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
isEmpty(CharSequence) - Static method in class io.higson.runtime.helper.StrUtil
 
isEmpty(Object) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
IsEmptyUtilFunction - Class in io.higson.runtime.builtin.implementation
This class represents a utility function for checking a value from the Higson context is empty.
IsEmptyUtilFunction() - Constructor for class io.higson.runtime.builtin.implementation.IsEmptyUtilFunction
 
isEntity() - Method in class io.higson.runtime.model.value.EntityProperty
 
isEntity() - Method in interface io.higson.runtime.model.value.Handle
Is property an entity.
isEntity() - Method in class io.higson.runtime.model.value.Property
Is property an entity.
isEntityType() - Method in class io.higson.runtime.model.def.PropertyDef
 
isEqualTo(String) - Method in enum class io.higson.runtime.function.FunctionType
 
isError() - Method in class io.higson.runtime.function.log.ListenableLogger
 
isError() - Method in interface io.higson.runtime.function.log.RuntimeLogger
 
isExpired(int) - Method in class io.higson.runtime.dev.UserViewHolder
 
isExpired(long, int) - Method in class io.higson.runtime.dev.UserViewHolder
 
isFile(Path, String) - Method in class io.higson.runtime.helper.snapshot.FileSystemSnapshotHelper
 
isFile(Path, String) - Method in interface io.higson.runtime.helper.snapshot.SnapshotFileHelper
 
isFile(Path, String, String) - Method in class io.higson.runtime.helper.snapshot.FileSystemSnapshotHelper
 
isFile(Path, String, String) - Method in interface io.higson.runtime.helper.snapshot.SnapshotFileHelper
 
isFileAcceptable(Path) - Method in class io.higson.runtime.core.datasource.snapshot.domain.DomainImportFilesProcessor
 
isFirstWorkDayOfMonth(Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Checks if given date is both a first day of a month and a work day.
isFlow(String) - Static method in enum class io.higson.runtime.model.Type
 
isFunction(String) - Static method in enum class io.higson.runtime.model.Type
 
isGmoManaged(SandboxAttrGmoPersistence) - Static method in enum class io.higson.runtime.sandbox.SandboxAttrGmoPersistence
 
isGmoManaged(String) - Static method in enum class io.higson.runtime.sandbox.SandboxAttrGmoPersistence
 
isIdleTimeExceeded() - Method in class io.higson.runtime.engine.core.prepared.PreparedParameter
 
isIgnoreCase() - Method in class io.higson.runtime.sorter.SortColumn
 
isIgnoreCase(String) - Static method in enum class io.higson.runtime.builtin.implementation.TextNormalizationOptions
 
isInfo() - Method in class io.higson.runtime.function.log.ListenableLogger
 
isInfo() - Method in interface io.higson.runtime.function.log.RuntimeLogger
 
isInPeriod(long, long, long) - Static method in class io.higson.runtime.rhino.RhinoDate
Works the same as RhinoDate.isInPeriod(Date, Date, Date), but for longs.
isInPeriod(Date, Date, Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Checks if given dateToCheck is within boundaries.
isInPeriodInclusive(long, long, long) - Static method in class io.higson.runtime.rhino.RhinoDate
Works the same as RhinoDate.isInPeriodInclusive(Date, Date, Date), but for longs.
isInPeriodInclusive(Date, Date, Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Checks if given dateToCheck is within boundaries.
isInteger(String) - Static method in class io.higson.runtime.helper.StrUtil
 
isLastDayOfMonth(Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Checks if given date is last date of a month.
isLeaf() - Method in class io.higson.runtime.engine.core.index.LevelNode
 
isLeapYear(int) - Static method in class io.higson.runtime.rhino.RhinoDate
Verifies if given year is a leap year.
isLink() - Method in class io.higson.runtime.model.Parameter
 
isLocalAttr(String) - Method in interface io.higson.runtime.model.DomainObject
 
isLocalAttr(String) - Method in class io.higson.runtime.model.DomainObjectImpl
 
isLocalAttr(String) - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
isNotEmpty() - Method in class io.higson.runtime.ext.adapter.CollectionAdapter
 
isNotEmpty() - Method in class io.higson.runtime.marshaller.ExpFragment
 
isNotIdentical() - Method in class io.higson.runtime.alias.LevelMapper
 
isNotNull() - Method in class io.higson.runtime.engine.core.prepared.PreparedParameter
 
isNotNull() - Method in class io.higson.runtime.engine.core.type.AbstractValueHolder
 
isNotNull() - Method in interface io.higson.runtime.engine.core.type.ValueHolder
Is held value not null.
isNotSaved() - Method in class io.higson.runtime.model.value.Bundle
Checks if bundle was not saved yet.
isNull() - Method in class io.higson.runtime.engine.core.type.AbstractValueHolder
 
isNull() - Method in interface io.higson.runtime.engine.core.type.ValueHolder
Is held value null.
isNullable() - Method in interface io.higson.runtime.engine.core.parameter.Parameter
Can parameter return null-value, which means that there might be no matching parameter row for given input levels values.
isOpen() - Method in class io.higson.runtime.helper.parser.LimitCache
 
isParameter(String) - Static method in enum class io.higson.runtime.model.Type
 
isPersistent() - Method in class io.higson.runtime.model.def.EntityType
 
isPersistent() - Method in interface io.higson.runtime.model.value.Handle
Is property in persistent state.
isPersistent() - Method in class io.higson.runtime.model.value.Property
Is property in persistent state.
isPersistent() - Method in class io.higson.runtime.sandbox.GmoSandboxAttribute
 
isPersistent() - Method in class io.higson.runtime.sandbox.GmoSandboxEntity
Entity is marked as persistent if at least 1 attribute is persistent.
isPossiblyCascadeExpression(String) - Static method in enum class io.higson.runtime.model.Type
 
isPropFunction(String) - Static method in class io.higson.runtime.provider.MpPropFunctionProvider
 
isRealChild(Integer) - Method in class io.higson.runtime.model.DomainObjectImpl
 
isRef() - Method in interface io.higson.runtime.model.value.Handle
Is property a reference type.
isRef() - Method in class io.higson.runtime.model.value.RefProperty
Is property a reference type.
isReference(String) - Static method in enum class io.higson.runtime.constants.ReferencePrefix
Returns true if given text properly represents reference for any Higson object.
isReferenceInCollection(String, Integer) - Method in class io.higson.runtime.model.DomainObjectImpl
 
isReverseMatcher() - Method in interface io.higson.runtime.engine.core.parameter.Level
Is matcher in reverse state
isReverseMatcher(int) - Method in class io.higson.runtime.engine.core.index.LevelIndex
 
isRoot() - Method in class io.higson.runtime.model.def.BundleDef
 
isRoot() - Method in class io.higson.runtime.model.def.EntityType
 
isRoot() - Method in interface io.higson.runtime.model.DomainObject
 
isRoot() - Method in class io.higson.runtime.model.DomainObjectImpl
 
isRoot() - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
isRoot() - Method in class io.higson.runtime.model.value.Bundle
Since bundle is always a root, it will return true.
isRoot() - Method in interface io.higson.runtime.model.value.Handle
Is property a root element.
isRoot() - Method in class io.higson.runtime.model.value.Property
Is property a root element.
isRoot() - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
isRootPath(String) - Method in class io.higson.runtime.model.TreeDomain
 
isRunning() - Method in class io.higson.runtime.sync.BaseWatcher
 
isSaved() - Method in class io.higson.runtime.model.value.Bundle
Checks if bundle was saved already.
isSimple() - Method in class io.higson.runtime.model.def.TypeDef
 
isSimpleType() - Method in class io.higson.runtime.model.def.PropertyDef
 
isSimpleType() - Method in class io.higson.runtime.sandbox.GmoSandboxAttribute
 
isSuccess() - Method in class io.higson.runtime.sorter.SortConfigValidationResult
 
isText() - Method in class io.higson.runtime.sorter.SortColumn
 
isTheSame(ExtMatrixFingerprint) - Method in class io.higson.runtime.provider.external.ExtMatrixFingerprint
 
isTrace() - Method in class io.higson.runtime.function.log.ListenableLogger
 
isTrace() - Method in interface io.higson.runtime.function.log.RuntimeLogger
 
isTransient() - Method in class io.higson.runtime.model.def.EntityType
 
isTransient() - Method in class io.higson.runtime.model.def.PropertyDef
 
isTransient() - Method in interface io.higson.runtime.model.value.Handle
Is property in transient state.
isTransient() - Method in class io.higson.runtime.model.value.Property
Is property in transient state.
isTransient() - Method in class io.higson.runtime.sandbox.GmoSandboxAttribute
 
isTransient() - Method in class io.higson.runtime.sandbox.GmoSandboxEntity
 
isTrim(String) - Static method in enum class io.higson.runtime.builtin.implementation.TextNormalizationOptions
 
isUpdate() - Method in class io.higson.runtime.dev.perspective.RuntimeSessionElement
 
isUppercaseLetter(char) - Static method in class io.higson.runtime.helper.AsciiUtil
is [c] valid 7-bit upper letter
isUtilFunction(String) - Static method in enum class io.higson.runtime.model.Type
 
isValid() - Method in class io.higson.runtime.model.TreeDomain
 
isValid(String, String, Set<Integer>) - Method in interface io.higson.runtime.core.domain.DomainCacheManager
 
isValidateFunctionArgumentsDataTypes() - Method in class io.higson.runtime.core.HigsonEngineFactory
 
isValue() - Method in interface io.higson.runtime.model.value.Handle
Is property a value type.
isValue() - Method in class io.higson.runtime.model.value.Property
Is property a value type.
isValue() - Method in class io.higson.runtime.model.value.ValueProperty
 
isValueNeverNull() - Method in class io.higson.runtime.core.HigsonEngineImpl
Deprecated.
Shouldn't be exposed. Will be removed in the future.
isWarn() - Method in class io.higson.runtime.function.log.ListenableLogger
 
isWarn() - Method in interface io.higson.runtime.function.log.RuntimeLogger
 
isWorkDay(Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Checks if given date is work date.
isWrapperFor(Class<?>) - Method in class io.higson.runtime.profiler.jdbc.proxy.DataSourceProxy
 
ItemsContainer<T> - Interface in io.higson.runtime.engine.core.repository
General item container contract.
iterator() - Method in class io.higson.runtime.context.AppCtxCollection
 
iterator() - Method in class io.higson.runtime.context.BundleCollectionAdapter
 
iterator() - Method in class io.higson.runtime.core.EmptyParamValue
Always returns iterator of empty list.
iterator() - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
iterator() - Method in class io.higson.runtime.engine.annotated.PackageList
 
iterator() - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
iterator() - Method in class io.higson.runtime.ext.adapter.CollectionAdapter
 
iterator() - Method in class io.higson.runtime.model.value.CollectionProperty
 
iterator() - Method in class io.higson.runtime.model.value.Property
.
iterator() - Method in class io.higson.runtime.mp.simulation.samples.RangeBasedSamples
 
iterator() - Method in interface io.higson.runtime.mp.simulation.samples.Samples
 
iterator() - Method in class io.higson.runtime.mp.simulation.samples.Samples.ListBasedSamples
 
iterator() - Method in class io.higson.runtime.proxy.HigsonEntityList
 
iterator() - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
iterator() - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 

J

JavaFunction - Class in io.higson.runtime.engine.functions.java
Implementacja funkcji (z repozytorium funkcji modulu parametrycznego) oparta na metodzie dowolnego obiektu Java.
JavaFunction - Class in io.higson.runtime.model
 
JavaFunction(int, String, String, String, Date) - Constructor for class io.higson.runtime.model.JavaFunction
 
JavaFunction(String, String, Method) - Constructor for class io.higson.runtime.engine.functions.java.JavaFunction
 
JavaFunctionInvocationException - Exception in io.higson.runtime.engine.functions.java
 
JavaFunctionInvoker - Class in io.higson.runtime.engine.functions.java
 
JavaFunctionInvoker() - Constructor for class io.higson.runtime.engine.functions.java.JavaFunctionInvoker
 
JavaPlugin - Annotation Interface in io.higson.runtime.engine.annotated.annotations
Marks function that should be included in Java function repository as a plugin.
jdbcDriverClassName() - Method in class io.higson.runtime.sql.dialect.H2RuntimeDialect
 
jdbcDriverClassName() - Method in class io.higson.runtime.sql.dialect.HsqlRuntimeDialect
 
jdbcDriverClassName() - Method in class io.higson.runtime.sql.dialect.MsSQLRuntimeDialect
 
jdbcDriverClassName() - Method in class io.higson.runtime.sql.dialect.MySQLRuntimeDialect
 
jdbcDriverClassName() - Method in class io.higson.runtime.sql.dialect.OracleRuntimeDialect
 
jdbcDriverClassName() - Method in class io.higson.runtime.sql.dialect.PostgresqlRuntimeDialect
 
jdbcDriverClassName() - Method in interface io.higson.runtime.sql.RuntimeDialect
 
JdbcProfiler - Class in io.higson.runtime.profiler.jdbc
 
JdbcProfiler() - Constructor for class io.higson.runtime.profiler.jdbc.JdbcProfiler
 
JepPythonProvider - Class in io.higson.runtime.invoker.python
 
JepPythonProvider(HigsonFlightRecorder) - Constructor for class io.higson.runtime.invoker.python.JepPythonProvider
 
JepPythonProvider(PythonInterpreterType, List<String>, HigsonFlightRecorder) - Constructor for class io.higson.runtime.invoker.python.JepPythonProvider
 
JepPythonProvider(PythonInterpreterType, JepConfig, List<String>, HigsonFlightRecorder) - Constructor for class io.higson.runtime.invoker.python.JepPythonProvider
 
julianDay(int, int, int) - Static method in class io.higson.runtime.rhino.RhinoDate
Read more about here: http://en.wikipedia.org/wiki/Julian_day
julianDay(Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Read more about here: http://en.wikipedia.org/wiki/Julian_day
julianDayDiff(Date, Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Read more about here: http://en.wikipedia.org/wiki/Julian_day Difference between to julian days.

K

key(Object...) - Method in class io.higson.runtime.profiler.CommonProfiler
 

L

label() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Returns the value of the label record component.
lastIndexOf(Object) - Method in class io.higson.runtime.proxy.HigsonEntityList
 
le(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
LE - Enum constant in enum class io.higson.runtime.flow.dto.RelationalOperator
 
LeaveNodeEvent - Class in io.higson.runtime.flow.trace
 
LeaveNodeEvent(String, String, Supplier<List<Variable>>) - Constructor for class io.higson.runtime.flow.trace.LeaveNodeEvent
 
len(String) - Static method in class io.higson.runtime.rhino.RhinoStr
Returns the length of the String or 0 if the string is null.
length(Object) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
LessThanEqualsUtilFunction - Class in io.higson.runtime.builtin.implementation
 
LessThanEqualsUtilFunction() - Constructor for class io.higson.runtime.builtin.implementation.LessThanEqualsUtilFunction
 
LessThanUtilFunction - Class in io.higson.runtime.builtin.implementation
 
LessThanUtilFunction() - Constructor for class io.higson.runtime.builtin.implementation.LessThanUtilFunction
 
Level - Interface in io.higson.runtime.engine.core.parameter
Depth of parameter.
LevelArraySplitter - Class in io.higson.runtime.level
 
LevelArraySplitter() - Constructor for class io.higson.runtime.level.LevelArraySplitter
 
LevelArraySplitter.DecoderConfiguration - Class in io.higson.runtime.level
 
LevelArraySplitter.SplitConfiguration - Class in io.higson.runtime.level
 
LevelConstants - Enum Class in io.higson.runtime.helper
 
levelCreator() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetailsInputLevel
Returns the value of the levelCreator record component.
LevelIndex<T> - Class in io.higson.runtime.engine.core.index
Parameter index - tree structure for efficient parameter lookup.
LevelIndex(int) - Constructor for class io.higson.runtime.engine.core.index.LevelIndex
Create new empty index with default matchers and types.
LevelIndex(int, Type<? extends ValueHolder>[], Matcher...) - Constructor for class io.higson.runtime.engine.core.index.LevelIndex
 
LevelIndex(int, Type<? extends ValueHolder>[], Matcher[], boolean[]) - Constructor for class io.higson.runtime.engine.core.index.LevelIndex
Create new empty index with parameter metadata.
LevelMapper - Class in io.higson.runtime.alias
 
LevelMapper(Parameter, Parameter) - Constructor for class io.higson.runtime.alias.LevelMapper
 
LevelNode<T> - Class in io.higson.runtime.engine.core.index
 
LevelNode(LevelIndex<T>) - Constructor for class io.higson.runtime.engine.core.index.LevelNode
 
LevelNode(String, LevelIndex<T>) - Constructor for class io.higson.runtime.engine.core.index.LevelNode
 
LevelPreparer - Interface in io.higson.runtime.engine.core.prepared
 
LevelValues - Class in io.higson.runtime.engine.core.context
Simple parameter evaluation context that uses values provided directly by user.
LevelValues(Object...) - Constructor for class io.higson.runtime.engine.core.context.LevelValues
 
LevelValuesFlattener - Class in io.higson.runtime.engine.core.context
 
LIFE - Enum constant in enum class io.higson.runtime.constants.FunctionCode
 
LikeMatcher - Class in io.higson.runtime.matcher
 
LikeMatcher() - Constructor for class io.higson.runtime.matcher.LikeMatcher
 
LimitCache<K,V> - Class in io.higson.runtime.helper.parser
This is a very fast cache that implements memoization of pure functions.
LimitCache(String) - Constructor for class io.higson.runtime.helper.parser.LimitCache
 
LimitCache(String, int) - Constructor for class io.higson.runtime.helper.parser.LimitCache
 
line(String) - Method in class io.higson.runtime.invoker.RhinoPreparedScript
 
Link - Class in io.higson.runtime.flow
One of condition fields should be defined
Link() - Constructor for class io.higson.runtime.flow.Link
 
LinkDto - Class in io.higson.runtime.flow.dto
One of condition fields should be defined
LinkDto() - Constructor for class io.higson.runtime.flow.dto.LinkDto
 
linkedHashMap(Object...) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
list() - Method in class io.higson.runtime.engine.cache.MapCache
 
list() - Method in interface io.higson.runtime.engine.core.function.FunctionCache
Returs all cache entries as snapshot.
list() - Method in interface io.higson.runtime.engine.core.prepared.PreparedParamCache
Returns all cache entries as snapshot.
list() - Static method in class io.higson.runtime.rhino.RhinoUtil
 
list(Object...) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
LIST_BASED - Enum constant in enum class io.higson.runtime.mp.simulation.samples.SamplesType
 
ListBasedSamples(List<V>) - Constructor for class io.higson.runtime.mp.simulation.samples.Samples.ListBasedSamples
 
listen(Level, String) - Method in interface io.higson.runtime.function.log.LogListener
 
ListenableLogger - Class in io.higson.runtime.function.log
 
ListenableLogger(RuntimeLogger, Collection<LogListener>) - Constructor for class io.higson.runtime.function.log.ListenableLogger
 
ListenerSupport<T> - Class in io.higson.runtime.mp.simulation.event
 
ListenerSupport() - Constructor for class io.higson.runtime.mp.simulation.event.ListenerSupport
 
listExternalDataSources() - Method in class io.higson.runtime.core.extdatasource.ExternalDataSourceProvider
 
listIterator() - Method in class io.higson.runtime.proxy.HigsonEntityList
 
listIterator(int) - Method in class io.higson.runtime.proxy.HigsonEntityList
 
listParameters() - Method in interface io.higson.runtime.engine.core.parameter.ParamRepository
Returns set of all parameter names kept in this repository.
listParameters() - Method in class io.higson.runtime.provider.MpParameterProvider
 
ListRepository<V> - Class in io.higson.runtime.engine.core.repository
 
ListRepository(Class<?>) - Constructor for class io.higson.runtime.engine.core.repository.ListRepository
 
LITERAL - Enum constant in enum class io.higson.runtime.decoder.CascadeArgType
 
LITERAL - Enum constant in enum class io.higson.runtime.flow.dto.ConditionInputType
 
LITERAL - Enum constant in enum class io.higson.runtime.flow.dto.SourceType
predefined
LITERAL - Enum constant in enum class io.higson.runtime.model.Type
 
load(String) - Method in class io.higson.runtime.engine.core.parameter.BasicParameterProvider
 
load(String) - Method in interface io.higson.runtime.engine.core.parameter.ParameterProvider
 
load(String) - Method in interface io.higson.runtime.engine.core.parameter.ParamRepository
Load parameter.
load(String) - Method in class io.higson.runtime.provider.MpParameterProvider
 
loadAiModel(Parameter) - Method in class io.higson.runtime.provider.ai.NoOpParameterAiModelService
 
loadAiModel(Parameter) - Method in interface io.higson.runtime.provider.ai.ParameterAiModelService
 
loadAiModel(Parameter) - Method in class io.higson.runtime.provider.ai.ParameterAiModelServiceImpl
 
loadClass(ClassLoader, String) - Static method in class io.higson.runtime.engine.util.reflection.ReflectionsHelper
 
loadFunction(String) - Method in class io.higson.runtime.engine.annotated.repository.AbstractScanningJavaFunctionRepository
 
loadFunction(String) - Method in interface io.higson.runtime.engine.core.function.FunctionRepository
Should return instance of function or null if was not found.
loadFunction(String) - Method in class io.higson.runtime.provider.MpFunctionProvider
 
loadFunction(String) - Method in class io.higson.runtime.provider.MpPropFunctionProvider
 
LoadTime - Class in io.higson.runtime.dao.util
 
LoadTime() - Constructor for class io.higson.runtime.dao.util.LoadTime
 
LobData - Class in io.higson.runtime.marshaller
 
LOCALDATE - Enum constant in enum class io.higson.runtime.flow.ConditionType
 
LOCALDATE - Enum constant in enum class io.higson.runtime.function.argument.FunctionArgumentDataType
 
LOCALDATE_TYPE - Static variable in class io.higson.runtime.helper.ConstantsUtil
 
LOCALDATE_TYPE - Static variable in class io.higson.runtime.helper.TypeConverter
LocalDateHolder - Class in io.higson.runtime.engine.types.date
 
LocalDateHolder() - Constructor for class io.higson.runtime.engine.types.date.LocalDateHolder
 
LOCALDATETIME - Enum constant in enum class io.higson.runtime.flow.ConditionType
 
LOCALDATETIME - Enum constant in enum class io.higson.runtime.function.argument.FunctionArgumentDataType
 
LOCALDATETIME_TYPE - Static variable in class io.higson.runtime.helper.ConstantsUtil
 
LOCALDATETIME_TYPE - Static variable in class io.higson.runtime.helper.TypeConverter
LocalDateTimeHolder - Class in io.higson.runtime.engine.types.datetime
 
LocalDateTimeHolder() - Constructor for class io.higson.runtime.engine.types.datetime.LocalDateTimeHolder
 
LocalDateTimeType - Class in io.higson.runtime.engine.types.datetime
 
LocalDateTimeType() - Constructor for class io.higson.runtime.engine.types.datetime.LocalDateTimeType
 
LocalDateType - Class in io.higson.runtime.engine.types.date
 
LocalDateType() - Constructor for class io.higson.runtime.engine.types.date.LocalDateType
 
LocaleComparator - Class in io.higson.runtime.sorter.comparator
 
LocaleComparator(String) - Constructor for class io.higson.runtime.sorter.comparator.LocaleComparator
 
Location - Class in io.higson.runtime.utils
 
Location(double, double) - Constructor for class io.higson.runtime.utils.Location
 
log - Static variable in interface io.higson.runtime.diagnostic.persister.DiagnosticEventPersister
 
log(double) - Static method in class io.higson.runtime.rhino.RhinoMath
Calculates the natural logarithm using standard Java function Math.log(double).
log(double, double) - Static method in class io.higson.runtime.rhino.RhinoMath
Calculates logarithm of b with base a.
LOG - Enum constant in enum class io.higson.runtime.constants.FunctionCode
 
log10(double) - Static method in class io.higson.runtime.rhino.RhinoMath
Calculates the base 10 logarithm using standard Java function Math.log10(double).
logConfiguration() - Method in class io.higson.runtime.core.logger.HigsonEngineConfigurationLogger
 
logEachStatement(boolean) - Static method in class io.higson.runtime.profiler.jdbc.JdbcProfiler
 
LogicalOperator - Enum Class in io.higson.runtime.flow.dto
 
logLevel() - Method in record class io.higson.runtime.core.datasource.snapshot.function.FunctionDetails
Returns the value of the logLevel record component.
LogListener - Interface in io.higson.runtime.function.log
 
longArray(int) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
longArray(Long...) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
longValue() - Method in class io.higson.runtime.engine.core.type.AbstractValueHolder
Returns long value if holder is capable of doing it, otherwise UnsupportedOperationException is thrown.
longValue() - Method in interface io.higson.runtime.engine.core.type.ValueHolder
Get value as primitive long.
longValue() - Method in class io.higson.runtime.engine.types.date.DateHolder
 
longValue() - Method in class io.higson.runtime.engine.types.date.LocalDateHolder
 
longValue() - Method in class io.higson.runtime.engine.types.datetime.DatetimeHolder
 
longValue() - Method in class io.higson.runtime.engine.types.datetime.LocalDateTimeHolder
 
longValue() - Method in class io.higson.runtime.engine.types.integer.IntegerHolder
Returns an inner value as primitive long value If value is null, the method returns 0.
longValue() - Method in class io.higson.runtime.engine.types.number.NumberHolder
 
longValue() - Method in class io.higson.runtime.model.ObjectValueHolder
 
longValue(HigsonContext) - Method in class io.higson.runtime.model.DomainAttribute
 
LOWER - Enum constant in enum class io.higson.runtime.builtin.implementation.TextFormat
 
lowercase(String) - Static method in class io.higson.runtime.helper.AsciiUtil
return lower cased [str] method is on average 2 times faster than String.toLowerCase()
lowercase(String) - Static method in class io.higson.runtime.helper.StrUtil
 
lt(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
LT - Enum constant in enum class io.higson.runtime.flow.dto.RelationalOperator
 

M

map() - Static method in class io.higson.runtime.rhino.RhinoUtil
 
map(Object...) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
MapCache<T> - Class in io.higson.runtime.engine.cache
 
MapCache() - Constructor for class io.higson.runtime.engine.cache.MapCache
 
MapFunctionCache - Class in io.higson.runtime.engine.cache
The implementation of FunctionCache based on concurrent hash map.
MapFunctionCache() - Constructor for class io.higson.runtime.engine.cache.MapFunctionCache
 
mapIndex(int) - Method in class io.higson.runtime.alias.LevelMapper
map target index [i] (slave level index) to source index [j] (master level index)
Mapping - Class in io.higson.runtime.ext.adapter
 
Mapping() - Constructor for class io.higson.runtime.ext.adapter.Mapping
 
MapPreparedParamCache - Class in io.higson.runtime.engine.cache
Implementation of PreparedParamCache based on concurrent HashMap version.
MapPreparedParamCache() - Constructor for class io.higson.runtime.engine.cache.MapPreparedParamCache
 
MapRepository<V> - Class in io.higson.runtime.engine.core.repository
 
MapRepository(Class<?>) - Constructor for class io.higson.runtime.engine.core.repository.MapRepository
 
MapRepository(Class<?>, Map<RepositoryObjectKey, V>) - Constructor for class io.higson.runtime.engine.core.repository.MapRepository
 
mapRow(ResultSet, int) - Method in interface io.higson.runtime.dao.util.RowMapper
 
mark() - Method in class io.higson.runtime.model.value.CollectionProperty
Marks collection property state to EntityState.PERSISTENT.
mark() - Method in class io.higson.runtime.model.value.EntityProperty
Marks entity property to EntityState.PERSISTENT.
mark(Bundle) - Static method in class io.higson.runtime.helper.PersistenceMarker
scans bundle and mark all properties persistent or transient, transient entities are collected in [transientProperties] collection
marshall(Bundle) - Method in class io.higson.runtime.marshaller.BundleMarshaller
 
masterName() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Returns the value of the masterName record component.
matcher() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetailsInputLevel
Returns the value of the matcher record component.
Matcher - Interface in io.higson.runtime.engine.core.matcher
Matcher role is to check if provided value matches pattern.
MATCHER_BETWEEN_EI - Static variable in class io.higson.runtime.helper.ConstantsUtil
 
MATCHER_BETWEEN_IE - Static variable in class io.higson.runtime.helper.ConstantsUtil
 
MATCHER_BETWEEN_II - Static variable in class io.higson.runtime.helper.ConstantsUtil
 
MATCHER_CONTAINS_ALL - Static variable in class io.higson.runtime.helper.ConstantsUtil
 
MATCHER_CONTAINS_ANY - Static variable in class io.higson.runtime.helper.ConstantsUtil
 
MATCHER_CONTAINS_NONE - Static variable in class io.higson.runtime.helper.ConstantsUtil
 
MATCHER_IN - Static variable in class io.higson.runtime.helper.ConstantsUtil
 
MATCHER_NOT_IN - Static variable in class io.higson.runtime.helper.ConstantsUtil
 
MATCHER_TEXT_LIKE - Static variable in class io.higson.runtime.helper.ConstantsUtil
 
MATCHER_TEXT_REGEX - Static variable in class io.higson.runtime.helper.ConstantsUtil
 
MatcherRepository - Interface in io.higson.runtime.engine.core.matcher
 
matches(String, String, Type<T>) - Method in interface io.higson.runtime.engine.core.matcher.Matcher
Check if value matches the pattern.
matches(String, String, Type<T>) - Method in class io.higson.runtime.engine.matchers.BetweenMatcher
 
matches(String, String, Type<T>) - Method in class io.higson.runtime.engine.matchers.StringMatcher
 
matches(String, String, Type<T>) - Method in class io.higson.runtime.engine.matchers.TypeMatcher
 
matches(String, String, Type<T>) - Method in class io.higson.runtime.matcher.AbstractSetMatcher
 
matches(String, String, Type<T>) - Method in class io.higson.runtime.matcher.NotInMatcher
Pattern w komorce zawiera liste elementow typu [type].
matches(String, String, Type<T>) - Method in class io.higson.runtime.matcher.RegexMatcher
 
matchMode() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetailsInputLevel
Returns the value of the matchMode record component.
MatchMode - Enum Class in io.higson.runtime.engine.core.parameter
 
MATH - Enum constant in enum class io.higson.runtime.constants.FunctionCode
 
MathUtil - Class in io.higson.runtime.helper
 
matrix(int, int) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
MatrixCellComparator - Interface in io.higson.runtime.sorter.comparator
 
matrixRef() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Returns the value of the matrixRef record component.
MatrixRef - Class in io.higson.runtime.core.datasource.snapshot.parameter
Provides an unambiguous reference to a parameter holding a matrix.
MatrixRef(String, String) - Constructor for class io.higson.runtime.core.datasource.snapshot.parameter.MatrixRef
 
MatrixRef(String, String, String, String) - Constructor for class io.higson.runtime.core.datasource.snapshot.parameter.MatrixRef
 
max(double, double) - Static method in class io.higson.runtime.rhino.RhinoMath
Returns the greater of two values found using standard Java function Math.max(double, double).
max(float, float) - Static method in class io.higson.runtime.rhino.RhinoMath
Returns the greater of two values found using standard Java function Math.max(float, float).
max(int, int) - Static method in class io.higson.runtime.rhino.RhinoMath
Returns the greater of two values found using standard Java function Math.max(int, int).
max(long, long) - Static method in class io.higson.runtime.rhino.RhinoMath
Returns the greater of two values found using standard Java function Math.max(long, long).
max(Date, Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Checks which one of given dates is greater then the other.
max(Date, Date, Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Checks which one of given dates is greater then the others.
MAX_LEVELS - Static variable in class io.higson.runtime.helper.MpHelper
The number of columns in the database to record levels.
maxAttempts(int) - Method in class io.higson.runtime.diagnostic.flush.DiagnosticFlushConfig
 
md5(String) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
md5(String[]) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
md5(String[]) - Static method in class io.higson.runtime.utils.hash.HashUtils
 
md5(String, String[]) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
md5(String, String[]) - Static method in class io.higson.runtime.utils.hash.HashUtils
 
md5(String, List<String>) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
md5(List<String>) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
MD5 - Enum constant in enum class io.higson.runtime.utils.hash.DigestAlgorithm
 
mergeWith(DiagnosticCallStackSummaryNode) - Method in class io.higson.runtime.profiler.callstack.DiagnosticCallStackSummaryNode
 
message(String) - Static method in class io.higson.runtime.core.datasource.snapshot.Messages
 
message(String) - Static method in class io.higson.runtime.utils.Messages
 
message(String, Object...) - Static method in class io.higson.runtime.core.datasource.snapshot.Messages
 
message(String, Object...) - Static method in class io.higson.runtime.utils.Messages
 
Messages - Class in io.higson.runtime.core.datasource.snapshot
 
Messages - Class in io.higson.runtime.utils
 
MethodScanner - Interface in io.higson.runtime.engine.annotated.scanner
Annotation scanner util specializing in scanning methods.
MethodScannerInitializer - Class in io.higson.runtime.engine.annotated.initialization
 
MethodScannerInitializer(PackageList) - Constructor for class io.higson.runtime.engine.annotated.initialization.MethodScannerInitializer
 
MethodScannerInitializer(MethodScanner, PackageList) - Constructor for class io.higson.runtime.engine.annotated.initialization.MethodScannerInitializer
 
MethodScanningRepository - Interface in io.higson.runtime.engine.annotated.repository
 
min(double, double) - Static method in class io.higson.runtime.rhino.RhinoMath
Returns the smaller of two values found using standard Java function Math.min(double, double).
min(float, float) - Static method in class io.higson.runtime.rhino.RhinoMath
Returns the smaller of two values found using standard Java function Math.min(float, float).
min(int, int) - Static method in class io.higson.runtime.rhino.RhinoMath
Returns the smaller of two values found using standard Java function Math.min(int, int).
min(long, long) - Static method in class io.higson.runtime.rhino.RhinoMath
Returns the smaller of two values found using standard Java function Math.min(long, long).
min(Date, Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Checks which one of given dates is smaller then the other.
min(Date, Date, Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Checks which one of given dates is the earliest.
MiniJdbcTemplate - Class in io.higson.runtime.dao
Created by psikora on 2017-01-18.
MiniJdbcTemplate(DataSource, ConnectionInterceptor) - Constructor for class io.higson.runtime.dao.MiniJdbcTemplate
 
MISSING_REF_CODE - Static variable in class io.higson.runtime.model.TreeDomain
 
MissingActiveVersionException - Exception in io.higson.runtime.exception
exception to use when given region in given profile has no active version
MissingActiveVersionException(String, String) - Constructor for exception io.higson.runtime.exception.MissingActiveVersionException
 
MissingFunctionAttributeException - Exception in io.higson.runtime.core.datasource.snapshot.function
 
MissingFunctionAttributeException(String) - Constructor for exception io.higson.runtime.core.datasource.snapshot.function.MissingFunctionAttributeException
 
ModelFactory<T> - Interface in io.higson.runtime.proxy
T - type of model entity
ModelFactoryImpl<T> - Class in io.higson.runtime.proxy
T - type of model entity
ModelFactoryImpl(Class<T>) - Constructor for class io.higson.runtime.proxy.ModelFactoryImpl
 
MpDecodingStrategy - Class in io.higson.runtime.decoder
This class is responsible for detecting and creating proper cell/value decoder method.
MpDecodingStrategy(HigsonEngine) - Constructor for class io.higson.runtime.decoder.MpDecodingStrategy
 
MpDomainCache - Class in io.higson.runtime.core.domain
Cache of domain objects divided into profiles.
MpDomainCache() - Constructor for class io.higson.runtime.core.domain.MpDomainCache
 
MpDomainCacheManager - Class in io.higson.runtime.core.domain
 
MpDomainCacheManager(MpDomainCacheProvider, EffectiveVersionResolver, MpDomainRefreshController) - Constructor for class io.higson.runtime.core.domain.MpDomainCacheManager
 
MpDomainCacheProvider - Class in io.higson.runtime.core.domain
 
MpDomainCacheProvider(DomainCacheDao, EffectiveVersionResolver, UserRegionVersionProvider) - Constructor for class io.higson.runtime.core.domain.MpDomainCacheProvider
 
MpDomainCacheProvider(DomainCacheDao, EffectiveVersionResolver, UserRegionVersionProvider, AttributeValueProvider) - Constructor for class io.higson.runtime.core.domain.MpDomainCacheProvider
 
MpDomainRefreshController - Class in io.higson.runtime.core.domain
 
MpDomainRefreshController(DomainCacheDao) - Constructor for class io.higson.runtime.core.domain.MpDomainRefreshController
 
MpFunctionProvider - Class in io.higson.runtime.provider
 
MpFunctionProvider(FunctionDao) - Constructor for class io.higson.runtime.provider.MpFunctionProvider
 
MpHelper - Class in io.higson.runtime.helper
 
MpHelper() - Constructor for class io.higson.runtime.helper.MpHelper
 
MPP - Enum constant in enum class io.higson.runtime.constants.FunctionCode
 
MpParameterEntry - Class in io.higson.runtime.model
 
MpParameterEntry(String[]) - Constructor for class io.higson.runtime.model.MpParameterEntry
 
MpParameterProvider - Class in io.higson.runtime.provider
 
MpParameterProvider(ParameterDao, ExternalStorageDao) - Constructor for class io.higson.runtime.provider.MpParameterProvider
 
MpParameterProvider(ParameterDao, ExternalStorageDao, int) - Constructor for class io.higson.runtime.provider.MpParameterProvider
 
MpParameterProvider(ParameterDao, ExternalStorageDao, int, ParameterAiModelService, ExtSqlExecutor) - Constructor for class io.higson.runtime.provider.MpParameterProvider
 
MppGroovyShellConfiguration - Class in io.higson.runtime.invoker
 
MppGroovyShellConfiguration() - Constructor for class io.higson.runtime.invoker.MppGroovyShellConfiguration
 
MpPropFunctionProvider - Class in io.higson.runtime.provider
 
MpPropFunctionProvider() - Constructor for class io.higson.runtime.provider.MpPropFunctionProvider
 
MpScheduleProvider - Class in io.higson.runtime.provider
 
MpScheduleProvider() - Constructor for class io.higson.runtime.provider.MpScheduleProvider
 
MpUserSessionProvider - Interface in io.higson.runtime.core.domain
User session details provider, that is used within engine.
MSSQL2012 - Enum constant in enum class io.higson.runtime.sql.dialect.DatabaseDialect
 
MsSQLRuntimeDialect - Class in io.higson.runtime.sql.dialect
Created by psikora on 2014-11-24.
MsSQLRuntimeDialect() - Constructor for class io.higson.runtime.sql.dialect.MsSQLRuntimeDialect
 
multiMessage(String) - Static method in class io.higson.runtime.core.datasource.snapshot.Messages
 
multiple() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.CollectionElement
Returns the value of the multiple record component.
multiValue() - Method in class io.higson.runtime.rhino.RhinoType
Returns builder for MultiValue
MultiValue - Class in io.higson.runtime.engine.core.output
Represents single row of matrix returned from parameter querying.
MultiValue(Object...) - Constructor for class io.higson.runtime.engine.core.output.MultiValue
 
MultiValue(Object[], Map<String, Integer>) - Constructor for class io.higson.runtime.engine.core.output.MultiValue
 
MultiValue(Object[], Map<String, Integer>, String) - Constructor for class io.higson.runtime.engine.core.output.MultiValue
 
MultiValueBuilder - Class in io.higson.runtime.rhino.helper
 
MultiValueBuilder() - Constructor for class io.higson.runtime.rhino.helper.MultiValueBuilder
 
MultiValueUtil - Class in io.higson.runtime.engine.util
Created by bwrega on 02.07.14.
MYSQL - Enum constant in enum class io.higson.runtime.sql.dialect.DatabaseDialect
 
MySQLRuntimeDialect - Class in io.higson.runtime.sql.dialect
 
MySQLRuntimeDialect() - Constructor for class io.higson.runtime.sql.dialect.MySQLRuntimeDialect
 

N

name() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.CollectionElement
Returns the value of the name record component.
name() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.Element
Returns the value of the name record component.
name() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetailsInputLevel
Returns the value of the name record component.
name() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetailsOutputLevel
Returns the value of the name record component.
name() - Method in class io.higson.runtime.domain.AbstractDom
Get name of domain object
name() - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
nameToPath(String) - Static method in class io.higson.runtime.core.datasource.snapshot.domain.PathUtils
 
NE - Enum constant in enum class io.higson.runtime.flow.dto.RelationalOperator
 
newArray(int) - Method in interface io.higson.runtime.engine.core.type.Type
Should create new, empty array of given size.
newArray(int) - Method in class io.higson.runtime.engine.types.bool.BooleanType
Deprecated.
 
newArray(int) - Method in class io.higson.runtime.engine.types.date.DateType
 
newArray(int) - Method in class io.higson.runtime.engine.types.date.LocalDateType
 
newArray(int) - Method in class io.higson.runtime.engine.types.datetime.DatetimeType
 
newArray(int) - Method in class io.higson.runtime.engine.types.datetime.LocalDateTimeType
 
newArray(int) - Method in class io.higson.runtime.engine.types.integer.IntegerType
 
newArray(int) - Method in class io.higson.runtime.engine.types.number.NumberType
 
newArray(int) - Method in class io.higson.runtime.engine.types.string.StringType
 
newArray(int) - Method in class io.higson.runtime.type.BooleanType
 
newBufferedReader(Path) - Method in class io.higson.runtime.helper.snapshot.FileSystemSnapshotHelper
 
newBufferedReader(Path) - Method in interface io.higson.runtime.helper.snapshot.SnapshotFileHelper
 
newInstance(String, PreparedStatement) - Static method in class io.higson.runtime.profiler.jdbc.proxy.PreparedStatementProxy
 
newInstance(Connection) - Static method in class io.higson.runtime.profiler.jdbc.proxy.ConnectionProxy
 
newInstance(Statement) - Static method in class io.higson.runtime.profiler.jdbc.proxy.StatementProxy
 
next() - Method in class io.higson.runtime.engine.core.output.MultiValue
Iteration mode, return value of next row element cast to generic type.
next() - Method in class io.higson.runtime.mp.simulation.samples.iterator.IntegerRangeIterator
 
next(Class<T>) - Method in class io.higson.runtime.engine.core.output.MultiValue
Iteration mode, return value of next row element cast to object of class clazz.
nextArray() - Method in class io.higson.runtime.engine.core.output.MultiValue
Iteration mode, return value of next row element as holder array.
nextBatch(int) - Method in interface io.higson.runtime.engine.core.parameter.ParameterEntryBatchLoader
 
nextBigDecimal() - Method in class io.higson.runtime.engine.core.output.MultiValue
Iteration mode, get BigDecimal value of next row element.
nextBigDecimalArray() - Method in class io.higson.runtime.engine.core.output.MultiValue
Iteration mode, return value of next row element as BigDecimal array.
nextDate() - Method in class io.higson.runtime.engine.core.output.MultiValue
Iteration mode, get Date value of next row element.
nextDateArray() - Method in class io.higson.runtime.engine.core.output.MultiValue
Iteration mode, return value of next row element as Date array.
nextEnum(Class<T>) - Method in class io.higson.runtime.engine.core.output.MultiValue
Iteration mode, get enum value of next row element.
nextHolder() - Method in class io.higson.runtime.engine.core.output.MultiValue
Iteration mode, return raw value holder of next row element.
nextInteger() - Method in class io.higson.runtime.engine.core.output.MultiValue
Iteration mode, get integer value of next row element.
nextIntegerArray() - Method in class io.higson.runtime.engine.core.output.MultiValue
Iteration mode, return value of next row element as integer array.
nextLocalDate() - Method in class io.higson.runtime.engine.core.output.MultiValue
Iteration mode, get LocalDate value of next row element.
nextLocalDateArray() - Method in class io.higson.runtime.engine.core.output.MultiValue
Iteration mode, return value of next row element as LocalDate array.
nextLocalDatetime() - Method in class io.higson.runtime.engine.core.output.MultiValue
Iteration mode, get LocalDateTime value of next row element.
nextLocalDateTimeArray() - Method in class io.higson.runtime.engine.core.output.MultiValue
Iteration mode, return value of next row element as LocalDateTime array.
nextLong() - Method in class io.higson.runtime.engine.core.output.MultiValue
Iteration mode, get long value of next row element.
nextLongArray() - Method in class io.higson.runtime.engine.core.output.MultiValue
Iteration mode, return value of next row element as long array.
nextString() - Method in class io.higson.runtime.engine.core.output.MultiValue
Iteration mode, get string value of next row element.
nextStringArray() - Method in class io.higson.runtime.engine.core.output.MultiValue
Iteration mode, return value of next row element as string array.
NO - Enum constant in enum class io.higson.runtime.sandbox.SandboxAttrGmoPersistence
Attribute is transient, NOT included in GMO model.
NO_REGION_ID - Static variable in class io.higson.runtime.core.datasource.snapshot.helper.SnapshotDataSourceConstants
 
NO_SESSION - Static variable in class io.higson.runtime.core.domain.MpDomainCacheProvider
 
NO_SESSION_ID - Static variable in class io.higson.runtime.core.datasource.snapshot.helper.SnapshotDataSourceConstants
Ids
Node - Class in io.higson.runtime.flow
 
Node() - Constructor for class io.higson.runtime.flow.Node
 
NODE - Enum constant in enum class io.higson.runtime.engine.annotated.annotations.CtxPathParam.CtxAttrType
 
NodeDto - Class in io.higson.runtime.flow.dto
 
NodeDto() - Constructor for class io.higson.runtime.flow.dto.NodeDto
 
NodePositionDto - Class in io.higson.runtime.flow.dto
 
NodePositionDto() - Constructor for class io.higson.runtime.flow.dto.NodePositionDto
 
NoneReloadPolicy - Class in io.higson.runtime.reload
The reloding policy that rejects every parameter from being reloaded.
NoneReloadPolicy() - Constructor for class io.higson.runtime.reload.NoneReloadPolicy
 
NonUniqueFunctionRegisteredException - Exception in io.higson.runtime.engine.annotated.scanner
 
NonUniqueItemRegisteredException - Exception in io.higson.runtime.engine.core.repository
Trying to register an item under same code (for strictly unique repositories).
NoopDiagnosticCallStackFlushStrategy - Class in io.higson.runtime.profiler.callstack
Tester DiagnosticCallStackFlushStrategy: does nothing on flush.
NoopDiagnosticCallStackFlushStrategy() - Constructor for class io.higson.runtime.profiler.callstack.NoopDiagnosticCallStackFlushStrategy
 
NoOpParameterAiModelService - Class in io.higson.runtime.provider.ai
 
NoOpParameterAiModelService() - Constructor for class io.higson.runtime.provider.ai.NoOpParameterAiModelService
 
NopIdleChecker - Class in io.higson.runtime.evict
The no-op implementation that never detects the idle timeout.
NopIdleChecker() - Constructor for class io.higson.runtime.evict.NopIdleChecker
 
NopReloader - Class in io.higson.runtime.reload
The no-op reloader implementation.
NopReloader() - Constructor for class io.higson.runtime.reload.NopReloader
 
normalize(PreparedParameter, Object[][], boolean) - Static method in class io.higson.runtime.engine.core.prepared.InputValueNormalizer
 
normalize(Type<T>, String, boolean) - Static method in class io.higson.runtime.engine.core.prepared.InputValueNormalizer
 
normalize(String...) - Method in class io.higson.runtime.helper.MpHelper
assumptions: - there are n cells in a row - n-1 cells contain a single value (normal) - the last nth cell contains (potentially) the value of the several levels (vararg)
normalizePath(String) - Static method in class io.higson.runtime.core.datasource.snapshot.domain.PathUtils
Remove last path SEPARATOR character from given String if present.
notBlank(Object) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
NotBlankUtilFunction - Class in io.higson.runtime.builtin.implementation
This class represents a utility function for checking a value from the Higson context is not blank.
NotBlankUtilFunction() - Constructor for class io.higson.runtime.builtin.implementation.NotBlankUtilFunction
 
notEmpty(Object) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
NotEmptyUtilFunction - Class in io.higson.runtime.builtin.implementation
Utility class for checking if a given object is not empty.
NotEmptyUtilFunction() - Constructor for class io.higson.runtime.builtin.implementation.NotEmptyUtilFunction
 
NotEqualDialectsException - Exception in io.higson.runtime.sql.dialect.exception
Thrown if there was not equal parsed dialect and properties dialect
NotEqualDialectsException(String) - Constructor for exception io.higson.runtime.sql.dialect.exception.NotEqualDialectsException
Constructs a NotEqualDialectsException with the specified message.
NotInMatcher - Class in io.higson.runtime.matcher
 
NotInMatcher() - Constructor for class io.higson.runtime.matcher.NotInMatcher
 
NotInMatcher(char) - Constructor for class io.higson.runtime.matcher.NotInMatcher
 
NotInMatcher(CachingSplitter) - Constructor for class io.higson.runtime.matcher.NotInMatcher
 
notNull(String) - Static method in class io.higson.runtime.rhino.RhinoStr
Converts null Strings to empty strings.
NotProvidedStringValueException - Exception in io.higson.runtime.sql.dialect.exception
Thrown if there was not provided jdbc url as String object.
NotProvidedStringValueException(String) - Constructor for exception io.higson.runtime.sql.dialect.exception.NotProvidedStringValueException
Constructs a NotProvidedStringValueException with the specified message.
NotRecognizedDialectException - Exception in io.higson.runtime.sql.dialect.exception
Thrown if there was a problem with parsing jdbc url to get database dialect
NotRecognizedDialectException(String) - Constructor for exception io.higson.runtime.sql.dialect.exception.NotRecognizedDialectException
Constructs a NotRecognizedDialectException with the specified message.
NULL_VALUE - Static variable in class io.higson.runtime.helper.TypeConverter
Code for type of ValueHolder objects storing null value, for use in TypeConverter.toHolder(Object, Class) method.
nullable() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Returns the value of the nullable record component.
NUMBER - Enum constant in enum class io.higson.runtime.flow.ConditionType
 
NUMBER_TYPE - Static variable in class io.higson.runtime.helper.ConstantsUtil
 
NUMBER_TYPE - Static variable in class io.higson.runtime.helper.TypeConverter
NumberHolder - Class in io.higson.runtime.engine.types.number
Class represents NumberType values.
NumberHolder(BigDecimal) - Constructor for class io.higson.runtime.engine.types.number.NumberHolder
The only way to set a value to a holder
NumberType - Class in io.higson.runtime.engine.types.number
A class defines a numeric type.
NumberType() - Constructor for class io.higson.runtime.engine.types.number.NumberType
 
nvl(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
nvl(String) - Static method in class io.higson.runtime.rhino.RhinoStr
Returns the argument if it is not null.

O

OBJECT - Enum constant in enum class io.higson.runtime.function.argument.FunctionArgumentDataType
 
OBJECT_TYPE - Static variable in class io.higson.runtime.flow.Variable
 
objectArray(int) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
objectArray(Object...) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
ObjectInstance - Annotation Interface in io.higson.runtime.engine.annotated.annotations
Descriptor of object instance, can pass constructor arguments.
ObjectValueHolder - Class in io.higson.runtime.model
 
ObjectValueHolder(Object) - Constructor for class io.higson.runtime.model.ObjectValueHolder
 
of(int, String, String, String, boolean, String) - Static method in class io.higson.runtime.sandbox.GmoSandboxAttribute
 
of(Property) - Method in class io.higson.runtime.context.AppCtx
 
of(Property, AppCtx) - Static method in class io.higson.runtime.context.AppCtx
 
of(String) - Static method in enum class io.higson.runtime.flow.ConditionType
 
of(String) - Static method in enum class io.higson.runtime.function.argument.FunctionArgumentDataType
 
of(String) - Static method in enum class io.higson.runtime.function.FunctionType
 
OFF - Enum constant in enum class io.higson.runtime.function.log.FunctionLogLevel
 
ofNullable(String) - Static method in enum class io.higson.runtime.function.log.FunctionLogLevel
 
ofPattern(String) - Static method in class io.higson.runtime.engine.types.date.DateTimeFormatterPool
 
onEvent(SimulationEvent) - Method in interface io.higson.runtime.mp.simulation.event.SimulationListener
 
OnnxModelSession - Class in io.higson.runtime.provider.ai
 
OnnxModelSession() - Constructor for class io.higson.runtime.provider.ai.OnnxModelSession
 
onWatcherEvent(WatcherEvent) - Method in interface io.higson.runtime.sync.event.WatcherEventListener
This method enables provide some logic based on given event.
OPEN - Enum constant in enum class io.higson.runtime.dev.perspective.RuntimeSessionStatus
 
OpenSession - Class in io.higson.runtime.model
 
OpenSession() - Constructor for class io.higson.runtime.model.OpenSession
 
OR - Enum constant in enum class io.higson.runtime.flow.dto.LogicalOperator
 
ORACLE - Enum constant in enum class io.higson.runtime.sql.dialect.DatabaseDialect
 
OracleRuntimeDialect - Class in io.higson.runtime.sql.dialect
 
OracleRuntimeDialect() - Constructor for class io.higson.runtime.sql.dialect.OracleRuntimeDialect
 
order() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.CollectionElement
Returns the value of the order record component.
order() - Element in annotation interface io.higson.runtime.engine.annotated.annotations.ParamFunctionRepository
Order of repository on repository list, lower number means repository will be used earlier.
OrderedRepository<T> - Interface in io.higson.runtime.engine.core.repository
Contract for repository, that guarantees order of items.
orderNo() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetailsOutputLevel
Returns the value of the orderNo record component.
orderNr() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetailsInputLevel
Returns the value of the orderNr record component.
OTHER_ERROR - Enum constant in enum class io.higson.runtime.sorter.exception.SortConfigErrorcode
 
OutputLevelArraySeparator - Enum Class in io.higson.runtime.level
 
outputLevels() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Returns the value of the outputLevels record component.
overflowStrategy(OverflowStrategy) - Method in class io.higson.runtime.diagnostic.queue.DiagnosticQueueConfig
 
OverflowStrategy - Enum Class in io.higson.runtime.diagnostic.queue
Strategy applied when the diagnostic queue is full and a new event arrives.

P

PackageFilteringReporter - Class in io.higson.runtime.engine.util.reflection
 
PackageFilteringReporter(ClassLoader, String[]) - Constructor for class io.higson.runtime.engine.util.reflection.PackageFilteringReporter
 
PackageList - Class in io.higson.runtime.engine.annotated
Encapsulates list of packages to scan, can be iterated.
PackageList() - Constructor for class io.higson.runtime.engine.annotated.PackageList
 
PackageList(String) - Constructor for class io.higson.runtime.engine.annotated.PackageList
 
PackageList(String, List<String>) - Constructor for class io.higson.runtime.engine.annotated.PackageList
 
PackageList(List<String>) - Constructor for class io.higson.runtime.engine.annotated.PackageList
 
PackageMethodScanner - Class in io.higson.runtime.engine.annotated.scanner
 
PackageMethodScanner(PackageList) - Constructor for class io.higson.runtime.engine.annotated.scanner.PackageMethodScanner
 
PackageTypeScanner - Class in io.higson.runtime.engine.annotated.scanner
 
PackageTypeScanner(PackageList) - Constructor for class io.higson.runtime.engine.annotated.scanner.PackageTypeScanner
 
padLeft(String, char, int) - Static method in class io.higson.runtime.rhino.RhinoStr
Returns the String argument with provided character appended at the end required number of times, so that the length of the resulting string is at least equal to the last argument.
padLeft(String, int) - Static method in class io.higson.runtime.rhino.RhinoStr
Returns the String argument with spaces added at the end if necessary, so that the length of the resulting string is at least equal to the second argument.
padRight(String, char, int) - Static method in class io.higson.runtime.rhino.RhinoStr
Returns the String argument with provided character added at the beginning required number of times, so that the length of the resulting string is at least equal to the last argument.
padRight(String, int) - Static method in class io.higson.runtime.rhino.RhinoStr
Returns the String argument with spaces added at the beginning if necessary, so that the length of the resulting string is at least equal to the second argument.
ParamAssembler - Annotation Interface in io.higson.runtime.engine.annotated.annotations
Marks assemblers that should be added to assembler repository during initial scan.
ParamCascadeParser - Class in io.higson.runtime.decoder
 
ParamCascadeParser() - Constructor for class io.higson.runtime.decoder.ParamCascadeParser
 
ParamCascadeRequest - Class in io.higson.runtime.decoder
 
ParamCascadeRequest(String) - Constructor for class io.higson.runtime.decoder.ParamCascadeRequest
 
ParamCascadeRequest(String, String) - Constructor for class io.higson.runtime.decoder.ParamCascadeRequest
 
ParamContext - Interface in io.higson.runtime.engine.core.context
Context of parameter result evaluation.
paramEngine(ParamEngineConfig) - Static method in class io.higson.runtime.engine.config.ParamEngineFactory
Create instance of ParamEngine, use ParamEngineConfigBuilder to construct configuration object.
ParamEngine - Interface in io.higson.runtime.engine.core
Single point of entry to get all parameters and call functions managed by parameter engine.
paramEngineConfig() - Static method in class io.higson.runtime.engine.config.ParamEngineConfigBuilder
Start building configuration.
ParamEngineConfig - Class in io.higson.runtime.engine.config
Configuration to build ParamEngine instance - use ParamEngineConfigBuilder to create this immutable object.
ParamEngineConfig() - Constructor for class io.higson.runtime.engine.config.ParamEngineConfig
 
ParamEngineConfigBuilder - Class in io.higson.runtime.engine.config
ParamEngine configuration builder.
ParamEngineFactory - Class in io.higson.runtime.engine.config
Creates ParamEngine instance using provided configuration.
ParamEngineFactory() - Constructor for class io.higson.runtime.engine.config.ParamEngineFactory
 
ParamEngineModule - Interface in io.higson.runtime.engine.config
Self-registering ParamEngine module.
ParamEngineRuntimeConfig - Class in io.higson.runtime.engine.core
Runtime configuration of ParamEngine, all collections are immutable.
ParamEngineRuntimeConfig(ParamRuntimeConfigParameters, FunctionRuntimeConfigParameters, Map<String, FunctionInvoker>, Map<String, Type<? extends ValueHolder>>, Map<String, Matcher>) - Constructor for class io.higson.runtime.engine.core.ParamEngineRuntimeConfig
Constructor for configuration object - all objects are read only and collections are immutable.
ParamEngineRuntimeConfigBuilder - Interface in io.higson.runtime.engine.core
Traverses SmartParamEngine service tree and returns runtime configuration of engine in form of immutable object.
Parameter - Class in io.higson.runtime.model
 
Parameter - Interface in io.higson.runtime.engine.core.parameter
Interface for parameter that is loaded from storage and evaluated inside engine.
Parameter() - Constructor for class io.higson.runtime.model.Parameter
 
PARAMETER - Enum constant in enum class io.higson.runtime.constants.ReferencePrefix
 
PARAMETER - Enum constant in enum class io.higson.runtime.model.ElementType
 
PARAMETER - Enum constant in enum class io.higson.runtime.model.Type
 
PARAMETER - Enum constant in enum class io.higson.runtime.profiler.callstack.DiagnosticCallStackEvent.ElementType
 
PARAMETER - Enum constant in enum class io.higson.runtime.profiler.engine.EngineProfiler
 
PARAMETER - Enum constant in enum class io.higson.runtime.sync.event.ElementType
 
ParameterAiModelExecutionException - Exception in io.higson.runtime.provider.ai
 
ParameterAiModelExecutionException(String, Throwable) - Constructor for exception io.higson.runtime.provider.ai.ParameterAiModelExecutionException
 
ParameterAiModelLoadingException - Exception in io.higson.runtime.provider.ai
 
ParameterAiModelLoadingException(String, Throwable) - Constructor for exception io.higson.runtime.provider.ai.ParameterAiModelLoadingException
 
ParameterAiModelService - Interface in io.higson.runtime.provider.ai
 
ParameterAiModelServiceImpl - Class in io.higson.runtime.provider.ai
 
ParameterAiModelServiceImpl() - Constructor for class io.higson.runtime.provider.ai.ParameterAiModelServiceImpl
 
ParameterArraySeparator - Enum Class in io.higson.runtime.engine.core.parameter
 
ParameterBatchLoader - Class in io.higson.runtime.engine.core.parameter
 
ParameterBatchLoader() - Constructor for class io.higson.runtime.engine.core.parameter.ParameterBatchLoader
 
ParameterDao - Interface in io.higson.runtime.dao.parameter
 
ParameterDetails - Record Class in io.higson.runtime.core.datasource.snapshot.parameter
 
ParameterDetails(int, String, String, String, String, String, boolean, boolean, boolean, boolean, String, String, ExternalSourceModel, MatrixRef, boolean, boolean, String, List<String>, List<ParameterDetailsInputLevel>, List<ParameterDetailsOutputLevel>) - Constructor for record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Creates an instance of a ParameterDetails record class.
ParameterDetailsInputLevel - Record Class in io.higson.runtime.core.datasource.snapshot.parameter
 
ParameterDetailsInputLevel(int, int, String, String, String, boolean, MatchMode, String) - Constructor for record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetailsInputLevel
Creates an instance of a ParameterDetailsInputLevel record class.
ParameterDetailsOutputLevel - Record Class in io.higson.runtime.core.datasource.snapshot.parameter
 
ParameterDetailsOutputLevel(int, int, String, String, boolean, boolean) - Constructor for record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetailsOutputLevel
Creates an instance of a ParameterDetailsOutputLevel record class.
ParameterEntry - Interface in io.higson.runtime.engine.core.parameter
The class represents a single line of the Parameter parameter.
ParameterEntryBatchLoader - Interface in io.higson.runtime.engine.core.parameter
 
ParameterFileExtractor - Class in io.higson.runtime.core.datasource.snapshot.parameter
 
ParameterFileExtractor() - Constructor for class io.higson.runtime.core.datasource.snapshot.parameter.ParameterFileExtractor
 
ParameterInputLevelModel - Class in io.higson.runtime.core.datasource.snapshot.parameter
 
ParameterInputLevelModel() - Constructor for class io.higson.runtime.core.datasource.snapshot.parameter.ParameterInputLevelModel
 
ParameterJdbcDao - Class in io.higson.runtime.dao.parameter
 
ParameterJdbcDao(DataSource, ConnectionInterceptor) - Constructor for class io.higson.runtime.dao.parameter.ParameterJdbcDao
 
ParameterJdbcDao(DataSource, ConnectionInterceptor, MpDecodingStrategy, ExtSqlExecutor) - Constructor for class io.higson.runtime.dao.parameter.ParameterJdbcDao
 
ParameterLevel - Class in io.higson.runtime.model
 
ParameterLevel() - Constructor for class io.higson.runtime.model.ParameterLevel
 
ParameterMeta - Record Class in io.higson.runtime.core.datasource.snapshot.parameter
 
ParameterMeta(String, int, Path, Path, String, String, String) - Constructor for record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterMeta
Creates an instance of a ParameterMeta record class.
ParameterModel - Class in io.higson.runtime.core.datasource.snapshot.parameter
 
ParameterModel() - Constructor for class io.higson.runtime.core.datasource.snapshot.parameter.ParameterModel
 
ParameterNotFoundInSnapshotException - Exception in io.higson.runtime.core.datasource.snapshot.parameter
 
ParameterNotFoundInSnapshotException(String, String, String) - Constructor for exception io.higson.runtime.core.datasource.snapshot.parameter.ParameterNotFoundInSnapshotException
 
ParameterOutputLevelModel - Class in io.higson.runtime.core.datasource.snapshot.parameter
 
ParameterOutputLevelModel() - Constructor for class io.higson.runtime.core.datasource.snapshot.parameter.ParameterOutputLevelModel
 
ParameterProvider - Interface in io.higson.runtime.engine.core.parameter
 
ParametersByRegionsPrefetchStrategy - Class in io.higson.runtime.prefetch
 
ParametersByRegionsPrefetchStrategy(Initializer, ParameterDao, Map<String, List<String>>) - Constructor for class io.higson.runtime.prefetch.ParametersByRegionsPrefetchStrategy
 
ParameterValueNotFoundException - Exception in io.higson.runtime.engine.core
No value found in evaluated parameter, returned only if parameter does not allow returning null values.
ParameterValueNotFoundException(String, ParamContext) - Constructor for exception io.higson.runtime.engine.core.ParameterValueNotFoundException
 
ParamEvictor - Class in io.higson.runtime.evict
 
ParamEvictor(PreparedParamCache) - Constructor for class io.higson.runtime.evict.ParamEvictor
 
ParamEvictor(PreparedParamCache, Reloader, HigsonFlightRecorder, ExtSqlExecutor) - Constructor for class io.higson.runtime.evict.ParamEvictor
 
ParamEvictor(PreparedParamCache, Clock, Reloader, HigsonFlightRecorder, ExtSqlExecutor) - Constructor for class io.higson.runtime.evict.ParamEvictor
 
ParamFunctionInvoker - Annotation Interface in io.higson.runtime.engine.annotated.annotations
Marks function invokers that should be added to repository during initial scan.
ParamFunctionRepository - Annotation Interface in io.higson.runtime.engine.annotated.annotations
Marks function repository that should be added to function provider during initial scan.
ParamInitializerImpl - Class in io.higson.runtime.prefetch
 
ParamInitializerImpl() - Constructor for class io.higson.runtime.prefetch.ParamInitializerImpl
 
ParamMatcher - Annotation Interface in io.higson.runtime.engine.annotated.annotations
Marks matchers that should be added to matcher repository during initial scan.
ParamPreparer - Interface in io.higson.runtime.engine.core.prepared
Interface for services building complete, in-memory representation of parameter (preparing parameters).
ParamRepository - Interface in io.higson.runtime.engine.core.parameter
Contract for every readonly parameter repository.
ParamRuntimeConfigParameters - Class in io.higson.runtime.engine.config.pico
 
ParamRuntimeConfigParameters() - Constructor for class io.higson.runtime.engine.config.pico.ParamRuntimeConfigParameters
 
ParamRuntimeWatcher - Class in io.higson.runtime.sync
 
ParamRuntimeWatcher(MpParameterProvider, PreparedParamCache) - Constructor for class io.higson.runtime.sync.ParamRuntimeWatcher
 
ParamRuntimeWatcher(MpParameterProvider, PreparedParamCache, DevModeProvider, SessionDao) - Constructor for class io.higson.runtime.sync.ParamRuntimeWatcher
 
ParamRuntimeWatcher(MpParameterProvider, PreparedParamCache, DevModeProvider, SessionDao, Reloader) - Constructor for class io.higson.runtime.sync.ParamRuntimeWatcher
 
PARAMS - Enum constant in enum class io.higson.runtime.core.datasource.snapshot.SnapshotPath
 
ParamSorter - Class in io.higson.runtime.sorter
 
ParamSorter() - Constructor for class io.higson.runtime.sorter.ParamSorter
 
ParamType - Annotation Interface in io.higson.runtime.engine.annotated.annotations
Marks types that should be added to matcher repository during initial scan.
paramValue() - Method in class io.higson.runtime.rhino.RhinoType
 
ParamValue - Interface in io.higson.runtime.engine.core.output
Container of parameter sub-matrix returned after querying the parameter.
ParamValueBuilder - Class in io.higson.runtime.rhino.helper
 
ParamValueBuilder() - Constructor for class io.higson.runtime.rhino.helper.ParamValueBuilder
 
ParamValueImpl - Class in io.higson.runtime.engine.core.output
 
ParamValueImpl(MultiValue...) - Constructor for class io.higson.runtime.engine.core.output.ParamValueImpl
 
ParamValueImpl(MultiValue[], Object) - Constructor for class io.higson.runtime.engine.core.output.ParamValueImpl
 
ParamValueProxy - Class in io.higson.runtime.core.ext
 
ParamValueProxy(ParamValue) - Constructor for class io.higson.runtime.core.ext.ParamValueProxy
 
ParamValueProxyFactory - Class in io.higson.runtime.core.ext
 
ParamValueWrapper - Class in io.higson.runtime.model
 
parent() - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
parentCollectionCode() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.ReferenceElement
Returns the value of the parentCollectionCode record component.
parentId() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.CollectionElement
Returns the value of the parentId record component.
parentId() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.Element
Returns the value of the parentId record component.
parentId() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.ReferenceElement
Returns the value of the parentId record component.
parentType() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.CollectionElement
Returns the value of the parentType record component.
parentTypeCode() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.CollectionElement
Returns the value of the parentTypeCode record component.
parse() - Method in class io.higson.runtime.config.DefinitionParser
 
parse() - Method in class io.higson.runtime.sorter.SortConfigParser
 
parse(Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Tries to parse given date with default pattern yyyy-MM-dd.
parse(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Tries to parse given date for given object pattern.
parse(String) - Method in class io.higson.runtime.decoder.FunctionCascadeParser
sample formats: === f.calc.premium f.calc.premium(1, 5) f.calc.premium(ref:0, ref:limit) f.calc.premium(1, 5)[2] - for f result: PV, MV, array, Collection, Iterable f.calc.premium(1, 5)[factor] - for f result: PV, MV, Map
parse(String) - Method in class io.higson.runtime.decoder.ParamCascadeParser
 
parse(String) - Method in class io.higson.runtime.engine.types.date.AbstractDateParserChain
 
parse(String) - Static method in class io.higson.runtime.evict.IntervalParser
parses interval expression in form: value [multiplier] === examples: 1 s 2 m 3 h 100 m 2 d ===
parse(String) - Static method in class io.higson.runtime.helper.parser.CachingNumberParser
 
parse(String) - Static method in class io.higson.runtime.provider.external.ExtSqlParser
 
parse(String) - Static method in class io.higson.runtime.rhino.RhinoDate
Tries to parse String for multiple supported formats and return date.
parse(String) - Method in class io.higson.runtime.sql.DialectTemplate
 
parse(String) - Method in class io.higson.runtime.sql.SqlProcessor
 
parse(String) - Static method in class io.higson.runtime.utils.HprDate
 
parse(String, String) - Static method in class io.higson.runtime.helper.parser.CachingDateParser
 
parse(String, String) - Static method in class io.higson.runtime.rhino.RhinoDate
Tries to parse String for given format, then return date.
parse(String, String) - Static method in class io.higson.runtime.utils.HprDate
Parses date against given format (patter).
parse(Path, Class<T>) - Method in class io.higson.runtime.helper.snapshot.CsvUtils
 
parseDMY(String) - Static method in class io.higson.runtime.rhino.RhinoDate
Tries to parse given String in dd-MM-yyyy format.
parseLong(Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Tries to parse given object in yyyy-MM-dd HH:mm:ss or yyyy-MM-dd formats.
parseNoEx(String) - Static method in class io.higson.runtime.rhino.RhinoDate
Tries to parse given date with default pattern yyyy-MM-dd.
parseNoEx(String, String) - Static method in class io.higson.runtime.rhino.RhinoDate
Tries to parse given date for given pattern String.
parseSafe() - Method in class io.higson.runtime.sorter.SortConfigParser
 
parseTime(String) - Static method in class io.higson.runtime.utils.HprDate
trimmed time in format: HH:mm:ss HH:mm:ss.SSS
parseUid(String) - Static method in class io.higson.runtime.helper.uid.UidParser
Mozliwe formaty: code@ver:sid[%mid] code@ver[%mid] code:sid[%mid] code[%mid]
parseYMD(String) - Static method in class io.higson.runtime.rhino.RhinoDate
Tries to parse given String in yyyy-MM-dd format.
path() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.CollectionElement
Returns the value of the path record component.
path() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.Element
Returns the value of the path record component.
path() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.ReferenceElement
Returns the value of the path record component.
path() - Method in record class io.higson.runtime.core.datasource.snapshot.function.FunctionMeta
Returns the value of the path record component.
path() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterMeta
Returns the value of the path record component.
PATH_SEPARATOR - Static variable in class io.higson.runtime.core.datasource.snapshot.helper.SnapshotDataSourceConstants
System dependent path separator
PATH_SEPARATOR - Static variable in class io.higson.runtime.model.TreeDomain
 
PATH_SEPARATOR_PATTERN - Static variable in class io.higson.runtime.core.datasource.snapshot.helper.SnapshotDataSourceConstants
Pre-compiled regex pattern for path separator
PathUtils - Class in io.higson.runtime.core.datasource.snapshot.domain
 
pause(int) - Method in class io.higson.runtime.sync.DomainWatcherConfig
 
pause(int) - Method in class io.higson.runtime.sync.WatcherConfig
 
persist(List<DiagnosticEvent>) - Method in interface io.higson.runtime.diagnostic.persister.DiagnosticEventPersister
Persist a batch of events.
PersistenceMarker - Class in io.higson.runtime.helper
Scans bundle and mark all properties persistent or transient.
PERSISTENT - Enum constant in enum class io.higson.runtime.model.def.EntityTypeState
 
PERSISTENT - Enum constant in enum class io.higson.runtime.model.value.EntityState
 
PI - Static variable in class io.higson.runtime.rhino.RhinoMath
Number π = 3.14...
PicoContainerUtil - Class in io.higson.runtime.engine.config.pico
 
PicoParamEngineRuntimeConfigBuilder - Class in io.higson.runtime.engine.config.pico
Runtime config builder that extracts runtime information form parameter engine "personal" PicoContainer.
PicoParamEngineRuntimeConfigBuilder(PicoContainer) - Constructor for class io.higson.runtime.engine.config.pico.PicoParamEngineRuntimeConfigBuilder
 
PidCache - Class in io.higson.runtime.sync
 
PidCache() - Constructor for class io.higson.runtime.sync.PidCache
 
PolicyBasedReloader - Class in io.higson.runtime.reload
 
PolicyBasedReloader() - Constructor for class io.higson.runtime.reload.PolicyBasedReloader
 
PostConstructInitializer - Class in io.higson.runtime.engine.config.initialization
Initializer for handling simple post-construct like initialization.
PostConstructInitializer() - Constructor for class io.higson.runtime.engine.config.initialization.PostConstructInitializer
 
POSTGRESQL - Enum constant in enum class io.higson.runtime.sql.dialect.DatabaseDialect
 
PostgresqlRuntimeDialect - Class in io.higson.runtime.sql.dialect
 
PostgresqlRuntimeDialect() - Constructor for class io.higson.runtime.sql.dialect.PostgresqlRuntimeDialect
 
postprocess() - Method in class io.higson.runtime.model.Parameter
 
pow(double, double) - Static method in class io.higson.runtime.rhino.RhinoMath
Returns the value of the first argument raised to the power of the second argument, calculated using standard Java function Math.pow(double, double).
PPCACHE_MISS - Enum constant in enum class io.higson.runtime.diagnostic.InternalEvent
Engine evaluates parameter but it is not yet cached in the prepared parameter cache.
prefetch() - Method in class io.higson.runtime.prefetch.AbstractPrefetchStrategy
 
prefetch() - Method in interface io.higson.runtime.prefetch.PrefetchStrategy
 
PrefetchStrategy - Interface in io.higson.runtime.prefetch
 
PrefetchStrategyAsyncExecutor - Class in io.higson.runtime.prefetch
 
prepare(Level) - Method in class io.higson.runtime.engine.core.prepared.BasicLevelPreparer
 
prepare(Level) - Method in interface io.higson.runtime.engine.core.prepared.LevelPreparer
 
PreparedEntry - Class in io.higson.runtime.engine.core.prepared
PreparedEntry compiled form, without unnecessary information and with normalized levels array (never null, no trailing null values).
PreparedEntry(ParameterEntry) - Constructor for class io.higson.runtime.engine.core.prepared.PreparedEntry
 
PreparedLevel - Class in io.higson.runtime.engine.core.prepared
Compiled parameter level.
PreparedLevel(String, boolean, Type<? extends ValueHolder>, Matcher, Function, MatchMode) - Constructor for class io.higson.runtime.engine.core.prepared.PreparedLevel
 
PreparedLevel(String, boolean, Type<? extends ValueHolder>, Matcher, Function, MatchMode, ValueDecoder, boolean) - Constructor for class io.higson.runtime.engine.core.prepared.PreparedLevel
Creates immutable instance.
PreparedOutput - Class in io.higson.runtime.engine.core.prepared
 
PreparedOutput(ParameterEntry, int) - Constructor for class io.higson.runtime.engine.core.prepared.PreparedOutput
 
PreparedOutput(PreparedEntry, int) - Constructor for class io.higson.runtime.engine.core.prepared.PreparedOutput
 
PreparedParamCache - Interface in io.higson.runtime.engine.core.prepared
A contract that ensures the caching of prepared parameters (PreparedParameter).
PreparedParameter - Class in io.higson.runtime.engine.core.prepared
Compiled parameter object, which contains all resolved references and only necessary fields.
PreparedParameter(Parameter, PreparedLevel[]) - Constructor for class io.higson.runtime.engine.core.prepared.PreparedParameter
 
PreparedParameter(Parameter, PreparedLevel[], IdleChecker) - Constructor for class io.higson.runtime.engine.core.prepared.PreparedParameter
 
PreparedPythonFunction - Class in io.higson.runtime.invoker.python
 
PreparedPythonFunction(PythonFunction) - Constructor for class io.higson.runtime.invoker.python.PreparedPythonFunction
 
PreparedStatementProxy - Class in io.higson.runtime.profiler.jdbc.proxy
 
preprocess() - Method in class io.higson.runtime.invoker.RhinoPreprocessor
 
preprocess(String) - Method in class io.higson.runtime.invoker.GroovyPreprocessor
 
prettyPrinter(BundleDef) - Static method in class io.higson.runtime.config.DefinitionPrinter
Creates pretty printer with support for better formatting.
preVisitDirectory(Path, BasicFileAttributes) - Method in class io.higson.runtime.core.datasource.snapshot.domain.DomainReaderVisitorImpl
 
print() - Method in class io.higson.runtime.config.DefinitionPrinter
 
print() - Method in class io.higson.runtime.diagnostic.HigsonFlightRecorder
 
print() - Method in class io.higson.runtime.diagnostic.queue.DiagnosticQueueMetrics
Return a human-readable summary of the current counter values.
print() - Method in class io.higson.runtime.flow.FlowResult
 
print() - Method in class io.higson.runtime.flow.trace.ActionExecutedEvent
 
print() - Method in class io.higson.runtime.flow.trace.ConditionEvaluatedEvent
 
print() - Method in class io.higson.runtime.flow.trace.EnterNodeEvent
 
print() - Method in class io.higson.runtime.flow.trace.Event
 
print() - Method in class io.higson.runtime.flow.trace.LeaveNodeEvent
 
print() - Method in class io.higson.runtime.flow.trace.TransitionEvent
 
print() - Method in class io.higson.runtime.flow.Variable
 
print() - Method in class io.higson.runtime.helper.IdentitySet
 
print() - Method in class io.higson.runtime.model.value.Bundle
This will print bundle with specific format.
Example:
print() - Method in interface io.higson.runtime.model.value.Handle
Creates whole sub tree of this property as formatted String.
print() - Method in class io.higson.runtime.model.value.Property
Creates whole sub tree of this property as formatted String.
print(boolean) - Method in class io.higson.runtime.config.DefinitionPrinter
Deprecated.
this method will be removed in the future. Please use DefinitionPrinter.prettyPrinter(io.higson.runtime.model.def.BundleDef) and then normal DefinitionPrinter.print() method.
print(boolean) - Method in class io.higson.runtime.flow.FlowResult
 
print(boolean) - Method in class io.higson.runtime.flow.trace.FlowTrace
 
print(Object) - Static method in class io.higson.runtime.rhino.RhinoStr
Creates a String representing the content of Collection, array or Iterable in a clear form of a list of items, with each item in separate line.
print(Object[], String) - Static method in class io.higson.runtime.engine.util.Printer
Prints content of given array without restrictions of line number.
print(Object, String) - Static method in class io.higson.runtime.rhino.RhinoStr
Creates a String representing the content of Collection, array or Iterable in a clear form of a list of items, with each item in separate line.
print(Object, String, int) - Static method in class io.higson.runtime.rhino.RhinoStr
Creates a String representing the content of Collection, array or Iterable in a clear form of a list of items, with each item in separate line.
print(StringBuilder, int, String, String) - Method in class io.higson.runtime.model.value.CollectionProperty
Adds to sb formatted String, specific for ValueProperty, which looks like:
print(StringBuilder, int, String, String) - Method in class io.higson.runtime.model.value.EntityProperty
Prints subtree to string builder.
print(StringBuilder, int, String, String) - Method in class io.higson.runtime.model.value.Property
Prints subtree to string builder.
print(StringBuilder, int, String, String) - Method in class io.higson.runtime.model.value.RefProperty
Adds to sb formatted String, specific for RefProperty, which looks like:
print(StringBuilder, int, String, String) - Method in class io.higson.runtime.model.value.ValueProperty
Adds to sb formatted String, specific for ValueProperty, which looks like:
print(Collection<?>, String) - Static method in class io.higson.runtime.engine.util.Printer
Print contents of given collection without limiting the number of lines.
print(Collection<?>, String, int, Formatter) - Static method in class io.higson.runtime.engine.util.Printer
Creates a string representing the contents of the list collection in readable form.
print(Date) - Static method in class io.higson.runtime.core.domain.MpDomainRefreshController
 
printBanner(Map<String, Map<String, Object>>) - Method in class io.higson.runtime.core.logger.HigsonBannerPrinter
 
printDiff(Logger, Map<Integer, QueryStat>, int) - Method in class io.higson.runtime.profiler.jdbc.JdbcProfiler
 
Printer - Class in io.higson.runtime.engine.util
The util class for formatting collection or array contents.
printInline(String) - Static method in class io.higson.runtime.helper.SqlUtil
 
printNode(StringBuilder) - Method in class io.higson.runtime.engine.core.index.LevelNode
 
printNode(StringBuilder, int, String) - Method in class io.higson.runtime.engine.core.index.LevelNode
 
printSummary() - Method in class io.higson.runtime.profiler.AbstractProfiler
 
printSummary() - Method in class io.higson.runtime.profiler.jdbc.JdbcProfiler
drukuje do loggera jdbc_profiler
printSummary(String) - Method in class io.higson.runtime.profiler.AbstractProfiler
 
printSummary(List<S>, String) - Method in class io.higson.runtime.profiler.AbstractProfiler
 
printSummary(List<S>, String) - Static method in class io.higson.runtime.profiler.ProfilerHelper
 
printSummary(Logger) - Method in class io.higson.runtime.profiler.jdbc.JdbcProfiler
 
printSummary(Logger, List<QueryStat>, int) - Method in class io.higson.runtime.profiler.jdbc.JdbcProfiler
 
printSummaryAsHtml() - Method in class io.higson.runtime.profiler.jdbc.JdbcProfiler
 
printSummaryAsHtml(List<S>, String) - Static method in class io.higson.runtime.profiler.ProfilerHelper
 
printSummaryAsText(List<S>, String) - Static method in class io.higson.runtime.profiler.ProfilerHelper
 
printSummaryDef() - Method in class io.higson.runtime.profiler.jdbc.JdbcProfiler
to samo co printSummary() ale drukuje na defaultowy logger
printSummaryToBuffer(int) - Method in class io.higson.runtime.profiler.jdbc.JdbcProfiler
 
printSummaryToBuffer(List<QueryStat>, int) - Method in class io.higson.runtime.profiler.jdbc.JdbcProfiler
 
printTree() - Method in class io.higson.runtime.engine.core.index.LevelIndex
 
printValues() - Method in class io.higson.runtime.model.value.EntityProperty
Creates formatted String.
PRIORITIES - Enum constant in enum class io.higson.runtime.core.datasource.snapshot.SnapshotPath
 
process(DomainWrapper, Path) - Method in class io.higson.runtime.core.datasource.snapshot.domain.AttributeProcessor
 
process(DomainWrapper, Path) - Method in class io.higson.runtime.core.datasource.snapshot.domain.DomainImportFilesProcessor
 
process(DomainWrapper, Path) - Method in class io.higson.runtime.core.datasource.snapshot.domain.InfoProcessor
 
process(DomainWrapper, Path) - Method in class io.higson.runtime.core.datasource.snapshot.domain.ReferenceProcessor
 
processRow(ResultSet) - Method in class io.higson.runtime.dao.external.ExternalValueSetter
 
processRow(ResultSet) - Method in interface io.higson.runtime.dao.util.RowCallbackHandler
 
profile() - Method in record class io.higson.runtime.core.datasource.snapshot.function.FunctionMeta
Returns the value of the profile record component.
profile() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Returns the value of the profile record component.
profile() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterMeta
Returns the value of the profile record component.
profile() - Method in record class io.higson.runtime.core.datasource.snapshot.version.ScheduleDetails
Returns the value of the profile record component.
profile() - Method in record class io.higson.runtime.core.datasource.snapshot.version.VersionMeta
Returns the value of the profile record component.
PROFILE_CONFIG - Enum constant in enum class io.higson.runtime.core.datasource.snapshot.SnapshotPath
 
ProfileCache - Class in io.higson.runtime.cache
 
ProfileCache() - Constructor for class io.higson.runtime.cache.ProfileCache
 
ProfileCache.CacheKey - Class in io.higson.runtime.cache
 
ProfileProvider - Class in io.higson.runtime.cache
 
ProfileProvider() - Constructor for class io.higson.runtime.cache.ProfileProvider
 
ProfilerBucket<T,S extends AbstractProfilerStat<T>> - Class in io.higson.runtime.profiler
Lock-guarded bucket of statistics to be used by AbstractProfiler.
ProfilerBucket() - Constructor for class io.higson.runtime.profiler.ProfilerBucket
 
ProfilerHelper - Class in io.higson.runtime.profiler
 
ProfilerStat - Class in io.higson.runtime.profiler
 
ProfilerStat(ProfilerStat) - Constructor for class io.higson.runtime.profiler.ProfilerStat
 
ProfilerStat(String) - Constructor for class io.higson.runtime.profiler.ProfilerStat
 
ProfileRuntimeWatcher - Class in io.higson.runtime.sync
 
ProfileRuntimeWatcher() - Constructor for class io.higson.runtime.sync.ProfileRuntimeWatcher
 
PROFILES - Enum constant in enum class io.higson.runtime.core.datasource.snapshot.SnapshotPath
 
Properties - Class in io.higson.runtime.core
 
Properties() - Constructor for class io.higson.runtime.core.Properties
 
PropertiesAware - Interface in io.higson.runtime.core
 
Property - Class in io.higson.runtime.model.value
This is main class representing property managed by Higson Persistence Engine.
PropertyAdapter - Class in io.higson.runtime.context
 
PropertyAdapter(Property) - Constructor for class io.higson.runtime.context.PropertyAdapter
 
PropertyAdapterFactory - Interface in io.higson.runtime.context
 
PropertyAdapterResolver - Class in io.higson.runtime.context
 
PropertyAdapterResolver() - Constructor for class io.higson.runtime.context.PropertyAdapterResolver
 
PropertyDef - Class in io.higson.runtime.model.def
 
PropertyDef(EntityType) - Constructor for class io.higson.runtime.model.def.PropertyDef
 
PropertyDef(EntityType, boolean) - Constructor for class io.higson.runtime.model.def.PropertyDef
 
PropertyDef(TypeDef) - Constructor for class io.higson.runtime.model.def.PropertyDef
 
PropertyDef(TypeDef, boolean) - Constructor for class io.higson.runtime.model.def.PropertyDef
 
PropertyDef(String) - Constructor for class io.higson.runtime.model.def.PropertyDef
 
PropertySource<T> - Interface in io.higson.runtime.proxy
 
PropertyVisitor - Interface in io.higson.runtime.helper
Visitor pattern interface for traversing property trees.
PropFunction - Class in io.higson.runtime.model
 
PropFunction(String) - Constructor for class io.higson.runtime.model.PropFunction
 
PropFunction(String, String) - Constructor for class io.higson.runtime.model.PropFunction
 
PropFunctionInvoker - Class in io.higson.runtime.invoker
 
PropFunctionInvoker() - Constructor for class io.higson.runtime.invoker.PropFunctionInvoker
 
ProxyExceptionHandler - Class in io.higson.runtime.profiler.jdbc.proxy
This is a helper exception handler to be used by all classes related to DataSourceProxy: - ConnectionProxy - StatementProxy - PreparedStatementProxy
ProxyExceptionHandler() - Constructor for class io.higson.runtime.profiler.jdbc.proxy.ProxyExceptionHandler
 
PUBLISHED - Enum constant in enum class io.higson.runtime.dev.perspective.RuntimeSessionStatus
 
pushStart(String, DiagnosticCallStackEvent.ElementType) - Method in class io.higson.runtime.profiler.callstack.DiagnosticCallStack
 
pushStop(String, DiagnosticCallStackEvent.ElementType) - Method in class io.higson.runtime.profiler.callstack.DiagnosticCallStack
 
put(String, String, Set<RegionVersion>) - Method in class io.higson.runtime.cache.UserRegionVersionCache
 
put(String, String, String) - Method in class io.higson.runtime.cache.ProfileCache
 
put(GroovyFunction, CompiledGroovyFunction) - Method in class io.higson.runtime.flow.Flow
 
put(GroovyFunction, CompiledGroovyFunction) - Method in class io.higson.runtime.function.groovy.shell.GlobalCache
 
put(GroovyFunction, CompiledGroovyFunction) - Method in interface io.higson.runtime.function.groovy.shell.GroovyCache
 
put(String, Function) - Method in interface io.higson.runtime.engine.core.function.FunctionCache
Inserts a function function under a key functionName.
put(String, PreparedParameter) - Method in interface io.higson.runtime.engine.core.prepared.PreparedParamCache
Inserts a parameter pp under a key paramName.
put(String, FunctionLogLevel) - Method in class io.higson.runtime.function.log.FunctionLogLevelCache
The provided [logLevel] is cached for function with provided [code].
put(String, Pattern) - Method in class io.higson.runtime.matcher.RegexCache
 
put(String, SortedSet<Integer>, SortedSet<Integer>) - Method in interface io.higson.runtime.version.system.SystemVersionCache
 
put(String, SortedSet<Integer>, SortedSet<Integer>) - Method in class io.higson.runtime.version.system.SystemVersionCacheMapImpl
 
put(String, T) - Method in class io.higson.runtime.engine.cache.MapCache
 
put(K, V) - Method in class io.higson.runtime.helper.parser.LimitCache
 
putAll(Map<String, Function>) - Method in interface io.higson.runtime.engine.core.function.FunctionCache
 
putAll(Map<String, T>) - Method in class io.higson.runtime.engine.cache.MapCache
 
PYTHON - Enum constant in enum class io.higson.runtime.function.FunctionType
 
PYTHON_INTERPRETER_CLOSED - Enum constant in enum class io.higson.runtime.diagnostic.InternalEvent
Python JEP Interpreter was disposed, memory was freed.
PYTHON_INTERPRETER_CREATED - Enum constant in enum class io.higson.runtime.diagnostic.InternalEvent
Python JEP Interpreter was instatiated.
PythonFunction - Class in io.higson.runtime.model
 
PythonFunction(int, int, String, String, String) - Constructor for class io.higson.runtime.model.PythonFunction
 
PythonFunction(int, int, String, String, String, Date, FunctionLogLevel) - Constructor for class io.higson.runtime.model.PythonFunction
 
PythonFunctionInvoker - Class in io.higson.runtime.invoker.python
 
PythonFunctionInvoker(PythonProvider, FunctionLoggerCreator) - Constructor for class io.higson.runtime.invoker.python.PythonFunctionInvoker
 
PythonInterpreterType - Enum Class in io.higson.runtime.invoker.python
 
PythonPreprocessor - Class in io.higson.runtime.invoker
Purpose of this class is to provide proper python body with enriched function definition and arguments.
PythonPreprocessor() - Constructor for class io.higson.runtime.invoker.PythonPreprocessor
 
PythonProvider - Interface in io.higson.runtime.invoker.python
 

Q

query(String, RowCallbackHandler) - Method in class io.higson.runtime.dao.MiniJdbcTemplate
 
query(String, RowCallbackHandler, Object...) - Method in class io.higson.runtime.dao.MiniJdbcTemplate
 
query(String, RowMapper<T>) - Method in class io.higson.runtime.dao.MiniJdbcTemplate
 
query(String, RowMapper<T>, Object...) - Method in class io.higson.runtime.dao.MiniJdbcTemplate
 
query(String, Object[], RowCallbackHandler) - Method in class io.higson.runtime.dao.MiniJdbcTemplate
 
query(String, Object[], RowMapper<T>) - Method in class io.higson.runtime.dao.MiniJdbcTemplate
 
queryForObject(String, Class<T>) - Method in class io.higson.runtime.dao.MiniJdbcTemplate
 
queryForObject(String, Class<T>, Object...) - Method in class io.higson.runtime.dao.MiniJdbcTemplate
 
QueryStat - Class in io.higson.runtime.profiler.jdbc
 
QueryStat(String, int) - Constructor for class io.higson.runtime.profiler.jdbc.QueryStat
 
QueryStat(String, int, int, long) - Constructor for class io.higson.runtime.profiler.jdbc.QueryStat
 
QueueDiagnosticCallStackFlushStrategy - Class in io.higson.runtime.profiler.callstack
Production DiagnosticCallStackFlushStrategy: builds a DiagnosticCallStackReport, enqueues it on the DiagnosticQueue, then clears the thread-local DiagnosticCallStack.
QueueDiagnosticCallStackFlushStrategy() - Constructor for class io.higson.runtime.profiler.callstack.QueueDiagnosticCallStackFlushStrategy
 

R

random() - Static method in class io.higson.runtime.rhino.RhinoMath
Returns a pseudo-random number greater than or equal to 0.0 and less than 1.0, using standard Java function Math.random()
RANGE_BASED - Enum constant in enum class io.higson.runtime.mp.simulation.samples.SamplesType
 
RangeBasedSamples<V> - Class in io.higson.runtime.mp.simulation.samples
Created by Artur Osiak on 14.10.2019
RangeBasedSamples(Class<V>, V, V, BigDecimal) - Constructor for class io.higson.runtime.mp.simulation.samples.RangeBasedSamples
 
RangeBasedSamples(Class<V>, V, V, BigDecimal, String) - Constructor for class io.higson.runtime.mp.simulation.samples.RangeBasedSamples
 
RangeToken - Class in io.higson.runtime.engine.matchers
 
RangeToken() - Constructor for class io.higson.runtime.engine.matchers.RangeToken
 
raw() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
readAllBytes(Path) - Method in class io.higson.runtime.helper.snapshot.FileSystemSnapshotHelper
 
readAllBytes(Path) - Method in interface io.higson.runtime.helper.snapshot.SnapshotFileHelper
 
readAttributesFromMatcher(Path) - Method in class io.higson.runtime.core.datasource.snapshot.flow.FlowFileExtractor
 
readAttributesFromMatcher(Path) - Method in class io.higson.runtime.core.datasource.snapshot.function.FunctionFileExtractor
 
recordDropped() - Method in class io.higson.runtime.diagnostic.queue.DiagnosticQueueMetrics
 
recordEnqueued() - Method in class io.higson.runtime.diagnostic.queue.DiagnosticQueueMetrics
 
recordFlushed(int) - Method in class io.higson.runtime.diagnostic.queue.DiagnosticQueueMetrics
 
redefineDomainCache(DomainCache, MpDomainCacheProvider, DomainCacheManager) - Method in class io.higson.runtime.core.HigsonEngineFactory
Setup custom domain cache, provider and manager for it.
REF - Enum constant in enum class io.higson.runtime.decoder.CascadeArgType
 
REF - Enum constant in enum class io.higson.runtime.model.value.ElementType
Reference property type.
REFERENCE - Enum constant in enum class io.higson.runtime.core.datasource.snapshot.domain.DomainSupportedFiles
 
ReferenceDto - Class in io.higson.runtime.model
 
ReferenceDto() - Constructor for class io.higson.runtime.model.ReferenceDto
 
ReferenceElement - Record Class in io.higson.runtime.core.datasource.snapshot.domain
 
ReferenceElement(String, int, int, String) - Constructor for record class io.higson.runtime.core.datasource.snapshot.domain.ReferenceElement
Creates an instance of a ReferenceElement record class.
referenceElements() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.Domain
Returns the value of the referenceElements record component.
ReferencePrefix - Enum Class in io.higson.runtime.constants
Prefixes of Higson objects references
ReferenceProcessor - Class in io.higson.runtime.core.datasource.snapshot.domain
Process reference.txt file, for retrieving reference path within domain elements.
ReferenceProcessor(SnapshotFileHelper, DomainDefinitionXmlHelper) - Constructor for class io.higson.runtime.core.datasource.snapshot.domain.ReferenceProcessor
 
ReflectionsConstructorUtil - Class in io.higson.runtime.engine.util.reflection
 
ReflectionSetterInvoker - Class in io.higson.runtime.engine.util.reflection
Utility for efficient setter invocation.
ReflectionSetterInvoker() - Constructor for class io.higson.runtime.engine.util.reflection.ReflectionSetterInvoker
 
ReflectionsHelper - Class in io.higson.runtime.engine.util.reflection
 
ReflectionsScanner - Class in io.higson.runtime.engine.util.reflection
 
ReflectionsScanner() - Constructor for class io.higson.runtime.engine.util.reflection.ReflectionsScanner
 
RefLink - Class in io.higson.runtime.helper
Represents a reference link between a RefProperty and its target.
RefLink(RefProperty) - Constructor for class io.higson.runtime.helper.RefLink
 
RefProperty - Class in io.higson.runtime.model.value
This class represents reference (pointer) to real target Property.
RefProperty(Property) - Constructor for class io.higson.runtime.model.value.RefProperty
Creates reference property, which points to target Property.
REFRESH_WATCHER_DEFAULT_PAUSE - Static variable in class io.higson.runtime.core.WatchersConfig
 
REFRESH_WATCHER_DEFAULT_RECOVERY - Static variable in class io.higson.runtime.core.WatchersConfig
 
REFRESH_WATCHER_DEFAULT_START_DELAY - Static variable in class io.higson.runtime.core.WatchersConfig
 
refreshProfile(String) - Method in class io.higson.runtime.core.domain.MpDomainCacheManager
Reload caches.
refreshProfile(String) - Method in interface io.higson.runtime.core.domain.WatcherDomainCacheManager
Przeładowuje stan cache'u.
RefreshRuntimeWatcher - Class in io.higson.runtime.sync
Watcher refreshes cached in-mem parameters according to their refresh configuration.
RefreshRuntimeWatcher(PreparedParamCache, Reloader, HigsonFlightRecorder, ExtSqlExecutor) - Constructor for class io.higson.runtime.sync.RefreshRuntimeWatcher
 
RegexCache - Class in io.higson.runtime.matcher
 
RegexCache() - Constructor for class io.higson.runtime.matcher.RegexCache
 
RegexMatcher - Class in io.higson.runtime.matcher
 
RegexMatcher() - Constructor for class io.higson.runtime.matcher.RegexMatcher
 
region() - Method in record class io.higson.runtime.core.datasource.snapshot.function.FunctionMeta
Returns the value of the region record component.
region() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Returns the value of the region record component.
region() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterMeta
Returns the value of the region record component.
region() - Method in record class io.higson.runtime.core.datasource.snapshot.version.ScheduleDetails
Returns the value of the region record component.
region() - Method in record class io.higson.runtime.core.datasource.snapshot.version.VersionMeta
Returns the value of the region record component.
RegionCached - Class in io.higson.runtime.model
 
RegionCached() - Constructor for class io.higson.runtime.model.RegionCached
 
regionCode() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.Element
Returns the value of the regionCode record component.
regionId() - Method in record class io.higson.runtime.core.datasource.snapshot.version.VersionMeta
Returns the value of the regionId record component.
RegionIdentifier - Class in io.higson.runtime.model.region
 
RegionIdentifier() - Constructor for class io.higson.runtime.model.region.RegionIdentifier
 
REGIONS - Enum constant in enum class io.higson.runtime.core.datasource.snapshot.SnapshotPath
 
REGIONS_WITH_SEPARATOR - Enum constant in enum class io.higson.runtime.core.datasource.snapshot.SnapshotPath
 
RegionScheduleModel - Class in io.higson.runtime.core.datasource.snapshot.version
 
RegionScheduleModel() - Constructor for class io.higson.runtime.core.datasource.snapshot.version.RegionScheduleModel
 
RegionVersion - Class in io.higson.runtime.model
 
RegionVersion() - Constructor for class io.higson.runtime.model.RegionVersion
 
RegionVersionIdentifier - Class in io.higson.runtime.model.region
 
RegionVersionIdentifier(RegionIdentifier, String) - Constructor for class io.higson.runtime.model.region.RegionVersionIdentifier
 
RegionVersionIdentifier(String, String, String) - Constructor for class io.higson.runtime.model.region.RegionVersionIdentifier
 
register(RepositoryObjectKey, V) - Method in class io.higson.runtime.engine.core.repository.MapRepository
 
register(ParamRepository) - Method in class io.higson.runtime.engine.core.parameter.BasicParameterProvider
 
register(ParamRepository) - Method in interface io.higson.runtime.engine.core.parameter.ParameterProvider
 
register(String, int, FunctionRepository) - Method in class io.higson.runtime.engine.annotated.repository.ScanningFunctionProvider
 
register(String, int, T) - Method in interface io.higson.runtime.engine.core.repository.OrderedRepository
Register object in repository of type under given index.
register(String, FunctionInvoker) - Method in class io.higson.runtime.engine.annotated.repository.ScanningInvokerRepository
 
register(String, Matcher) - Method in class io.higson.runtime.engine.annotated.repository.ScanningMatcherRepository
 
register(String, Type<? extends ValueHolder>) - Method in class io.higson.runtime.engine.annotated.repository.ScanningTypeRepository
 
register(String, T) - Method in interface io.higson.runtime.engine.core.repository.Repository
Register object in repository under given key.
register(String, V) - Method in class io.higson.runtime.engine.core.repository.MapRepository
 
register(V) - Method in class io.higson.runtime.engine.core.repository.ListRepository
 
registerAdapter(String, PropertyAdapterFactory) - Static method in class io.higson.runtime.context.AppCtx
 
registerAdapter(String, PropertyAdapterFactory) - Method in class io.higson.runtime.context.PropertyAdapterResolver
 
registerAll(List<ParamRepository>) - Method in class io.higson.runtime.engine.core.parameter.BasicParameterProvider
 
registerAll(List<ParamRepository>) - Method in interface io.higson.runtime.engine.core.parameter.ParameterProvider
 
registerAll(List<V>) - Method in class io.higson.runtime.engine.core.repository.ListRepository
 
registerAll(Map<RepositoryObjectKey, V>) - Method in class io.higson.runtime.engine.core.repository.MapRepository
 
registerAll(Map<String, FunctionInvoker>) - Method in class io.higson.runtime.engine.annotated.repository.ScanningInvokerRepository
 
registerAll(Map<String, FunctionRepository>) - Method in class io.higson.runtime.engine.annotated.repository.ScanningFunctionProvider
 
registerAll(Map<String, Matcher>) - Method in class io.higson.runtime.engine.annotated.repository.ScanningMatcherRepository
 
registerAll(Map<String, Type<? extends ValueHolder>>) - Method in class io.higson.runtime.engine.annotated.repository.ScanningTypeRepository
 
registerAll(Map<String, T>) - Method in interface io.higson.runtime.engine.core.repository.ItemsContainer
Insert all items to repository.
registerAllOrdered(Map<String, V>) - Method in class io.higson.runtime.engine.core.repository.MapRepository
 
registerAllUnordered(Map<String, V>) - Method in class io.higson.runtime.engine.core.repository.MapRepository
 
registeredItems() - Method in class io.higson.runtime.engine.annotated.repository.ScanningFunctionProvider
 
registeredItems() - Method in class io.higson.runtime.engine.annotated.repository.ScanningInvokerRepository
 
registeredItems() - Method in class io.higson.runtime.engine.annotated.repository.ScanningMatcherRepository
 
registeredItems() - Method in class io.higson.runtime.engine.annotated.repository.ScanningTypeRepository
 
registeredItems() - Method in class io.higson.runtime.engine.core.parameter.BasicParameterProvider
 
registeredItems() - Method in interface io.higson.runtime.engine.core.parameter.ParameterProvider
 
registeredItems() - Method in interface io.higson.runtime.engine.core.repository.ItemsContainer
Return registered items.
registerInitializers(Collection<ComponentInitializer>) - Method in class io.higson.runtime.engine.config.initialization.BasicComponentInitializerRunner
 
registerInitializers(Collection<ComponentInitializer>) - Method in interface io.higson.runtime.engine.config.initialization.ComponentInitializerRunner
 
registerInterceptors(List<FunctionInvocationInterceptor>) - Method in class io.higson.runtime.function.FunctionManager
 
registerListener(T) - Method in class io.higson.runtime.mp.simulation.event.ListenerSupport
 
registerListeners(SimulationListener...) - Method in interface io.higson.runtime.mp.simulation.Simulator
 
registerListeners(Collection<T>) - Method in class io.higson.runtime.mp.simulation.event.ListenerSupport
 
registerModule(ParamEngineModule) - Method in class io.higson.runtime.engine.config.ParamEngineConfigBuilder
Add a self-registering module that encapsulates all self configuration.
registerSelf(ParamEngineConfigBuilder) - Method in interface io.higson.runtime.engine.config.ParamEngineModule
Implement to register all module dependencies in config via config builder.
registerUnique(RepositoryObjectKey, V) - Method in class io.higson.runtime.engine.core.repository.MapRepository
 
registerUnique(String, V) - Method in class io.higson.runtime.engine.core.repository.MapRepository
 
registerWithKeys(Map<RepositoryObjectKey, FunctionRepository>) - Method in class io.higson.runtime.engine.annotated.repository.ScanningFunctionProvider
 
registerWithKeys(Map<RepositoryObjectKey, T>) - Method in interface io.higson.runtime.engine.core.repository.OrderedRepository
 
rejectChars(String, String) - Static method in class io.higson.runtime.rhino.RhinoStr
A quick method removing from the given String all characters appearing in the second String argument.
REJECTED - Enum constant in enum class io.higson.runtime.dev.perspective.RuntimeSessionStatus
 
rejectLastToken(String) - Static method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
RelationalOperator - Enum Class in io.higson.runtime.flow.dto
 
relativeSnapshotPath() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterMeta
Returns the value of the relativeSnapshotPath record component.
releaseConnection(Connection) - Method in interface io.higson.runtime.dao.util.ConnectionInterceptor
Close the given connection that was established to DataSource.
releaseConnection(Connection) - Method in class io.higson.runtime.dao.util.StdConnectionInterceptor
 
reload() - Method in class io.higson.runtime.provider.MpScheduleProvider
 
reload(DomainObject) - Method in class io.higson.runtime.model.DomainObjectImpl
 
Reloader - Interface in io.higson.runtime.reload
 
reloadParameter(int) - Method in class io.higson.runtime.reload.DefaultReloader
 
reloadParameter(int) - Method in class io.higson.runtime.reload.NopReloader
 
reloadParameter(int) - Method in class io.higson.runtime.reload.PolicyBasedReloader
 
reloadParameter(int) - Method in interface io.higson.runtime.reload.Reloader
Request to reload a parameter asynchronously.
ReloadPolicy - Interface in io.higson.runtime.reload
 
remove() - Method in class io.higson.runtime.model.value.Bundle
This method is not supported.
remove() - Method in interface io.higson.runtime.model.value.Handle
Removes itself.
remove() - Method in class io.higson.runtime.model.value.Property
Removes itself.
remove() - Method in class io.higson.runtime.mp.simulation.samples.iterator.IntegerRangeIterator
 
remove(int) - Method in class io.higson.runtime.proxy.HigsonEntityList
 
remove(Property) - Method in class io.higson.runtime.helper.IdentitySet
 
remove(Object) - Method in class io.higson.runtime.proxy.HigsonEntityList
 
remove(String) - Method in interface io.higson.runtime.model.value.Handle
Removes property from given path.
remove(String) - Method in class io.higson.runtime.model.value.Property
Removes property from given path.
removeAll(Collection<?>) - Method in class io.higson.runtime.proxy.HigsonEntityList
 
removeChild(DomainObjectImpl) - Method in class io.higson.runtime.model.DomainObjectImpl
 
REMOVED - Enum constant in enum class io.higson.runtime.sync.event.EventType
 
removeLastSeparatorFrom(Path) - Static method in class io.higson.runtime.core.datasource.snapshot.domain.PathUtils
Remove last path SEPARATOR character from given Path.toString() if present.
removeTransients() - Method in class io.higson.runtime.helper.PersistenceMarker
 
repeat(char, int) - Static method in class io.higson.runtime.helper.StrUtil
 
repeat(char, int) - Static method in class io.higson.runtime.rhino.RhinoStr
Returns the String consisting of the given character repeated specified number of times.
replace(String) - Method in interface io.higson.runtime.sql.SqlProcessor.Replacer
 
reportMethodAnnotation(Class<? extends Annotation>, String, String) - Method in class io.higson.runtime.engine.util.reflection.AnnotatedMethodReporter
 
reportTypeAnnotation(Class<? extends Annotation>, String) - Method in class io.higson.runtime.engine.util.reflection.AnnotatedTypeReporter
 
Repository<T> - Interface in io.higson.runtime.engine.core.repository
Contract for repository - it can be used to register objects of specific type under string key.
RepositoryObjectKey - Class in io.higson.runtime.engine.annotated
Complex key that can be used in maps that need only unique entries and custom ordering at the same time.
RepositoryObjectKey(String) - Constructor for class io.higson.runtime.engine.annotated.RepositoryObjectKey
Create new repository key with only string key.
RepositoryObjectKey(String, int) - Constructor for class io.higson.runtime.engine.annotated.RepositoryObjectKey
Create new repository key with string key and order.
reset() - Method in class io.higson.runtime.diagnostic.HigsonFlightRecorder
 
reset() - Method in class io.higson.runtime.diagnostic.queue.DiagnosticQueueMetrics
Reset all counters to zero.
resetIds() - Method in class io.higson.runtime.model.value.CollectionProperty
Resets owner id and reset ids on each property element from list.
resetIds() - Method in class io.higson.runtime.model.value.EntityProperty
Reset ids.
resetIds() - Method in class io.higson.runtime.model.value.Property
Reset ids.
resetLastAccessTime() - Method in class io.higson.runtime.engine.core.prepared.PreparedParameter
 
resolve() - Static method in class io.higson.runtime.version.RuntimeVersionResolver
 
resolveExternalLevel(Collection<? extends ParameterEntry>, int) - Method in class io.higson.runtime.dao.external.ExternalStorageDao
 
resolveExternalValues(Parameter) - Method in class io.higson.runtime.dao.external.ExternalStorageDao
 
resolveExternalValues(Parameter, Collection<ParameterEntry>) - Method in class io.higson.runtime.dao.external.ExternalStorageDao
 
resolveFullToken(String, String) - Static method in class io.higson.runtime.model.DomainTokenResolver
 
ResolveRequest - Class in io.higson.runtime.dao.external
 
ResolveRequest() - Constructor for class io.higson.runtime.dao.external.ResolveRequest
 
retainAll(Collection<?>) - Method in class io.higson.runtime.proxy.HigsonEntityList
 
retryBackoffSeconds(int) - Method in class io.higson.runtime.diagnostic.flush.DiagnosticFlushConfig
 
REVERSE - Enum constant in enum class io.higson.runtime.builtin.implementation.TextFormat
 
reverseMatcher() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetailsInputLevel
Returns the value of the reverseMatcher record component.
RHINO - Enum constant in enum class io.higson.runtime.function.FunctionType
 
RhinoClassShutter - Class in io.higson.runtime.invoker.context
 
RhinoClassShutter() - Constructor for class io.higson.runtime.invoker.context.RhinoClassShutter
 
RhinoContextFactory - Class in io.higson.runtime.invoker.context
 
RhinoContextFactory() - Constructor for class io.higson.runtime.invoker.context.RhinoContextFactory
 
RhinoDate - Class in io.higson.runtime.rhino
This is utility class for working with dates that are supported in Higson.
RhinoDomain - Class in io.higson.runtime.rhino
 
RhinoDomain(HigsonEngine) - Constructor for class io.higson.runtime.rhino.RhinoDomain
 
RhinoDomainAttribute - Class in io.higson.runtime.rhino.domain
 
RhinoDomainAttribute(DomainAttribute, HigsonContext) - Constructor for class io.higson.runtime.rhino.domain.RhinoDomainAttribute
 
RhinoDomainElement - Class in io.higson.runtime.rhino.domain
 
RhinoDomainElement() - Constructor for class io.higson.runtime.rhino.domain.RhinoDomainElement
 
RhinoDomainNullAttribute - Class in io.higson.runtime.rhino.domain
 
RhinoDomainNullAttribute() - Constructor for class io.higson.runtime.rhino.domain.RhinoDomainNullAttribute
 
RhinoDomainType - Class in io.higson.runtime.rhino.domain
 
RhinoDomainType(DomainObjectType) - Constructor for class io.higson.runtime.rhino.domain.RhinoDomainType
 
RhinoEmptyValue - Class in io.higson.runtime.rhino.value
 
RhinoEmptyValue() - Constructor for class io.higson.runtime.rhino.value.RhinoEmptyValue
 
RhinoFunction - Class in io.higson.runtime.model
 
RhinoFunction(int, int, String, String, String) - Constructor for class io.higson.runtime.model.RhinoFunction
 
RhinoFunction(int, int, String, String, String, Date, FunctionLogLevel) - Constructor for class io.higson.runtime.model.RhinoFunction
 
RhinoFunction(String) - Constructor for class io.higson.runtime.model.RhinoFunction
 
RhinoFunctionInvoker - Class in io.higson.runtime.invoker
 
RhinoFunctionInvoker() - Constructor for class io.higson.runtime.invoker.RhinoFunctionInvoker
 
RhinoFunctionInvoker(FunctionLoggerCreator) - Constructor for class io.higson.runtime.invoker.RhinoFunctionInvoker
 
RhinoHigson - Class in io.higson.runtime.rhino
This class is an access point to retrieving parameters or calling functions in core.
RhinoHigson(HigsonEngine) - Constructor for class io.higson.runtime.rhino.RhinoHigson
 
RhinoMath - Class in io.higson.runtime.rhino
Utility class providing mathematical functions which can be used within Higson functions
RhinoMultiValue - Class in io.higson.runtime.rhino.value
 
RhinoMultiValue(MultiValue) - Constructor for class io.higson.runtime.rhino.value.RhinoMultiValue
 
RhinoParamValue - Class in io.higson.runtime.rhino.value
 
RhinoParamValue() - Constructor for class io.higson.runtime.rhino.value.RhinoParamValue
 
RhinoParamValue(ParamValue) - Constructor for class io.higson.runtime.rhino.value.RhinoParamValue
 
RhinoPreparedScript - Class in io.higson.runtime.invoker
 
RhinoPreparedScript() - Constructor for class io.higson.runtime.invoker.RhinoPreparedScript
 
RhinoPreparedScript(String) - Constructor for class io.higson.runtime.invoker.RhinoPreparedScript
 
RhinoPreprocessor - Class in io.higson.runtime.invoker
 
RhinoPreprocessor(String) - Constructor for class io.higson.runtime.invoker.RhinoPreprocessor
 
RhinoSecurityException - Exception in io.higson.runtime.invoker.context
 
RhinoSecurityException() - Constructor for exception io.higson.runtime.invoker.context.RhinoSecurityException
 
RhinoStr - Class in io.higson.runtime.rhino
 
RhinoType - Class in io.higson.runtime.rhino
 
RhinoType() - Constructor for class io.higson.runtime.rhino.RhinoType
 
RhinoUtil - Class in io.higson.runtime.rhino
 
rollDay(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to the 'day' field without changing other fields.
rollHour(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to the 'hour' field without changing other fields.
rollMinute(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to the 'minute' field without changing other fields.
rollMonth(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to the 'month' field without changing other fields.
rollSecond(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to the 'second' field without changing other fields.
rollYear(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Adds amount to the 'year' field without changing other fields.
root() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.CollectionElement
Returns the value of the root record component.
round(double) - Static method in class io.higson.runtime.rhino.RhinoMath
Returns the closest long to the argument, with ties rounding to positive infinity, using standard Java function Math.round(double).
round(double, int) - Static method in class io.higson.runtime.rhino.RhinoMath
Rounds the number to specified decimal places.
round(float) - Static method in class io.higson.runtime.rhino.RhinoMath
Returns the closest int to the argument, calculated using standard Java function Math.round(float).
round(BigDecimal, int) - Static method in class io.higson.runtime.helper.MathUtil
 
row() - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
row() - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
row() - Method in interface io.higson.runtime.engine.core.output.ParamValue
Returns first row of matrix.
row() - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
row() - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
row() - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
row(int) - Method in class io.higson.runtime.core.EmptyParamValue
Always returns null.
row(int) - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
row(int) - Method in interface io.higson.runtime.engine.core.output.ParamValue
Return resulting matrix row.
row(int) - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
row(int) - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
row(int) - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
RowCallbackHandler - Interface in io.higson.runtime.dao.util
Created by psikora on 2017-01-18.
RowMapper<T> - Interface in io.higson.runtime.dao.util
Created by psikora on 2017-01-18.
rows() - Method in class io.higson.runtime.core.EmptyParamValue
Returns empty list of rows.
rows() - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
rows() - Method in interface io.higson.runtime.engine.core.output.ParamValue
Return all rows of matrix.
rows() - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
rows() - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
rows() - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
run() - Method in class io.higson.runtime.sync.BaseWatcher
 
runInitializers(Object) - Method in class io.higson.runtime.engine.config.initialization.BasicComponentInitializerRunner
 
runInitializers(Object) - Method in interface io.higson.runtime.engine.config.initialization.ComponentInitializerRunner
 
runInitializersOnList(Iterable<?>) - Method in class io.higson.runtime.engine.config.initialization.BasicComponentInitializerRunner
 
runInitializersOnList(Iterable<?>) - Method in interface io.higson.runtime.engine.config.initialization.ComponentInitializerRunner
 
RUNTIME_METRICS - Enum constant in enum class io.higson.runtime.diagnostic.queue.DiagnosticEventCode
 
runtimeConfiguration() - Method in interface io.higson.runtime.core.HigsonEngine
Return runtime configuration of this instance of parameter/function engine.
runtimeConfiguration() - Method in class io.higson.runtime.core.HigsonEngineImpl
 
runtimeConfiguration() - Method in interface io.higson.runtime.engine.core.ParamEngine
Return runtime configuration of this instance of parameter engine.
runtimeConfiguration() - Method in class io.higson.runtime.engine.core.SmartParamEngine
 
RuntimeDialect - Interface in io.higson.runtime.sql
 
RuntimeLogger - Interface in io.higson.runtime.function.log
 
RuntimeMetricsDiagnosticEventPersister - Class in io.higson.runtime.diagnostic.persister
RuntimeMetricsDiagnosticEventPersister(DiagnosticRuntimeMetricDao) - Constructor for class io.higson.runtime.diagnostic.persister.RuntimeMetricsDiagnosticEventPersister
 
RuntimeSession - Class in io.higson.runtime.dev.perspective
 
RuntimeSession(int, String, Date, RuntimeSessionStatus) - Constructor for class io.higson.runtime.dev.perspective.RuntimeSession
 
RuntimeSessionElement - Class in io.higson.runtime.dev.perspective
 
RuntimeSessionElement() - Constructor for class io.higson.runtime.dev.perspective.RuntimeSessionElement
 
RuntimeSessionOperation - Enum Class in io.higson.runtime.dev.perspective
 
RuntimeSessionStatus - Enum Class in io.higson.runtime.dev.perspective
 
RuntimeSortConfigException - Exception in io.higson.runtime.sorter.exception
 
RuntimeSortConfigException(String, String, SortConfigErrorcode) - Constructor for exception io.higson.runtime.sorter.exception.RuntimeSortConfigException
 
RuntimeUserView - Class in io.higson.runtime.dev.perspective
 
RuntimeUserView(String) - Constructor for class io.higson.runtime.dev.perspective.RuntimeUserView
 
RuntimeVersionInterceptor - Class in io.higson.runtime.core.versioninterceptor
 
RuntimeVersionInterceptor(MpScheduleProvider, ProfileProvider) - Constructor for class io.higson.runtime.core.versioninterceptor.RuntimeVersionInterceptor
 
RuntimeVersionResolver - Class in io.higson.runtime.version
 
RuntimeVersionResolver() - Constructor for class io.higson.runtime.version.RuntimeVersionResolver
 
RuntimeWatcher - Class in io.higson.runtime.sync
 
RuntimeWatcher() - Constructor for class io.higson.runtime.sync.RuntimeWatcher
 
RuntimeWatcherHelper - Class in io.higson.runtime.sync
 

S

Samples<V> - Interface in io.higson.runtime.mp.simulation.samples
Provides samples during simulation processing
Samples.ListBasedSamples<V> - Class in io.higson.runtime.mp.simulation.samples
 
SamplesType - Enum Class in io.higson.runtime.mp.simulation.samples
Created by Artur Osiak on 14.10.2019
SandboxAttrGmoPersistence - Enum Class in io.higson.runtime.sandbox
 
SandboxConverter - Class in io.higson.runtime.sandbox
 
SandboxConverter() - Constructor for class io.higson.runtime.sandbox.SandboxConverter
 
save(DiagnosticCallStackReport) - Method in class io.higson.runtime.diagnostic.callstack.DiagnosticCallStackReportDao
 
save(DiagnosticRuntimeInfo) - Method in class io.higson.runtime.core.datasource.snapshot.SnapshotDiagnosticRuntimeInfoDao
 
save(DiagnosticRuntimeInfo) - Method in class io.higson.runtime.diagnostic.info.DiagnosticRuntimeInfoDao
 
save(DiagnosticRuntimeMetric) - Method in class io.higson.runtime.core.datasource.snapshot.SnapshotDiagnosticRuntimeMetricDao
 
save(DiagnosticRuntimeMetric) - Method in class io.higson.runtime.diagnostic.metrics.DiagnosticRuntimeMetricDao
 
save(DiagnosticThreadStateSnapshot) - Method in class io.higson.runtime.diagnostic.threadstate.DiagnosticThreadStateSnapshotDao
 
saveBatch(List<DiagnosticCallStackReport>) - Method in class io.higson.runtime.core.datasource.snapshot.SnapshotDiagnosticCallStackReportDao
 
saveBatch(List<DiagnosticCallStackReport>) - Method in class io.higson.runtime.diagnostic.callstack.DiagnosticCallStackReportDao
 
saveBatch(List<DiagnosticCallStackReport>) - Method in class io.higson.runtime.diagnostic.persister.CallStackReportDiagnosticEventPersister
 
saveBatch(List<DiagnosticRuntimeMetric>) - Method in class io.higson.runtime.core.datasource.snapshot.SnapshotDiagnosticRuntimeMetricDao
 
saveBatch(List<DiagnosticRuntimeMetric>) - Method in class io.higson.runtime.diagnostic.metrics.DiagnosticRuntimeMetricDao
 
saveBatch(List<DiagnosticRuntimeMetric>) - Method in class io.higson.runtime.diagnostic.persister.RuntimeMetricsDiagnosticEventPersister
 
saveBatch(List<DiagnosticThreadStateSnapshot>) - Method in class io.higson.runtime.core.datasource.snapshot.SnapshotDiagnosticThreadStateSnapshotDao
 
saveBatch(List<DiagnosticThreadStateSnapshot>) - Method in class io.higson.runtime.diagnostic.persister.ThreadStateSnapshotDiagnosticEventPersister
 
saveBatch(List<DiagnosticThreadStateSnapshot>) - Method in class io.higson.runtime.diagnostic.threadstate.DiagnosticThreadStateSnapshotDao
 
saveBatch(List<T>) - Method in interface io.higson.runtime.diagnostic.persister.DiagnosticEventPersister
Batch-insert the type-safe payloads into the underlying store.
scanAnnotations(TypeScanner, ComponentInitializerRunner) - Method in class io.higson.runtime.engine.annotated.repository.ScanningFunctionProvider
 
scanAnnotations(TypeScanner, ComponentInitializerRunner) - Method in class io.higson.runtime.engine.annotated.repository.ScanningInvokerRepository
 
scanAnnotations(TypeScanner, ComponentInitializerRunner) - Method in class io.higson.runtime.engine.annotated.repository.ScanningMatcherRepository
 
scanAnnotations(TypeScanner, ComponentInitializerRunner) - Method in class io.higson.runtime.engine.annotated.repository.ScanningTypeRepository
 
scanAnnotations(TypeScanner, ComponentInitializerRunner) - Method in interface io.higson.runtime.engine.annotated.repository.TypeScanningRepository
 
scanMethods(MethodScanner) - Method in class io.higson.runtime.engine.annotated.repository.AbstractScanningJavaFunctionRepository
 
scanMethods(MethodScanner) - Method in interface io.higson.runtime.engine.annotated.repository.MethodScanningRepository
 
scanMethods(Class<? extends Annotation>) - Method in interface io.higson.runtime.engine.annotated.scanner.MethodScanner
Return all methods annotated with given annotation that can be found in packages.
scanMethods(Class<? extends Annotation>) - Method in class io.higson.runtime.engine.annotated.scanner.PackageMethodScanner
 
ScanningFunctionProvider - Class in io.higson.runtime.engine.annotated.repository
 
ScanningFunctionProvider(FunctionCache) - Constructor for class io.higson.runtime.engine.annotated.repository.ScanningFunctionProvider
 
ScanningInvokerRepository - Class in io.higson.runtime.engine.annotated.repository
 
ScanningInvokerRepository() - Constructor for class io.higson.runtime.engine.annotated.repository.ScanningInvokerRepository
 
ScanningMatcherRepository - Class in io.higson.runtime.engine.annotated.repository
 
ScanningMatcherRepository() - Constructor for class io.higson.runtime.engine.annotated.repository.ScanningMatcherRepository
 
ScanningTypeRepository - Class in io.higson.runtime.engine.annotated.repository
 
ScanningTypeRepository() - Constructor for class io.higson.runtime.engine.annotated.repository.ScanningTypeRepository
 
scanTypes(Class<? extends Annotation>) - Method in class io.higson.runtime.engine.annotated.scanner.PackageTypeScanner
 
scanTypes(Class<? extends Annotation>) - Method in interface io.higson.runtime.engine.annotated.scanner.TypeScanner
 
scanTypesWithoutName(Class<? extends Annotation>) - Method in class io.higson.runtime.engine.annotated.scanner.PackageTypeScanner
 
scanTypesWithoutName(Class<? extends Annotation>) - Method in interface io.higson.runtime.engine.annotated.scanner.TypeScanner
 
Schedule - Class in io.higson.runtime.model
 
Schedule(String, String) - Constructor for class io.higson.runtime.model.Schedule
 
SCHEDULE_WATCHER_DEFAULT_PAUSE - Static variable in class io.higson.runtime.core.WatchersConfig
 
ScheduleCache - Class in io.higson.runtime.sync
 
ScheduleCache(Map<String, Schedule>, Map<String, Schedule>, Map<String, ScheduleContainer>, int, Collection<RegionVersion>) - Constructor for class io.higson.runtime.sync.ScheduleCache
 
ScheduleContainer - Class in io.higson.runtime.model.region
 
ScheduleContainer() - Constructor for class io.higson.runtime.model.region.ScheduleContainer
 
ScheduleDetails - Record Class in io.higson.runtime.core.datasource.snapshot.version
 
ScheduleDetails(String, String, String, Date, Date) - Constructor for record class io.higson.runtime.core.datasource.snapshot.version.ScheduleDetails
Creates an instance of a ScheduleDetails record class.
ScheduleEntry - Class in io.higson.runtime.model
 
ScheduleEntry(String, String, Date) - Constructor for class io.higson.runtime.model.ScheduleEntry
 
ScheduleRuntimeWatcher - Class in io.higson.runtime.sync
 
ScheduleRuntimeWatcher(MpScheduleProvider) - Constructor for class io.higson.runtime.sync.ScheduleRuntimeWatcher
 
SearchResult<T> - Class in io.higson.runtime.engine.core.index
 
SearchResult() - Constructor for class io.higson.runtime.engine.core.index.SearchResult
 
secureConfiguration() - Static method in class io.higson.runtime.invoker.MppGroovyShellConfiguration
 
selectFromSequence(String) - Method in class io.higson.runtime.sql.dialect.DefaultDialect
 
selectFromSequence(String) - Method in class io.higson.runtime.sql.DialectTemplate
 
selectFromSequence(String) - Method in interface io.higson.runtime.sql.RuntimeDialect
 
selectFromSequence(String, String) - Method in class io.higson.runtime.sql.dialect.H2RuntimeDialect
 
selectFromSequence(String, String) - Method in class io.higson.runtime.sql.dialect.HsqlRuntimeDialect
 
selectFromSequence(String, String) - Method in class io.higson.runtime.sql.dialect.MsSQLRuntimeDialect
 
selectFromSequence(String, String) - Method in class io.higson.runtime.sql.dialect.MySQLRuntimeDialect
 
selectFromSequence(String, String) - Method in class io.higson.runtime.sql.dialect.OracleRuntimeDialect
 
selectFromSequence(String, String) - Method in class io.higson.runtime.sql.dialect.PostgresqlRuntimeDialect
 
selectFromSequence(String, String) - Method in interface io.higson.runtime.sql.RuntimeDialect
 
separate(String, Type<T>) - Method in class io.higson.runtime.engine.matchers.BetweenMatcherTokenSeparator
 
separator() - Method in class io.higson.runtime.helper.parser.CachingSplitter
 
Separator - Enum Class in io.higson.runtime.engine.util
 
SEPARATOR - Enum constant in enum class io.higson.runtime.core.datasource.snapshot.SnapshotPath
 
SEQUENCE_ALLOCATION_SIZE - Static variable in class io.higson.runtime.diagnostic.callstack.DiagnosticCallStackReportDao
 
SEQUENCE_ALLOCATION_SIZE - Static variable in class io.higson.runtime.diagnostic.metrics.DiagnosticRuntimeMetricDao
Hi-lo allocation size — one nextval() reserves this many ids locally.
SEQUENCE_ALLOCATION_SIZE - Static variable in class io.higson.runtime.diagnostic.threadstate.DiagnosticThreadStateSnapshotDao
 
SEQUENCE_NAME - Static variable in class io.higson.runtime.diagnostic.callstack.DiagnosticCallStackReportDao
 
SEQUENCE_NAME - Static variable in class io.higson.runtime.diagnostic.metrics.DiagnosticRuntimeMetricDao
 
SEQUENCE_NAME - Static variable in class io.higson.runtime.diagnostic.threadstate.DiagnosticThreadStateSnapshotDao
 
SessionDao - Interface in io.higson.runtime.core.datasource
 
SessionHolder - Class in io.higson.runtime.dev
 
SessionHolder() - Constructor for class io.higson.runtime.dev.SessionHolder
 
SessionIdBuilder - Class in io.higson.runtime.core.domain
 
SessionJdbcDao - Class in io.higson.runtime.dao
 
SessionJdbcDao(DataSource, ConnectionInterceptor) - Constructor for class io.higson.runtime.dao.SessionJdbcDao
 
set() - Static method in class io.higson.runtime.rhino.RhinoUtil
 
set(int, Parameter) - Method in class io.higson.runtime.sync.PidCache
 
set(int, Property) - Method in class io.higson.runtime.model.value.CollectionProperty
Attach given property at provided index.
set(int, T) - Method in class io.higson.runtime.proxy.HigsonEntityList
 
set(Object) - Method in class io.higson.runtime.engine.core.context.DefaultContext
Put value under lowercase(value.class.getSimpleName()) in user context map.
set(Object) - Method in class io.higson.runtime.model.value.CollectionProperty
value must be of type CollectionProperty, then all elements of this value will be added to this CollectionProperty instance.
set(Object) - Method in class io.higson.runtime.model.value.EntityProperty
Sets new value of this property.
set(Object) - Method in interface io.higson.runtime.model.value.Handle
Sets new value of this property.
set(Object) - Method in class io.higson.runtime.model.value.Property
Sets new value of this property.
set(Object) - Method in class io.higson.runtime.model.value.RefProperty
Sets new value of this property.
set(Object) - Method in class io.higson.runtime.model.value.ValueProperty
Sets new simple value, which must be supported by TypeConverter.
set(Object) - Static method in class io.higson.runtime.sql.DialectRegistry
 
set(Object...) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
set(String, Object) - Method in class io.higson.runtime.core.HigsonContext
Put given value object under specified path.
set(String, Object) - Method in class io.higson.runtime.core.HigsonSubContext
 
set(String, Object) - Method in interface io.higson.runtime.model.value.Handle
Sets new value under given path, which must exists.
set(String, Object) - Method in class io.higson.runtime.model.value.Property
Sets new value under given path, which must exists.
setAdapterResolver(PropertyAdapterResolver) - Static method in class io.higson.runtime.context.AppCtx
 
setAiSourceSession(AiModelSession<?>) - Method in interface io.higson.runtime.engine.core.parameter.Parameter
 
setAnnotatedObjectFactory(AnnotatedObjectFactory) - Method in class io.higson.runtime.engine.annotated.scanner.AnnotatedObjectsScanner
 
setAttr(String, boolean, String) - Method in class io.higson.runtime.config.DefinitionBuilder
 
setAttrDescription(String, String) - Method in class io.higson.runtime.config.DefinitionBuilder
 
setAttributeInterceptor(AttributeInterceptor) - Method in class io.higson.runtime.core.HigsonEngineFactory
Setup attribute interceptor for attribute value provider.
setAttributes(List<DomainAttribute>) - Method in class io.higson.runtime.model.DomainObjectImpl
UWAGA: jedne miejsce, ktore modyfikuje kolekcje [attributes]
setAttributeValueProvider(AttributeValueProvider) - Method in class io.higson.runtime.core.domain.MpDomainCacheProvider
 
setAttrPersistence(String, EntityTypeState) - Method in class io.higson.runtime.config.DefinitionBuilder
 
setAutoStartWatchers(boolean) - Method in class io.higson.runtime.core.HigsonEngineFactory
Control flag for starting watchers during engine build.
setBeingReloaded() - Method in class io.higson.runtime.engine.core.prepared.PreparedParameter
 
setBundle(Bundle) - Method in class io.higson.runtime.model.value.EntityProperty

children fields will also have their bundle setup.
setCacheSize(int) - Static method in class io.higson.runtime.helper.parser.CachingDateParser
 
setCacheSize(int) - Static method in class io.higson.runtime.helper.parser.CachingNumberParser
 
setCacheSize(int) - Method in class io.higson.runtime.helper.parser.CachingSplitter
 
setCategories(List<String>) - Method in class io.higson.runtime.core.datasource.snapshot.parameter.ParameterModel
 
setChildren(List<DomainObjectImpl>) - Method in class io.higson.runtime.model.DomainObjectImpl
 
setClock(Clock) - Method in class io.higson.runtime.core.datasource.database.HigsonDbDataSource
 
setClock(Clock) - Method in interface io.higson.runtime.core.datasource.HigsonDataSource
 
setClock(Clock) - Method in class io.higson.runtime.core.datasource.snapshot.HigsonSnapshotDataSource
 
setClock(Clock) - Method in class io.higson.runtime.core.HigsonEngineFactory
Set clock used by engine internal components.
setCode(String) - Method in class io.higson.runtime.sync.event.WatcherEvent
 
setColumnMapping(String, String, String) - Method in class io.higson.runtime.config.DefinitionBuilder
 
setComponents(List<Object>) - Method in class io.higson.runtime.engine.config.pico.ComponentConfig
 
setConfig(WatcherConfig) - Method in class io.higson.runtime.sync.BaseWatcher
 
setContainer(Property) - Method in class io.higson.runtime.model.value.Property
Sets container for property.
setCreated(Date) - Method in class io.higson.runtime.model.value.Bundle
Shouldn't be used outside of Higson persistence engine.
setCustomPlugins(Map<String, Object>) - Method in class io.higson.runtime.core.HigsonEngineFactory
This method allows developers to inject custom plugins or even override behaviour of higson plugins.
setDataSource(HigsonDataSource) - Method in class io.higson.runtime.core.HigsonEngineFactory
This method setup dataSource used by higson-runtime with all required elements, like: main access points to parameters, functions, external sources, domain, etc.
setDataSource(MpDecodingStrategy, ExtSqlExecutor) - Method in class io.higson.runtime.core.datasource.database.HigsonDbDataSource
 
setDataSource(MpDecodingStrategy, ExtSqlExecutor) - Method in interface io.higson.runtime.core.datasource.HigsonDataSource
 
setDataSource(MpDecodingStrategy, ExtSqlExecutor) - Method in class io.higson.runtime.core.datasource.snapshot.HigsonSnapshotDataSource
 
setDataSource(DataSource) - Method in class io.higson.runtime.core.HigsonEngineFactory
 
setDataSource(DataSource) - Method in class io.higson.runtime.profiler.jdbc.proxy.DataSourceProxy
 
setDay(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Sets day for given date.
setDefaultBundleDef(BundleDef) - Static method in class io.higson.runtime.proxy.HigsonPersistence
 
setDefaultOutputPattern(String) - Static method in class io.higson.runtime.engine.types.date.AbstractDateType
 
setDefaultOutputPattern(String) - Static method in class io.higson.runtime.engine.types.datetime.AbstractDateTimeType
 
setDefaultPackage(String) - Method in class io.higson.runtime.engine.annotated.PackageList
 
setDefaultType(Type) - Method in class io.higson.runtime.model.AttributeDefinitionImpl
 
setDefaultValue(String) - Method in class io.higson.runtime.model.AttributeDefinitionImpl
 
setDescription(String) - Method in class io.higson.runtime.model.def.EntityType
 
setDescription(String) - Method in class io.higson.runtime.model.def.PropertyDef
 
setDescription(String) - Method in class io.higson.runtime.sandbox.GmoSandboxAttribute
 
setDeveloperMode(boolean) - Method in class io.higson.runtime.core.HigsonEngineFactory
Setup higson engine with developer mode.
setDialect(Object) - Method in class io.higson.runtime.sql.DialectRegistry
 
setDialectByUrl(String) - Method in class io.higson.runtime.sql.DialectRegistry
Sets database dialect by given JDBC url.
setDialectByUrl(List<Object>) - Method in class io.higson.runtime.sql.DialectRegistry
Deprecated.
setDialectName(String) - Method in class io.higson.runtime.sql.DialectRegistry
 
setDialects(Map<String, Object>) - Method in class io.higson.runtime.sql.DialectRegistry
 
setDomainWatcherInvalidateCacheTime(int, TemporalUnit) - Method in class io.higson.runtime.core.HigsonEngineFactory
Deprecated, for removal: This API element is subject to removal in a future version.
use HigsonEngineFactory.watchersConfig and set invalidate on domainWatcherConfig
setEffectiveDate(Date) - Method in interface io.higson.runtime.core.HigsonEngine
Enables to change effective date that will alter work of a schedule (if there is any).
setEffectiveDate(Date) - Method in class io.higson.runtime.core.HigsonEngineImpl
 
setEffectiveDate(Date) - Method in class io.higson.runtime.core.versioninterceptor.DeveloperModeInterceptor
 
setEffectiveDate(Date) - Method in class io.higson.runtime.core.versioninterceptor.RuntimeVersionInterceptor
 
setEffectiveDate(Date) - Method in interface io.higson.runtime.core.versioninterceptor.VersionInterceptor
Enables to change effective date that will alter schedule.
setEffectiveVersion(String, String) - Method in interface io.higson.runtime.core.HigsonEngine
Enables to change version for given region, so it will acts as effective version.
setEffectiveVersion(String, String) - Method in class io.higson.runtime.core.HigsonEngineImpl
 
setEffectiveVersion(String, String) - Method in class io.higson.runtime.core.versioninterceptor.DeveloperModeInterceptor
 
setEffectiveVersion(String, String) - Method in class io.higson.runtime.core.versioninterceptor.RuntimeVersionInterceptor
 
setEffectiveVersion(String, String) - Method in interface io.higson.runtime.core.versioninterceptor.VersionInterceptor
Enables to change version for given region, so it will acts as effective version.
setEffectiveVersion(String, String, String) - Method in interface io.higson.runtime.core.HigsonEngine
Enables to change version for given region in given profile, so it will acts as effective version.
setEffectiveVersion(String, String, String) - Method in class io.higson.runtime.core.HigsonEngineImpl
 
setEffectiveVersion(String, String, String) - Method in class io.higson.runtime.core.versioninterceptor.DeveloperModeInterceptor
 
setEffectiveVersion(String, String, String) - Method in class io.higson.runtime.core.versioninterceptor.RuntimeVersionInterceptor
 
setEffectiveVersion(String, String, String) - Method in interface io.higson.runtime.core.versioninterceptor.VersionInterceptor
Enables to change version for given region, so it will acts as effective version.
setEnableDomainCache(boolean) - Method in class io.higson.runtime.core.HigsonEngineFactory
Deprecated, for removal: This API element is subject to removal in a future version.
setEntitiesOnly(boolean) - Method in class io.higson.runtime.marshaller.ExpFragment
 
setEntityDescription(String) - Method in class io.higson.runtime.config.DefinitionBuilder
 
setEntityPersistence(EntityTypeState) - Method in class io.higson.runtime.config.DefinitionBuilder
 
setEntries(Set<ParameterEntry>) - Method in class io.higson.runtime.model.Parameter
 
setEventListener(WatcherEventListener) - Method in class io.higson.runtime.sync.RuntimeWatcher
 
setExternalDataSources(Map<String, DataSource>) - Method in class io.higson.runtime.core.HigsonEngineFactory
setExternalModulesForPython(List<String>) - Method in class io.higson.runtime.core.HigsonEngineFactory
 
setFalseLiterals(String) - Method in class io.higson.runtime.type.BooleanType
 
setFetchSize(int) - Method in class io.higson.runtime.dao.MiniJdbcTemplate
 
setFlightRecorder(HigsonFlightRecorder) - Method in class io.higson.runtime.engine.config.ParamEngineConfig
 
setFlightRecorder(HigsonFlightRecorder) - Method in class io.higson.runtime.engine.core.prepared.BasicParamPreparer
 
setFunctionLogLevelCacheTTL(Duration) - Method in class io.higson.runtime.core.HigsonEngineFactory
Set time-to-live (TTL) for function log level cached entries.
setFunctionsToPrefetch(List<String>) - Method in class io.higson.runtime.core.HigsonEngineFactory
Allows to setup a list of functions codes to be fetched early on system startup.
setHigsonDataSource(HigsonDataSource) - Method in class io.higson.runtime.core.HigsonEngineFactory
 
setHigsonEngine(HigsonEngine) - Method in class io.higson.runtime.function.log.FunctionLoggerCreator
 
setHour(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Sets hour for given date.
setId(int) - Method in class io.higson.runtime.sync.event.WatcherEvent
 
setId(long) - Method in class io.higson.runtime.marshaller.ExpFragment
 
setId(long) - Method in class io.higson.runtime.model.value.EntityProperty
Sets id.
setIdleChecker(IdleChecker) - Method in class io.higson.runtime.engine.config.ParamEngineConfig
 
setIdleChecker(IdleChecker) - Method in class io.higson.runtime.engine.core.prepared.BasicParamPreparer
 
setIgnoreCase(boolean) - Method in class io.higson.runtime.sorter.SortColumn
 
setInputLevel(List<ParameterInputLevelModel>) - Method in class io.higson.runtime.core.datasource.snapshot.parameter.ParameterModel
 
setInterceptor(VersionInterceptor) - Method in class io.higson.runtime.core.datasource.snapshot.parameter.SnapshotParameterDao
 
setInterceptor(VersionInterceptor) - Method in interface io.higson.runtime.dao.parameter.ParameterDao
 
setInvokerInterceptor(FunctionInvokerInterceptor) - Method in class io.higson.runtime.engine.core.SmartParamEngine
 
setLevelCreatorInterceptor(FunctionInvokerInterceptor) - Method in class io.higson.runtime.core.HigsonEngineFactory
Setup level creator interceptor.
setLevelNameMap(Map<String, Integer>) - Method in class io.higson.runtime.engine.core.prepared.PreparedParameter
 
setLevelValues(Object...) - Method in class io.higson.runtime.engine.core.context.DefaultContext
Set level values directly as objects.
setLevelValues(Object...) - Method in interface io.higson.runtime.engine.core.context.ParamContext
Can be used to inject query values directly to the context.
setLoadedAt(long) - Method in class io.higson.runtime.model.Parameter
 
setLoadedAt(Date) - Method in class io.higson.runtime.model.Parameter
 
setLoadedNow() - Method in class io.higson.runtime.model.Parameter
 
setLobHash(int) - Method in class io.higson.runtime.model.value.Bundle
Shouldn't be used outside of Higson persistence engine.
setLocale(String) - Method in class io.higson.runtime.sorter.SortColumn
 
setLocale(Locale) - Method in class io.higson.runtime.sorter.SortColumn
 
setLoginTimeout(int) - Method in class io.higson.runtime.profiler.jdbc.proxy.DataSourceProxy
 
setLogWriter(PrintWriter) - Method in class io.higson.runtime.profiler.jdbc.proxy.DataSourceProxy
 
setMatchModes(MatchMode...) - Method in class io.higson.runtime.engine.core.index.LevelIndex
 
setMaxConcurrentLoads(int) - Method in class io.higson.runtime.core.HigsonEngineFactory
Sets limited access to concurrent loads of parameters.
setMaxIdleTime(Duration) - Method in class io.higson.runtime.core.HigsonEngineFactory
 
setMaxSize(int) - Method in class io.higson.runtime.helper.parser.LimitCache
 
setMinute(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Sets minute for given date.
setMonth(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Sets month for given date.
setN(String) - Method in class io.higson.runtime.marshaller.ExpFragment
setter for json 'n' (owner property name)
setName(String) - Method in class io.higson.runtime.marshaller.ExpFragment
 
setName(String) - Method in class io.higson.runtime.model.value.Property
Sets property name.
setNext(AbstractDateParserChain) - Method in class io.higson.runtime.engine.types.date.AbstractDateParserChain
 
setOrder(SortOrder) - Method in class io.higson.runtime.sorter.SortColumn
 
setOutput(String) - Method in class io.higson.runtime.decoder.FunctionCascadeRequest
 
setOutputLevel(List<ParameterOutputLevelModel>) - Method in class io.higson.runtime.core.datasource.snapshot.parameter.ParameterModel
 
setOutputLevelArraySeparator(OutputLevelArraySeparator) - Method in class io.higson.runtime.engine.config.ParamEngineConfig
 
setOwnerId(long) - Method in class io.higson.runtime.model.value.Property
Sets owner (parent) id.
setP(long) - Method in class io.higson.runtime.marshaller.ExpFragment
 
setParamInterceptor(VersionInterceptor) - Method in class io.higson.runtime.core.datasource.database.HigsonDbDataSource
 
setParamInterceptor(VersionInterceptor) - Method in interface io.higson.runtime.core.datasource.HigsonDataSource
 
setParamInterceptor(VersionInterceptor) - Method in class io.higson.runtime.core.datasource.snapshot.HigsonSnapshotDataSource
 
setParamsToPrefetch(List<String>) - Method in class io.higson.runtime.core.HigsonEngineFactory
Allows to setup a list of parameters codes to be fetched early on system startup.
setParent(EntityProperty) - Method in class io.higson.runtime.model.value.Property
Sets parent(owner).
setPersistenceState(EntityTypeState) - Method in class io.higson.runtime.model.def.PropertyDef
 
setPersistent(boolean) - Method in class io.higson.runtime.model.def.EntityType
 
setPid(long) - Method in class io.higson.runtime.marshaller.ExpFragment
 
setProperties(Properties) - Method in interface io.higson.runtime.core.PropertiesAware
 
setProperties(Properties) - Method in class io.higson.runtime.engine.core.prepared.BasicParamPreparer
 
setProperties(Properties) - Method in class io.higson.runtime.engine.core.SmartParamEngine
 
setPythonInterpreterType(PythonInterpreterType) - Method in class io.higson.runtime.core.HigsonEngineFactory
Sets the python interpreter type that will be used by the Python Function Invoker.
setReflectionsScanner(ReflectionsScanner) - Method in class io.higson.runtime.engine.annotated.scanner.AnnotatedObjectsScanner
 
setRefreshWatcherConfig(WatcherConfig) - Method in class io.higson.runtime.core.HigsonEngineFactory
Deprecated, for removal: This API element is subject to removal in a future version.
use HigsonEngineFactory.watchersConfig and set refreshWatcherConfig
setReloadPolicy(ReloadPolicy) - Method in class io.higson.runtime.core.HigsonEngineFactory
 
setRevision(int) - Method in class io.higson.runtime.model.value.Bundle
Shouldn't be used outside of Higson persistence engine.
setRhinoPlugins(Map<String, Object>) - Method in class io.higson.runtime.core.HigsonEngineFactory
Deprecated.
- This method will be removed in the future. Please use according HigsonEngineFactory.setCustomPlugins(Map).
setRoots(List<DomainObjectImpl>, Map<String, DomainObjectTypeImpl>, Map<String, List<ReferenceDto>>) - Method in class io.higson.runtime.model.TreeDomain
 
setRootTupleDef(TupleDef) - Method in class io.higson.runtime.model.def.BundleDef
 
setScheduleWatcherPauseSeconds(int) - Method in class io.higson.runtime.core.HigsonEngineFactory
Deprecated, for removal: This API element is subject to removal in a future version.
use HigsonEngineFactory.watchersConfig and set pause() of scheduleRuntimeWatcherConfig
setSchema(String) - Static method in class io.higson.runtime.sql.DialectRegistry
 
setSecond(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Sets second for given date.
setSessionProvider(MpUserSessionProvider) - Method in class io.higson.runtime.core.HigsonEngineFactory
Sets session provider, which holds information about a user like userName.
setState(EntityTypeState) - Method in class io.higson.runtime.model.def.EntityType
 
setT(String) - Method in class io.higson.runtime.marshaller.ExpFragment
 
setText(boolean) - Method in class io.higson.runtime.sorter.SortColumn
 
setThreadBundleDef(BundleDef) - Method in class io.higson.runtime.proxy.HigsonPersistence
 
setThrowOnNormalizeInputValueException(boolean) - Method in class io.higson.runtime.core.HigsonEngineFactory
 
setTimestamp(long) - Method in class io.higson.runtime.sync.event.WatcherEvent
 
setTrueLiterals(String) - Method in class io.higson.runtime.type.BooleanType
 
setTupleDefs(Collection<TupleDef>) - Method in class io.higson.runtime.model.def.BundleDef
 
setType(String) - Method in class io.higson.runtime.marshaller.ExpFragment
 
setUnion(boolean...) - Method in class io.higson.runtime.engine.core.index.LevelIndex
 
setup(DomainCacheManager) - Method in interface io.higson.runtime.core.domain.DomainCache
 
setup(DomainCacheManager) - Method in class io.higson.runtime.core.domain.MpDomainCache
 
setup(RuntimeDialect) - Static method in class io.higson.runtime.sql.DialectRegistry
 
setUpdated(Date) - Method in class io.higson.runtime.model.value.Bundle
Shouldn't be used outside of Higson persistence engine.
setupOwnerId() - Method in class io.higson.runtime.model.value.Property
This method is similar to Property.setOwnerId(long), but id is fetched from parent.
setUsername(String) - Method in class io.higson.runtime.core.HigsonEngineFactory
Setup username for developer mode.
setUserSessionProvider(MpUserSessionProvider) - Method in interface io.higson.runtime.core.domain.DomainCache
 
setUserSessionProvider(MpUserSessionProvider) - Method in class io.higson.runtime.core.domain.MpDomainCache
 
setValidateFunctionArgumentsDataTypes(boolean) - Method in class io.higson.runtime.core.HigsonEngineFactory
Setup built-in argument data types validator for function invocation.
setValue(ValueHolder) - Method in class io.higson.runtime.model.value.ValueProperty
Sets value holder and state of this property to EntityState#PERSISTENT.
setValue(Object) - Method in class io.higson.runtime.flow.Variable
 
setValueNeverNull(boolean) - Method in class io.higson.runtime.core.HigsonEngineFactory
Flag responsible for managing global support of nullable parameters results by engine.
setVariable(String, Object) - Method in class io.higson.runtime.function.groovy.shell.CachedGroovyShell
 
setVersion(String, String) - Method in class io.higson.runtime.dev.perspective.RuntimeUserView
 
setVersionJdbcDao(VersionDao) - Method in interface io.higson.runtime.core.domain.DomainCache
 
setVersionJdbcDao(VersionDao) - Method in class io.higson.runtime.core.domain.MpDomainCache
 
setWatcherErrorPauseSeconds(int) - Method in class io.higson.runtime.core.HigsonEngineFactory
Deprecated, for removal: This API element is subject to removal in a future version.
use HigsonEngineFactory.watchersConfig and set error() on any of selected watchers
setWatcherEventListener(WatcherEventListener) - Method in class io.higson.runtime.core.HigsonEngineFactory
Setup watcher event listener for function and parameters runtime watchers.
setWatcherForceSyncSeconds(int) - Method in class io.higson.runtime.core.HigsonEngineFactory
Deprecated, for removal: This API element is subject to removal in a future version.
use HigsonEngineFactory.watchersConfig and set force() on paramWatcherConfig
setWatcherPauseSeconds(int) - Method in class io.higson.runtime.core.HigsonEngineFactory
Deprecated, for removal: This API element is subject to removal in a future version.
use HigsonEngineFactory.watchersConfig and set pause() on any of selected watchers
setWatcherStartDelaySeconds(int) - Method in class io.higson.runtime.core.HigsonEngineFactory
Deprecated, for removal: This API element is subject to removal in a future version.
use HigsonEngineFactory.watchersConfig and set delay on any of selected watchers
setYear(Object, Object) - Static method in class io.higson.runtime.rhino.RhinoDate
Sets year for given date.
sha1(String) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
sha1(String[]) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
sha1(String[]) - Static method in class io.higson.runtime.utils.hash.HashUtils
 
sha1(String, String[]) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
sha1(String, String[]) - Static method in class io.higson.runtime.utils.hash.HashUtils
 
sha1(String, List<String>) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
sha1(List<String>) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
SHA1 - Enum constant in enum class io.higson.runtime.utils.hash.DigestAlgorithm
 
sha256(String) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
sha256(String[]) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
sha256(String[]) - Static method in class io.higson.runtime.utils.hash.HashUtils
 
sha256(String, String[]) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
sha256(String, String[]) - Static method in class io.higson.runtime.utils.hash.HashUtils
 
sha256(String, List<String>) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
sha256(List<String>) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
SHA256 - Enum constant in enum class io.higson.runtime.utils.hash.DigestAlgorithm
 
SHARED_INTERPRETER - Enum constant in enum class io.higson.runtime.invoker.python.PythonInterpreterType
Lightweight and fast CPython interpreter.
shouldOverrideDescription(String) - Method in class io.higson.runtime.model.region.RegionIdentifier
 
shouldOverrideDescription(String) - Method in class io.higson.runtime.model.region.RegionVersionIdentifier
 
shutDown() - Method in class io.higson.runtime.reload.AsyncReloader
 
signum(double) - Static method in class io.higson.runtime.rhino.RhinoMath
Returns the signum function of the argument, determined using standard Java function Math.signum(double).
signum(float) - Static method in class io.higson.runtime.rhino.RhinoMath
Returns the signum function of the argument, determined using standard Java function Math.signum(float).
SimpleDateFormatPool - Class in io.higson.runtime.engine.types.date
 
SimplePrefetchStrategy - Class in io.higson.runtime.prefetch
 
SimplePrefetchStrategy(Initializer, List<String>) - Constructor for class io.higson.runtime.prefetch.SimplePrefetchStrategy
 
SimulationEvent - Class in io.higson.runtime.mp.simulation.event
 
SimulationEvent(Object, String) - Constructor for class io.higson.runtime.mp.simulation.event.SimulationEvent
 
SimulationListener - Interface in io.higson.runtime.mp.simulation.event
 
SimulationListenerSupport - Class in io.higson.runtime.mp.simulation.event
 
SimulationListenerSupport() - Constructor for class io.higson.runtime.mp.simulation.event.SimulationListenerSupport
 
Simulator - Interface in io.higson.runtime.mp.simulation
 
sin(double) - Static method in class io.higson.runtime.rhino.RhinoMath
Calculates trigonometric sine of an angle using standard Java function Math.sin(double).
sinh(double) - Static method in class io.higson.runtime.rhino.RhinoMath
Calculates the hyperbolic sine, using standard Java function Math.sinh(double).
size() - Method in class io.higson.runtime.alias.LevelMapper
returns number of target levels (slave levels)
size() - Method in class io.higson.runtime.context.AppCtxCollection
 
size() - Method in class io.higson.runtime.core.EmptyParamValue
Always return 0.
size() - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
size() - Method in class io.higson.runtime.diagnostic.queue.DiagnosticQueue
Return the current number of events waiting in the queue.
size() - Method in class io.higson.runtime.engine.cache.MapPreparedParamCache
 
size() - Method in class io.higson.runtime.engine.core.output.MultiValue
 
size() - Method in interface io.higson.runtime.engine.core.output.ParamValue
 
size() - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
size() - Method in interface io.higson.runtime.engine.core.prepared.PreparedParamCache
Returns the number of cache entries.
size() - Method in class io.higson.runtime.ext.adapter.CollectionAdapter
 
size() - Method in class io.higson.runtime.helper.IdentitySet
 
size() - Method in class io.higson.runtime.helper.parser.LimitCache
 
size() - Method in class io.higson.runtime.matcher.RegexCache
 
size() - Method in class io.higson.runtime.model.value.CollectionProperty
 
size() - Method in class io.higson.runtime.model.value.EntityProperty
 
size() - Method in interface io.higson.runtime.model.value.Handle
 
size() - Method in class io.higson.runtime.model.value.Property
 
size() - Method in class io.higson.runtime.proxy.HigsonEntityList
 
size() - Method in class io.higson.runtime.rhino.value.RhinoEmptyValue
 
size() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
size() - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
SizeUtilFunction - Class in io.higson.runtime.builtin.implementation
Utility function class to retrieve the size of an object in the Higson context.
SizeUtilFunction() - Constructor for class io.higson.runtime.builtin.implementation.SizeUtilFunction
 
skipFirstToken(String) - Static method in class io.higson.runtime.context.AppCtxHelper
 
slave() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Returns the value of the slave record component.
SmartParamEngine - Class in io.higson.runtime.engine.core
 
SmartParamEngine(ParamPreparer, FunctionManager, ParamEngineRuntimeConfigBuilder, OutputLevelArraySeparator) - Constructor for class io.higson.runtime.engine.core.SmartParamEngine
 
SmartParamException - Exception in io.higson.runtime.engine.core.exception
 
SmartParamException(String) - Constructor for exception io.higson.runtime.engine.core.exception.SmartParamException
 
SmartParamException(String, String) - Constructor for exception io.higson.runtime.engine.core.exception.SmartParamException
 
SmartParamException(String, Throwable) - Constructor for exception io.higson.runtime.engine.core.exception.SmartParamException
 
SmartParamException(String, Throwable, String) - Constructor for exception io.higson.runtime.engine.core.exception.SmartParamException
 
SmartParamException(Throwable) - Constructor for exception io.higson.runtime.engine.core.exception.SmartParamException
 
SnapshotBundleDefinitionSource - Class in io.higson.runtime.sandbox
Provides Bundle definition by reading it from snapshot directory or file.
SnapshotBundleDefinitionSource(File) - Constructor for class io.higson.runtime.sandbox.SnapshotBundleDefinitionSource
 
SnapshotDataSourceConstants - Class in io.higson.runtime.core.datasource.snapshot.helper
 
SnapshotDataSourceConstants() - Constructor for class io.higson.runtime.core.datasource.snapshot.helper.SnapshotDataSourceConstants
 
SnapshotDiagnosticCallStackReportDao - Class in io.higson.runtime.core.datasource.snapshot
 
SnapshotDiagnosticCallStackReportDao() - Constructor for class io.higson.runtime.core.datasource.snapshot.SnapshotDiagnosticCallStackReportDao
 
SnapshotDiagnosticRuntimeInfoDao - Class in io.higson.runtime.core.datasource.snapshot
 
SnapshotDiagnosticRuntimeInfoDao() - Constructor for class io.higson.runtime.core.datasource.snapshot.SnapshotDiagnosticRuntimeInfoDao
 
SnapshotDiagnosticRuntimeMetricDao - Class in io.higson.runtime.core.datasource.snapshot
 
SnapshotDiagnosticRuntimeMetricDao() - Constructor for class io.higson.runtime.core.datasource.snapshot.SnapshotDiagnosticRuntimeMetricDao
 
SnapshotDiagnosticThreadStateSnapshotDao - Class in io.higson.runtime.core.datasource.snapshot
 
SnapshotDiagnosticThreadStateSnapshotDao() - Constructor for class io.higson.runtime.core.datasource.snapshot.SnapshotDiagnosticThreadStateSnapshotDao
 
SnapshotDirHelper - Class in io.higson.runtime.core.datasource.snapshot.helper
 
SnapshotDirReader - Class in io.higson.runtime.core.datasource.snapshot.reader
 
SnapshotDirReader() - Constructor for class io.higson.runtime.core.datasource.snapshot.reader.SnapshotDirReader
 
SnapshotDomainCacheDao - Class in io.higson.runtime.core.datasource.snapshot.domain
 
SnapshotDomainCacheDao() - Constructor for class io.higson.runtime.core.datasource.snapshot.domain.SnapshotDomainCacheDao
 
SnapshotDomainDirReader - Class in io.higson.runtime.core.datasource.snapshot.domain
 
SnapshotDomainDirReader(File, SnapshotReader) - Constructor for class io.higson.runtime.core.datasource.snapshot.domain.SnapshotDomainDirReader
 
SnapshotFileHelper - Interface in io.higson.runtime.helper.snapshot
 
SnapshotFileParser - Interface in io.higson.runtime.core.datasource.snapshot.domain
 
SnapshotFunctionDao - Class in io.higson.runtime.core.datasource.snapshot.function
 
SnapshotFunctionDao() - Constructor for class io.higson.runtime.core.datasource.snapshot.function.SnapshotFunctionDao
 
SnapshotFunctionReader - Class in io.higson.runtime.core.datasource.snapshot.function
 
SnapshotFunctionReader() - Constructor for class io.higson.runtime.core.datasource.snapshot.function.SnapshotFunctionReader
 
SnapshotModelConverter<T> - Class in io.higson.runtime.core.datasource.snapshot.domain
Default class implementation that helps creates instance of T base on file.
SnapshotModelConverter(SnapshotFileParser, Class<T>) - Constructor for class io.higson.runtime.core.datasource.snapshot.domain.SnapshotModelConverter
 
SnapshotParameterDao - Class in io.higson.runtime.core.datasource.snapshot.parameter
 
SnapshotParameterDao() - Constructor for class io.higson.runtime.core.datasource.snapshot.parameter.SnapshotParameterDao
 
SnapshotParameterReader - Class in io.higson.runtime.core.datasource.snapshot.parameter
 
SnapshotParameterReader() - Constructor for class io.higson.runtime.core.datasource.snapshot.parameter.SnapshotParameterReader
 
SnapshotPath - Enum Class in io.higson.runtime.core.datasource.snapshot
 
SnapshotReader - Interface in io.higson.runtime.core.datasource.snapshot.reader
 
SnapshotSessionDao - Class in io.higson.runtime.core.datasource.snapshot
 
SnapshotSessionDao() - Constructor for class io.higson.runtime.core.datasource.snapshot.SnapshotSessionDao
 
SnapshotTomlFileParser - Class in io.higson.runtime.core.datasource.snapshot.domain
TOML parser for creating objects and writing them into the file with specific format.
SnapshotTomlFileParser() - Constructor for class io.higson.runtime.core.datasource.snapshot.domain.SnapshotTomlFileParser
 
SnapshotVersionDao - Class in io.higson.runtime.core.datasource.snapshot.version
 
SnapshotVersionDao() - Constructor for class io.higson.runtime.core.datasource.snapshot.version.SnapshotVersionDao
 
SnapshotVersionsReader - Class in io.higson.runtime.core.datasource.snapshot.version
 
SnapshotVersionsReader() - Constructor for class io.higson.runtime.core.datasource.snapshot.version.SnapshotVersionsReader
 
SnapshotZipReader - Class in io.higson.runtime.core.datasource.snapshot.reader
 
SnapshotZipReader(File) - Constructor for class io.higson.runtime.core.datasource.snapshot.reader.SnapshotZipReader
 
SnapshotZipReader(Path) - Constructor for class io.higson.runtime.core.datasource.snapshot.reader.SnapshotZipReader
 
sort() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Returns the value of the sort record component.
sort() - Method in class io.higson.runtime.sandbox.GmoSandbox
 
sort(ParamValue, SortConfig) - Method in class io.higson.runtime.sorter.ParamSorter
Sorts given matrix according to given sort configuration.
sort(List<S>) - Method in class io.higson.runtime.profiler.AbstractProfiler
 
sort(List<T>) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
sort(List<T>, Object) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
sort(List<T>, Comparator<T>) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
sort(T[]) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
sort(T[], Object) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
sort(T[], Comparator<T>) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
Sortable - Annotation Interface in io.higson.runtime.engine.annotated.annotations
Marks annotation, that has sorting capabilities.
SortColumn - Class in io.higson.runtime.sorter
 
SortColumn(String, int) - Constructor for class io.higson.runtime.sorter.SortColumn
 
SortColumn(String, int, Locale, boolean) - Constructor for class io.higson.runtime.sorter.SortColumn
 
SortConfig - Class in io.higson.runtime.sorter
 
SortConfig(SortColumn...) - Constructor for class io.higson.runtime.sorter.SortConfig
 
SortConfig(List<SortColumn>) - Constructor for class io.higson.runtime.sorter.SortConfig
 
SortConfigErrorcode - Enum Class in io.higson.runtime.sorter.exception
 
SortConfigParser - Class in io.higson.runtime.sorter
Parser for parsing sort config text into SortConfig object.
SortConfigParser(String, List<String>) - Constructor for class io.higson.runtime.sorter.SortConfigParser
 
SortConfigParser(String, Map<String, Integer>) - Constructor for class io.higson.runtime.sorter.SortConfigParser
 
SortConfigValidationResult - Class in io.higson.runtime.sorter
 
SortConfigValidationResult() - Constructor for class io.higson.runtime.sorter.SortConfigValidationResult
 
SortOrder - Enum Class in io.higson.runtime.sorter
 
sortReversed(List<T>) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
sortReversed(T[]) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
SourceType - Enum Class in io.higson.runtime.flow.dto
 
SPECIFIED_CLASS - Enum constant in enum class io.higson.runtime.function.argument.FunctionArgumentDataType
 
split(String) - Method in class io.higson.runtime.helper.parser.CachingSplitter
Splits provided [text] with given [separator].
split(String, char) - Static method in class io.higson.runtime.engine.util.EngineUtil
Splits the given string and returns an array of tokens.
split(String, char) - Static method in class io.higson.runtime.rhino.RhinoStr
Splits the given string into substrings delimited by specified single character and returns an array of substrings.
split(String, char, int) - Static method in class io.higson.runtime.engine.util.EngineUtil
Splits the given string and returns an array of tokens.
split(String, char, int) - Static method in class io.higson.runtime.rhino.RhinoStr
Splits the given string into substrings delimited by specified single character.
split(String, LevelArraySplitter.SplitConfiguration, LevelArraySplitter.DecoderConfiguration) - Method in class io.higson.runtime.level.LevelArraySplitter
 
split2(String, char) - Static method in class io.higson.runtime.engine.util.EngineUtil
Splits a string into exactly 2 tokens.
SplitConfiguration() - Constructor for class io.higson.runtime.level.LevelArraySplitter.SplitConfiguration
 
splitter() - Method in class io.higson.runtime.matcher.InMatcher
 
SQLConstants - Class in io.higson.runtime.utils
 
sqlExecuted(String, long) - Method in class io.higson.runtime.profiler.jdbc.JdbcProfiler
metoda wolana, gdy zostalo wykonane zapytanie [sql] w czasie [time]
SqlProcessor - Class in io.higson.runtime.sql
 
SqlProcessor(RuntimeDialect) - Constructor for class io.higson.runtime.sql.SqlProcessor
 
SqlProcessor(RuntimeDialect, String) - Constructor for class io.higson.runtime.sql.SqlProcessor
 
SqlProcessor.Replacer - Interface in io.higson.runtime.sql
 
SqlUtil - Class in io.higson.runtime.helper
 
sqrt(double) - Static method in class io.higson.runtime.rhino.RhinoMath
Calculates the positive square root using standard Java function Math.sqrt(double).
STANDARD - Enum constant in enum class io.higson.runtime.engine.core.parameter.MatchMode
 
StandardComparator - Class in io.higson.runtime.sorter.comparator
 
StandardComparator(boolean) - Constructor for class io.higson.runtime.sorter.comparator.StandardComparator
 
StandardDecoder - Class in io.higson.runtime.engine.core.decoder
Decoder that is used internally to decode text using implementation of Type.
StandardDecoder() - Constructor for class io.higson.runtime.engine.core.decoder.StandardDecoder
 
standardFunctions() - Static method in enum class io.higson.runtime.function.FunctionType
 
standardGet(String) - Method in class io.higson.runtime.context.PropertyAdapter
 
standardPrinter(BundleDef) - Static method in class io.higson.runtime.config.DefinitionPrinter
Creates standard printer without support for better formatting.
start() - Method in class io.higson.runtime.sync.BaseWatcher
 
start(String, DiagnosticCallStackEvent.ElementType) - Static method in class io.higson.runtime.profiler.callstack.DiagnosticCallStackEvent
 
START - Enum constant in enum class io.higson.runtime.profiler.callstack.DiagnosticCallStackEvent.Type
 
startDomainWatcher(WatcherConfig) - Method in class io.higson.runtime.core.HigsonEngineFactory
Creates and starts domain runtime watcher, if flag HigsonEngineFactory.enableDomainCache is true.
startEntity(String, String, boolean) - Method in class io.higson.runtime.config.DefinitionBuilder
 
startFunctionWatcher(WatcherConfig) - Method in class io.higson.runtime.core.HigsonEngineFactory
Creates, inject watcher event listener and starts functions runtime watcher.
startParamWatcher(WatcherConfig) - Method in class io.higson.runtime.core.HigsonEngineFactory
Creates, inject watcher event listener and starts parameters runtime watcher.
startRefreshWatcher(WatcherConfig) - Method in class io.higson.runtime.core.HigsonEngineFactory
Creates and starts refresh runtime watcher, that is responsible for evicting parameters from cache.
startScheduleWatcher() - Method in class io.higson.runtime.core.HigsonEngineFactory
Creates and starts schedule runtime watcher.
startVersionWatcher(WatcherConfig) - Method in class io.higson.runtime.core.HigsonEngineFactory
Creates and starts version runtime watcher.
StatementProxy - Class in io.higson.runtime.profiler.jdbc.proxy
 
staticAttr(String) - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
StdConnectionInterceptor - Class in io.higson.runtime.dao.util
Simple connection interceptor, without any DI usages.
StdConnectionInterceptor() - Constructor for class io.higson.runtime.dao.util.StdConnectionInterceptor
 
StdFunctionInterceptor - Class in io.higson.runtime.core
 
StdFunctionInterceptor(HigsonEngine) - Constructor for class io.higson.runtime.core.StdFunctionInterceptor
 
stop() - Method in class io.higson.runtime.sync.BaseWatcher
 
stop(String, DiagnosticCallStackEvent.ElementType) - Static method in class io.higson.runtime.profiler.callstack.DiagnosticCallStackEvent
 
STOP - Enum constant in enum class io.higson.runtime.profiler.callstack.DiagnosticCallStackEvent.Type
 
STR - Enum constant in enum class io.higson.runtime.constants.FunctionCode
 
stream() - Method in class io.higson.runtime.core.EmptyParamValue
 
stream() - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
stream() - Method in interface io.higson.runtime.engine.core.output.ParamValue
 
stream() - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
STRING - Enum constant in enum class io.higson.runtime.flow.ConditionType
 
STRING - Enum constant in enum class io.higson.runtime.function.argument.FunctionArgumentDataType
 
STRING_TYPE - Static variable in class io.higson.runtime.helper.ConstantsUtil
 
STRING_TYPE - Static variable in class io.higson.runtime.helper.TypeConverter
stringArray(int) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
stringArray(String...) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
StringHolder - Class in io.higson.runtime.engine.types.string
The class represents values of the StringType type.
StringHolder(String) - Constructor for class io.higson.runtime.engine.types.string.StringHolder
The only way to fill an object with a value.
stringList(String...) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
StringMatcher - Class in io.higson.runtime.engine.matchers
Basic equality matcher to compare two strings.
StringMatcher(boolean) - Constructor for class io.higson.runtime.engine.matchers.StringMatcher
 
StringType - Class in io.higson.runtime.engine.types.string
The class defines a string type that may be included to a system of types recognized by the engine.
StringType() - Constructor for class io.higson.runtime.engine.types.string.StringType
 
StrUtil - Class in io.higson.runtime.helper
 
sub(String) - Method in class io.higson.runtime.context.AppCtx
 
SUB_INTERPRETER - Enum constant in enum class io.higson.runtime.invoker.python.PythonInterpreterType
Heavy, fully isolated, CPython interpreter.
subList(int, int) - Method in class io.higson.runtime.proxy.HigsonEntityList
 
submitForHotswap(int) - Method in class io.higson.runtime.reload.AsyncReloader
Adds the param-hotswap task to the queue handled by the internal thread pool.
submitForReload(String) - Method in class io.higson.runtime.reload.AsyncReloader
Adds the param-reload task to the queue handled by the internal thread pool.
subtractYear(Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Deprecated.
will be removed in the future, use RhinoDate.addYear(Date, int) with -1 amount.
superpackMessage(String) - Static method in class io.higson.runtime.core.datasource.snapshot.Messages
 
supportedCode() - Method in class io.higson.runtime.diagnostic.persister.CallStackReportDiagnosticEventPersister
 
supportedCode() - Method in interface io.higson.runtime.diagnostic.persister.DiagnosticEventPersister
The event code this persister handles.
supportedCode() - Method in class io.higson.runtime.diagnostic.persister.RuntimeMetricsDiagnosticEventPersister
 
supportedCode() - Method in class io.higson.runtime.diagnostic.persister.ThreadStateSnapshotDiagnosticEventPersister
 
supportedFunctions() - Method in interface io.higson.runtime.builtin.executor.UtilFunctionExecutor
 
supportedFunctions() - Method in class io.higson.runtime.builtin.executor.UtilFunctionExecutorImpl
 
supports(String) - Static method in enum class io.higson.runtime.sql.dialect.DatabaseDialect
 
sync(Map<Integer, RegionVersion>, Map<Integer, RegionVersion>) - Method in class io.higson.runtime.sync.VersionRuntimeWatcher
 
SyncActions - Class in io.higson.runtime.sync
 
SyncActions() - Constructor for class io.higson.runtime.sync.SyncActions
 
SyncData - Class in io.higson.runtime.sync
 
SyncData(Bundle) - Constructor for class io.higson.runtime.sync.SyncData
 
SyncResult<T> - Class in io.higson.runtime.sync
 
SyncResult() - Constructor for class io.higson.runtime.sync.SyncResult
 
SystemClock - Class in io.higson.runtime.utils
 
SystemClock() - Constructor for class io.higson.runtime.utils.SystemClock
 
SystemVersionCache - Interface in io.higson.runtime.version.system
 
SystemVersionCacheMapImpl - Class in io.higson.runtime.version.system
 
SystemVersionCacheMapImpl() - Constructor for class io.higson.runtime.version.system.SystemVersionCacheMapImpl
 
SystemVersionFactory - Class in io.higson.runtime.core.factory
 
SystemVersionFactory(VersionDao) - Constructor for class io.higson.runtime.core.factory.SystemVersionFactory
 
SystemVersionProvider - Interface in io.higson.runtime.version.system
 
SystemVersionProviderImpl - Class in io.higson.runtime.version.system
 
SystemVersionProviderImpl() - Constructor for class io.higson.runtime.version.system.SystemVersionProviderImpl
 

T

table(String) - Method in class io.higson.runtime.sql.dialect.DefaultDialect
 
table(String) - Method in class io.higson.runtime.sql.dialect.MsSQLRuntimeDialect
 
table(String) - Method in class io.higson.runtime.sql.dialect.MySQLRuntimeDialect
 
table(String) - Method in class io.higson.runtime.sql.DialectTemplate
 
table(String) - Method in interface io.higson.runtime.sql.RuntimeDialect
 
table(String) - Method in class io.higson.runtime.sql.SqlProcessor
 
TableNameValidator - Class in io.higson.runtime.validation
 
Tag - Class in io.higson.runtime.model
 
Tag() - Constructor for class io.higson.runtime.model.Tag
 
TAG_ACCESS - Enum constant in enum class io.higson.runtime.core.datasource.snapshot.SnapshotPath
 
TAG_BASIC - Enum constant in enum class io.higson.runtime.core.datasource.snapshot.SnapshotPath
 
tan(double) - Static method in class io.higson.runtime.rhino.RhinoMath
Calculates trigonometric tangent of an angle using standard Java function Math.tan(double).
TextFormat - Enum Class in io.higson.runtime.builtin.implementation
 
TextNormalizationOptions - Enum Class in io.higson.runtime.builtin.implementation
 
THREAD_STATE_SNAPSHOT - Enum constant in enum class io.higson.runtime.diagnostic.queue.DiagnosticEventCode
 
ThreadContext - Class in io.higson.runtime.invoker.python
 
ThreadContext(Interpreter) - Constructor for class io.higson.runtime.invoker.python.ThreadContext
 
ThreadEntry() - Constructor for class io.higson.runtime.diagnostic.threadstate.DiagnosticThreadStateSnapshot.ThreadEntry
 
ThreadStateSnapshotDiagnosticEventPersister - Class in io.higson.runtime.diagnostic.persister
 
ThreadStateSnapshotDiagnosticEventPersister(DiagnosticThreadStateSnapshotDao) - Constructor for class io.higson.runtime.diagnostic.persister.ThreadStateSnapshotDiagnosticEventPersister
 
timestamp() - Method in record class io.higson.runtime.diagnostic.queue.DiagnosticEvent
Returns the value of the timestamp record component.
toArray() - Method in class io.higson.runtime.model.value.CollectionProperty
Creates snapshot array
toArray() - Method in class io.higson.runtime.proxy.HigsonEntityList
 
toArray(E[]) - Method in class io.higson.runtime.proxy.HigsonEntityList
 
toBooleanHolder(Object) - Method in class io.higson.runtime.helper.TypeConverter
Converts the provided Object argument to BooleanHolder, containing the boolean representation of the object.
toBooleanHolder(Object) - Method in class io.higson.runtime.rhino.RhinoType
 
toDatabaseColumns(String[][]) - Method in class io.higson.runtime.helper.MpHelper
 
toDatabaseColumns(String[][], int) - Method in class io.higson.runtime.helper.MpHelper
 
toDateHolder(Object) - Method in class io.higson.runtime.helper.TypeConverter
Converts the provided Object argument to DateHolder containing the representation of the object as Date.
toDateHolder(Object) - Method in class io.higson.runtime.rhino.RhinoType
 
toDatetimeHolder(Object) - Method in class io.higson.runtime.helper.TypeConverter
Converts the Object argument to DatetimeHolder containing the representation of the object as Date.
toDatetimeHolder(Object) - Method in class io.higson.runtime.rhino.RhinoType
 
toDecimalList(ValueHolder[]) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
toDegrees(double) - Static method in class io.higson.runtime.rhino.RhinoMath
Converts an angle measured in radians to angle measured in degrees, using standard Java function Math.toDegrees(double).
toElement(String, String) - Static method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
toHolder(Object, Class) - Method in class io.higson.runtime.helper.TypeConverter
Converts the Object argument to ValueHolder of type specified by the second argument.
toHolder(Object, String) - Method in class io.higson.runtime.helper.TypeConverter
Converts the Object argument to ValueHolder of type specified by the second argument.
toInt(Date) - Static method in class io.higson.runtime.rhino.RhinoDate
It will try to convert given date to int representation.
toIntegerHolder(Object) - Method in class io.higson.runtime.helper.TypeConverter
Converts the provided Object argument to IntegerHolder containing the representation of the object as Long.
toIntegerHolder(Object) - Method in class io.higson.runtime.rhino.RhinoType
 
tokenSeparator() - Method in class io.higson.runtime.engine.matchers.BetweenMatcher
 
toLocalDateHolder(Object) - Method in class io.higson.runtime.helper.TypeConverter
Converts the provided Object argument to LocalDateHolder containing the representation of the object as LocalDate.
toLocalDateHolder(Object) - Method in class io.higson.runtime.rhino.RhinoType
 
toLocalDateTimeHolder(Object) - Method in class io.higson.runtime.helper.TypeConverter
Converts the Object argument to LocalDateTimeHolder containing the representation of the object as LocalDateTime.
toLocalDateTimeHolder(Object) - Method in class io.higson.runtime.rhino.RhinoType
 
toLowerCase(Object) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
toMap() - Method in class io.higson.runtime.engine.core.output.MultiValue
 
toMultiValue(Object[], String...) - Method in class io.higson.runtime.rhino.RhinoType
 
toMultiValue(Object[], Map<String, Integer>) - Method in class io.higson.runtime.rhino.RhinoType
 
toNumberArray(ValueHolder[]) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
toNumberHolder(Object) - Method in class io.higson.runtime.helper.TypeConverter
Converts the provided Object argument to NumberHolder containing the representation of the object as BigDecimal.
toNumberHolder(Object) - Method in class io.higson.runtime.rhino.RhinoType
 
toNumberList(ValueHolder[]) - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
toParamValue(MultiValue...) - Method in class io.higson.runtime.rhino.RhinoType
 
toParamValue(String[], Object[][]) - Method in class io.higson.runtime.rhino.RhinoType
toPath(String) - Static method in class io.higson.runtime.model.proxy.DomainObjectProxy
normalizes path, path is never null valid paths: / /a /a/b/c
toPath(String, String) - Static method in class io.higson.runtime.model.proxy.DomainObjectProxy
null, null : / null, " " : / "", " " : / a, null : /a null, b : /b null, /b : /b /a, 'b : /a/b
toRadians(double) - Static method in class io.higson.runtime.rhino.RhinoMath
Converts an angle measured in degrees to angle measured in radians, using standard Java function Math.toRadians(double).
toString() - Method in enum class io.higson.runtime.constants.FunctionCode
 
toString() - Method in class io.higson.runtime.context.AppCtx
 
toString() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.CollectionElement
Returns a string representation of this record class.
toString() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.Domain
Returns a string representation of this record class.
toString() - Method in class io.higson.runtime.core.datasource.snapshot.domain.DomainWrapper
 
toString() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.Element
Returns a string representation of this record class.
toString() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.ReferenceElement
Returns a string representation of this record class.
toString() - Method in record class io.higson.runtime.core.datasource.snapshot.function.FunctionDetails
Returns a string representation of this record class.
toString() - Method in record class io.higson.runtime.core.datasource.snapshot.function.FunctionMeta
Returns a string representation of this record class.
toString() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Returns a string representation of this record class.
toString() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetailsInputLevel
Returns a string representation of this record class.
toString() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetailsOutputLevel
Returns a string representation of this record class.
toString() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterMeta
Returns a string representation of this record class.
toString() - Method in record class io.higson.runtime.core.datasource.snapshot.version.ScheduleDetails
Returns a string representation of this record class.
toString() - Method in record class io.higson.runtime.core.datasource.snapshot.version.VersionMeta
Returns a string representation of this record class.
toString() - Method in class io.higson.runtime.core.domain.CacheKey
 
toString() - Method in class io.higson.runtime.core.ext.ParamValueProxy
 
toString() - Method in class io.higson.runtime.core.HigsonContext
 
toString() - Method in class io.higson.runtime.dao.external.ResolveRequest
 
toString() - Method in class io.higson.runtime.decoder.ParamCascadeRequest
 
toString() - Method in class io.higson.runtime.dev.perspective.RuntimeSessionElement
 
toString() - Method in class io.higson.runtime.diagnostic.flush.DiagnosticFlushConfig
 
toString() - Method in record class io.higson.runtime.diagnostic.queue.DiagnosticEvent
Returns a string representation of this record class.
toString() - Method in class io.higson.runtime.diagnostic.queue.DiagnosticQueueConfig
 
toString() - Method in class io.higson.runtime.domain.AbstractDom
 
toString() - Method in class io.higson.runtime.engine.annotated.RepositoryObjectKey
 
toString() - Method in class io.higson.runtime.engine.core.context.DefaultContext
 
toString() - Method in class io.higson.runtime.engine.core.index.LevelNode
 
toString() - Method in class io.higson.runtime.engine.core.output.MultiValue
 
toString() - Method in class io.higson.runtime.engine.core.output.ParamValueImpl
 
toString() - Method in class io.higson.runtime.engine.core.prepared.CacheEntry
 
toString() - Method in class io.higson.runtime.engine.core.prepared.PreparedParameter
 
toString() - Method in class io.higson.runtime.engine.core.type.AbstractValueHolder
 
toString() - Method in class io.higson.runtime.evict.DefaultIdleChecker
 
toString() - Method in class io.higson.runtime.flow.Node
 
toString() - Method in enum class io.higson.runtime.function.FunctionType
 
toString() - Method in class io.higson.runtime.function.log.FunctionLogLevelCache
 
toString() - Method in class io.higson.runtime.function.log.FunctionLogLevelResolver
 
toString() - Method in class io.higson.runtime.helper.parser.LimitCache
 
toString() - Method in class io.higson.runtime.helper.RefLink
 
toString() - Method in class io.higson.runtime.hilo.HiLoSequenceGenerator
 
toString() - Method in class io.higson.runtime.invoker.python.PreparedPythonFunction
 
toString() - Method in class io.higson.runtime.marshaller.ExpFragment
 
toString() - Method in class io.higson.runtime.marshaller.ExpRef
 
toString() - Method in class io.higson.runtime.marshaller.LobData
 
toString() - Method in class io.higson.runtime.model.def.BundleDef
 
toString() - Method in class io.higson.runtime.model.def.EntityType
 
toString() - Method in class io.higson.runtime.model.def.PropertyDef
 
toString() - Method in class io.higson.runtime.model.def.TupleDef
 
toString() - Method in class io.higson.runtime.model.def.TuplePropertyDef
 
toString() - Method in class io.higson.runtime.model.def.TypeDef
 
toString() - Method in class io.higson.runtime.model.DomainAttribute
 
toString() - Method in class io.higson.runtime.model.DomainObjectImpl
 
toString() - Method in class io.higson.runtime.model.DomainObjectTypeImpl
 
toString() - Method in class io.higson.runtime.model.Function
 
toString() - Method in class io.higson.runtime.model.MpParameterEntry
 
toString() - Method in class io.higson.runtime.model.Parameter
 
toString() - Method in class io.higson.runtime.model.ParameterLevel
 
toString() - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
toString() - Method in class io.higson.runtime.model.region.RegionIdentifier
 
toString() - Method in class io.higson.runtime.model.region.RegionVersionIdentifier
 
toString() - Method in class io.higson.runtime.model.RegionCached
 
toString() - Method in class io.higson.runtime.model.RegionVersion
 
toString() - Method in class io.higson.runtime.model.Schedule
 
toString() - Method in class io.higson.runtime.model.ScheduleEntry
 
toString() - Method in class io.higson.runtime.model.TreeDomain
 
toString() - Method in class io.higson.runtime.model.value.Bundle
 
toString() - Method in class io.higson.runtime.model.value.CollectionProperty
Formatted String as follows:
toString() - Method in class io.higson.runtime.model.value.EntityProperty
Formatted String as follows:
toString() - Method in class io.higson.runtime.model.value.RefProperty
Custom String format:
toString() - Method in class io.higson.runtime.model.value.ValueProperty
 
toString() - Method in class io.higson.runtime.profiler.AbstractProfilerStat
 
toString() - Method in class io.higson.runtime.profiler.attribute.AttributeKey
 
toString() - Method in class io.higson.runtime.profiler.jdbc.proxy.DataSourceProxy
 
toString() - Method in class io.higson.runtime.profiler.jdbc.QueryStat
 
toString() - Method in class io.higson.runtime.provider.external.ExtMatrixFingerprint
 
toString() - Method in class io.higson.runtime.proxy.HigsonBundle
 
toString() - Method in class io.higson.runtime.proxy.HigsonEntity
 
toString() - Method in class io.higson.runtime.reload.AsyncReloader
 
toString() - Method in class io.higson.runtime.reload.DefaultReloader
 
toString() - Method in class io.higson.runtime.reload.PolicyBasedReloader
 
toString() - Method in class io.higson.runtime.rhino.domain.RhinoDomainAttribute
 
toString() - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
toString() - Method in class io.higson.runtime.rhino.domain.RhinoDomainType
 
toString() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
toString() - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
toString() - Method in class io.higson.runtime.sandbox.GmoSandbox
 
toString() - Method in class io.higson.runtime.sandbox.GmoSandboxAttribute
 
toString() - Method in class io.higson.runtime.sandbox.GmoSandboxEntity
 
toString() - Method in class io.higson.runtime.sorter.SortColumn
 
toString() - Method in class io.higson.runtime.sorter.SortConfig
 
toString() - Method in class io.higson.runtime.sync.diff.BundleDiff
 
toString() - Method in class io.higson.runtime.sync.diff.EntityDiff
 
toString() - Method in class io.higson.runtime.sync.diff.ValueDiff
 
toString() - Method in class io.higson.runtime.sync.DomainWatcherConfig
 
toString() - Method in class io.higson.runtime.sync.event.WatcherEvent
 
toString() - Method in class io.higson.runtime.sync.ScheduleCache
 
toString() - Method in class io.higson.runtime.sync.SyncActions
 
toString() - Method in class io.higson.runtime.sync.SyncData
 
toString() - Method in class io.higson.runtime.sync.SyncResult
 
toString() - Method in class io.higson.runtime.sync.Trackable
 
toString() - Method in class io.higson.runtime.sync.WatcherConfig
 
toStringHolder(Object) - Method in class io.higson.runtime.helper.TypeConverter
Converts the Object argument to StringHolder containing the String representation of the object.
toStringHolder(Object) - Method in class io.higson.runtime.rhino.RhinoType
 
toStringInline() - Method in class io.higson.runtime.engine.core.output.MultiValue
Returns toString, but in single line.
toStringInline() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
toStringInline() - Method in class io.higson.runtime.sandbox.GmoSandboxEntity
 
toUpperCase(Object) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
ToUtilFunction - Class in io.higson.runtime.builtin.implementation
Represents the 'to' util function that retrieves values from a target object based on the provided context and arguments.
ToUtilFunction() - Constructor for class io.higson.runtime.builtin.implementation.ToUtilFunction
 
trace(String, Object...) - Method in class io.higson.runtime.function.log.ListenableLogger
 
trace(String, Object...) - Method in interface io.higson.runtime.function.log.RuntimeLogger
 
TRACE - Enum constant in enum class io.higson.runtime.function.log.FunctionLogLevel
 
Trackable - Class in io.higson.runtime.sync
 
Trackable(int, String, Date) - Constructor for class io.higson.runtime.sync.Trackable
 
transformFrom(List<DomainAttributeModel>) - Static method in class io.higson.runtime.core.datasource.snapshot.domain.DomainAttributeMapper
 
transformFrom(List<DomainAttributeModel>) - Static method in class io.higson.runtime.core.datasource.snapshot.domain.DomainExtraAttributeMapper
 
TRANSIENT - Enum constant in enum class io.higson.runtime.model.def.EntityTypeState
 
TRANSIENT - Enum constant in enum class io.higson.runtime.model.value.EntityState
 
TransitionEvent - Class in io.higson.runtime.flow.trace
 
TransitionEvent(String, String, String, String) - Constructor for class io.higson.runtime.flow.trace.TransitionEvent
 
traverse(PropertyVisitor) - Method in interface io.higson.runtime.model.value.Handle
This method walks on property subtree and invoke some action with PropertyVisitor.
traverse(PropertyVisitor) - Method in class io.higson.runtime.model.value.Property
This method walks on property subtree and invoke some action with PropertyVisitor.
TreeDomain - Class in io.higson.runtime.model
 
TreeDomain(String) - Constructor for class io.higson.runtime.model.TreeDomain
 
treeMap(Object...) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
treeSet(Object...) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
trim() - Method in class io.higson.runtime.engine.core.index.LevelIndex
Trims all leaf nodes.
trim() - Method in class io.higson.runtime.engine.core.index.LevelNode
Trims the capacity of all array lists connected to index leaves.
trim(Object) - Static method in class io.higson.runtime.rhino.RhinoUtil
 
trim(String) - Static method in class io.higson.runtime.rhino.RhinoStr
Trims the argument from leading and trailing whitespaces if it's not null.
trim(Date) - Static method in class io.higson.runtime.rhino.RhinoDate
Clearing time part of a given date.
TRIM - Enum constant in enum class io.higson.runtime.builtin.implementation.TextNormalizationOptions
 
trimAllWhitespace(String) - Static method in class io.higson.runtime.engine.util.EngineUtil
 
trimCode() - Method in class io.higson.runtime.core.datasource.snapshot.parameter.ParameterModel
 
TrimUtilFunction - Class in io.higson.runtime.builtin.implementation
Represents a utility function for trimming values in a given context.
TrimUtilFunction() - Constructor for class io.higson.runtime.builtin.implementation.TrimUtilFunction
 
trunc(double, int) - Static method in class io.higson.runtime.rhino.RhinoMath
Rounds the number to specified decimal places.
trunc(String, int) - Static method in class io.higson.runtime.helper.SqlUtil
 
trunc(String, int) - Static method in class io.higson.runtime.helper.StrUtil
 
trunc(String, int) - Static method in class io.higson.runtime.rhino.RhinoStr
If necessary, shortens the given String to the specified length, by removing appropriate number of characters at the end of the string and adding ellipsis ("...").
TupleDef - Class in io.higson.runtime.model.def
Entity to table mapping.
TupleDef(EntityType, String) - Constructor for class io.higson.runtime.model.def.TupleDef
 
TuplePropertyDef - Class in io.higson.runtime.model.def
 
TuplePropertyDef() - Constructor for class io.higson.runtime.model.def.TuplePropertyDef
 
type() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.Element
Returns the value of the type record component.
type() - Method in record class io.higson.runtime.core.datasource.snapshot.function.FunctionDetails
Returns the value of the type record component.
type() - Method in record class io.higson.runtime.core.datasource.snapshot.function.FunctionMeta
Returns the value of the type record component.
type() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetailsInputLevel
Returns the value of the type record component.
type() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetailsOutputLevel
Returns the value of the type record component.
Type - Enum Class in io.higson.runtime.model
 
Type<H extends ValueHolder> - Interface in io.higson.runtime.engine.core.type
Contract for parameter engine type system entity.
TYPE - Enum constant in enum class io.higson.runtime.constants.FunctionCode
 
typeCode() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.CollectionElement
Returns the value of the typeCode record component.
TypeConversionException - Exception in io.higson.runtime.engine.core.decoder
Conversion to declared level type failed.
TypeConverter - Class in io.higson.runtime.helper
 
TypeConverter() - Constructor for class io.higson.runtime.helper.TypeConverter
 
TypeDecoder - Class in io.higson.runtime.engine.core.decoder
 
TypeDecodingException - Exception in io.higson.runtime.engine.core.decoder
Decoding value failed AbstractType.decode(String).
TypeDef - Class in io.higson.runtime.model.def
 
TypeDef(EntityType) - Constructor for class io.higson.runtime.model.def.TypeDef
 
TypeDef(String) - Constructor for class io.higson.runtime.model.def.TypeDef
 
typeId() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.CollectionElement
Returns the value of the typeId record component.
TypeMatcher - Class in io.higson.runtime.engine.matchers
 
TypeMatcher() - Constructor for class io.higson.runtime.engine.matchers.TypeMatcher
 
typeNature() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.CollectionElement
Returns the value of the typeNature record component.
TypeRepository - Interface in io.higson.runtime.engine.core.type
 
types() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.Domain
Returns the value of the types record component.
TYPES - Static variable in class io.higson.runtime.helper.ConstantsUtil
 
typesById() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.Domain
Returns the value of the typesById record component.
TypeScanner - Interface in io.higson.runtime.engine.annotated.scanner
 
TypeScannerInitializer - Class in io.higson.runtime.engine.annotated.initialization
 
TypeScannerInitializer(PackageList) - Constructor for class io.higson.runtime.engine.annotated.initialization.TypeScannerInitializer
 
TypeScannerInitializer(TypeScanner, PackageList) - Constructor for class io.higson.runtime.engine.annotated.initialization.TypeScannerInitializer
 
TypeScanningRepository - Interface in io.higson.runtime.engine.annotated.repository
 
TypesDto - Class in io.higson.runtime.type
 
TypesDto() - Constructor for class io.higson.runtime.type.TypesDto
 

U

Uid - Class in io.higson.runtime.helper.uid
 
Uid() - Constructor for class io.higson.runtime.helper.uid.Uid
 
UidParser - Class in io.higson.runtime.helper.uid
 
UndefinedLevelCreatorException - Exception in io.higson.runtime.engine.core
When using dynamic context without providing levelCreator function name.
unify(String) - Method in class io.higson.runtime.helper.MpHelper
 
unify(String[]) - Method in class io.higson.runtime.helper.MpHelper
 
UNION - Enum constant in enum class io.higson.runtime.engine.core.parameter.MatchMode
 
UNION_SKIP_DEFAULT - Enum constant in enum class io.higson.runtime.engine.core.parameter.MatchMode
 
UNKNOWN_COLUMN - Enum constant in enum class io.higson.runtime.sorter.exception.SortConfigErrorcode
 
UnknownFunctionException - Exception in io.higson.runtime.engine.core.function
No function with given name could be found in any registered repository.
UnknownFunctionException(String) - Constructor for exception io.higson.runtime.engine.core.function.UnknownFunctionException
 
UnknownFunctionInvokerException - Exception in io.higson.runtime.engine.core.function
When using dynamic context without providing levelCreator function name.
UnknownLevelNameException - Exception in io.higson.runtime.engine.core.output
 
UnknownMatcherException - Exception in io.higson.runtime.engine.core.prepared
Trying to use unknown level Matcher.
UnknownMatcherException(String, String) - Constructor for exception io.higson.runtime.engine.core.prepared.UnknownMatcherException
 
UnknownParameterException - Exception in io.higson.runtime.engine.core
No parameter with given name could be found in any registered repository.
UnknownParameterException(String) - Constructor for exception io.higson.runtime.engine.core.UnknownParameterException
 
UnknownTypeException - Exception in io.higson.runtime.engine.core.prepared
Trying to use level value of unknown Type.
UnknownTypeException(String, String) - Constructor for exception io.higson.runtime.engine.core.prepared.UnknownTypeException
 
unmarshal(InputStream, Class<T>) - Static method in class io.higson.runtime.helper.snapshot.XMLUtils
 
unmarshal(String, Class<T>) - Static method in class io.higson.runtime.helper.snapshot.XMLUtils
 
unmarshall(String) - Method in class io.higson.runtime.marshaller.BundleMarshaller
 
unproxy() - Method in class io.higson.runtime.proxy.HigsonBundle
 
unproxy() - Method in class io.higson.runtime.proxy.HigsonEntity
 
unproxy() - Method in class io.higson.runtime.proxy.HigsonEntityList
 
unproxy() - Method in interface io.higson.runtime.proxy.PropertySource
 
UnrecognizedDialectException - Exception in io.higson.runtime.exception
 
UnrecognizedDialectException(Object) - Constructor for exception io.higson.runtime.exception.UnrecognizedDialectException
 
UnrecognizedDialectException(Object, Throwable) - Constructor for exception io.higson.runtime.exception.UnrecognizedDialectException
 
unrecommended() - Element in annotation interface io.higson.runtime.engine.annotated.annotations.CtxPathParam
Types of context entities identified by path parameter which are not recommended
unregisterAdapters() - Static method in class io.higson.runtime.context.AppCtx
 
unregisterAll() - Method in class io.higson.runtime.context.PropertyAdapterResolver
 
unRegisterListener(T) - Method in class io.higson.runtime.mp.simulation.event.ListenerSupport
 
unwrap() - Method in class io.higson.runtime.engine.core.output.MultiValue
Return array of unwrapped objects, this is a raw representation of contents of AbstractHolders from MultiValue object.
unwrap() - Method in class io.higson.runtime.model.proxy.DomainObjectProxy
 
unwrap() - Method in class io.higson.runtime.rhino.domain.RhinoDomainElement
 
unwrap() - Method in class io.higson.runtime.rhino.value.RhinoMultiValue
 
unwrap() - Method in class io.higson.runtime.rhino.value.RhinoParamValue
 
unwrap(Class<T>) - Method in class io.higson.runtime.profiler.jdbc.proxy.DataSourceProxy
 
UPDATE - Enum constant in enum class io.higson.runtime.dev.perspective.RuntimeSessionOperation
 
updateHeartbeat(String, LocalDateTime) - Method in class io.higson.runtime.core.datasource.snapshot.SnapshotDiagnosticRuntimeInfoDao
 
updateHeartbeat(String, LocalDateTime) - Method in class io.higson.runtime.diagnostic.info.DiagnosticRuntimeInfoDao
 
updateProfileController(String, Map<String, Date>) - Method in class io.higson.runtime.core.domain.MpDomainCacheManager
 
updateProfileController(String, Map<String, Date>) - Method in interface io.higson.runtime.core.domain.WatcherDomainCacheManager
 
updateTimestampByProfile(Map<String, Date>, String) - Method in class io.higson.runtime.core.domain.MpDomainRefreshController
 
updateTimestampsForProfile(String) - Method in class io.higson.runtime.core.domain.MpDomainRefreshController
 
UPPER - Enum constant in enum class io.higson.runtime.builtin.implementation.TextFormat
 
UserRegionVersion - Class in io.higson.runtime.model
 
UserRegionVersion() - Constructor for class io.higson.runtime.model.UserRegionVersion
 
UserRegionVersionCache - Class in io.higson.runtime.cache
 
UserRegionVersionCache() - Constructor for class io.higson.runtime.cache.UserRegionVersionCache
 
UserRegionVersionCache.CacheKey - Class in io.higson.runtime.cache
 
UserRegionVersionProvider - Class in io.higson.runtime.cache
 
UserRegionVersionProvider() - Constructor for class io.higson.runtime.cache.UserRegionVersionProvider
 
UserRegionVersionRuntimeWatcher - Class in io.higson.runtime.sync
 
UserRegionVersionRuntimeWatcher() - Constructor for class io.higson.runtime.sync.UserRegionVersionRuntimeWatcher
 
USERVIEW_CACHE_TTL_SECONDS - Static variable in class io.higson.runtime.dev.DevModeProvider
 
UserViewHolder - Class in io.higson.runtime.dev
 
UserViewHolder(String, RuntimeUserView) - Constructor for class io.higson.runtime.dev.UserViewHolder
 
UserViewHolder(String, RuntimeUserView, long) - Constructor for class io.higson.runtime.dev.UserViewHolder
 
UTIL - Enum constant in enum class io.higson.runtime.constants.FunctionCode
 
UTIL_FUNCTION - Enum constant in enum class io.higson.runtime.model.Type
 
UtilFunction - Class in io.higson.runtime.builtin.implementation
Base abstract class for Util functions, provides basic methods and converter for all implementations.
UtilFunction() - Constructor for class io.higson.runtime.builtin.implementation.UtilFunction
 
UtilFunctionExecutor - Interface in io.higson.runtime.builtin.executor
This interface represents the executor for utility functions.
UtilFunctionExecutorImpl - Class in io.higson.runtime.builtin.executor
Utility function executor is a helper class for executing utility functions.
UtilFunctionExecutorImpl() - Constructor for class io.higson.runtime.builtin.executor.UtilFunctionExecutorImpl
 
UtilFunctionSuggestion - Class in io.higson.runtime.builtin.executor
 
UtilFunctionSuggestion() - Constructor for class io.higson.runtime.builtin.executor.UtilFunctionSuggestion
 

V

V1 - Enum constant in enum class io.higson.runtime.flow.FlowVersion
 
validate() - Method in class io.higson.runtime.sorter.SortConfigParser
 
validate(InputStream, String) - Static method in class io.higson.runtime.helper.snapshot.XMLValidator
 
validate(String) - Method in class io.higson.runtime.function.groovy.shell.CachedGroovyShell
 
validate(String, String) - Static method in class io.higson.runtime.helper.snapshot.XMLValidator
 
validate(String, String, String) - Method in class io.higson.runtime.invoker.python.PythonFunctionInvoker
Validates function syntax using current, thread-bound interpreter.
validateAndUnmarshalXML(InputStream, String, Class<T>) - Static method in class io.higson.runtime.helper.snapshot.XMLUtils
 
validateAndUnmarshalXML(String, String, Class<T>) - Static method in class io.higson.runtime.helper.snapshot.XMLUtils
 
validateTableName(String) - Static method in class io.higson.runtime.validation.TableNameValidator
If table name is invalid throws exception with proper message: - Table name is blank - Table name too long [name].
validateXML(InputStream, String) - Static method in class io.higson.runtime.helper.snapshot.XMLUtils
 
validationQuery() - Method in class io.higson.runtime.sql.dialect.H2RuntimeDialect
 
validationQuery() - Method in class io.higson.runtime.sql.dialect.HsqlRuntimeDialect
 
validationQuery() - Method in class io.higson.runtime.sql.dialect.MsSQLRuntimeDialect
 
validationQuery() - Method in class io.higson.runtime.sql.dialect.MySQLRuntimeDialect
 
validationQuery() - Method in class io.higson.runtime.sql.dialect.OracleRuntimeDialect
 
validationQuery() - Method in class io.higson.runtime.sql.dialect.PostgresqlRuntimeDialect
 
validationQuery() - Method in interface io.higson.runtime.sql.RuntimeDialect
 
validFrom() - Method in record class io.higson.runtime.core.datasource.snapshot.version.ScheduleDetails
Returns the value of the validFrom record component.
validTo() - Method in record class io.higson.runtime.core.datasource.snapshot.version.ScheduleDetails
Returns the value of the validTo record component.
value() - Element in annotation interface io.higson.runtime.engine.annotated.annotations.FetchSuggestion
Suggestion key for annotated element
value() - Element in annotation interface io.higson.runtime.engine.annotated.annotations.JavaPlugin
Unique name of plugin.
value() - Element in annotation interface io.higson.runtime.engine.annotated.annotations.ObjectInstance
Name of instance.
value() - Element in annotation interface io.higson.runtime.engine.annotated.annotations.ParamAssembler
Name of assembler (unique).
value() - Element in annotation interface io.higson.runtime.engine.annotated.annotations.ParamFunctionInvoker
Name of function invoker (unique), also marks the type of function that should be invoked using it.
value() - Element in annotation interface io.higson.runtime.engine.annotated.annotations.ParamFunctionRepository
Unique name of repository.
value() - Element in annotation interface io.higson.runtime.engine.annotated.annotations.ParamMatcher
Unique name of matcher.
value() - Element in annotation interface io.higson.runtime.engine.annotated.annotations.ParamType
Unique name of type.
value(HigsonContext) - Method in class io.higson.runtime.rhino.domain.RhinoDomainAttribute
 
value(String, ParamContext) - Method in class io.higson.runtime.rhino.RhinoHigson
Same as getParamValue
value(String, Object...) - Method in class io.higson.runtime.rhino.RhinoHigson
Same as getParamValue
VALUE - Enum constant in enum class io.higson.runtime.engine.annotated.annotations.CtxPathParam.CtxAttrType
 
VALUE - Enum constant in enum class io.higson.runtime.model.value.ElementType
Value property type.
ValueDecoder - Interface in io.higson.runtime.engine.core.decoder
 
ValueDiff - Class in io.higson.runtime.sync.diff
 
ValueDiff(PropertyDef, String, ValueProperty, ValueProperty) - Constructor for class io.higson.runtime.sync.diff.ValueDiff
 
ValueExtractor - Class in io.higson.runtime.decoder
 
ValueExtractor() - Constructor for class io.higson.runtime.decoder.ValueExtractor
 
ValueHolder - Interface in io.higson.runtime.engine.core.type
Concrete representation of value of Type.
valueOf(String) - Static method in enum class io.higson.runtime.builtin.implementation.TextFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.builtin.implementation.TextNormalizationOptions
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.constants.FunctionCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.constants.ReferencePrefix
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.core.datasource.snapshot.domain.DomainSupportedFiles
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.core.datasource.snapshot.SnapshotPath
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.decoder.CascadeArgType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.dev.perspective.RuntimeSessionOperation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.dev.perspective.RuntimeSessionStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.diagnostic.InternalEvent
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.diagnostic.queue.DiagnosticEventCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.diagnostic.queue.OverflowStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.engine.annotated.annotations.CtxPathParam.CtxAttrType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.engine.core.parameter.MatchMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.engine.core.parameter.ParameterArraySeparator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.engine.util.Separator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.flow.ActionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.flow.ConditionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.flow.dto.ConditionInputType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.flow.dto.LogicalOperator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.flow.dto.RelationalOperator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.flow.dto.SourceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.flow.FlowVersion
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.function.argument.FunctionArgumentDataType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.function.FunctionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.function.log.FunctionLogLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.helper.LevelConstants
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.invoker.python.PythonInterpreterType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.level.OutputLevelArraySeparator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.model.def.EntityTypeState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.model.ElementType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.model.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.model.value.ElementType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.model.value.EntityState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.mp.simulation.samples.SamplesType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.profiler.callstack.DiagnosticCallStackEvent.ElementType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.profiler.callstack.DiagnosticCallStackEvent.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.profiler.engine.AttributeEngineProfiler
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.profiler.engine.EngineProfiler
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.sandbox.SandboxAttrGmoPersistence
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.sorter.exception.SortConfigErrorcode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.sorter.SortOrder
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.sql.dialect.DatabaseDialect
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.sync.event.ElementType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.sync.event.EventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.higson.runtime.utils.hash.DigestAlgorithm
Returns the enum constant of this class with the specified name.
ValueProperty - Class in io.higson.runtime.model.value
This class represents value property, which is a simple wrapper for any value of simple type.
ValueProperty(TypeDef, ValueHolder) - Constructor for class io.higson.runtime.model.value.ValueProperty
Creates ValueProperty based on provided type type definition and prepared ValueHolder with value.
ValueProperty(String) - Constructor for class io.higson.runtime.model.value.ValueProperty
Creates ValueProperty based on simple type name.
ValueProperty(String, ValueHolder) - Constructor for class io.higson.runtime.model.value.ValueProperty
Creates ValueProperty based on simple type name and prepared ValueHolder with value.
ValueProperty(String, String) - Constructor for class io.higson.runtime.model.value.ValueProperty
Creates ValueProperty based on simple type and given text for StringHolder.
values() - Static method in enum class io.higson.runtime.builtin.implementation.TextFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.builtin.implementation.TextNormalizationOptions
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.constants.FunctionCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.constants.ReferencePrefix
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.core.datasource.snapshot.domain.DomainSupportedFiles
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.core.datasource.snapshot.SnapshotPath
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.decoder.CascadeArgType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.dev.perspective.RuntimeSessionOperation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.dev.perspective.RuntimeSessionStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.diagnostic.InternalEvent
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.diagnostic.queue.DiagnosticEventCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.diagnostic.queue.OverflowStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.engine.annotated.annotations.CtxPathParam.CtxAttrType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Element in annotation interface io.higson.runtime.engine.annotated.annotations.ParamAssembler
Returns array of assembler names, if assembler should be registered multiple times under different names.
values() - Element in annotation interface io.higson.runtime.engine.annotated.annotations.ParamFunctionInvoker
Returns array of function invoker names, if it should be registered multiple times under different names.
values() - Element in annotation interface io.higson.runtime.engine.annotated.annotations.ParamFunctionRepository
List of unique names, which will be used to register same instance of function repository multiple times.
values() - Element in annotation interface io.higson.runtime.engine.annotated.annotations.ParamMatcher
Returns array of matcher names, if it should be registered multiple times under different names.
values() - Element in annotation interface io.higson.runtime.engine.annotated.annotations.ParamType
Returns array of type names, if it should be registered multiple times under different names.
values() - Static method in enum class io.higson.runtime.engine.core.parameter.MatchMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.engine.core.parameter.ParameterArraySeparator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.engine.util.Separator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.flow.ActionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.flow.ConditionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.flow.dto.ConditionInputType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.flow.dto.LogicalOperator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.flow.dto.RelationalOperator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.flow.dto.SourceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.flow.FlowVersion
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.function.argument.FunctionArgumentDataType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.function.FunctionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.function.log.FunctionLogLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.helper.LevelConstants
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.invoker.python.PythonInterpreterType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.level.OutputLevelArraySeparator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.model.def.EntityTypeState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.model.ElementType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.model.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.model.value.ElementType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.model.value.EntityState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.mp.simulation.samples.SamplesType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.profiler.callstack.DiagnosticCallStackEvent.ElementType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.profiler.callstack.DiagnosticCallStackEvent.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.profiler.engine.AttributeEngineProfiler
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.profiler.engine.EngineProfiler
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.sandbox.SandboxAttrGmoPersistence
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.sorter.exception.SortConfigErrorcode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.sorter.SortOrder
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.sql.dialect.DatabaseDialect
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.sync.event.ElementType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.sync.event.EventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.higson.runtime.utils.hash.DigestAlgorithm
Returns an array containing the constants of this enum class, in the order they are declared.
Variable - Class in io.higson.runtime.flow
 
Variable() - Constructor for class io.higson.runtime.flow.Variable
 
VARIABLE - Enum constant in enum class io.higson.runtime.flow.dto.ConditionInputType
 
VARIABLE - Enum constant in enum class io.higson.runtime.flow.dto.SourceType
taken from variable
VariableDto - Class in io.higson.runtime.flow.dto
 
VariableDto() - Constructor for class io.higson.runtime.flow.dto.VariableDto
 
version() - Method in record class io.higson.runtime.core.datasource.snapshot.function.FunctionMeta
Returns the value of the version record component.
version() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterDetails
Returns the value of the version record component.
version() - Method in record class io.higson.runtime.core.datasource.snapshot.parameter.ParameterMeta
Returns the value of the version record component.
version() - Method in record class io.higson.runtime.core.datasource.snapshot.version.ScheduleDetails
Returns the value of the version record component.
version() - Method in record class io.higson.runtime.core.datasource.snapshot.version.VersionMeta
Returns the value of the version record component.
VersionDao - Interface in io.higson.runtime.core.datasource
 
versionId() - Method in record class io.higson.runtime.core.datasource.snapshot.version.VersionMeta
Returns the value of the versionId record component.
VersionInterceptor - Interface in io.higson.runtime.core.versioninterceptor
 
VersionJdbcDao - Class in io.higson.runtime.dao
 
VersionJdbcDao(DataSource, ConnectionInterceptor) - Constructor for class io.higson.runtime.dao.VersionJdbcDao
 
VersionMeta - Record Class in io.higson.runtime.core.datasource.snapshot.version
 
VersionMeta(String, String, int, String, int) - Constructor for record class io.higson.runtime.core.datasource.snapshot.version.VersionMeta
Creates an instance of a VersionMeta record class.
versionNumber() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.Element
Returns the value of the versionNumber record component.
VersionRuntimeWatcher - Class in io.higson.runtime.sync
 
VersionRuntimeWatcher(VersionDao, FunctionCache, PreparedParamCache, SystemVersionCache, UserRegionVersionCache) - Constructor for class io.higson.runtime.sync.VersionRuntimeWatcher
 
VERSIONS - Enum constant in enum class io.higson.runtime.core.datasource.snapshot.SnapshotPath
 
virtualName - Variable in class io.higson.runtime.model.PythonFunction
 
visible() - Method in record class io.higson.runtime.core.datasource.snapshot.domain.CollectionElement
Returns the value of the visible record component.
visibleToScripts(String) - Method in class io.higson.runtime.invoker.context.RhinoClassShutter
 
visit(Property, ElementType) - Method in interface io.higson.runtime.helper.PropertyVisitor
Method to visit whole subtree starting from given property.
visit(Property, ElementType) - Method in class io.higson.runtime.model.value.IdentityScanner
 
visitFile(Path, BasicFileAttributes) - Method in class io.higson.runtime.core.datasource.snapshot.domain.DomainReaderVisitorImpl
 

W

walk(PropertyVisitor) - Method in class io.higson.runtime.model.value.Bundle
This method allows to walk on each property using provided visitor and do some action.
walk(Property, PropertyVisitor) - Static method in class io.higson.runtime.helper.BundleWalker
 
warn(String, Object...) - Method in class io.higson.runtime.function.log.ListenableLogger
 
warn(String, Object...) - Method in interface io.higson.runtime.function.log.RuntimeLogger
 
WARN - Enum constant in enum class io.higson.runtime.function.log.FunctionLogLevel
 
wasSomethingChange() - Method in interface io.higson.runtime.core.domain.DomainCacheManager
Checks, whenever something was changed for any of existing profiles.
wasSomethingChange() - Method in class io.higson.runtime.core.domain.MpDomainCacheManager
 
wasSomethingChange(Set<String>) - Method in class io.higson.runtime.core.domain.MpDomainRefreshController
 
WATCHER_DEFAULT_PARAM_FORCE - Static variable in class io.higson.runtime.core.WatchersConfig
 
WATCHER_DEFAULT_PAUSE - Static variable in class io.higson.runtime.core.WatchersConfig
 
WATCHER_DEFAULT_RECOVERY - Static variable in class io.higson.runtime.core.WatchersConfig
 
WATCHER_DEFAULT_START_DELAY - Static variable in class io.higson.runtime.core.WatchersConfig
 
WatcherConfig - Class in io.higson.runtime.sync
 
WatcherConfig() - Constructor for class io.higson.runtime.sync.WatcherConfig
 
WatcherConfig(int) - Constructor for class io.higson.runtime.sync.WatcherConfig
 
WatcherConfig(int, int, int) - Constructor for class io.higson.runtime.sync.WatcherConfig
 
WatcherConfig(int, int, int, int) - Constructor for class io.higson.runtime.sync.WatcherConfig
 
WatcherDomainCacheManager - Interface in io.higson.runtime.core.domain
 
WatcherEvent - Class in io.higson.runtime.sync.event
 
WatcherEvent(ElementType, EventType) - Constructor for class io.higson.runtime.sync.event.WatcherEvent
 
WatcherEventListener - Interface in io.higson.runtime.sync.event
This interfaces enables to define custom event listener, that capture events from runtime watchers.
WatchersConfig - Class in io.higson.runtime.core
 
WatchersConfig() - Constructor for class io.higson.runtime.core.WatchersConfig
 
with(HigsonContext) - Method in class io.higson.runtime.domain.AbstractDom
 
with(String, HigsonContext) - Method in class io.higson.runtime.domain.AbstractDom
 
with(String, Property) - Method in class io.higson.runtime.context.AppCtx
 
with(String, Object) - Method in class io.higson.runtime.domain.AbstractDom
 
with(String, Object) - Method in class io.higson.runtime.engine.core.context.DefaultContext
Put value under lowercase(key).
with(String, Object, boolean) - Method in class io.higson.runtime.engine.core.context.DefaultContext
Put value under key lowercase(key). allowOverwrite flag determines what happens in case of key collision.
withAnnotationScanDisabled() - Method in class io.higson.runtime.engine.config.ParamEngineConfigBuilder
Disable annotation scanning, this will return bare ParamEngine without any default components.
withArgs(String) - Method in class io.higson.runtime.model.GroovyFunction
 
withArgs(String) - Method in class io.higson.runtime.model.RhinoFunction
 
withBody(String) - Method in class io.higson.runtime.model.FlowFunction
 
withBody(String) - Method in class io.higson.runtime.model.GroovyFunction
 
withBody(String) - Method in class io.higson.runtime.model.RhinoFunction
 
withCodes(Object) - Method in class io.higson.runtime.rhino.helper.ParamValueBuilder
Required.
withCodes(String...) - Method in class io.higson.runtime.rhino.helper.MultiValueBuilder
Defines levels codes.
withCodes(String...) - Method in class io.higson.runtime.rhino.helper.ParamValueBuilder
Required.
withColumnAliases(String...) - Method in class io.higson.runtime.sql.dialect.DefaultDialect
 
withComponent(Object) - Method in class io.higson.runtime.engine.config.ParamEngineConfigBuilder
Replace default ParamEngine components with custom one.
withComponentInitializers(ComponentInitializer...) - Method in class io.higson.runtime.engine.config.ParamEngineConfigBuilder
Register additional ComponentInitializer.
withEffectiveDate(Date) - Static method in class io.higson.runtime.core.versioninterceptor.EffectiveVersionConfiguration
 
withEffectiveVersions(Set<RegionVersionIdentifier>) - Static method in class io.higson.runtime.core.versioninterceptor.EffectiveVersionConfiguration
 
withEffectiveVersionsAndDate(Set<RegionVersionIdentifier>, Date) - Static method in class io.higson.runtime.core.versioninterceptor.EffectiveVersionConfiguration
 
withExternalDataSource(String, DataSource) - Method in class io.higson.runtime.core.extdatasource.ExternalDataSourceProvider
 
withFlightRecorder(HigsonFlightRecorder) - Method in class io.higson.runtime.engine.config.ParamEngineConfigBuilder
 
withFunctionCache(FunctionCache) - Method in class io.higson.runtime.engine.config.ParamEngineConfigBuilder
Register custom FunctionCache.
withFunctionInvocationInterceptor(FunctionInvocationInterceptor) - Method in class io.higson.runtime.engine.config.ParamEngineConfigBuilder
withFunctionInvocationInterceptors(List<FunctionInvocationInterceptor>) - Method in class io.higson.runtime.engine.config.ParamEngineConfigBuilder
withFunctionInvoker(String, FunctionInvoker) - Method in class io.higson.runtime.engine.config.ParamEngineConfigBuilder
Register FunctionInvoker.
withFunctionInvoker(String, FunctionInvoker, boolean) - Method in class io.higson.runtime.engine.config.ParamEngineConfigBuilder
Register FunctionInvoker if supported is true.
withFunctionRepository(String, int, FunctionRepository) - Method in class io.higson.runtime.engine.config.ParamEngineConfigBuilder
Register FunctionRepository with given order (default repository has priority 100).
withHint(String...) - Method in class io.higson.runtime.sql.dialect.DefaultDialect
 
withIdleChecker(IdleChecker) - Method in class io.higson.runtime.engine.config.ParamEngineConfigBuilder
 
withInitializationRunner(ComponentInitializerRunner) - Method in class io.higson.runtime.engine.config.ParamEngineConfigBuilder
Register custom implementation of initialization runner.
withKey(String) - Static method in class io.higson.runtime.engine.annotated.RepositoryObjectKey
 
withLevelValues(Object...) - Method in class io.higson.runtime.engine.core.context.DefaultContext
 
withLevelValues(String...) - Method in class io.higson.runtime.engine.core.context.DefaultContext
 
withMatcher(String, Matcher) - Method in class io.higson.runtime.engine.config.ParamEngineConfigBuilder
Register Matcher under code.
withMatrix(Object[][]) - Method in class io.higson.runtime.rhino.helper.ParamValueBuilder
Optional.
withoutPrefix(String) - Static method in class io.higson.runtime.flow.FlowPrefix
 
withOutputLevelArraySeparator(OutputLevelArraySeparator) - Method in class io.higson.runtime.engine.config.ParamEngineConfigBuilder
specify output level array separator that will be used while extracting parameter output values.
withoutRootLobData(List<ExpFragment>, List<ExpRef>) - Static method in class io.higson.runtime.marshaller.LobData
 
withPackagesToScan(PackageList) - Method in class io.higson.runtime.engine.config.ParamEngineConfigBuilder
Add packages that will be scanned in search of Higson annotations.
withPackagesToScan(String...) - Method in class io.higson.runtime.engine.config.ParamEngineConfigBuilder
Add packages (including all descendants) that will be scanned in search of Higson annotations.
withParameterCache(PreparedParamCache) - Method in class io.higson.runtime.engine.config.ParamEngineConfigBuilder
Register custom PreparedParamCache.
withParameterRepositories(ParamRepository...) - Method in class io.higson.runtime.engine.config.ParamEngineConfigBuilder
Register parameter repositories.
withPrefix(String) - Static method in class io.higson.runtime.flow.FlowPrefix
 
withProperties(Properties) - Method in class io.higson.runtime.engine.config.ParamEngineConfigBuilder
 
withTableAliases(String...) - Method in class io.higson.runtime.sql.dialect.DefaultDialect
 
withType(String, Type<T>) - Method in class io.higson.runtime.engine.config.ParamEngineConfigBuilder
Register Type under code.
withTypes(Object) - Method in class io.higson.runtime.rhino.helper.ParamValueBuilder
Required.
withTypes(String...) - Method in class io.higson.runtime.rhino.helper.MultiValueBuilder
Required.
withTypes(String...) - Method in class io.higson.runtime.rhino.helper.ParamValueBuilder
Required.
withValues(Object...) - Method in class io.higson.runtime.rhino.helper.MultiValueBuilder
Required.
withValues(Object...) - Method in class io.higson.runtime.rhino.helper.ParamValueBuilder
Optional.
withValues(Collection) - Method in class io.higson.runtime.rhino.helper.ParamValueBuilder
Optional.
wrap(ParamValue) - Method in class io.higson.runtime.rhino.RhinoType
wrap(Object) - Static method in class io.higson.runtime.model.ParamValueWrapper
 
WritableParamRepository - Interface in io.higson.runtime.engine.core.parameter
Writable repository is a repository without fine-grained control of what is being saved into it.
write(Parameter) - Method in interface io.higson.runtime.engine.core.parameter.WritableParamRepository
Deletes any existing instance of parameter with same name and writes (persists) provided parameter.
write(ParameterBatchLoader) - Method in interface io.higson.runtime.engine.core.parameter.WritableParamRepository
Deletes any existing instance of parameter and writes new one by reading batches from batch loader.
write(Path, Object) - Method in interface io.higson.runtime.core.datasource.snapshot.domain.SnapshotFileParser
 
write(Path, Object) - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotTomlFileParser
 
write(Path, Object, int) - Method in interface io.higson.runtime.core.datasource.snapshot.domain.SnapshotFileParser
 
write(Path, Object, int) - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotTomlFileParser
 
write(Path, T) - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotModelConverter
 
write(Path, T, int) - Method in class io.higson.runtime.core.datasource.snapshot.domain.SnapshotModelConverter
 
writeAll(Iterable<Parameter>) - Method in interface io.higson.runtime.engine.core.parameter.WritableParamRepository
Performs multiple write in single session/batch.
writeln(Writer, String) - Static method in class io.higson.runtime.profiler.ProfilerHelper
 
writeParameterEntries(String, Iterable<ParameterEntry>) - Method in interface io.higson.runtime.engine.core.parameter.WritableParamRepository
Append additional entries to given parameter.
writeSummary(Writer, List<S>, String) - Static method in class io.higson.runtime.profiler.ProfilerHelper
 
writeSummaryAsHtml(Writer) - Method in class io.higson.runtime.profiler.jdbc.JdbcProfiler
 
writeSummaryAsHtml(Writer, List<S>, String) - Static method in class io.higson.runtime.profiler.ProfilerHelper
 

X

XMLUtils - Class in io.higson.runtime.helper.snapshot
 
XMLValidator - Class in io.higson.runtime.helper.snapshot
 

Y

YEAR_AGO - Static variable in class io.higson.runtime.core.datasource.snapshot.helper.SnapshotDataSourceConstants
Dates
YES - Enum constant in enum class io.higson.runtime.sandbox.SandboxAttrGmoPersistence
Attribute is included in GMO model - intented for entity attributes or collections.
YMD - Static variable in class io.higson.runtime.rhino.RhinoDate
 
YMD - Static variable in class io.higson.runtime.utils.HprDate
 
YMDHMS - Static variable in class io.higson.runtime.rhino.RhinoDate
 
YMDHMS - Static variable in class io.higson.runtime.utils.HprDate
 
YMDHMSMS - Static variable in class io.higson.runtime.rhino.RhinoDate
 
YMDHMSMS - Static variable in class io.higson.runtime.utils.HprDate
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form