Uses of Class
fr.becpg.repo.report.entity.EntityImageInfo
Packages that use EntityImageInfo
Package
Description
-
Uses of EntityImageInfo in fr.becpg.repo.report.engine.impl
Methods in fr.becpg.repo.report.engine.impl with parameters of type EntityImageInfoModifier and TypeMethodDescriptionprivate voidReportServerEngine.sendInMemoryImage(fr.becpg.report.client.AbstractBeCPGReportClient.ReportSession reportSession, EntityImageInfo entry, EntityReportData reportData, org.alfresco.service.cmr.repository.NodeRef tplNodeRef) Streams an image generated on the fly, such as a nutrition facts panel rendered for the locale of the report, which exists nowhere in the repository.private voidReportServerEngine.sendNodeImage(fr.becpg.report.client.AbstractBeCPGReportClient.ReportSession reportSession, EntityImageInfo entry, EntityReportData reportData, org.alfresco.service.cmr.repository.NodeRef tplNodeRef) private voidReportServerEngine.warnIfImageTooLarge(EntityReportData reportData, EntityImageInfo entry, long imageSize, org.alfresco.service.cmr.repository.NodeRef tplNodeRef) -
Uses of EntityImageInfo in fr.becpg.repo.report.entity
Fields in fr.becpg.repo.report.entity with type parameters of type EntityImageInfoMethods in fr.becpg.repo.report.entity that return types with arguments of type EntityImageInfoMethod parameters in fr.becpg.repo.report.entity with type arguments of type EntityImageInfoModifier and TypeMethodDescriptionvoidEntityReportData.setImages(Set<EntityImageInfo> images) Setter for the fieldimages. -
Uses of EntityImageInfo in fr.becpg.repo.report.entity.impl
Method parameters in fr.becpg.repo.report.entity.impl with type arguments of type EntityImageInfoModifier and TypeMethodDescriptionprivate booleanDefaultEntityReportExtractor.isImageIdUsed(String id, Set<EntityImageInfo> images)