Uses of Interface
org.pentaho.platform.api.locale.IPentahoLocale
Packages that use IPentahoLocale
-
Uses of IPentahoLocale in org.pentaho.platform.api.repository2.unified
Methods in org.pentaho.platform.api.repository2.unified with parameters of type IPentahoLocaleModifier and TypeMethodDescriptionIUnifiedRepository.getFile
(String path, boolean loadLocaleMaps, IPentahoLocale locale) Retrieves a file at its given versionIUnifiedRepository.getFile
(String path, IPentahoLocale locale) LikeIUnifiedRepository.getFile(String, boolean)
except that the maps which are pulled back are slimmed down to only contain the localized stringsIUnifiedRepository.getFileById
(Serializable fileId, boolean loadLocaleMaps, IPentahoLocale locale) Retrieves a file at its given version by its idIUnifiedRepository.getFileById
(Serializable fileId, IPentahoLocale locale) Same asIUnifiedRepository.getFile(String, IPentahoLocale)
except that theSerializable
file id is required