Uses of Interface
org.pentaho.platform.api.locale.IPentahoLocale
-
Packages that use IPentahoLocale Package Description org.pentaho.platform.api.repository2.unified -
-
Uses of IPentahoLocale in org.pentaho.platform.api.repository2.unified
Methods in org.pentaho.platform.api.repository2.unified with parameters of type IPentahoLocale Modifier and Type Method Description RepositoryFileIUnifiedRepository. getFile(String path, boolean loadLocaleMaps, IPentahoLocale locale)Retrieves a file at its given versionRepositoryFileIUnifiedRepository. 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 stringsRepositoryFileIUnifiedRepository. getFileById(Serializable fileId, boolean loadLocaleMaps, IPentahoLocale locale)Retrieves a file at its given version by its idRepositoryFileIUnifiedRepository. getFileById(Serializable fileId, IPentahoLocale locale)Same asIUnifiedRepository.getFile(String, IPentahoLocale)except that theSerializablefile id is required
-