Uses of Interface
org.pentaho.reporting.libraries.repository.ContentItem
-
-
Uses of ContentItem in org.pentaho.reporting.libraries.repository
Methods in org.pentaho.reporting.libraries.repository that return ContentItem Modifier and Type Method Description ContentItemContentLocation. createItem(java.lang.String name)Creates a new data item in the current location.static ContentItemRepositoryUtilities. createItem(Repository repository, java.lang.String[] name)Tries to create a content item with the given path-name in the repository.Methods in org.pentaho.reporting.libraries.repository with parameters of type ContentItem Modifier and Type Method Description java.lang.StringDefaultMimeRegistry. getMimeType(ContentItem item)Queries the mime-type for a given content-item.java.lang.StringMimeRegistry. getMimeType(ContentItem item)Queries the mime-type for a given content-item.static intRepositoryUtilities. getZipLevel(ContentItem item)Computes the declared Zip-Compression level for the given content-item.static intRepositoryUtilities. getZipMethod(ContentItem item)Computes the declared Zip-Compression mode for the given content-item. -
Uses of ContentItem in org.pentaho.reporting.libraries.repository.dummy
Classes in org.pentaho.reporting.libraries.repository.dummy that implement ContentItem Modifier and Type Class Description classDummyContentItemA dummy content item, that does not provide any input and that does swallow all content fed into it.Methods in org.pentaho.reporting.libraries.repository.dummy that return ContentItem Modifier and Type Method Description ContentItemDummyContentLocation. createItem(java.lang.String name)Creates a new data item in the current location. -
Uses of ContentItem in org.pentaho.reporting.libraries.repository.file
Classes in org.pentaho.reporting.libraries.repository.file that implement ContentItem Modifier and Type Class Description classFileContentItemA content item wrapping a file.Methods in org.pentaho.reporting.libraries.repository.file that return ContentItem Modifier and Type Method Description ContentItemFileContentLocation. createItem(java.lang.String name)Creates a new data item in the current location. -
Uses of ContentItem in org.pentaho.reporting.libraries.repository.stream
Classes in org.pentaho.reporting.libraries.repository.stream that implement ContentItem Modifier and Type Class Description classStreamContentItemA stream-content item that wraps around the input and output streams given in the repository.Methods in org.pentaho.reporting.libraries.repository.stream that return ContentItem Modifier and Type Method Description ContentItemStreamContentLocation. createItem(java.lang.String name)Creates a new data item in the current location. -
Uses of ContentItem in org.pentaho.reporting.libraries.repository.zip
Classes in org.pentaho.reporting.libraries.repository.zip that implement ContentItem Modifier and Type Class Description classZipContentItemTodo: Document MeMethods in org.pentaho.reporting.libraries.repository.zip that return ContentItem Modifier and Type Method Description ContentItemZipContentLocation. createItem(java.lang.String name) -
Uses of ContentItem in org.pentaho.reporting.libraries.repository.zipreader
Classes in org.pentaho.reporting.libraries.repository.zipreader that implement ContentItem Modifier and Type Class Description classZipReadContentItemCreation-Date: 17.12.2007, 12:19:20Methods in org.pentaho.reporting.libraries.repository.zipreader that return ContentItem Modifier and Type Method Description ContentItemZipReadContentLocation. createItem(java.lang.String name) -
Uses of ContentItem in org.pentaho.reporting.libraries.repository.zipwriter
Classes in org.pentaho.reporting.libraries.repository.zipwriter that implement ContentItem Modifier and Type Class Description classZipContentItemCreation-Date: 01.12.2006, 21:23:25Methods in org.pentaho.reporting.libraries.repository.zipwriter that return ContentItem Modifier and Type Method Description ContentItemZipContentLocation. createItem(java.lang.String name)Creates a new data item in the current location.
-