public interface IEssOpUpdate extends IEssOperation
IEssOperation.EEssOperationType| Modifier and Type | Method and Description |
|---|---|
boolean |
isPreviousLockRequired()
Checks if the blocks must be previously locked or not prior to update.
|
void |
setPreviousLockRequired(boolean prevLockReqd)
Sets if the blocks must be previously locked or not prior to update.
|
getOperationTypeboolean isPreviousLockRequired()
throws com.essbase.api.base.EssException
com.essbase.api.base.EssException - if an error occurs.void setPreviousLockRequired(boolean prevLockReqd)
throws com.essbase.api.base.EssException
prevLockReqd - If true, and the blocks haven't been previously
locked, disallow the update. If false, and if the blocks haven't been
previously locked, lock them and allow the update.com.essbase.api.base.EssException - if an error occurs.