Interface SharedResourcesCache
-
public interface SharedResourcesCacheCache of shared resources, that are used in user interfaces for personalized representation of data. Whether the optionally cached types of shared resources are or are not cached is decided byintersestSetparameter ofD2SessionFactory.createSession(sk.ipesoft.d2000.d2japi.D2SessionParameters, sk.ipesoft.d2000.d2japi.D2SessionEventsListener, java.util.Set)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<DictionaryLanguage>getDictionaryLanguages()Get list of cached languages.booleanhasDictionary()Gettruewhen dictionary is cached.booleanhasStateTexts()Gettruewhen state texts are cached.booleanhasStructureDefinitions()Gettruewhen structure definitions are cached.booleanhasSystemTexts()Gettruewhen system texts are cached.booleanhasTransformationPalettes()Gettruewhen transformation palettes are cached.
-
-
-
Method Detail
-
getDictionaryLanguages
java.util.List<DictionaryLanguage> getDictionaryLanguages()
Get list of cached languages.- Returns:
- list of cached languages
-
hasDictionary
boolean hasDictionary()
Gettruewhen dictionary is cached.- Returns:
truewhen dictionary is cached
-
hasStateTexts
boolean hasStateTexts()
Gettruewhen state texts are cached.- Returns:
truewhen state texts are cached
-
hasStructureDefinitions
boolean hasStructureDefinitions()
Gettruewhen structure definitions are cached. (In current version always true).- Returns:
truewhen structure definitions are cached
-
hasSystemTexts
boolean hasSystemTexts()
Gettruewhen system texts are cached.- Returns:
truewhen system texts are cached
-
hasTransformationPalettes
boolean hasTransformationPalettes()
Gettruewhen transformation palettes are cached.- Returns:
truewhen transformation palettes are cached
-
-