public class SubreportJrxmlContentProvider extends VirtualContentProviderImpl
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VIRTUAL_NAME |
| Constructor and Description |
|---|
SubreportJrxmlContentProvider(SecurityService securityService,
JasperUtilsService jasperReportsService,
ReportService reportService) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canWriteIntoLocation(VFSLocation vfsLocation) |
void |
delete(VFSLocation vfsLocation) |
VFSLocation |
doCreate(VFSLocation location) |
boolean |
enhanceNonVirtual(VFSLocation location) |
java.lang.String |
getName() |
java.lang.Object |
getObjectFor(VFSLocation vfsLocation) |
void |
writeIntoLocation(VFSLocation vfsLocation,
byte[] uploadData) |
consumes, consumes, create, exists, getContent, getContentType, getLastModified, getLocation, getLocationInfo, getSize, hasContent, isFolder, isLocationDeletable, prettyPrint, setContent, translatePathWaypublic static final java.lang.String VIRTUAL_NAME
public SubreportJrxmlContentProvider(SecurityService securityService, JasperUtilsService jasperReportsService, ReportService reportService)
public java.lang.String getName()
public boolean enhanceNonVirtual(VFSLocation location) throws VFSException
VFSExceptionpublic boolean canWriteIntoLocation(VFSLocation vfsLocation)
canWriteIntoLocation in interface VirtualContentProviderHookcanWriteIntoLocation in class VirtualContentProviderImplpublic void delete(VFSLocation vfsLocation) throws VFSException
delete in interface VirtualContentProviderHookdelete in class VirtualContentProviderImplVFSExceptionpublic java.lang.Object getObjectFor(VFSLocation vfsLocation) throws VFSException
getObjectFor in interface VirtualContentProviderHookgetObjectFor in class VirtualContentProviderImplVFSExceptionpublic VFSLocation doCreate(VFSLocation location) throws VFSException
VFSExceptionpublic void writeIntoLocation(VFSLocation vfsLocation, byte[] uploadData) throws VFSException
writeIntoLocation in interface VirtualContentProviderHookwriteIntoLocation in class VirtualContentProviderImplVFSException