Uses of Class
org.faceless.publisher.Report
Packages that use 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
Methods in org.faceless.publisher that return ReportModifier and TypeMethodDescriptionReportFactory.createReport()
Create a newReport
and intialize it to match the settings applied to this factory.Document.getReport()
Constructors in org.faceless.publisher with parameters of type Report -
Uses of Report in org.faceless.publisher.ext
Methods in org.faceless.publisher.ext that return ReportModifier 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.Methods in org.faceless.publisher.ext with parameters of type ReportModifier 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
Methods in org.faceless.publisher.resource that return ReportModifier and TypeMethodDescriptionResource.getReport()
If this resource is specific to a Document, return the document, otherwise return nullMethods in org.faceless.publisher.resource with parameters of type ReportModifier 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
Methods in org.faceless.publisher.type that return ReportModifier and TypeMethodDescriptionReportResource.createReport
(Report owner) FormSignatureResource.getReport()
Methods in org.faceless.publisher.type with parameters of type ReportModifier and TypeMethodDescriptionReportResource.createReport
(Report owner) ReportResource.getObject
(ResourceDescriptor descriptor, Resource resource, Report report) Constructors in org.faceless.publisher.type with parameters of type Report