Uses of Interface
org.pentaho.reporting.libraries.repository.ContentItem
Packages that use ContentItem
Package
Description
-
Uses of ContentItem in org.pentaho.reporting.libraries.repository
Methods in org.pentaho.reporting.libraries.repository that return ContentItemModifier and TypeMethodDescriptionContentLocation.createItem
(String name) Creates a new data item in the current location.static ContentItem
RepositoryUtilities.createItem
(Repository repository, 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 ContentItemModifier and TypeMethodDescriptionDefaultMimeRegistry.getMimeType
(ContentItem item) Queries the mime-type for a given content-item.MimeRegistry.getMimeType
(ContentItem item) Queries the mime-type for a given content-item.static int
RepositoryUtilities.getZipLevel
(ContentItem item) Computes the declared Zip-Compression level for the given content-item.static int
RepositoryUtilities.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 ContentItemModifier and TypeClassDescriptionclass
A 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 ContentItemModifier and TypeMethodDescriptionDummyContentLocation.createItem
(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 ContentItemMethods in org.pentaho.reporting.libraries.repository.file that return ContentItemModifier and TypeMethodDescriptionFileContentLocation.createItem
(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 ContentItemModifier and TypeClassDescriptionclass
A 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 ContentItemModifier and TypeMethodDescriptionStreamContentLocation.createItem
(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 ContentItemMethods in org.pentaho.reporting.libraries.repository.zip that return ContentItem -
Uses of ContentItem in org.pentaho.reporting.libraries.repository.zipreader
Classes in org.pentaho.reporting.libraries.repository.zipreader that implement ContentItemMethods in org.pentaho.reporting.libraries.repository.zipreader that return ContentItem -
Uses of ContentItem in org.pentaho.reporting.libraries.repository.zipwriter
Classes in org.pentaho.reporting.libraries.repository.zipwriter that implement ContentItemMethods in org.pentaho.reporting.libraries.repository.zipwriter that return ContentItemModifier and TypeMethodDescriptionZipContentLocation.createItem
(String name) Creates a new data item in the current location.