Uses of Interface
io.higson.runtime.model.DomainObject
Packages that use DomainObject
Package
Description
-
Uses of DomainObject in io.higson.runtime.core
Methods in io.higson.runtime.core that return DomainObjectModifier and TypeMethodDescriptionGet domain object based on given profile andobjectPath. -
Uses of DomainObject in io.higson.runtime.core.domain
Methods in io.higson.runtime.core.domain that return DomainObjectModifier and TypeMethodDescriptionAbstractDomainCacheManager.getByPath(String profileCode, String path, EffectiveVersionConfiguration configuration) Returns domain object from given domain's path in head state.DomainCacheManager.getByPath(String profileCode, String path, EffectiveVersionConfiguration configuration) Returns domain object from given domain's path.MpDomainCacheManager.getByPath(String profileCode, String path, EffectiveVersionConfiguration configuration) returns domain object from given domain's path.DomainCache.getDomain(String profileCode, String objectPath, EffectiveVersionConfiguration configuration) returns domain object from given domain's path.MpDomainCache.getDomain(String profileCode, String objectPath, EffectiveVersionConfiguration configuration) DomainCache.getDomainWithAllVersions(String profileCode, String objectPath) returns domain object from given domain's path.MpDomainCache.getDomainWithAllVersions(String profileCode, String objectPath) protected DomainObjectMpDomainCache.getHeadOrSessionDomain(String profile, String path, EffectiveVersionConfiguration configuration) AbstractDomainCacheManager.getSessionElementByPath(String profileCode, String user, String path) DomainCacheManager.getSessionElementByPath(String profileCode, String user, String path) Returns domain object from given domain's path.DomainCacheManager.getSessionElementByPath(String profileCode, String user, String path, EffectiveVersionConfiguration configuration) Returns domain object from given domain's path.MpDomainCacheManager.getSessionElementByPath(String profileCode, String user, String path, EffectiveVersionConfiguration configuration) -
Uses of DomainObject in io.higson.runtime.domain
Fields in io.higson.runtime.domain declared as DomainObjectModifier and TypeFieldDescriptionprotected final DomainObjectAbstractDom.domObjdomain object to useMethods in io.higson.runtime.domain that return DomainObjectModifier and TypeMethodDescriptionprotected DomainObjectRetrieves child from domain object, without wrapping it into AbstractDom type.protected DomainObjectAbstractDom.getParent()Retrieves parent from domain objectMethods in io.higson.runtime.domain that return types with arguments of type DomainObjectModifier and TypeMethodDescriptionprotected List<DomainObject>AbstractDom.getChildren(String propertyCode) Retrieves children from domain object, without wrapping them into AbstractDom type.Method parameters in io.higson.runtime.domain with type arguments of type DomainObjectModifier and TypeMethodDescriptionprotected <R extends AbstractDom<R>>
List<R>AbstractDom.all(String childCode, Function<? super DomainObject, R> transform) Use this method for fetching children but they will be extra wrapped with subtypes of AbstractDOM with R type.protected <C extends AbstractDom>
CAbstractDom.getChild(String property, String code, Function<DomainObject, C> mapper) Use this method for accessing domain collection element.protected <C extends AbstractDom>
CAbstractDom.getChild(String property, Function<DomainObject, C> mapper) Use this method for accessing domain property element.protected <R extends AbstractDom<R>>
RAbstractDom.one(String codeForChildren, String childCode, Function<? super DomainObject, R> transform) Use this method for fetching only one child, otherwise IllegalArgumentException will be thrown if there are "null" children or if there are more children under given childCode.protected <R extends AbstractDom<R>>
RAbstractDom.one(String codeForChildren, Function<? super DomainObject, R> transform) Use this method for fetching only one child, otherwise IllegalArgumentException will be thrown if there are "null" children or if there are more children under given childCode.protected <R extends AbstractDom<R>>
RAbstractDom.parent(Function<? super DomainObject, R> transform) Retrieves parent, but also wrapped in subtype of AbstractDom using transform function.Constructors in io.higson.runtime.domain with parameters of type DomainObject -
Uses of DomainObject in io.higson.runtime.model
Classes in io.higson.runtime.model that implement DomainObjectMethods in io.higson.runtime.model that return DomainObjectModifier and TypeMethodDescriptionDomainAttribute.getDomainObject()TreeDomain.getObjectsByPath(String path) DomainObject.getParent()Methods in io.higson.runtime.model that return types with arguments of type DomainObjectModifier and TypeMethodDescription@NotNull List<DomainObject>DomainObject.getChildren(String propCode) DomainObjectImpl.getChildren(String propCode) Methods in io.higson.runtime.model with parameters of type DomainObject -
Uses of DomainObject in io.higson.runtime.model.proxy
Classes in io.higson.runtime.model.proxy that implement DomainObjectMethods in io.higson.runtime.model.proxy that return DomainObjectMethods in io.higson.runtime.model.proxy that return types with arguments of type DomainObjectConstructors in io.higson.runtime.model.proxy with parameters of type DomainObject -
Uses of DomainObject in io.higson.runtime.rhino.domain
Methods in io.higson.runtime.rhino.domain that return DomainObject