Interface and Description |
---|
com.mendix.core.ICore
As of release 7.23. Will be removed from public API as `Core` contains all its functionality.
|
com.mendix.integration.IHttpResponse
As of release 7.8, replaced by
HttpResponse |
com.mendix.core.objectmanagement.member.MendixCurrency
As of release 6.0.0, use instead
MendixDecimal . |
com.mendix.core.objectmanagement.member.MendixFloat
As of release 6.0.0, use instead
MendixDecimal . |
Class and Description |
---|
com.mendix.integration.HttpHeader
As of release 7.8, replaced by
HttpHeader |
com.mendix.core.conf.WebServiceCertificateInfo
replaced by com.mendix.http.ICertificateInfo
|
Enum and Description |
---|
com.mendix.integration.HttpMethod
As of release 7.8, replaced by
HttpMethod |
Enum Constant and Description |
---|
com.mendix.systemwideinterfaces.core.IMendixObject.ObjectState.COMMITTING
Not in use anymore since Mendix 7.16.
|
com.mendix.systemwideinterfaces.core.IDataType.DataTypeEnum.Currency
Use Decimal instead.
|
com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive.PrimitiveType.Currency
Use Decimal instead.
|
com.mendix.systemwideinterfaces.core.IDataType.DataTypeEnum.Float
Use Decimal instead.
|
com.mendix.systemwideinterfaces.core.meta.IMetaPrimitive.PrimitiveType.Float
Use Decimal instead.
|