Uses of Class
pl.decerto.hyperon.runtime.core.HyperonContext
Packages that use HyperonContext
Package
Description
-
Uses of HyperonContext in pl.decerto.hyperon.domain
Fields in pl.decerto.hyperon.domain declared as HyperonContextMethods in pl.decerto.hyperon.domain that return HyperonContextModifier and TypeMethodDescriptionprotected HyperonContextAbstractDom.defaultCtx(HyperonContext parent) Methods in pl.decerto.hyperon.domain with parameters of type HyperonContextModifier and TypeMethodDescriptionprotected HyperonContextAbstractDom.defaultCtx(HyperonContext parent) protected voidAbstractDom.setStandardFields(HyperonContext ctx) Setup default paths and values of domain object to the context.AbstractDom.with(String key, HyperonContext subContext) AbstractDom.with(HyperonContext ctx) -
Uses of HyperonContext in pl.decerto.hyperon.ext.adapter
Subclasses of HyperonContext in pl.decerto.hyperon.ext.adapter -
Uses of HyperonContext in pl.decerto.hyperon.runtime.core
Subclasses of HyperonContext in pl.decerto.hyperon.runtime.coreMethods in pl.decerto.hyperon.runtime.core that return HyperonContextModifier and TypeMethodDescriptionDeprecated.Put given value object under specified path. -
Uses of HyperonContext in pl.decerto.hyperon.runtime.model
Methods in pl.decerto.hyperon.runtime.model with parameters of type HyperonContextModifier and TypeMethodDescriptionbooleanHyperonDomainAttribute.booleanValue(HyperonContext ctx) doubleHyperonDomainAttribute.doubleValue(HyperonContext ctx) booleanHyperonDomainObject.getAttrBoolean(String attrCode, HyperonContext ctx) booleanHyperonDomainObjectImpl.getAttrBoolean(String code, HyperonContext ctx) HyperonDomainObject.getAttrDate(String attrCode, HyperonContext ctx) HyperonDomainObjectImpl.getAttrDate(String code, HyperonContext ctx) HyperonDomainObject.getAttrDecimal(String attrCode, HyperonContext ctx) HyperonDomainObjectImpl.getAttrDecimal(String code, HyperonContext ctx) HyperonDomainObject.getAttrInteger(String attrCode, HyperonContext ctx) HyperonDomainObjectImpl.getAttrInteger(String code, HyperonContext ctx) doubleHyperonDomainObject.getAttrNumber(String attrCode, HyperonContext ctx) doubleHyperonDomainObjectImpl.getAttrNumber(String code, HyperonContext ctx) HyperonDomainObject.getAttrString(String attrCode, HyperonContext ctx) HyperonDomainObjectImpl.getAttrString(String code, HyperonContext ctx) HyperonDomainAttribute.getBoolean(HyperonContext ctx) HyperonDomainAttribute.getDate(HyperonContext ctx) HyperonDomainAttribute.getDecimal(HyperonContext ctx) HyperonDomainAttribute.getHolder(HyperonContext ctx) HyperonDomainAttribute.getInteger(HyperonContext ctx) HyperonDomainAttribute.getLong(HyperonContext ctx) doubleHyperonDomainAttribute.getNumber(HyperonContext ctx) HyperonDomainAttribute.getString(HyperonContext ctx) intHyperonDomainAttribute.intValue(HyperonContext ctx) longHyperonDomainAttribute.longValue(HyperonContext ctx) -
Uses of HyperonContext in pl.decerto.hyperon.runtime.model.proxy
Methods in pl.decerto.hyperon.runtime.model.proxy with parameters of type HyperonContextModifier and TypeMethodDescriptionbooleanHyperonDomainObjectProxy.getAttrBoolean(String attrCode, HyperonContext ctx) HyperonDomainObjectProxy.getAttrDate(String attrCode, HyperonContext ctx) HyperonDomainObjectProxy.getAttrDecimal(String attrCode, HyperonContext ctx) HyperonDomainObjectProxy.getAttrInteger(String attrCode, HyperonContext ctx) doubleHyperonDomainObjectProxy.getAttrNumber(String attrCode, HyperonContext ctx) HyperonDomainObjectProxy.getAttrString(String attrCode, HyperonContext ctx) -
Uses of HyperonContext in pl.decerto.hyperon.runtime.rhino
Methods in pl.decerto.hyperon.runtime.rhino that return HyperonContextModifier and TypeMethodDescriptionRhinoHyperon.createContext(Object... args) Helper method for creating context on fly, for given arguments.Methods in pl.decerto.hyperon.runtime.rhino with parameters of type HyperonContextModifier and TypeMethodDescriptionRhinoDomain.get(String profile, String path, HyperonContext ctx) Returns the element of domain identified by the provided path for given profile, evaluated with the provided context.RhinoDomain.get(String profile, HyperonContext ctx) Returns the root element of domain for given profile, associated with the given context object. -
Uses of HyperonContext in pl.decerto.hyperon.runtime.rhino.domain
Methods in pl.decerto.hyperon.runtime.rhino.domain with parameters of type HyperonContextModifier and TypeMethodDescriptionbooleanRhinoDomainElement.getAttrBoolean(String code, HyperonContext ctx) RhinoDomainElement.getAttrDate(String code, HyperonContext ctx) RhinoDomainElement.getAttrDecimal(String code, HyperonContext ctx) RhinoDomainElement.getAttrInteger(String code, HyperonContext ctx) doubleRhinoDomainElement.getAttrNumber(String code, HyperonContext ctx) RhinoDomainElement.getAttrString(String code, HyperonContext ctx) RhinoDomainElement.getAttrValue(String code, HyperonContext ctx) booleanRhinoDomainAttribute.getBoolean(HyperonContext ctx) booleanRhinoDomainNullAttribute.getBoolean(HyperonContext ctx) RhinoDomainAttribute.getDate(HyperonContext ctx) RhinoDomainNullAttribute.getDate(HyperonContext ctx) RhinoDomainAttribute.getDecimal(HyperonContext ctx) RhinoDomainNullAttribute.getDecimal(HyperonContext ctx) RhinoDomainAttribute.getInteger(HyperonContext ctx) RhinoDomainNullAttribute.getInteger(HyperonContext ctx) doubleRhinoDomainAttribute.getNumber(HyperonContext ctx) doubleRhinoDomainNullAttribute.getNumber(HyperonContext ctx) RhinoDomainAttribute.getParamValue(HyperonContext ctx) RhinoDomainNullAttribute.getParamValue(HyperonContext ctx) RhinoDomainAttribute.getString(HyperonContext ctx) RhinoDomainNullAttribute.getString(HyperonContext ctx) RhinoDomainAttribute.getValue(HyperonContext ctx) RhinoDomainNullAttribute.getValue(HyperonContext ctx) RhinoDomainAttribute.value(HyperonContext ctx) Constructors in pl.decerto.hyperon.runtime.rhino.domain with parameters of type HyperonContextModifierConstructorDescription
HigsonContext