|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFullClientProcessingInfo
This interface provides methods which allow you to manage options for a Desktop Intelligence document that are specific to prompts and pre-loading the Desktop Intelligence Report Server's document cache with specific document formats.
| Method Summary | |
|---|---|
IFullClientPrinterOptions |
getFullClientPrinterOptions()
Returns the printer options associated with this Desktop Intelligence document. |
IFullClientPrompts |
getPrompts()
Returns a collection of prompts that are associated with this Desktop Intelligence document. |
int |
getViewingShareInterval()
Returns the report sharing interval value in seconds. |
boolean |
hasPrompts()
Returns a boolean that indicates whether this Desktop Intelligence document contains prompts. |
boolean |
isPromptOnDemandViewing()
Returns a boolean that indicates whether prompts are enabled for on-demand viewing. |
boolean |
isViewingShareHitDBOnRefresh()
Returns a boolean indicating whether a refresh request will hit the database to retrieve new data. |
boolean |
isViewingShareReport()
Returns a boolean that indicates whether report sharing is used. |
boolean |
isViewingUseReportSharingSettings()
Returns a boolean that indicates whether specific report sharing settings are used. |
void |
setPromptOnDemandViewing(boolean bPromptOnDemand)
Sets a boolean that indicates whether prompts are enabled for on-demand viewing. |
void |
setViewingShareHitDBOnRefresh(boolean hitDB)
Sets whether a refresh request will hit the database to retrieve new data. |
void |
setViewingShareInterval(int newVal)
Sets the report sharing interval value in seconds. |
void |
setViewingShareReport(boolean bShareReport)
Sets a boolean that indicates whether report sharing is used. |
void |
setViewingUseReportSharingSettings(boolean useReportSpecificSharing)
Sets a boolean that indicates whether specific report sharing settings are used. |
| Methods inherited from interface com.crystaldecisions.sdk.plugin.desktop.common.IProcessingServerGroupInfo |
|---|
getProcessingServerGroup, getProcessingServerGroupChoice, setProcessingServerGroup, setProcessingServerGroupChoice |
| Methods inherited from interface com.crystaldecisions.sdk.plugin.desktop.common.ICacheServerGroupInfo |
|---|
getCacheServerGroup, getCacheServerGroupChoice, setCacheServerGroup, setCacheServerGroupChoice |
| Method Detail |
|---|
boolean isPromptOnDemandViewing()
throws SDKException
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.
SDKException - This is thrown if the process is unsuccessful.void setPromptOnDemandViewing(boolean bPromptOnDemand)
Sets a boolean that indicates whether prompts are enabled for on-demand viewing.
bPromptOnDemand - A boolean that indicates whether prompting should be enabled for
on-demand viewing requests.
boolean hasPrompts()
throws SDKException
Returns a boolean that indicates whether this Desktop Intelligence document contains prompts.
true if the Desktop Intelligence document contains prompts, and false otherwise.
SDKException - This is thrown if the process is unsuccessful.
IFullClientPrompts getPrompts()
throws SDKException
Returns a collection of prompts that are associated with this Desktop Intelligence document.
IFullClientPrompts object that represents the prompt values.
SDKException - This is thrown if the process is unsuccessful.
IFullClientPrinterOptions getFullClientPrinterOptions()
throws SDKException
Returns the printer options associated with this Desktop Intelligence document.
IFullClientPrinterOptions object.
SDKException - This is thrown if the process is unsuccessful.
boolean isViewingUseReportSharingSettings()
throws SDKException
Returns a boolean that indicates whether specific report sharing settings are used.
true if specific report share settings are used, false otherwise.
SDKException - This is thrown if the process is unsuccessful.void setViewingUseReportSharingSettings(boolean useReportSpecificSharing)
Sets a boolean that indicates whether specific report sharing settings are used.
useReportSpecificSharing - A boolean that indicates whether specific report sharing settings are used.
boolean isViewingShareReport()
throws SDKException
Returns a boolean that indicates whether report sharing is used.
boolean that indicates whether report sharing is used.
SDKException - This is thrown if the process is unsuccessful.void setViewingShareReport(boolean bShareReport)
Sets a boolean that indicates whether report sharing is used.
bShareReport - A boolean that indicates whether report sharing is used.
int getViewingShareInterval()
throws SDKException
Returns the report sharing interval value in seconds. This time interval indicates how long the report data will be shared.
int that indicates the report sharing interval value in seconds.
SDKException - This is thrown if the process is unsuccessful.void setViewingShareInterval(int newVal)
Sets the report sharing interval value in seconds. This time interval indicates how long the report data will be shared.
newVal - An int that indicates the report sharing interval value in seconds.
boolean isViewingShareHitDBOnRefresh()
throws SDKException
Returns a boolean indicating whether a refresh request will hit the database to retrieve new data.
boolean indicating whether a refresh request will hit the database to retrieve new data.
SDKException - This is thrown if the process is unsuccessful.void setViewingShareHitDBOnRefresh(boolean hitDB)
Sets whether a refresh request will hit the database to retrieve new data.
hitDB - A boolean specifying whether a refresh request will
hit the database to retrieve new data.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||