Uses of Class
io.higson.runtime.core.HigsonContext
Packages that use HigsonContext
Package
Description
-
Uses of HigsonContext in io.higson.runtime.builtin.executor
Methods in io.higson.runtime.builtin.executor with parameters of type HigsonContextModifier and TypeMethodDescriptionUtilFunctionExecutor.execute(String functionCode, HigsonContext ctx, Object[] args) Executes the given utility function given a function code, a context, and a set of arguments.UtilFunctionExecutorImpl.execute(String functionCode, HigsonContext ctx, Object[] args) -
Uses of HigsonContext in io.higson.runtime.builtin.implementation
Methods in io.higson.runtime.builtin.implementation with parameters of type HigsonContextModifier and TypeMethodDescriptionAddUtilFunction.call(HigsonContext ctx, Object[] args) This method is used to perform a specific operation based on the given arguments.DiffUtilFunction.call(HigsonContext ctx, Object[] args) Calculates the difference based on the given arguments and the target object.EqualsUtilFunction.call(HigsonContext ctx, Object[] args) This method checks if a value from the Higson context is equal to another value.ExistUtilFunction.call(HigsonContext ctx, Object[] args) Checks if a value exists in the given context.FormatUtilFunction.call(HigsonContext ctx, Object[] args) Calls the format utility function with the given arguments.FromUtilFunction.call(HigsonContext ctx, Object[] args) Calls the 'from' util function with the given context and arguments.GetUtilFunction.call(HigsonContext ctx, Object[] args) GreaterThanEqualsUtilFunction.call(HigsonContext ctx, Object[] args) This method checks if a value from the Higson context is greater than or equal another value.GreaterThanUtilFunction.call(HigsonContext ctx, Object[] args) This method checks if a value from the Higson context is greater than another value.IsBlankUtilFunction.call(HigsonContext ctx, Object[] args) This method checks if a value from the Higson context is blank.IsEmptyUtilFunction.call(HigsonContext ctx, Object[] args) LessThanEqualsUtilFunction.call(HigsonContext ctx, Object[] args) This method checks if a value from the Higson context is less than or equal another value.LessThanUtilFunction.call(HigsonContext ctx, Object[] args) This method checks if a value from the Higson context is less than another value.NotBlankUtilFunction.call(HigsonContext ctx, Object[] args) NotEmptyUtilFunction.call(HigsonContext ctx, Object[] args) SizeUtilFunction.call(HigsonContext ctx, Object[] args) Retrieves the size of an object in the Higson context.ToUtilFunction.call(HigsonContext ctx, Object[] args) Calls the 'to' util function with the given context and arguments.TrimUtilFunction.call(HigsonContext ctx, Object[] args) Trims values in a given context.abstract ObjectUtilFunction.call(HigsonContext ctx, Object[] args) -
Uses of HigsonContext in io.higson.runtime.core
Subclasses of HigsonContext in io.higson.runtime.coreModifier and TypeClassDescriptionclassThis class helps to override default behaviour ofparentcontext with custom values.classClass to be used as Higson sub-context.Methods in io.higson.runtime.core that return HigsonContextModifier and TypeMethodDescriptionPut given value object under specified path. -
Uses of HigsonContext in io.higson.runtime.domain
Fields in io.higson.runtime.domain declared as HigsonContextMethods in io.higson.runtime.domain that return HigsonContextModifier and TypeMethodDescriptionprotected HigsonContextAbstractDom.defaultCtx(HigsonContext parent) Methods in io.higson.runtime.domain with parameters of type HigsonContextModifier and TypeMethodDescriptionprotected HigsonContextAbstractDom.defaultCtx(HigsonContext parent) protected voidAbstractDom.setStandardFields(HigsonContext ctx) Setup default paths and values of domain object to the context.AbstractDom.with(HigsonContext ctx) AbstractDom.with(String key, HigsonContext subContext) -
Uses of HigsonContext in io.higson.runtime.ext.adapter
Subclasses of HigsonContext in io.higson.runtime.ext.adapter -
Uses of HigsonContext in io.higson.runtime.model
Methods in io.higson.runtime.model with parameters of type HigsonContextModifier and TypeMethodDescriptionbooleanDomainAttribute.booleanValue(HigsonContext ctx) doubleDomainAttribute.doubleValue(HigsonContext ctx) booleanDomainObject.getAttrBoolean(String attrCode, HigsonContext ctx) booleanDomainObjectImpl.getAttrBoolean(String code, HigsonContext ctx) DomainObject.getAttrDate(String attrCode, HigsonContext ctx) DomainObjectImpl.getAttrDate(String code, HigsonContext ctx) DomainObject.getAttrDecimal(String attrCode, HigsonContext ctx) DomainObjectImpl.getAttrDecimal(String code, HigsonContext ctx) DomainObject.getAttrInteger(String attrCode, HigsonContext ctx) DomainObjectImpl.getAttrInteger(String code, HigsonContext ctx) doubleDomainObject.getAttrNumber(String attrCode, HigsonContext ctx) doubleDomainObjectImpl.getAttrNumber(String code, HigsonContext ctx) DomainObject.getAttrString(String attrCode, HigsonContext ctx) DomainObjectImpl.getAttrString(String code, HigsonContext ctx) DomainAttribute.getBoolean(HigsonContext ctx) DomainAttribute.getDate(HigsonContext ctx) DomainAttribute.getDecimal(HigsonContext ctx) DomainAttribute.getHolder(HigsonContext ctx) DomainAttribute.getInteger(HigsonContext ctx) DomainAttribute.getLong(HigsonContext ctx) doubleDomainAttribute.getNumber(HigsonContext ctx) DomainAttribute.getString(HigsonContext ctx) intDomainAttribute.intValue(HigsonContext ctx) longDomainAttribute.longValue(HigsonContext ctx) -
Uses of HigsonContext in io.higson.runtime.model.proxy
Methods in io.higson.runtime.model.proxy with parameters of type HigsonContextModifier and TypeMethodDescriptionbooleanDomainObjectProxy.getAttrBoolean(String attrCode, HigsonContext ctx) DomainObjectProxy.getAttrDate(String attrCode, HigsonContext ctx) DomainObjectProxy.getAttrDecimal(String attrCode, HigsonContext ctx) DomainObjectProxy.getAttrInteger(String attrCode, HigsonContext ctx) doubleDomainObjectProxy.getAttrNumber(String attrCode, HigsonContext ctx) DomainObjectProxy.getAttrString(String attrCode, HigsonContext ctx) -
Uses of HigsonContext in io.higson.runtime.rhino
Methods in io.higson.runtime.rhino that return HigsonContextModifier and TypeMethodDescriptionRhinoHigson.createContext(Object... args) Helper method for creating context on fly, for given arguments.Methods in io.higson.runtime.rhino with parameters of type HigsonContextModifier and TypeMethodDescriptionRhinoDomain.get(String profile, HigsonContext ctx) Returns the root element of domain for given profile, associated with the given context object.RhinoDomain.get(String profile, String path, HigsonContext ctx) Returns the element of domain identified by the provided path for given profile, evaluated with the provided context. -
Uses of HigsonContext in io.higson.runtime.rhino.domain
Methods in io.higson.runtime.rhino.domain with parameters of type HigsonContextModifier and TypeMethodDescriptionbooleanRhinoDomainElement.getAttrBoolean(String code, HigsonContext ctx) RhinoDomainElement.getAttrDate(String code, HigsonContext ctx) RhinoDomainElement.getAttrDecimal(String code, HigsonContext ctx) RhinoDomainElement.getAttrInteger(String code, HigsonContext ctx) doubleRhinoDomainElement.getAttrNumber(String code, HigsonContext ctx) RhinoDomainElement.getAttrString(String code, HigsonContext ctx) RhinoDomainElement.getAttrValue(String code, HigsonContext ctx) booleanRhinoDomainAttribute.getBoolean(HigsonContext ctx) booleanRhinoDomainNullAttribute.getBoolean(HigsonContext ctx) RhinoDomainAttribute.getDate(HigsonContext ctx) RhinoDomainNullAttribute.getDate(HigsonContext ctx) RhinoDomainAttribute.getDecimal(HigsonContext ctx) RhinoDomainNullAttribute.getDecimal(HigsonContext ctx) RhinoDomainAttribute.getInteger(HigsonContext ctx) RhinoDomainNullAttribute.getInteger(HigsonContext ctx) doubleRhinoDomainAttribute.getNumber(HigsonContext ctx) doubleRhinoDomainNullAttribute.getNumber(HigsonContext ctx) RhinoDomainAttribute.getParamValue(HigsonContext ctx) RhinoDomainNullAttribute.getParamValue(HigsonContext ctx) RhinoDomainAttribute.getString(HigsonContext ctx) RhinoDomainNullAttribute.getString(HigsonContext ctx) RhinoDomainAttribute.getValue(HigsonContext ctx) RhinoDomainNullAttribute.getValue(HigsonContext ctx) RhinoDomainAttribute.value(HigsonContext ctx) Constructors in io.higson.runtime.rhino.domain with parameters of type HigsonContext