Contents
-
Deprecated Interfaces
Use
CellFormatter. This interface
exists for temporary backwards compatibility and will be removed
in mondrian-4.0.
Use
MemberFormatter. This interface
exists for temporary backwards compatibility and will be removed
in mondrian-4.0.
Use
PropertyFormatter. This interface
exists for temporary backwards compatibility and will be removed
in mondrian-4.0.
Will be removed with Mondrian 4.0.
-
Deprecated Classes
Deprecated for Mondrian 4.0.
Deprecated for Mondrian 4.0.
-
Deprecated Enum Classes
Will be replaced with Level.Type
before mondrian-4.0.
-
Deprecated Fields
This property is no longer used, and will be removed in
mondrian-4.0.
-
Deprecated Methods
This method is deprecated and will be removed in
mondrian-4.0. It operates by internally creating a statement. Better
to use olap4j and explicitly create a statement.
I bet you meant to write
value.name_.equals(s) rather than
value.equals(s), didn't you?
Will be removed in mondrian-4
Will be removed in mondrian-4
This method is deprecated and will be removed in mondrian-4.0
This method will be removed in mondrian-4.0
This method will be removed in mondrian-4.0.
Please use
Query.clone(); this method will be removed in mondrian-4.0
This method will be removed in mondrian-4.0
will be removed in mondrian-4.0
API changed to also pass Mondrian connection properties
Method getRealPath is deprecated
Method encodeRedirectUrl is deprecated
Method encodeUrl is deprecated
Method setStatus is deprecated
Deprecated. As of version 2.1, due to ambiguous meaning of the message
parameter. To set a status code use setStatus(int), to send an error with
a description use sendError(int, String). Sets the status code and
message for this response.