程序包 | 说明 |
---|---|
org.opencms.repository |
Package contains all classes and interfaces needed to create or use a repository to
access the resources in the VFS.
|
限定符和类型 | 方法和说明 |
---|---|
CmsRepositoryLockInfo |
CmsRepositorySession.getLock(java.lang.String path) |
CmsRepositoryLockInfo |
I_CmsRepositorySession.getLock(java.lang.String path)
Returns the lock for the resource at the given path.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
CmsRepositorySession.lock(java.lang.String path,
CmsRepositoryLockInfo lock) |
boolean |
I_CmsRepositorySession.lock(java.lang.String path,
CmsRepositoryLockInfo lock)
Creates a new lock on the item at the path with the given information
in the lock info.
|