Uses of Interface
org.pentaho.reporting.libraries.repository.ContentEntity
-
-
Uses of ContentEntity in org.pentaho.reporting.libraries.repository
Subinterfaces of ContentEntity in org.pentaho.reporting.libraries.repository Modifier and Type Interface Description interfaceContentItemA content item holds the actual content.interfaceContentLocationThis represents a container in the repository.Methods in org.pentaho.reporting.libraries.repository that return ContentEntity Modifier and Type Method Description static ContentEntityRepositoryUtilities. getEntity(Repository repository, java.lang.String[] name)Returns the content entity for the given path name.ContentEntityContentLocation. getEntry(java.lang.String name)Returns the content entity with the given name.ContentEntity[]ContentLocation. listContents()Returns all content entities stored in this content-location.Methods in org.pentaho.reporting.libraries.repository with parameters of type ContentEntity Modifier and Type Method Description static java.lang.StringRepositoryUtilities. buildName(ContentEntity entity, java.lang.String separator)Builds a string of an absolute pathname for the given entity and using the given separator to separate filename segments..static java.lang.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 ContentEntity Modifier and Type Class Description classDummyContentItemA dummy content item, that does not provide any input and that does swallow all content fed into it.classDummyContentLocationA dummy content location holds references to all dummy items.Methods in org.pentaho.reporting.libraries.repository.dummy that return ContentEntity Modifier and Type Method Description ContentEntityDummyContentLocation. getEntry(java.lang.String name)Returns the content entity with the given name.ContentEntity[]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 ContentEntity Modifier and Type Class Description classFileContentEntityA content-entity that uses a java.io.File as backend.classFileContentItemA content item wrapping a file.classFileContentLocationA content-location that uses a directory as backend.Methods in org.pentaho.reporting.libraries.repository.file that return ContentEntity Modifier and Type Method Description ContentEntityFileContentLocation. getEntry(java.lang.String name)Returns the content entity with the given name.ContentEntity[]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 ContentEntity Modifier and Type Class Description classStreamContentItemA stream-content item that wraps around the input and output streams given in the repository.classStreamContentLocationA content location that wraps around a single stream.Methods in org.pentaho.reporting.libraries.repository.stream that return ContentEntity Modifier and Type Method Description ContentEntityStreamContentLocation. getEntry(java.lang.String name)Returns the content entity with the given name.ContentEntity[]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 ContentEntity Modifier and Type Class Description classZipContentItemTodo: Document MeclassZipContentLocationMethods in org.pentaho.reporting.libraries.repository.zip that return ContentEntity Modifier and Type Method Description ContentEntityZipContentLocation. getEntry(java.lang.String name)ContentEntity[]ZipContentLocation. listContents()Methods in org.pentaho.reporting.libraries.repository.zip with parameters of type ContentEntity Modifier and Type Method Description booleanZipContentLocation. removeEntity(ContentEntity entity) -
Uses of ContentEntity in org.pentaho.reporting.libraries.repository.zipreader
Classes in org.pentaho.reporting.libraries.repository.zipreader that implement ContentEntity Modifier and Type Class Description classZipReadContentItemCreation-Date: 17.12.2007, 12:19:20classZipReadContentLocationMethods in org.pentaho.reporting.libraries.repository.zipreader that return ContentEntity Modifier and Type Method Description ContentEntityZipReadContentLocation. getEntry(java.lang.String name)ContentEntity[]ZipReadContentLocation. listContents() -
Uses of ContentEntity in org.pentaho.reporting.libraries.repository.zipwriter
Classes in org.pentaho.reporting.libraries.repository.zipwriter that implement ContentEntity Modifier and Type Class Description classZipContentItemCreation-Date: 01.12.2006, 21:23:25classZipContentLocationCreation-Date: 01.12.2006, 21:13:24Methods in org.pentaho.reporting.libraries.repository.zipwriter that return ContentEntity Modifier and Type Method Description ContentEntityZipContentLocation. getEntry(java.lang.String name)ContentEntity[]ZipContentLocation. listContents()
-