Uses of Enum
org.opencms.ui.dialogs.CmsCopyMoveDialog.Action
-
Uses of CmsCopyMoveDialog.Action in org.opencms.ui.dialogs
Modifier and TypeMethodDescriptionstatic CmsCopyMoveDialog.Action
Returns the enum constant of this type with the specified name.static CmsCopyMoveDialog.Action[]
CmsCopyMoveDialog.Action.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionprotected void
CmsCopyMoveDialog.performSingleOperation
(CmsResource source, CmsResource target, String name, CmsCopyMoveDialog.Action action, boolean overwrite, Map<String, String> macroMap) Performs the single resource operation.protected void
CmsCopyMoveDialog.performSingleOperation
(CmsResource source, CmsResource target, CmsCopyMoveDialog.Action action, boolean overwrite, Map<String, String> makroMap) Performs the single resource operation.