Skip navigation links
com.essbase.api.dataquery
Interface IEssOpUpdate
- All Superinterfaces:
- IEssBaseObject, IEssOperation
-
public interface IEssOpUpdate
- extends IEssOperation
The IEssOpUpdate interface.
- Version:
- 1.0, 04/04/2001
- Author:
- Srini Ranga
Method Summary |
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. |
isPreviousLockRequired
boolean isPreviousLockRequired()
throws com.essbase.api.base.EssException
- Checks if the blocks must be previously locked or not prior to update.
-
- Returns:
- true or false. 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.
- Throws:
com.essbase.api.base.EssException
- if an error occurs.
setPreviousLockRequired
void setPreviousLockRequired(boolean prevLockReqd)
throws com.essbase.api.base.EssException
- Sets if the blocks must be previously locked or not prior to update.
-
- Parameters:
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.
- Throws:
com.essbase.api.base.EssException
- if an error occurs.
Skip navigation links