|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WebiProcessingInfo
The Web Intelligence document properties.
| Nested Class Summary | |
|---|---|
static class |
WebiProcessingInfo.Factory
A class with methods for creating instances of the WebiProcessing type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
PrecacheTypes |
addNewPrecacheTypes()
Appends and returns a new empty PrecacheTypes object. |
WebiPrompts |
addNewPrompts()
Appends and returns a new empty WebiPrompts object. |
Universes |
addNewUniverses()
Appends and returns a new empty Universes object. |
WebiFormatOptions |
addNewWebiFormatOptions()
Adds a new empty WebiFormatOptions object. |
java.lang.String |
getContentLocale()
Gets the SI_CONTENT_LOCALE content locale. |
boolean |
getHasPrompts()
Returns a boolean that indicates whether this Web Intelligence document contains prompts. |
java.util.Calendar |
getLastFileUpdateTimeStamp()
Internal Use Only. |
boolean |
getPreCacheHTMLEnabled()
Returns a boolean that indicates whether the HTML text stream that represents a Web Intelligence document will be pre-loaded into the cache. |
boolean |
getPreCachePDFEnabled()
Returns a boolean that indicates whether the Portable Document Format (PDF) that represents a Web Intelligence document will be pre-loaded into the cache. |
PrecacheTypes |
getPrecacheTypes()
Returns a collection of precache types that are available to this document. |
boolean |
getPreCacheXLSEnabled()
Returns a boolean that indicates whether the Microsoft excel format (XLS) that represents a Web Intelligence document will be pre-loaded into the cache. |
boolean |
getPromptOnDemandViewing()
Returns a boolean that indicates whether prompts are enabled for on-demand viewing. |
WebiPrompts |
getPrompts()
Returns a collection of prompts that are associated with this Web Intelligence document. |
boolean |
getRefreshOnOpen()
Internal Use Only. |
Universes |
getUniverses()
Gets the IDs of the universes that are assigned to this Web Intelligence document. |
java.lang.String |
getUpdateObject()
Internal Use Only. |
java.lang.String |
getUserInputLocaleName()
Internal Use Only. |
java.lang.String |
getViewingServerGroup()
Gets the ID of the server group for viewing the report. |
ServerGroupChoiceEnum.Enum |
getViewingServerGroupChoice()
Gets how to choose the server group for viewing the report. |
WebiFormatOptions |
getWebiFormatOptions()
Returns the document properties. |
boolean |
isSetContentLocale()
Checks if the content locale has been set. |
boolean |
isSetLastFileUpdateTimeStamp()
Internal Use Only. |
boolean |
isSetPreCacheHTMLEnabled()
Checks if pre-loading the HTML text stream representing a Web Intelligence document into the cache has been set. |
boolean |
isSetPreCachePDFEnabled()
Checks if pre-loading the PDF that represents a Web Intelligence document into the cache has been set. |
boolean |
isSetPrecacheTypes()
Checks if the collection of precache types available to the document has been set. |
boolean |
isSetPreCacheXLSEnabled()
Checks if pre-loading the Microsoft Excel format (XLS) that represents a Web Intelligence document has been set. |
boolean |
isSetPromptOnDemandViewing()
Checks if the ability to prompt for on-demand viewing has been set. |
boolean |
isSetPrompts()
Checks if the collection of prompts associated with the Web Intelligence document has been set. |
boolean |
isSetRefreshOnOpen()
Internal Use Only. |
boolean |
isSetUpdateObject()
Internal Use Only. |
boolean |
isSetUserInputLocaleName()
Internal Use Only. |
boolean |
isSetViewingServerGroup()
Checks if the ID of the server group for viewing the report has been set. |
boolean |
isSetViewingServerGroupChoice()
Checks if how to choose the server group for viewing the report has been set. |
boolean |
isSetWebiFormatOptions()
Checks if the document properties have been set. |
void |
setContentLocale(java.lang.String contentLocale)
Sets the SI_CONTENT_LOCALE content locale. |
void |
setHasPrompts(boolean hasPrompts)
Internal Use Only. |
void |
setLastFileUpdateTimeStamp(java.util.Calendar lastFileUpdateTimeStamp)
Internal Use Only. |
void |
setPreCacheHTMLEnabled(boolean preCacheHTMLEnabled)
Sets a boolean that indicates whether the HTML text stream that represents a Web Intelligence document will be pre-loaded into the cache. |
void |
setPreCachePDFEnabled(boolean preCachePDFEnabled)
Sets a boolean that indicates whether the Portable Document Format (PDF) that represents a Web Intelligence document will be pre-loaded into the cache. |
void |
setPrecacheTypes(PrecacheTypes precacheTypes)
Sets a collection of precache types that are available to this document. |
void |
setPreCacheXLSEnabled(boolean preCacheXLSEnabled)
Sets a boolean that indicates whether the Microsoft excel format (XLS) that represents a Web Intelligence document will be pre-loaded into the cache. |
void |
setPromptOnDemandViewing(boolean promptOnDemandViewing)
Sets a boolean that indicates whether prompts are enabled for on-demand viewing. |
void |
setPrompts(WebiPrompts prompts)
Sets a collection of prompts that are associated with this Web Intelligence document. |
void |
setRefreshOnOpen(boolean refreshOnOpen)
Internal Use Only. |
void |
setUniverses(Universes universes)
Sets the IDs of the universes that are assigned to this Web Intelligence document. |
void |
setUpdateObject(java.lang.String updateObject)
Internal Use Only. |
void |
setUserInputLocaleName(java.lang.String userInputLocaleName)
Internal Use Only. |
void |
setViewingServerGroup(java.lang.String viewingServerGroup)
Sets the ID of the server group for viewing the report. |
void |
setViewingServerGroupChoice(ServerGroupChoiceEnum.Enum viewingServerGroupChoice)
Sets how to choose the server group for viewing the report. |
void |
setWebiFormatOptions(WebiFormatOptions webiFormatOptions)
Sets the document properties. |
void |
unsetContentLocale()
Deletes or unsets the ContentLocale element. |
void |
unsetLastFileUpdateTimeStamp()
Internal Use Only. |
void |
unsetPreCacheHTMLEnabled()
Deletes or unsets the PreCacheHTMLEnabled element. |
void |
unsetPreCachePDFEnabled()
Deletes or unsets the PreCachePDFEnabled element. |
void |
unsetPrecacheTypes()
Deletes or unsets the PrecacheTypes element. |
void |
unsetPreCacheXLSEnabled()
Deletes or unsets the PreCacheXLSEnabled element. |
void |
unsetPromptOnDemandViewing()
Deletes or unsets the PromptOnDemandViewing element. |
void |
unsetPrompts()
Deletes or unsets the Prompts element. |
void |
unsetRefreshOnOpen()
Internal Use Only. |
void |
unsetUpdateObject()
Internal Use Only. |
void |
unsetUserInputLocaleName()
Internal Use Only. |
void |
unsetViewingServerGroup()
Deletes or unsets the ViewingServerGroup element. |
void |
unsetViewingServerGroupChoice()
Deletes or unsets the ViewingServerGroupChoice element. |
void |
unsetWebiFormatOptions()
Deletes or unsets the WebiFormatOptions element. |
org.apache.xmlbeans.XmlString |
xgetContentLocale()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetHasPrompts()
Internal Use Only. |
org.apache.xmlbeans.XmlDateTime |
xgetLastFileUpdateTimeStamp()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetPreCacheHTMLEnabled()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetPreCachePDFEnabled()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetPreCacheXLSEnabled()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetPromptOnDemandViewing()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetRefreshOnOpen()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetUpdateObject()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetUserInputLocaleName()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetViewingServerGroup()
Internal Use Only. |
ServerGroupChoiceEnum |
xgetViewingServerGroupChoice()
Internal Use Only. |
void |
xsetContentLocale(org.apache.xmlbeans.XmlString contentLocale)
Internal Use Only. |
void |
xsetHasPrompts(org.apache.xmlbeans.XmlBoolean hasPrompts)
Internal Use Only. |
void |
xsetLastFileUpdateTimeStamp(org.apache.xmlbeans.XmlDateTime lastFileUpdateTimeStamp)
Internal Use Only. |
void |
xsetPreCacheHTMLEnabled(org.apache.xmlbeans.XmlBoolean preCacheHTMLEnabled)
Internal Use Only. |
void |
xsetPreCachePDFEnabled(org.apache.xmlbeans.XmlBoolean preCachePDFEnabled)
Internal Use Only. |
void |
xsetPreCacheXLSEnabled(org.apache.xmlbeans.XmlBoolean preCacheXLSEnabled)
Internal Use Only. |
void |
xsetPromptOnDemandViewing(org.apache.xmlbeans.XmlBoolean promptOnDemandViewing)
Internal Use Only. |
void |
xsetRefreshOnOpen(org.apache.xmlbeans.XmlBoolean refreshOnOpen)
Internal Use Only. |
void |
xsetUpdateObject(org.apache.xmlbeans.XmlString updateObject)
Internal Use Only. |
void |
xsetUserInputLocaleName(org.apache.xmlbeans.XmlString userInputLocaleName)
Internal Use Only. |
void |
xsetViewingServerGroup(org.apache.xmlbeans.XmlString viewingServerGroup)
Internal Use Only. |
void |
xsetViewingServerGroupChoice(ServerGroupChoiceEnum viewingServerGroupChoice)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
Universes getUniverses()
Gets the IDs of the universes that are assigned to this Web Intelligence document.
void setUniverses(Universes universes)
Sets the IDs of the universes that are assigned to this Web Intelligence document.
universes - The IDs of the universes that are assigned to this Web Intelligence document.Universes addNewUniverses()
Appends and returns a new empty Universes object.
Universes object.java.util.Calendar getLastFileUpdateTimeStamp()
org.apache.xmlbeans.XmlDateTime xgetLastFileUpdateTimeStamp()
boolean isSetLastFileUpdateTimeStamp()
void setLastFileUpdateTimeStamp(java.util.Calendar lastFileUpdateTimeStamp)
void xsetLastFileUpdateTimeStamp(org.apache.xmlbeans.XmlDateTime lastFileUpdateTimeStamp)
void unsetLastFileUpdateTimeStamp()
WebiFormatOptions getWebiFormatOptions()
Returns the document properties.
boolean isSetWebiFormatOptions()
true if the document properties have been set, and false otherwise.void setWebiFormatOptions(WebiFormatOptions webiFormatOptions)
webiFormatOptions - The document properties.WebiFormatOptions addNewWebiFormatOptions()
Adds a new empty WebiFormatOptions object.
WebiFormatOptions object.void unsetWebiFormatOptions()
Deletes or unsets the WebiFormatOptions element.
boolean getRefreshOnOpen()
org.apache.xmlbeans.XmlBoolean xgetRefreshOnOpen()
boolean isSetRefreshOnOpen()
void setRefreshOnOpen(boolean refreshOnOpen)
void xsetRefreshOnOpen(org.apache.xmlbeans.XmlBoolean refreshOnOpen)
void unsetRefreshOnOpen()
boolean getPromptOnDemandViewing()
Returns a boolean that indicates whether prompts are enabled for on-demand viewing.
true if prompts are enabled for on-demand viewing, and false otherwise.org.apache.xmlbeans.XmlBoolean xgetPromptOnDemandViewing()
boolean isSetPromptOnDemandViewing()
true if the PromptOnDemandViewing element has been set, and false otherwise.void setPromptOnDemandViewing(boolean promptOnDemandViewing)
Sets a boolean that indicates whether prompts are enabled for on-demand viewing.
promptOnDemandViewing - true if prompts are enabled for on-demand viewing, and false otherwise.void xsetPromptOnDemandViewing(org.apache.xmlbeans.XmlBoolean promptOnDemandViewing)
void unsetPromptOnDemandViewing()
Deletes or unsets the PromptOnDemandViewing element.
boolean getPreCacheXLSEnabled()
Returns a boolean that indicates whether the Microsoft excel format (XLS) that represents a Web Intelligence document will be pre-loaded into the cache.
true if the XLS format will be pre-loaded into the cache, and false otherwise.org.apache.xmlbeans.XmlBoolean xgetPreCacheXLSEnabled()
boolean isSetPreCacheXLSEnabled()
true if the PreCacheXLSEnabled element has been set, and false otherwise.void setPreCacheXLSEnabled(boolean preCacheXLSEnabled)
Sets a boolean that indicates whether the Microsoft excel format (XLS) that represents a Web Intelligence document will be pre-loaded into the cache.
preCacheXLSEnabled - true if the XLS format will be pre-loaded into the cache, and false otherwise.void xsetPreCacheXLSEnabled(org.apache.xmlbeans.XmlBoolean preCacheXLSEnabled)
void unsetPreCacheXLSEnabled()
Deletes or unsets the PreCacheXLSEnabled element.
boolean getPreCacheHTMLEnabled()
Returns a boolean that indicates whether the HTML text stream that represents a Web Intelligence document will be pre-loaded into the cache.
true if the HTML format will be pre-loaded into the cache, and false otherwise.org.apache.xmlbeans.XmlBoolean xgetPreCacheHTMLEnabled()
boolean isSetPreCacheHTMLEnabled()
true if the PreCacheHTMLEnabled element has been set, and false otherwise.void setPreCacheHTMLEnabled(boolean preCacheHTMLEnabled)
Sets a boolean that indicates whether the HTML text stream that represents a Web Intelligence document will be pre-loaded into the cache.
preCacheHTMLEnabled - true if the HTML format will be pre-loaded into the cache, and false otherwise.void xsetPreCacheHTMLEnabled(org.apache.xmlbeans.XmlBoolean preCacheHTMLEnabled)
void unsetPreCacheHTMLEnabled()
boolean getPreCachePDFEnabled()
Returns a boolean that indicates whether the Portable Document Format (PDF) that represents a Web Intelligence document will be pre-loaded into the cache.
true if the PDF format will be pre-loaded into the cache, and false otherwise.org.apache.xmlbeans.XmlBoolean xgetPreCachePDFEnabled()
boolean isSetPreCachePDFEnabled()
true if the PreCachePDFEnabled element has been set, and false otherwise.void setPreCachePDFEnabled(boolean preCachePDFEnabled)
Sets a boolean that indicates whether the Portable Document Format (PDF) that represents a Web Intelligence document will be pre-loaded into the cache.
preCachePDFEnabled - true if the PDF format will be pre-loaded into the cache, and false otherwise.void xsetPreCachePDFEnabled(org.apache.xmlbeans.XmlBoolean preCachePDFEnabled)
void unsetPreCachePDFEnabled()
java.lang.String getContentLocale()
Gets the SI_CONTENT_LOCALE content locale.
String that represents the SI_CONTENT_LOCALE content locale. If the property is not present, an empty String is returned.org.apache.xmlbeans.XmlString xgetContentLocale()
boolean isSetContentLocale()
true if the ContentLocale element has been set, and false otherwise.void setContentLocale(java.lang.String contentLocale)
Sets the SI_CONTENT_LOCALE content locale.
contentLocale - A String that represents the SI_CONTENT_LOCALE content locale.void xsetContentLocale(org.apache.xmlbeans.XmlString contentLocale)
void unsetContentLocale()
java.lang.String getUserInputLocaleName()
org.apache.xmlbeans.XmlString xgetUserInputLocaleName()
boolean isSetUserInputLocaleName()
void setUserInputLocaleName(java.lang.String userInputLocaleName)
void xsetUserInputLocaleName(org.apache.xmlbeans.XmlString userInputLocaleName)
void unsetUserInputLocaleName()
boolean getHasPrompts()
Returns a boolean that indicates whether this Web Intelligence document contains prompts.
true if the Web Intelligence document contains prompts, and false otherwise.org.apache.xmlbeans.XmlBoolean xgetHasPrompts()
void setHasPrompts(boolean hasPrompts)
void xsetHasPrompts(org.apache.xmlbeans.XmlBoolean hasPrompts)
WebiPrompts getPrompts()
Returns a collection of prompts that are associated with this Web Intelligence document.
boolean isSetPrompts()
true if the Prompts element has been set, and false otherwise.void setPrompts(WebiPrompts prompts)
Sets a collection of prompts that are associated with this Web Intelligence document.
prompts - A collection of prompts that are associated with this Web Intelligence document.WebiPrompts addNewPrompts()
Appends and returns a new empty WebiPrompts object.
WebiPrompts object.void unsetPrompts()
PrecacheTypes getPrecacheTypes()
Returns a collection of precache types that are available to this document.
boolean isSetPrecacheTypes()
true if the PrecacheTypes element has been set, and false otherwise.void setPrecacheTypes(PrecacheTypes precacheTypes)
Sets a collection of precache types that are available to this document.
precacheTypes - A collection of precache types that are available to this document.PrecacheTypes addNewPrecacheTypes()
Appends and returns a new empty PrecacheTypes object.
PrecacheTypes object.void unsetPrecacheTypes()
java.lang.String getUpdateObject()
org.apache.xmlbeans.XmlString xgetUpdateObject()
boolean isSetUpdateObject()
void setUpdateObject(java.lang.String updateObject)
void xsetUpdateObject(org.apache.xmlbeans.XmlString updateObject)
void unsetUpdateObject()
ServerGroupChoiceEnum.Enum getViewingServerGroupChoice()
Gets how to choose the server group for viewing the report.
ServerGroupChoiceEnum xgetViewingServerGroupChoice()
boolean isSetViewingServerGroupChoice()
true if the ViewingServerGroupChoice element has been set, and false otherwise.void setViewingServerGroupChoice(ServerGroupChoiceEnum.Enum viewingServerGroupChoice)
Sets how to choose the server group for viewing the report.
viewingServerGroupChoice - Specifies the server group on which to run scheduled reports.void xsetViewingServerGroupChoice(ServerGroupChoiceEnum viewingServerGroupChoice)
void unsetViewingServerGroupChoice()
java.lang.String getViewingServerGroup()
Gets the ID of the server group for viewing the report.
org.apache.xmlbeans.XmlString xgetViewingServerGroup()
boolean isSetViewingServerGroup()
true if the ID of the server group for viewing the report has been set, and false otherwise.void setViewingServerGroup(java.lang.String viewingServerGroup)
Sets the ID of the server group for viewing the report.
viewingServerGroup - The ID of the server group for viewing the report.void xsetViewingServerGroup(org.apache.xmlbeans.XmlString viewingServerGroup)
void unsetViewingServerGroup()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||