Uses of Enum
org.opencms.ui.dialogs.CmsCopyMoveDialog.Action
Packages that use CmsCopyMoveDialog.Action
-
Uses of CmsCopyMoveDialog.Action in org.opencms.ui.dialogs
Methods in org.opencms.ui.dialogs that return CmsCopyMoveDialog.ActionModifier and TypeMethodDescriptionstatic CmsCopyMoveDialog.ActionReturns 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.Methods in org.opencms.ui.dialogs with parameters of type CmsCopyMoveDialog.ActionModifier and TypeMethodDescriptionprotected voidCmsCopyMoveDialog.performSingleOperation(CmsResource source, CmsResource target, String name, CmsCopyMoveDialog.Action action, boolean overwrite, Map<String, String> macroMap) Performs the single resource operation.protected voidCmsCopyMoveDialog.performSingleOperation(CmsResource source, CmsResource target, CmsCopyMoveDialog.Action action, boolean overwrite, Map<String, String> makroMap) Performs the single resource operation.