Uses of Interface
org.nuclos.api.common.NuclosFile
Packages that use NuclosFile
Package
Description
-
Uses of NuclosFile in org.nuclos.api.businessobject.facade.thin
Methods in org.nuclos.api.businessobject.facade.thin that return types with arguments of type NuclosFileModifier and TypeMethodDescriptionStateful.getAttachments()Returns all generic documents attached to this businessobjectMethods in org.nuclos.api.businessobject.facade.thin with parameters of type NuclosFileModifier and TypeMethodDescriptionvoidStateful.deleteAttachment(NuclosFile nuclosFile) Deletes the given file if attached to this businessobjectvoidStateful.insertAttachment(NuclosFile nuclosFile, String comment) Inserts the given file as generic document with the given comment -
Uses of NuclosFile in org.nuclos.api.common
Methods in org.nuclos.api.common that return NuclosFile -
Uses of NuclosFile in org.nuclos.api.context
Methods in org.nuclos.api.context that return NuclosFile -
Uses of NuclosFile in org.nuclos.api.mail
Methods in org.nuclos.api.mail that return types with arguments of type NuclosFileModifier and TypeMethodDescriptionNuclosMail.getAttachments()returns a collection of all attachedNuclosFilesNuclosMail.getInlineAttachments()Returns a collection of all attachedNuclosFiles representing inline attachments (e.g.Methods in org.nuclos.api.mail with parameters of type NuclosFileModifier and TypeMethodDescriptionvoidNuclosMail.addAttachment(NuclosFile pFileToAttach) attaches aNuclosFileto the emailvoidNuclosMail.addInlineAttachment(NuclosFile pFileToAttach) Attaches aNuclosFilerepresenting an inline attachment (e.g. -
Uses of NuclosFile in org.nuclos.api.objectimport
Methods in org.nuclos.api.objectimport that return NuclosFileModifier and TypeMethodDescriptionImportResult.getLogFile()This method returns the log file that has been created during import processConstructors in org.nuclos.api.objectimport with parameters of type NuclosFileModifierConstructorDescriptionImportResult(boolean hasErrors, String message, NuclosFile logFile) -
Uses of NuclosFile in org.nuclos.api.provider
Methods in org.nuclos.api.provider that return NuclosFileModifier and TypeMethodDescriptionstatic NuclosFileThis method creates a newNuclosFileusing the given contentstatic NuclosFileOpens and reads the data from the given file and returns a newNuclosFilewith the same filename and content.static NuclosFileOpens and reads the data from the file the given filename points to and returns a newNuclosFilewith the same filename and content.static NuclosFileReturns a newNuclosFilewith the given filename and content.static NuclosFilePrintoutProvider.run(OutputFormat format, Long boId) This method runs thePrintoutthat belongs to the givenOutputFormatand returns the generatedNuclosFilestatic NuclosFileProviding the parameters this method runs thePrintoutthat belongs to the givenOutputFormatand returns the generatedNuclosFilestatic NuclosFilePrintoutProvider.run(OutputFormat format, Long boId, Map<String, Object> params, NuclosLocale locale) Providing the parameters this method runs thePrintoutthat belongs to the givenOutputFormatand returns the generatedNuclosFilecontaining all localized data in the given locale languagestatic NuclosFilePrintoutProvider.run(OutputFormat format, Long boId, NuclosLocale locale) This method runs thePrintoutthat belongs to the givenOutputFormatand returns the generatedNuclosFilecontaining all localized data in the given locale languagestatic NuclosFileReportProvider.run(OutputFormat format) This method runs theReportthat belongs to the givenOutputFormatand returns the generatedNuclosFilestatic NuclosFileReportProvider.run(OutputFormat format, Map<String, Object> params) Providing the parameters this method runs theReportthat belongs to the givenOutputFormatand returns the generatedNuclosFilestatic NuclosFileReportProvider.run(OutputFormat format, Map<String, Object> params, NuclosLocale locale) Providing the parameters this method runs theReportthat belongs to the givenOutputFormatand returns the generatedNuclosFilecontaining all localized data in the given locale languagestatic NuclosFileReportProvider.run(OutputFormat format, NuclosLocale locale) This method runs theReportthat belongs to the givenOutputFormatand returns the generatedNuclosFilecontaining all localized data in the given locale languagestatic NuclosFilestatic NuclosFileFileProvider.toPdf(NuclosFile file) Transforms the given file to PDF.Methods in org.nuclos.api.provider with parameters of type NuclosFileModifier and TypeMethodDescriptionstatic voidFileProvider.print(NuclosFile file) This method sends aNuclosFileto the default printerstatic voidFileProvider.print(NuclosFile file, String printername) This method sends aNuclosFileto the given printerstatic voidFileProvider.print(NuclosFile file, PrintProperties printProperties) This method prints aNuclosFilewith the givenPrintPropertiesstatic ImportResultImportProvider.run(NuclosFile importFile, boolean isTransactional, Class<? extends ImportStructureDefinition>... structureDefClasses) This method executes an import process by which the content of aNuclosFileis parsed using the given structure definitions and stored in the database afterwards.static ImportResultXmlImportProvider.run(NuclosFile importFile, boolean isTransactional, Class<? extends XmlImportStructureDefinition>... structureDefClasses) This method executes an import process by which the content of aNuclosFileis parsed using the given structure definitions and stored in the database afterwards.static voidFileProvider.save(NuclosFile file, String directory) This method saves aNuclosFilein the given directorystatic NuclosFileFileProvider.toPdf(NuclosFile file) Transforms the given file to PDF. -
Uses of NuclosFile in org.nuclos.api.service
Methods in org.nuclos.api.service that return NuclosFileModifier and TypeMethodDescriptionPrintoutService.run(OutputFormat format, Long iBusinessObjectId) PrintoutService.run(OutputFormat format, Long iBusinessObjectId, Map<String, Object> params, NuclosLocale locale) PrintoutService.run(OutputFormat format, Long iBusinessObjectId, NuclosLocale locale) ReportService.run(OutputFormat format) ReportService.run(OutputFormat format, Map<String, Object> params) ReportService.run(OutputFormat format, Map<String, Object> params, NuclosLocale locale) ReportService.run(OutputFormat format, NuclosLocale locale) FileService.toPdf(NuclosFile file) Methods in org.nuclos.api.service with parameters of type NuclosFileModifier and TypeMethodDescriptionvoidFileService.print(NuclosFile file) voidFileService.print(NuclosFile file, String printerName) voidFileService.print(NuclosFile file, PrintProperties printProperties) ImportService.run(NuclosFile importFile, boolean isTransactional, Class<? extends ImportStructureDefinition>... structureDefClasses) This method executes an import process by which the content of aNuclosFileis parsed using the given structure definitions and stored in the database afterwards.XmlImportService.run(NuclosFile importFile, boolean isTransactional, Class<? extends XmlImportStructureDefinition>... structureDefClasses) This method executes an XML import process by which the content of aNuclosFileis parsed using the given XML structure definitions and stored in the database afterwards.voidFileService.save(NuclosFile file, String directory) FileService.toPdf(NuclosFile file)