|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LockObject | |
oracle.ifs.adk.filesystem | |
oracle.ifs.beans |
Uses of LockObject in oracle.ifs.adk.filesystem |
Methods in oracle.ifs.adk.filesystem that return LockObject | |
LockObject |
FileManager.lock(Folder parentFolder,
PublicObject po,
int fmiLockType,
java.util.Map options)
Given a parent Folder, a PublicObject in that folder, lock the object. |
LockObject |
FileManager.updateLock(Folder parentFolder,
PublicObject po,
int fmiLockType,
java.util.Map options)
Given a parent Folder, a PublicObject in the folder, refresh the lock on the object, used for timed locks (e.g. |
Uses of LockObject in oracle.ifs.beans |
Subclasses of LockObject in oracle.ifs.beans | |
class |
SystemLockObject
SystemLockObject subclass. |
class |
TieLockObject
TieLockObject allows the Oracle-defined behavior of the LOCKOBJECT classobject (and its subclasses) to be extended or overridden. |
class |
TieSystemLockObject
TieSystemLockObject allows the Oracle-defined behavior of the SYSTEMLOCKOBJECT classobject (and its subclasses) to be extended or overridden. |
Methods in oracle.ifs.beans that return LockObject | |
LockObject |
PublicObject.getLockObject()
Returns the lock object of this object |
LockObject |
PublicObjectDefinition.getLockObject()
get the LockObject to be set on this PO |
protected static LockObject |
LockObject.constructLockObject(LibrarySession sess,
S_LibraryObjectData data)
Return a lockobject from a Lockobject data |
Methods in oracle.ifs.beans with parameters of type LockObject | |
void |
PublicObject.lock(LockObject lobj)
Sets the value of the lockObject attribute of the object. |
void |
PublicObjectDefinition.setLockObject(LockObject lobj)
set the LockObject directly on the PO to an existing lockobject this allows for sharing of lockobject's |
void |
Folder.lock(LockObject lobj,
FolderDefinition fdef)
Sets the value of the LockObject attribute of the folder. |
|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |