| Package | Description |
|---|---|
| org.opencms.repository |
Package contains all classes and interfaces needed to create or use a repository to
access the resources in the VFS.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|