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 ContentItemContentLocation. createItem(java.lang.String name)Creates a new data item in the current location.ContentLocationContentLocation. 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 ContentItemDummyContentLocation. createItem(java.lang.String name)Creates a new data item in the current location.ContentLocationDummyContentLocation. 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 ContentItemFileContentLocation. createItem(java.lang.String name)Creates a new data item in the current location.ContentLocationFileContentLocation. 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 ContentItemStreamContentLocation. createItem(java.lang.String name)Creates a new data item in the current location.ContentLocationStreamContentLocation. 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 ContentItemZipContentLocation. createItem(java.lang.String name)ContentLocationZipContentLocation. 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 ContentItemZipReadContentLocation. createItem(java.lang.String name)ContentLocationZipReadContentLocation. 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 ContentItemZipContentLocation. createItem(java.lang.String name)Creates a new data item in the current location.ContentLocationZipContentLocation. createLocation(java.lang.String name)
-