-
Deprecated Interfaces
-
Deprecated ClassesClassDescriptionuse
IRuntimeRepository.newJAXBContext()instead; that method uses aIpsJAXBContextthat includes all necessary adapters.
-
Deprecated MethodsMethodDescriptionThis method does only return valid enums if the id attribute of the enum is of type
String. You should never use this method! UseAbstractRuntimeRepository.getEnumValue(Class, Object)instead. This method may be returned in future releases.since 3.9.0: The method name was a false translation from German. The correct method is calledAbstractRuntimeRepositoryManager.getCurrentRuntimeRepository()since 19.12. UseModelObjectDelta.newAddDelta(IModelObject, String, AssociationKind, IDeltaComputationOptions)instead.since 19.12. UseModelObjectDelta.newRemoveDelta(IModelObject, String, AssociationKind, IDeltaComputationOptions)instead.This method does only return valid enums if the id attribute of the enum is of typeString. You should never use this method! UseIRuntimeRepository.getEnumValue(Class, Object)instead. This method may be removed in future releases.since 3.9.0: The method name was a false translation from German. The correct method is calledIRuntimeRepositoryManager.getCurrentRuntimeRepository()for removal. Use #size() instead.since 3.9.0: The method name was a false translation from German. The correct method is calledDetachedContentRuntimeRepositoryManager.getCurrentRuntimeRepository()Decimal class already ignores the scale in it's equals method.Decimal class already ignores the scale in it's equals method.Decimal class already ignores the scale in it's equals method.
-
Deprecated ConstructorsConstructorDescriptionUse the default constructor and set the cache size by calling
DefaultCacheFactory.setInitialSize(Class, int)insteadsince 19.12. UseChildDeltaCreator(String, AssociationKind, IDeltaComputationOptions)instead.
-
Deprecated Enum ConstantsEnum ConstantDescriptionBecause using this type in a
RangeStructureresults in asymmetrical behavior of theAbstractMapStructure.put(Object, SearchStructure)andRangeStructure.get(Object)methods. A value that was added by callingput(10, value)can not be retrieved by callingget(10).Because using this type in aRangeStructureresults in asymmetrical behavior of theAbstractMapStructure.put(Object, SearchStructure)andRangeStructure.get(Object)methods. A value that was added by callingput(10, value)can not be retrieved by callingget(10).
Predicateinstead.