Package org.opencms.search
Class CmsSearchManager.CmsSearchForceUnlockMode
java.lang.Object
org.opencms.util.A_CmsModeStringEnumeration
org.opencms.search.CmsSearchManager.CmsSearchForceUnlockMode
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CmsSearchManager
public static final class CmsSearchManager.CmsSearchForceUnlockMode
extends A_CmsModeStringEnumeration
Enumeration class for force unlock types.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final CmsSearchManager.CmsSearchForceUnlockMode
Force unlock type "always".static final CmsSearchManager.CmsSearchForceUnlockMode
Force unlock type "never".static final CmsSearchManager.CmsSearchForceUnlockMode
Force unlock type "only full". -
Constructor Summary
ModifierConstructorDescriptionprotected
Creates a new force unlock type with the given name. -
Method Summary
Modifier and TypeMethodDescriptionReturns the lock type for the given type value.Methods inherited from class org.opencms.util.A_CmsModeStringEnumeration
equals, getMode, hashCode, toString
-
Field Details
-
ALWAYS
Force unlock type "always". -
NEVER
Force unlock type "never". -
ONLYFULL
Force unlock type "only full".
-
-
Constructor Details
-
CmsSearchForceUnlockMode
Creates a new force unlock type with the given name.- Parameters:
mode
- the mode id to use
-
-
Method Details
-
valueOf
Returns the lock type for the given type value.- Parameters:
type
- the type value to get the lock type for- Returns:
- the lock type for the given type value
-