|
Oracle® Content Services Web Services Java API Reference 10g Release 1 (10.1.1) B19047-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
A facade interface for managing locks whose methods should not be exposed to web services.
| Method Summary | |
Item |
acquireDavLock(long id, NamedValue[] attributes)Acquires a DAV lock on the given Item. |
Item |
acquireNullOrDavLock(long id, java.lang.String name, NamedValue[] attributes)Acquires either a Null Resource Lock or a DAV lock on the given Item name. |
Item |
refreshDavLock(long id, NamedValue[] attributes)Refreshes a DAV lock. |
void |
releaseDavLock(long id)Releases a DAV on the given Item. |
void |
releaseNullResourceLock(long id, java.lang.String name)Releases a Null Resource Lock on the given Item name. |
| Methods inherited from interface oracle.ifs.fdk.LockManager |
acquireManualLocks, listLockedDocuments, releaseManualLocks |
| Method Detail |
public Item acquireDavLock(long id,
NamedValue[] attributes)
throws FdkException
id - the ID of the Item to lock.attributes - DAV lock attributes:
FdkException - if the operation fails.
public Item acquireNullOrDavLock(long id,
java.lang.String name,
NamedValue[] attributes)
throws FdkException
id - the ID of the Folder containing the Item to lock.name - the name of the Item to lock.attributes - DAV lock attributes:
FdkException - if the operation fails.
public Item refreshDavLock(long id,
NamedValue[] attributes)
throws FdkException
id - the ID of the object on which to refresh the lock.attributes - DAV lock attributes:
FdkException - if the operation fails.
public void releaseDavLock(long id)
throws FdkException
id - the ID of the object to unlock.FdkException - if the operation fails.
public void releaseNullResourceLock(long id,
java.lang.String name)
throws FdkException
id - the ID of the Folder containing the Item holding the lockname - the name of the Item on which the lock appliesFdkException - if the operation fails.
|
Oracle® Content Services Web Services Java API Reference 10g Release 1 (10.1.1) B19047-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||