Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.protocols.dav.impl |
Modifier and Type | Class and Description |
---|---|
class |
SystemLockObject
A SystemLockObject encapsulates a system lock object.
|
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.
|
Modifier and Type | Method and Description |
---|---|
LockObject |
LockObject.getClonedLockObject(PublicObject po)
Returns a LockObject that can be used to lock another PublicObject.
|
static LockObject[] |
LockObject.getExpiredTimedLocks(LibrarySession session,
int maxItems,
int offset)
Gets a set of expired timed LockObjects.
|
LockObject |
PublicObject.getLockObject()
Returns the lock object of this object.
|
LockObject |
PublicObjectDefinition.getLockObject()
Deprecated.
CM SDK 10gR2: use getLockObjectValue()
|
LockObject |
SystemLockObject.getShareableLockObject()
Returns a LockObject that can be used to lock another PublicObject.
|
LockObject |
LockObject.getShareableLockObject(PublicObject po)
Returns a LockObject that can be used to lock another PublicObject.
|
protected static LockObject[] |
LockObject.vectorToLockObjectArray(Vector vector)
convert a Vector of LockObject to an array of LockObject.
|
Modifier and Type | Method and Description |
---|---|
void |
PublicObject.lock(LockObject lockobj)
Sets the value of the lockObject attribute of the object.
|
void |
Folder.lock(LockObject lobj,
FolderDefinition fdef)
Sets the value of the LockObject attribute of the folder.
|
void |
PublicObjectDefinition.setLockObject(LockObject lobj)
set the LockObject directly on the PO to an existing lockobject
this allows for sharing of lockobject's
|
Modifier and Type | Method and Description |
---|---|
protected void |
IfsDavServlet.addLockDiscoveryElement(LockObject lo,
oracle.ifs.adk.filesystem.FileManager fm,
oracle.ifs.protocols.dav.PropResponder responder,
Element parentElt,
javax.servlet.http.HttpServletRequest req) |
Copyright © 2023. All rights reserved.