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) 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
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