Uses of Class
org.pentaho.reporting.libraries.repository.ContentCreationException
-
-
Uses of ContentCreationException in org.pentaho.reporting.libraries.repository
Methods in org.pentaho.reporting.libraries.repository that throw ContentCreationException Modifier and Type Method Description ContentItem
ContentLocation. createItem(java.lang.String name)
Creates a new data item in the current location.ContentLocation
ContentLocation. createLocation(java.lang.String name)
Creates a new content location in the current location. -
Uses of ContentCreationException in org.pentaho.reporting.libraries.repository.dummy
Methods in org.pentaho.reporting.libraries.repository.dummy that throw ContentCreationException Modifier and Type Method Description ContentItem
DummyContentLocation. createItem(java.lang.String name)
Creates a new data item in the current location.ContentLocation
DummyContentLocation. createLocation(java.lang.String name)
Creates a new content location in the current location. -
Uses of ContentCreationException in org.pentaho.reporting.libraries.repository.file
Methods in org.pentaho.reporting.libraries.repository.file that throw ContentCreationException Modifier and Type Method Description ContentItem
FileContentLocation. createItem(java.lang.String name)
Creates a new data item in the current location.ContentLocation
FileContentLocation. createLocation(java.lang.String name)
Creates a new content location in the current location. -
Uses of ContentCreationException in org.pentaho.reporting.libraries.repository.stream
Methods in org.pentaho.reporting.libraries.repository.stream that throw ContentCreationException Modifier and Type Method Description ContentItem
StreamContentLocation. createItem(java.lang.String name)
Creates a new data item in the current location.ContentLocation
StreamContentLocation. createLocation(java.lang.String name)
This method always throws an exception, as stream-repositories cannot create sub-locations. -
Uses of ContentCreationException in org.pentaho.reporting.libraries.repository.zip
Methods in org.pentaho.reporting.libraries.repository.zip that throw ContentCreationException Modifier and Type Method Description ContentItem
ZipContentLocation. createItem(java.lang.String name)
ContentLocation
ZipContentLocation. createLocation(java.lang.String name)
-
Uses of ContentCreationException in org.pentaho.reporting.libraries.repository.zipreader
Methods in org.pentaho.reporting.libraries.repository.zipreader that throw ContentCreationException Modifier and Type Method Description ContentItem
ZipReadContentLocation. createItem(java.lang.String name)
ContentLocation
ZipReadContentLocation. createLocation(java.lang.String name)
-
Uses of ContentCreationException in org.pentaho.reporting.libraries.repository.zipwriter
Methods in org.pentaho.reporting.libraries.repository.zipwriter that throw ContentCreationException Modifier and Type Method Description ContentItem
ZipContentLocation. createItem(java.lang.String name)
Creates a new data item in the current location.ContentLocation
ZipContentLocation. createLocation(java.lang.String name)
-