Uses of Interface
org.faktorips.runtime.IRuntimeObject
-
Packages that use IRuntimeObject Package Description org.faktorips.runtime org.faktorips.runtime.internal org.faktorips.runtime.internal.toc -
-
Uses of IRuntimeObject in org.faktorips.runtime
Subinterfaces of IRuntimeObject in org.faktorips.runtime Modifier and Type Interface Description interfaceIProductComponentInterface for all product components.interfaceIProductComponentGenerationA 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 IRuntimeObject Modifier and Type Method Description <T extends IRuntimeObject>
voidInMemoryRuntimeRepository. putCustomRuntimeObject(java.lang.Class<T> type, java.lang.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 IRuntimeObject Modifier and Type Class Description classProductComponentBase class for all product components.classProductComponentGenerationBase class for product component generationsclassProductComponentLink<T extends IProductComponent>Class that represents a link/relation between product components.classRuntimeObjectBaseclass 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 IRuntimeObject Modifier and Type Method Description abstract <T extends IRuntimeObject>
java.util.List<CustomTocEntryObject<T>>AbstractReadonlyTableOfContents. getTypedTocEntries(java.lang.Class<T> type)<T extends IRuntimeObject>
java.util.List<CustomTocEntryObject<T>>ReadonlyTableOfContents. getTypedTocEntries(java.lang.Class<T> type)
-