Uses of Interface
com.appliedolap.essbase.EssLock
Packages that use EssLock
Package
Description
The classes in this package model client API that works with the Essbase REST API.
Implementations of the public API interfaces declared in
com.appliedolap.essbase, backed
by the generated REST client in com.appliedolap.essbase.client.-
Uses of EssLock in com.appliedolap.essbase
Methods in com.appliedolap.essbase that return types with arguments of type EssLockModifier and TypeMethodDescriptionEssCube.getLockedObjects(Integer offset, Integer limit) List Locked Objects Returns all the locked objects from the specified application and databaseMethods in com.appliedolap.essbase with parameters of type EssLockModifier and TypeMethodDescriptionvoidEssCube.lockObject(EssLock unlockedObject) Lock Object Locks the object in the specified application and database and returns the details of the locked objectvoidEssCube.unlockObject(EssLock lockedObject) Unlock Object Unlocks the object in the specified application and database -
Uses of EssLock in com.appliedolap.essbase.impl
Classes in com.appliedolap.essbase.impl that implement EssLockMethods in com.appliedolap.essbase.impl that return types with arguments of type EssLockMethods in com.appliedolap.essbase.impl with parameters of type EssLockModifier and TypeMethodDescriptionvoidEssCubeImpl.lockObject(EssLock unlockedObject) voidEssCubeImpl.unlockObject(EssLock lockedObject)