Package org.adempiere.base
Class ReportContentServiceProvider
java.lang.Object
org.adempiere.base.ReportContentServiceProvider
Declarative Services bridge for dynamically registered report content
factories and processors.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate()voidbindProcessor(IReportContentProcessor processor, Map<String, Object> properties) voidbindRendererFactory(IReportContentRendererFactory factory, Map<String, Object> properties) voidstatic IReportContentProcessor[]Gets the currently bound processors in OSGi service order.static IReportContentRendererFactory[]Gets the currently bound renderer factories in OSGi service order.voidunbindProcessor(IReportContentProcessor processor) void
-
Constructor Details
-
ReportContentServiceProvider
public ReportContentServiceProvider()
-
-
Method Details
-
activate
public void activate() -
deactivate
public void deactivate() -
bindRendererFactory
public void bindRendererFactory(IReportContentRendererFactory factory, Map<String, Object> properties) -
unbindRendererFactory
-
bindProcessor
-
unbindProcessor
-
getRendererFactories
Gets the currently bound renderer factories in OSGi service order.- Returns:
- renderer factories, highest ranking first
-
getProcessors
Gets the currently bound processors in OSGi service order.- Returns:
- processors, highest ranking first
-