public class DeleteConvertedMediasAction extends ItemAction
ItemAction deleting all converted
medias of a MediaContainerModel.| Constructor and Description |
|---|
DeleteConvertedMediasAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isActive(ActionEvent event) |
boolean |
needConfirmation()
This default implementation returns
false. |
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()
false. Overwrite this method if you want confirmation for this
action.needConfirmation in interface HMCActionneedConfirmation in class ItemActionItemAction.needConfirmation()public boolean isActive(ActionEvent event)
isActive in interface HMCStatefulActionisActive in class ItemActionItemAction.isActive(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.