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 TypeMethodDescriptionbooleanallowApp(MetaDataInput input, QAppMetaData app) booleanallowProcess(MetaDataInput input, QProcessMetaData process) booleanallowReport(MetaDataInput input, QReportMetaData report) booleanallowTable(MetaDataInput input, QTableMetaData table) booleanallowWidget(MetaDataInput input, QWidgetMetaDataInterface widget) default voidpostProcess(MetaDataOutput metaDataOutput)
-
Method Details
-
allowTable
-
allowProcess
-
allowReport
-
allowApp
-
allowWidget
-
postProcess
- Throws:
QException
-