Uses of Enum
org.opencms.module.CmsModuleLog.Action
Packages that use CmsModuleLog.Action
Package
Description
OpenCms modules provide a powerful, standardized way to extend
the core OpenCms functionality.
-
Uses of CmsModuleLog.Action in org.opencms.module
Methods in org.opencms.module that return CmsModuleLog.ActionModifier and TypeMethodDescriptionstatic CmsModuleLog.Action
Returns the enum constant of this type with the specified name.static CmsModuleLog.Action[]
CmsModuleLog.Action.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opencms.module with parameters of type CmsModuleLog.ActionModifier and TypeMethodDescriptionvoid
CmsModuleLog.log
(String moduleName, CmsModuleLog.Action action, boolean ok) Logs a module action.