public class EssCalcStatus
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
EssCalcStatus(com.essbase.api.datasource.EssCalcState calcState,
java.util.List<EssCalcInfo> calcInfos)
Constructs an object of the calculation status to be returned by JAPI with the given values for
process state or calculation state based on the server version and the list of calculation info objects.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EssCalcInfo> |
getCalcInfos()
List of calcinfo objects conating the infotype and info trace.
|
short |
getCalcState()
Get the current calculation state object if the server version is newer than or equal to 12.2.1.1
|
public EssCalcStatus(com.essbase.api.datasource.EssCalcState calcState, java.util.List<EssCalcInfo> calcInfos)
calcState
- Current calculation state.calcInfos
- The calculation traces.public short getCalcState()
public java.util.List<EssCalcInfo> getCalcInfos()