Interface ReportingLogicCopyActionService
- All Known Implementing Classes:
ReportingLogicCopyActionServiceImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptioncopy(EntityExplorerActionSelection selection, ReportingLogicCopyConfig[] configs) Deprecated.run logic copy for Report or Output_templateDeprecated.get available configs to use incopy(EntityExplorerActionSelection, ReportingLogicCopyConfig[])with this selection
-
Method Details
-
getAvailableCopyConfigs
Deprecated.get available configs to use incopy(EntityExplorerActionSelection, ReportingLogicCopyConfig[])with this selection- Parameters:
selection- the selection- Returns:
- the available configs
-
copy
Deprecated.run logic copy for Report or Output_template- Parameters:
selection- the selected entityconfigs- the configs to run, only active configs will be used- Returns:
- key of the copied entity
-