Class SubreportJrxmlContentProvider
java.lang.Object
net.datenwerke.rs.terminal.service.terminal.vfs.hooks.VirtualContentProviderImpl
net.datenwerke.rs.incubator.service.misc.terminal.virtualjrxmlprovider.SubreportJrxmlContentProvider
- All Implemented Interfaces:
Hook,VirtualContentProviderHook
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSubreportJrxmlContentProvider(SecurityService securityService, JasperUtilsService jasperReportsService, ReportService reportService) -
Method Summary
Modifier and TypeMethodDescriptionbooleancanWriteIntoLocation(VFSLocation vfsLocation) voiddelete(VFSLocation vfsLocation) doCreate(VFSLocation location) booleanenhanceNonVirtual(VFSLocation location) getName()getObjectFor(VFSLocation vfsLocation) voidwriteIntoLocation(VFSLocation vfsLocation, byte[] uploadData) Methods inherited from class net.datenwerke.rs.terminal.service.terminal.vfs.hooks.VirtualContentProviderImpl
consumes, consumes, create, exists, getContent, getContentType, getLastModified, getLocation, getLocationInfo, getSize, hasContent, isFolder, isLocationDeletable, prettyPrint, setContent, translatePathWay
-
Field Details
-
VIRTUAL_NAME
- See Also:
-
-
Constructor Details
-
SubreportJrxmlContentProvider
public SubreportJrxmlContentProvider(SecurityService securityService, JasperUtilsService jasperReportsService, ReportService reportService)
-
-
Method Details
-
getName
-
enhanceNonVirtual
- Throws:
VFSException
-
canWriteIntoLocation
- Specified by:
canWriteIntoLocationin interfaceVirtualContentProviderHook- Overrides:
canWriteIntoLocationin classVirtualContentProviderImpl
-
delete
- Specified by:
deletein interfaceVirtualContentProviderHook- Overrides:
deletein classVirtualContentProviderImpl- Throws:
VFSException
-
getObjectFor
- Specified by:
getObjectForin interfaceVirtualContentProviderHook- Overrides:
getObjectForin classVirtualContentProviderImpl- Throws:
VFSException
-
doCreate
- Throws:
VFSException
-
writeIntoLocation
- Specified by:
writeIntoLocationin interfaceVirtualContentProviderHook- Overrides:
writeIntoLocationin classVirtualContentProviderImpl- Throws:
VFSException
-