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 newReportand 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 TypeMethodDescriptionvoidMailExtension.apply(MailExtension.Message message, Report report) Given aMailExtension.Message, convert it to an object and callload(java.lang.Object)with the result.voidApply this configuration to the ReportvoidSimpleReportConfiguration.apply(Report report) SimpleReportConfiguration.getObject(ResourceDescriptor descriptor, Resource resource, Report report) booleanAttempt to load the specified object into the specified Report.booleandefault booleanAttempt to load the specified object into the specified Report.voiddefault voidNotify this object it has beem added to a Report.voidIndexFilter.unregister(Report report) default voidReportFactoryExtension.unregister(Report report) Notify this object when the Report it was registered on has completed parsing.voidSpiderExtension.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) booleanReportResource.isRecursive(Report owner) Check if this ReportResource would be recursive if applied to the specified reportConstructors in org.faceless.publisher.type with parameters of type Report