com.essbase.api.dataquery
Interface IEssOperation

All Superinterfaces:
IEssBaseObject
All Known Subinterfaces:
IEssOpCalculate, IEssOpCascade, IEssOpKeepOnly, IEssOpLock, IEssOpMdxQuery, IEssOpPivot, IEssOpRemoveOnly, IEssOpReport, IEssOpRetrieve, IEssOpUndo, IEssOpUnlock, IEssOpUpdate, IEssOpZoomIn, IEssOpZoomOut

public interface IEssOperation
extends IEssBaseObject

The IEssOperation is an operation performed on a cube view.


Nested Class Summary
static class IEssOperation.EEssOperationType
          The EEssOperationType class is an enumeration of operation types.
 
Method Summary
 IEssOperation.EEssOperationType getOperationType()
          Gets the operation type.
 

Method Detail

getOperationType

public IEssOperation.EEssOperationType getOperationType()
                                                 throws EssException
Gets the operation type.

Returns:
The operation type.
Throws:
EssException - if an error occurs.