public class TypeSystemExportAction extends SearchResultAction
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENTS
action parameter - the list of platform components (extensions + core component)
|
static String |
EXPORT_LOCALIZATION
action parameter - Boolean, if
true the type localization will be exported |
static String |
EXPORT_TYPES
action parameter - Boolean, if
true the items.xml will be exported |
FLEXIBLESEARCH_PARAMETERS, FLEXIBLESEARCH_QUERY, GENERIC_QUERY, ITEM_TYPE, SEARCH_CONTEXT, SELECTED_ITEMS, USE_SELECTED_ONLY| Constructor and Description |
|---|
TypeSystemExportAction() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
exportLocalization(Writer writer,
XMLOutputter xout,
String extensionName,
Collection languages) |
protected void |
exportTypes(Writer writer,
XMLOutputter xout,
String extensionName) |
boolean |
needConfirmation()
This default implementation returns
false. |
ActionResult |
perform(ActionEvent actionEvent)
This action requires Map of parameters in ActionEvent data.
|
createDialogChip, getAllItems, getConfirmationMessage, getFlexibleSearchParameters, getFlexibleSearchQuery, getGenericQuery, getHMCContext, getItemType, getNodeParams, getSelectedItems, getUseSelectedOnly, hasDialogChip, initialize, isActive, isVisible, searchpublic static final String COMPONENTS
public static final String EXPORT_TYPES
true the items.xml will be exportedpublic static final String EXPORT_LOCALIZATION
true the type localization will be exportedpublic ActionResult perform(ActionEvent actionEvent) throws JaloBusinessException
SearchResultActionperform in interface HMCActionperform in class SearchResultActionactionEvent - ActionEvent contains input data for the actionJaloBusinessExceptionSearchResultAction.ITEM_TYPE,
SearchResultAction.FLEXIBLESEARCH_QUERY,
SearchResultAction.FLEXIBLESEARCH_PARAMETERS,
SearchResultAction.SELECTED_ITEMS,
SearchResultAction.USE_SELECTED_ONLYprotected void exportLocalization(Writer writer, XMLOutputter xout, String extensionName, Collection languages)
public boolean needConfirmation()
SearchResultActionfalse. Overwrite this method if you want confirmation for this
action.needConfirmation in interface HMCActionneedConfirmation in class SearchResultActionCopyright © 2017 SAP SE. All Rights Reserved.