Uses of Interface
org.faktorips.runtime.IRuntimeObject
Packages that use IRuntimeObject
Package
Description
-
Uses of IRuntimeObject in org.faktorips.runtime
Subinterfaces of IRuntimeObject in org.faktorips.runtimeModifier and TypeInterfaceDescriptioninterfaceInterface for all product components.interfaceA product component generation represents the state of a product component valid for a period of time.interfaceIProductComponentLink<T extends IProductComponent>This class represents a link between two product components.Methods in org.faktorips.runtime with type parameters of type IRuntimeObjectModifier and TypeMethodDescription<T extends IRuntimeObject>
voidInMemoryRuntimeRepository.putCustomRuntimeObject(Class<T> type, String ipsObjectQualifiedName, T runtimeObject) Puts the runtimeObject into the repository. -
Uses of IRuntimeObject in org.faktorips.runtime.internal
Classes in org.faktorips.runtime.internal that implement IRuntimeObjectModifier and TypeClassDescriptionclassBase class for all product components.classBase class for product component generationsclassProductComponentLink<T extends IProductComponent>Class that represents a link/relation between product components.classBaseclass for all runtime objects -
Uses of IRuntimeObject in org.faktorips.runtime.internal.toc
Methods in org.faktorips.runtime.internal.toc with type parameters of type IRuntimeObjectModifier and TypeMethodDescriptionabstract <T extends IRuntimeObject>
List<CustomTocEntryObject<T>>AbstractReadonlyTableOfContents.getTypedTocEntries(Class<T> type) <T extends IRuntimeObject>
List<CustomTocEntryObject<T>>ReadonlyTableOfContents.getTypedTocEntries(Class<T> type)