public class DeleteMetaDataAction extends ItemAction
ItemAction to delete extracted metadata from a Media.| Constructor and Description |
|---|
DeleteMetaDataAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isActive(ActionEvent event) |
boolean |
needConfirmation()
Always returns
true. |
ActionResult |
perform(ActionEvent event)
This action requires the Item in ActionEvent data.
|
canChange, canRead, canRemove, createDialogChip, getConfirmationMessage, getEditorContext, getHMCContext, getItem, getNodeParams, hasDialogChip, initialize, isAutoSave, isVisible, needSaveBeforePerform, setAutoSavepublic boolean needConfirmation()
true.needConfirmation in interface HMCActionneedConfirmation in class ItemActiontrue.ItemAction.needConfirmation()public boolean isActive(ActionEvent event)
isActive in interface HMCStatefulActionisActive in class ItemActionItemAction.isActive(de.hybris.platform.hmc.util.action.ActionEvent)public ActionResult perform(ActionEvent event) throws JaloBusinessException
perform in interface HMCActionperform in class ItemActionevent - ActionEvent contains input data for the actionJaloBusinessExceptionItemAction.perform(ActionEvent)Copyright © 2017 SAP SE. All Rights Reserved.