|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LockObjectDefinition | |
oracle.ifs.beans |
Uses of LockObjectDefinition in oracle.ifs.beans |
Subclasses of LockObjectDefinition in oracle.ifs.beans | |
class |
SystemLockObjectDefinition
The SystemLockObjectDefinition class is used to define an instance of a SystemLockObject. |
Fields in oracle.ifs.beans declared as LockObjectDefinition | |
protected LockObjectDefinition |
PublicObjectDefinition.m_LockDef
lock object definition |
protected LockObjectDefinition |
PublicObjectDefinition.m_UpdatedLockDef
updated lock object definition |
Methods in oracle.ifs.beans that return LockObjectDefinition | |
LockObjectDefinition |
PublicObjectDefinition.getLockObjectDefinition()
get the LockObject Definition set on this PO |
LockObjectDefinition |
PublicObjectDefinition.getUpdatedLockObjectDefinition()
get the LockObject Definition to be set on this PO to update its lockobject directly. |
Methods in oracle.ifs.beans with parameters of type LockObjectDefinition | |
void |
PublicObject.lock(LockObjectDefinition ldef)
Constructs a new lockobject from the definition and sets it as the value of the lockObject attribute on the PublicObject. |
void |
PublicObject.updateLock(LockObjectDefinition lodef)
Updates the lockobject of this PublicObject with the information in the LockObjectdefinition. |
void |
PublicObjectDefinition.setLockObjectDefinition(LockObjectDefinition ldef)
set the LockObject Definition to be used for the PO setting this will always construct a new lockobject for the PO. |
void |
PublicObjectDefinition.setUpdatedLockObjectDefinition(LockObjectDefinition ldef)
set the LockObject Definition to be used for updating the lockobject of this PO. |
void |
Folder.lock(LockObjectDefinition ldef,
FolderDefinition fdef)
Constructs a new lockobject from the definition and sets it as the value of the LockObject attribute on the PO. |
|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |