Uses of Interface
org.faktorips.runtime.IObjectReferenceStore
-
Packages that use IObjectReferenceStore Package Description org.faktorips.runtime org.faktorips.runtime.internal -
-
Uses of IObjectReferenceStore in org.faktorips.runtime
Classes in org.faktorips.runtime that implement IObjectReferenceStore Modifier and Type Class Description classDefaultObjectReferenceStoreDefault implementation.Methods in org.faktorips.runtime with parameters of type IObjectReferenceStore Modifier and Type Method Description voidDefaultReferenceResolver. resolve(IObjectReferenceStore store)Resolves the unresolved references in the given store.voidDefaultUnresolvedReference. resolve(IObjectReferenceStore store)voidIUnresolvedReference. resolve(IObjectReferenceStore store) -
Uses of IObjectReferenceStore in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal with parameters of type IObjectReferenceStore Modifier and Type Method Description protected voidAbstractModelObject. initAssociationFromXml(org.w3c.dom.Element el, java.lang.Object objectId, IObjectReferenceStore store)voidAbstractModelObject. initFromXml(org.w3c.dom.Element objectEl, boolean initWithProductDefaultsBeforeReadingXmlData, IRuntimeRepository productRepository, IObjectReferenceStore store)Initializes the policy component's state with the data stored in the given xml element.voidAbstractModelObject. initFromXml(org.w3c.dom.Element objectEl, boolean initWithProductDefaultsBeforeReadingXmlData, IRuntimeRepository productRepository, IObjectReferenceStore store, XmlCallback xmlCallback)Initializes the policy component's state with the data stored in the given xml element.protected voidAbstractModelObject. initFromXml(org.w3c.dom.Element objectEl, boolean initWithProductDefaultsBeforeReadingXmlData, IRuntimeRepository productRepository, IObjectReferenceStore store, XmlCallback xmlCallback, java.lang.String currPath)Initializes the policy component's state with the data stored in the given xml element.
-