Uses of Interface
pl.decerto.hyperon.runtime.model.HyperonDomainObject
Packages that use HyperonDomainObject
Package
Description
-
Uses of HyperonDomainObject in pl.decerto.hyperon.domain
Fields in pl.decerto.hyperon.domain declared as HyperonDomainObjectModifier and TypeFieldDescriptionprotected final HyperonDomainObjectAbstractDom.domObjdomain object to useMethods in pl.decerto.hyperon.domain that return HyperonDomainObjectModifier and TypeMethodDescriptionprotected HyperonDomainObjectRetrieves child from domain object, without wrapping it into AbstractDom type.protected HyperonDomainObjectAbstractDom.getParent()Retrieves parent from domain objectMethods in pl.decerto.hyperon.domain that return types with arguments of type HyperonDomainObjectModifier and TypeMethodDescriptionprotected List<HyperonDomainObject>AbstractDom.getChildren(String propertyCode) Retrieves children from domain object, without wrapping them into AbstractDom type.Method parameters in pl.decerto.hyperon.domain with type arguments of type HyperonDomainObjectModifier and TypeMethodDescriptionprotected <R extends AbstractDom<R>>
List<R>AbstractDom.all(String childCode, Function<? super HyperonDomainObject, 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<HyperonDomainObject, C> mapper) Use this method for accessing domain collection element.protected <C extends AbstractDom>
CAbstractDom.getChild(String property, Function<HyperonDomainObject, C> mapper) Use this method for accessing domain property element.protected <R extends AbstractDom<R>>
RAbstractDom.one(String codeForChildren, String childCode, Function<? super HyperonDomainObject, 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 HyperonDomainObject, 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 HyperonDomainObject, R> transform) Retrieves parent, but also wrapped in subtype of AbstractDom using transform function.Constructors in pl.decerto.hyperon.domain with parameters of type HyperonDomainObject -
Uses of HyperonDomainObject in pl.decerto.hyperon.runtime.core
Methods in pl.decerto.hyperon.runtime.core that return HyperonDomainObjectModifier and TypeMethodDescriptionDeprecated.Get domain object based on given profile andobjectPath. -
Uses of HyperonDomainObject in pl.decerto.hyperon.runtime.core.domain
Methods in pl.decerto.hyperon.runtime.core.domain that return HyperonDomainObjectModifier 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 HyperonDomainObjectMpDomainCache.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) MpDomainCacheProvider.reloadElement(String childPath, int childElementId, HyperonDomainObjectType type, TreeDomain tree, String profile, String user) -
Uses of HyperonDomainObject in pl.decerto.hyperon.runtime.model
Classes in pl.decerto.hyperon.runtime.model that implement HyperonDomainObjectMethods in pl.decerto.hyperon.runtime.model that return HyperonDomainObjectModifier and TypeMethodDescriptionHyperonDomainAttribute.getDomainObject()TreeDomain.getObjectsByPath(String path) HyperonDomainObject.getParent()Methods in pl.decerto.hyperon.runtime.model that return types with arguments of type HyperonDomainObjectModifier and TypeMethodDescription@NotNull List<HyperonDomainObject>HyperonDomainObject.getChildren(String propCode) HyperonDomainObjectImpl.getChildren(String propCode) Methods in pl.decerto.hyperon.runtime.model with parameters of type HyperonDomainObject -
Uses of HyperonDomainObject in pl.decerto.hyperon.runtime.model.proxy
Classes in pl.decerto.hyperon.runtime.model.proxy that implement HyperonDomainObjectMethods in pl.decerto.hyperon.runtime.model.proxy that return HyperonDomainObjectModifier and TypeMethodDescriptionHyperonDomainObjectProxy.getParent()HyperonDomainObjectProxy.unwrap()Methods in pl.decerto.hyperon.runtime.model.proxy that return types with arguments of type HyperonDomainObjectConstructors in pl.decerto.hyperon.runtime.model.proxy with parameters of type HyperonDomainObjectModifierConstructorDescriptionHyperonDomainAttributeProxy(HyperonDomainAttribute domAttr, HyperonDomainObject domObj) -
Uses of HyperonDomainObject in pl.decerto.hyperon.runtime.rhino.domain
Methods in pl.decerto.hyperon.runtime.rhino.domain that return HyperonDomainObject