|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IWebiBase
This interface inherits from IWebiProcessingInfo and it also provides a method which allows you to retrieve the ID's of the universes that are associated with a Webi object.
| Method Summary | |
|---|---|
void |
clearWebiObjectRelatives()
|
int |
getAutosaveOriginalDocID()
Gets the SI_AUTOSAVE_ORIGINAL_DOCID original doc ID. |
java.lang.String |
getContentLocale()
Gets the SI_CONTENT_LOCALE content locale. |
java.util.List |
getDocL10NLocales()
Gets String[] defined into SI_WEBI_DOC_PROPERTIES. |
IWebiDocDataProviders |
getDocumentDataProviders()
Gets IWebiDocDataProviders defined into SI_WEBI_DOC_PROPERTIES. |
IWebiDocPrompts |
getDocumentPrompts()
Gets IWebiDocPrompts defined into SI_WEBI_DOC_PROPERTIES. |
IWebiDocProperties |
getDocumentProperties()
Gets properties defined into SI_WEBI_DOC_PROPERTIES. |
java.lang.String |
getDocumentPropertiesVersion()
Gets version of xml stored into SI_WEBI_DOC_PROPERTIES. |
java.util.Set |
getDSLUniverses()
Gets the IDs of the DSL universes that are assigned to this Web Intelligence document. |
java.util.Set |
getFHSQLConnection()
Gets the IDs of the connection that are assigned to this Web Intelligence document. |
java.util.Set |
getUniverses()
Gets the IDs of the universes that are assigned to this Web Intelligence document. |
java.util.Set |
getWebiObjectRelatives(java.lang.String propName)
|
void |
setAutosaveOriginalDocID(int originalDocID)
Sets the SI_AUTOSAVE_ORIGINAL_DOCID original doc ID. |
void |
setContentLocale(java.lang.String s)
Sets the SI_CONTENT_LOCALE content locale. |
void |
setDocL10NLocales(java.util.Locale[] locales)
Overrides locales String[] to be saved into SI_WEBI_DOC_PROPERTIES. |
| Methods inherited from interface com.businessobjects.sdk.plugin.desktop.webi.IWebiProcessingInfo |
|---|
getPrecacheTypes, getPrompts, getUserInputLocaleName, getWebiFormatOptions, hasPrompts, isPreCacheHTMLEnabled, isPreCachePDFEnabled, isPreCacheXLSEnabled, isPromptOnDemandViewing, setPreCacheHTMLEnabled, setPreCachePDFEnabled, setPreCacheXLSEnabled, setPromptOnDemandViewing, setUserInputLocaleName |
| Methods inherited from interface com.crystaldecisions.sdk.plugin.desktop.common.IViewingServerGroupInfo |
|---|
getViewingServerGroup, getViewingServerGroupChoice, setViewingServerGroup, setViewingServerGroupChoice |
| Method Detail |
|---|
java.util.Set getUniverses()
throws SDKException
Gets the IDs of the universes that are assigned to this Web Intelligence document.
Set of IDs corresponding to the Universes that belong to the current Webi.
SDKException - Throws exception if property is not foundIUniverseBase
java.util.Set getFHSQLConnection()
throws SDKException
Gets the IDs of the connection that are assigned to this Web Intelligence document.
Set of IDs corresponding to the connection that belong to the current Webi.
SDKException - Throws exception if property is not foundIUniverseBase
java.util.Set getDSLUniverses()
throws SDKException
Gets the IDs of the DSL universes that are assigned to this Web Intelligence document.
Set of IDs corresponding to the DSL Universes that belong to the current Webi.
SDKException - Throws exception if property is not found
java.lang.String getContentLocale()
throws SDKException
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.
SDKException - Throws exception if property is not found.
void setContentLocale(java.lang.String s)
throws SDKException
Sets the SI_CONTENT_LOCALE content locale.
s - A String that represents the SI_CONTENT_LOCALE content locale.
SDKException - Throws exception if property is not found.
int getAutosaveOriginalDocID()
throws SDKException
Gets the SI_AUTOSAVE_ORIGINAL_DOCID original doc ID.
String that represents the SI_AUTOSAVE_ORIGINAL_DOCID original doc ID.
SDKException - Throws exception if property is not found.
void setAutosaveOriginalDocID(int originalDocID)
throws SDKException
Sets the SI_AUTOSAVE_ORIGINAL_DOCID original doc ID.
s - A String that represents the SI_AUTOSAVE_ORIGINAL_DOCID original doc ID. If the property is
not present, 0 is returned.
SDKException - Throws exception if property is not found.
IWebiDocProperties getDocumentProperties()
throws SDKException
IWebiDocProperties
java.lang.Exception
SDKException
IWebiDocPrompts getDocumentPrompts()
throws SDKException
IWebiDocPrompts defined into SI_WEBI_DOC_PROPERTIES.
IWebiDocPrompts
java.lang.Exception
SDKException
IWebiDocDataProviders getDocumentDataProviders()
throws SDKException
IWebiDocDataProviders defined into SI_WEBI_DOC_PROPERTIES.
IWebiDocDataProviders
SDKException
java.lang.Exception
java.util.List getDocL10NLocales()
throws SDKException
String[] defined into SI_WEBI_DOC_PROPERTIES.
String[]
SDKException
java.lang.Exception
void setDocL10NLocales(java.util.Locale[] locales)
throws SDKException
String[] to be saved into SI_WEBI_DOC_PROPERTIES.
SDKException
java.lang.Exception
java.lang.String getDocumentPropertiesVersion()
throws SDKException
SDKException
java.util.Set getWebiObjectRelatives(java.lang.String propName)
throws SDKException
SDKException
void clearWebiObjectRelatives()
throws SDKException
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||