|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.businessobjects.rebean.wi.OutputCacheEntry
public class OutputCacheEntry
Warning: This class is no longer functional from the SAP BusinessObjects 4.0 release onwards.
TheOutputCacheEntry class is used for tailoring how a server should preload its output cache.
ReportEngine.getCanPreloadOutputCache(),
ReportEngine.preloadOutputCache(int, String, OutputCacheEntry[])| Constructor Summary | |
|---|---|
OutputCacheEntry(OutputFormatType outputFormat)
Constructor. |
|
OutputCacheEntry(OutputFormatType outputFormat,
java.lang.String[] formattingLocales)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getFormattingLocales()
Returns the list of formatting locales identifiers for which outputs should be cached by the server. |
OutputFormatType |
getOutputFormat()
Returns the output format to be cached by the server. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutputCacheEntry(OutputFormatType outputFormat)
outputFormat - the output format to be cached by the server.
Using this constructor ends up in caching a single output, formatted using the document locale.
DocumentInstance.getFormattingLocale()
public OutputCacheEntry(OutputFormatType outputFormat,
java.lang.String[] formattingLocales)
outputFormat - the output format to be cached by the server.formattingLocales - the list of formatting locales identifiers for which outputs should be cached by the server.| Method Detail |
|---|
public OutputFormatType getOutputFormat()
public java.lang.String[] getFormattingLocales()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||