Interface MetaDataActionCustomizerInterface
- All Known Subinterfaces:
MetaDataFilterInterface
- All Known Implementing Classes:
AllowAllMetaDataFilter
,DefaultNoopMetaDataActionCustomizer
public interface MetaDataActionCustomizerInterface
Interface for customizations that can be injected by an application into
the MetaDataAction - e.g., loading applicable meta-data for a user into a
frontend.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
allowApp
(MetaDataInput input, QAppMetaData app) boolean
allowProcess
(MetaDataInput input, QProcessMetaData process) boolean
allowReport
(MetaDataInput input, QReportMetaData report) boolean
allowTable
(MetaDataInput input, QTableMetaData table) boolean
allowWidget
(MetaDataInput input, QWidgetMetaDataInterface widget) default void
postProcess
(MetaDataOutput metaDataOutput)
-
Method Details
-
allowTable
-
allowProcess
-
allowReport
-
allowApp
-
allowWidget
-
postProcess
- Throws:
QException
-