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, translatePathWay
public 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
VFSException
public boolean canWriteIntoLocation(VFSLocation vfsLocation)
canWriteIntoLocation
in interface VirtualContentProviderHook
canWriteIntoLocation
in class VirtualContentProviderImpl
public void delete(VFSLocation vfsLocation) throws VFSException
delete
in interface VirtualContentProviderHook
delete
in class VirtualContentProviderImpl
VFSException
public java.lang.Object getObjectFor(VFSLocation vfsLocation) throws VFSException
getObjectFor
in interface VirtualContentProviderHook
getObjectFor
in class VirtualContentProviderImpl
VFSException
public VFSLocation doCreate(VFSLocation location) throws VFSException
VFSException
public void writeIntoLocation(VFSLocation vfsLocation, byte[] uploadData) throws VFSException
writeIntoLocation
in interface VirtualContentProviderHook
writeIntoLocation
in class VirtualContentProviderImpl
VFSException