Package | Description |
---|---|
oracle.ifs.beans |
Modifier and Type | Class and Description |
---|---|
class |
SystemLockObjectDefinition
The SystemLockObjectDefinition class is used to define an instance of a
SystemLockObject.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
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 |
PublicObject.updateLock(LockObjectDefinition lodef)
Updates the lockobject of this PublicObject with the information in
the LockObjectdefinition.
|
Copyright © 2023. All rights reserved.