Uses of Interface
org.pentaho.reporting.libraries.repository.Repository
Packages that use Repository
Package
Description
-
Uses of Repository in org.pentaho.reporting.libraries.repository
Subinterfaces of Repository in org.pentaho.reporting.libraries.repositoryModifier and TypeInterfaceDescriptioninterfaceA repository that can be globally identified by an URL.Methods in org.pentaho.reporting.libraries.repository that return RepositoryModifier and TypeMethodDescriptionContentEntity.getRepository()Returns the current repository, to which tis entity belongs.Methods in org.pentaho.reporting.libraries.repository with parameters of type RepositoryModifier and TypeMethodDescriptionstatic ContentItemRepositoryUtilities.createItem(Repository repository, String[] name) Tries to create a content item with the given path-name in the repository.static ContentLocationRepositoryUtilities.createLocation(Repository repository, String[] name) Tries to create a content location with the given path-name in the repository.static ContentEntityRepositoryUtilities.getEntity(Repository repository, String[] name) Returns the content entity for the given path name.static booleanRepositoryUtilities.isExistsEntity(Repository repository, String[] name) Checks whether a given pathname points to a valid content entity.static voidRepositoryUtilities.writeAsZip(OutputStream outputStream, Repository repository) Writes the given repository as ZIP-File into the given output stream.static voidRepositoryUtilities.writeToZipStream(ZipOutputStream zipOutputStream, Repository repository) Writes the given repository to the given ZIP-output stream. -
Uses of Repository in org.pentaho.reporting.libraries.repository.dummy
Classes in org.pentaho.reporting.libraries.repository.dummy that implement RepositoryModifier and TypeClassDescriptionclassA dummy repositor is a empty repository that swallows all content fed into it.Methods in org.pentaho.reporting.libraries.repository.dummy that return RepositoryModifier and TypeMethodDescriptionDummyContentItem.getRepository()Returns the parent repository for this location.DummyContentLocation.getRepository()Returns the parent repository for this location.Constructors in org.pentaho.reporting.libraries.repository.dummy with parameters of type RepositoryModifierConstructorDescriptionDummyContentLocation(Repository repository, String name) Creates a new root DummyContentLocation with the given repository and name. -
Uses of Repository in org.pentaho.reporting.libraries.repository.email
Classes in org.pentaho.reporting.libraries.repository.email that implement RepositoryMethods in org.pentaho.reporting.libraries.repository.email that return RepositoryModifier and TypeMethodDescriptionEmailContentItem.getRepository()EmailContentLocation.getRepository() -
Uses of Repository in org.pentaho.reporting.libraries.repository.file
Classes in org.pentaho.reporting.libraries.repository.file that implement RepositoryModifier and TypeClassDescriptionclassA file-repository uses a subset of the local filesystem to provide a repository view on top of it.Methods in org.pentaho.reporting.libraries.repository.file that return RepositoryModifier and TypeMethodDescriptionFileContentEntity.getRepository()Returns the current repository, to which tis entity belongs.Constructors in org.pentaho.reporting.libraries.repository.file with parameters of type RepositoryModifierConstructorDescriptionFileContentLocation(Repository repository, File backend) Creates a new root-location for the given repository and directory. -
Uses of Repository in org.pentaho.reporting.libraries.repository.stream
Classes in org.pentaho.reporting.libraries.repository.stream that implement RepositoryMethods in org.pentaho.reporting.libraries.repository.stream that return RepositoryModifier and TypeMethodDescriptionStreamContentItem.getRepository()Returns the current repository, to which tis entity belongs.StreamContentLocation.getRepository()Returns the current repository, to which tis entity belongs. -
Uses of Repository in org.pentaho.reporting.libraries.repository.zip
Classes in org.pentaho.reporting.libraries.repository.zip that implement RepositoryModifier and TypeClassDescriptionclassA read-write repository based on ZIP streams.Methods in org.pentaho.reporting.libraries.repository.zip that return RepositoryModifier and TypeMethodDescriptionZipContentItem.getRepository()ZipContentLocation.getRepository()Methods in org.pentaho.reporting.libraries.repository.zip with parameters of type RepositoryModifier and TypeMethodDescriptionvoidZipRepository.writeToZipStream(ZipOutputStream zipOutputStream, Repository repository) -
Uses of Repository in org.pentaho.reporting.libraries.repository.zipreader
Classes in org.pentaho.reporting.libraries.repository.zipreader that implement RepositoryMethods in org.pentaho.reporting.libraries.repository.zipreader that return RepositoryModifier and TypeMethodDescriptionZipReadContentItem.getRepository()ZipReadContentLocation.getRepository() -
Uses of Repository in org.pentaho.reporting.libraries.repository.zipwriter
Classes in org.pentaho.reporting.libraries.repository.zipwriter that implement RepositoryMethods in org.pentaho.reporting.libraries.repository.zipwriter that return RepositoryModifier and TypeMethodDescriptionZipContentItem.getRepository()ZipContentLocation.getRepository()