Uses of Interface
org.pentaho.reporting.libraries.repository.ContentEntity
Packages that use ContentEntity
Package
Description
-
Uses of ContentEntity in org.pentaho.reporting.libraries.repository
Subinterfaces of ContentEntity in org.pentaho.reporting.libraries.repositoryModifier and TypeInterfaceDescriptioninterface
A content item holds the actual content.interface
This represents a container in the repository.Methods in org.pentaho.reporting.libraries.repository that return ContentEntityModifier and TypeMethodDescriptionstatic ContentEntity
RepositoryUtilities.getEntity
(Repository repository, String[] name) Returns the content entity for the given path name.Returns the content entity with the given name.ContentLocation.listContents()
Returns all content entities stored in this content-location.Methods in org.pentaho.reporting.libraries.repository with parameters of type ContentEntityModifier and TypeMethodDescriptionstatic String
RepositoryUtilities.buildName
(ContentEntity entity, String separator) Builds a string of an absolute pathname for the given entity and using the given separator to separate filename segments..static String[]
RepositoryUtilities.buildNameArray
(ContentEntity entity) Builds a absolute pathname for the given entity. -
Uses of ContentEntity in org.pentaho.reporting.libraries.repository.dummy
Classes in org.pentaho.reporting.libraries.repository.dummy that implement ContentEntityModifier and TypeClassDescriptionclass
A dummy content item, that does not provide any input and that does swallow all content fed into it.class
A dummy content location holds references to all dummy items.Methods in org.pentaho.reporting.libraries.repository.dummy that return ContentEntityModifier and TypeMethodDescriptionReturns the content entity with the given name.DummyContentLocation.listContents()
Returns all content entities stored in this content-location. -
Uses of ContentEntity in org.pentaho.reporting.libraries.repository.file
Classes in org.pentaho.reporting.libraries.repository.file that implement ContentEntityModifier and TypeClassDescriptionclass
A content-entity that uses a java.io.File as backend.class
A content item wrapping a file.class
A content-location that uses a directory as backend.Methods in org.pentaho.reporting.libraries.repository.file that return ContentEntityModifier and TypeMethodDescriptionReturns the content entity with the given name.FileContentLocation.listContents()
Lists all content entities stored in this content-location. -
Uses of ContentEntity in org.pentaho.reporting.libraries.repository.stream
Classes in org.pentaho.reporting.libraries.repository.stream that implement ContentEntityModifier and TypeClassDescriptionclass
A stream-content item that wraps around the input and output streams given in the repository.class
A content location that wraps around a single stream.Methods in org.pentaho.reporting.libraries.repository.stream that return ContentEntityModifier and TypeMethodDescriptionReturns the content entity with the given name.StreamContentLocation.listContents()
Returns all content entities stored in this content-location. -
Uses of ContentEntity in org.pentaho.reporting.libraries.repository.zip
Classes in org.pentaho.reporting.libraries.repository.zip that implement ContentEntityMethods in org.pentaho.reporting.libraries.repository.zip that return ContentEntityMethods in org.pentaho.reporting.libraries.repository.zip with parameters of type ContentEntity -
Uses of ContentEntity in org.pentaho.reporting.libraries.repository.zipreader
Classes in org.pentaho.reporting.libraries.repository.zipreader that implement ContentEntityModifier and TypeClassDescriptionclass
Creation-Date: 17.12.2007, 12:19:20class
Methods in org.pentaho.reporting.libraries.repository.zipreader that return ContentEntity -
Uses of ContentEntity in org.pentaho.reporting.libraries.repository.zipwriter
Classes in org.pentaho.reporting.libraries.repository.zipwriter that implement ContentEntityModifier and TypeClassDescriptionclass
Creation-Date: 01.12.2006, 21:23:25class
Creation-Date: 01.12.2006, 21:13:24Methods in org.pentaho.reporting.libraries.repository.zipwriter that return ContentEntity