Uses of Class
org.faceless.publisher.Report
Package
Description
Provides the main classes for BFO Publisher
Contains extensions to BFO Publisher which are used to add functionality
Provides the classes and interfaces used for loading external resources
Contains utility classes and interfaces which are used across BFO Publisher
-
Uses of Report in org.faceless.publisher
Modifier and TypeMethodDescriptionReportFactory.createReport()
Create a newReport
and intialize it to match the settings applied to this factory.Document.getReport()
-
Uses of Report in org.faceless.publisher.ext
Modifier and TypeMethodDescriptionSpiderExtension.State.getReport
(int depth) SpiderExtension.process
(org.faceless.publisher.ext.SpiderExtension.State state) Called whenever a hyperlink to an external resource is added to a Report.Modifier and TypeMethodDescriptionvoid
MailExtension.Configuration.apply
(org.faceless.publisher.ext.MailExtension.ParsedMimeMessage message, Report report) Apply the suppliedMailExtension.ParsedMimeMessage
to theReport
.void
Apply this configuration to the Reportvoid
SimpleReportConfiguration.apply
(Report report) MailExtension.getConfiguration
(Report report) Return the Configuration for the specified Report - this will check thebfo-ext-mail
environment
property on the Report (if specified) or the ReportFactory (ifreport
isnull
).SimpleReportConfiguration.getObject
(ResourceDescriptor descriptor, Resource resource, Report report) boolean
Attempt to load the specified object into the specified Report.boolean
default boolean
Attempt to load the specified object into the specified Report.void
default void
Notify this object it has beem added to a Report.void
IndexFilter.unregister
(Report report) default void
ReportFactoryExtension.unregister
(Report report) Notify this object when the Report it was registered on has completed parsing.void
SpiderExtension.unregister
(Report report) -
Uses of Report in org.faceless.publisher.resource
Modifier and TypeMethodDescriptionResource.getReport()
If this resource is specific to a Document, return the document, otherwise return nullModifier and TypeMethodDescriptionInputSourceBuilder.getObject
(ResourceDescriptor descriptor, Resource resource, Report report) ResourceFlavor.getObject
(ResourceDescriptor d, Resource resource, Report report) Return the specified object.SimpleResourceFlavor.getObject
(ResourceDescriptor descriptor, Resource resource, Report report) -
Uses of Report in org.faceless.publisher.type
Modifier and TypeMethodDescriptionReportResource.createReport
(Report owner) FormSignatureResource.getReport()
Modifier and TypeMethodDescriptionReportResource.createReport
(Report owner) ReportResource.getObject
(ResourceDescriptor descriptor, Resource resource, Report report)