Package | Description |
---|---|
org.pentaho.platform.api.repository2.unified |
Modifier and Type | Method and Description |
---|---|
RepositoryFile |
IUnifiedRepository.getFile(String path,
boolean loadLocaleMaps,
IPentahoLocale locale)
Retrieves a file at its given version
|
RepositoryFile |
IUnifiedRepository.getFile(String path,
IPentahoLocale locale)
Like
IUnifiedRepository.getFile(String, boolean) except that the maps which are pulled back are slimmed down to only
contain the localized strings |
RepositoryFile |
IUnifiedRepository.getFileById(Serializable fileId,
boolean loadLocaleMaps,
IPentahoLocale locale)
Retrieves a file at its given version by its id
|
RepositoryFile |
IUnifiedRepository.getFileById(Serializable fileId,
IPentahoLocale locale)
Same as
IUnifiedRepository.getFile(String, IPentahoLocale) except that the Serializable file id is required |