Package and Description |
---|
org.faktorips.runtime.modeltype |
Interface and Description |
---|
org.faktorips.runtime.modeltype.IModelElement
Use
ModelElement directly. Will be removed in Faktor-IPS 3.20+ |
org.faktorips.runtime.modeltype.IModelType
Use
Type directly. Will be removed in Faktor-IPS 3.20+ |
org.faktorips.runtime.modeltype.IModelTypeAssociation
Use
Association directly. Will be removed in Faktor-IPS 3.20+ |
org.faktorips.runtime.modeltype.IModelTypeAttribute
Use
Attribute directly. Will be removed in Faktor-IPS 3.20+ |
org.faktorips.runtime.TableFunctionExecution
Not used by formula functions any more. Use special finder methods
#findRowNullRowReturnedForEmtpyResult instead. This interface will be removed in next
Faktor-IPS releases.
|
Class and Description |
---|
org.faktorips.runtime.util.JAXBContextFactory
use
IRuntimeRepository.newJAXBContext() instead; that method uses a
IpsJAXBContext that includes all necessary adapters. |
org.faktorips.runtime.internal.StringUtils
This class is deprecated due to import collisions with the StringUtils.class of the
apache.common.lang package. Use
IpsStringUtils instead. It provides the same
functionality. |
Field and Description |
---|
org.faktorips.runtime.internal.StringUtils.EMPTY
This method is deprecated due to import collisions with the StringUtils.class of
the apache.common.lang package. Use the
EMPTY constant of
IpsStringUtils instead. It provides the same content. |
Constructor and Description |
---|
org.faktorips.runtime.internal.delta.ChildDeltaCreator(String, IDeltaComputationOptions)
since 19.12. Use
ChildDeltaCreator(String, AssociationKind, IDeltaComputationOptions)
instead. |
org.faktorips.runtime.DefaultCacheFactory(ClassLoader, int, int, int, int, int)
Use the default constructor and set the cache size by calling
DefaultCacheFactory.setInitialSize(Class, int) instead |
Enum Constant and Description |
---|
org.faktorips.runtime.internal.tableindex.RangeType.LOWER_BOUND
Because using this type in a
RangeStructure results in asymmetrical
behavior of the AbstractMapStructure.put(Object, SearchStructure) and
RangeStructure.get(Object) methods. A value that was added by calling
put(10, value) can not be retrieved by calling get(10) . |
org.faktorips.runtime.internal.tableindex.RangeType.UPPER_BOUND
Because using this type in a
RangeStructure results in asymmetrical
behavior of the AbstractMapStructure.put(Object, SearchStructure) and
RangeStructure.get(Object) methods. A value that was added by calling
put(10, value) can not be retrieved by calling get(10) . |
Copyright © 2021. All rights reserved.