Package | Description |
---|---|
org.opencms.file |
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
|
Modifier and Type | Method and Description |
---|---|
static CmsUserSearchParameters.SearchKey |
CmsUserSearchParameters.SearchKey.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsUserSearchParameters.SearchKey[] |
CmsUserSearchParameters.SearchKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<CmsUserSearchParameters.SearchKey> |
CmsUserSearchParameters.getSearchKeys()
Returns the set of search keys.
|
Modifier and Type | Method and Description |
---|---|
void |
CmsUserSearchParameters.addSearch(CmsUserSearchParameters.SearchKey key)
Adds a search key.
|