|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFullClientPrompt
This interface provides methods that allow you to identify the prompt and its associated information for a given Desktop Intelligence document.
| Method Summary | |
|---|---|
java.util.List |
getDataProviders()
Returns a collection of data providers that are with this prompt. |
java.lang.String |
getName()
Returns the name of the prompt. |
java.util.List |
getValues()
Returns a collection of prompt values currently chosen for this prompt. |
| Method Detail |
|---|
java.lang.String getName()
throws SDKException
Returns the name of the prompt.
String that contains the name of the prompt.
SDKException - This is thrown if the process is unsuccessful.
java.util.List getValues()
throws SDKException
Returns a collection of prompt values currently chosen for this prompt.
List object that contains the prompt values that have been chosen for this prompt.
SDKException - This is thrown if the process is unsuccessful.
java.util.List getDataProviders()
throws SDKException
Returns a collection of data providers that are with this prompt.
List object that contains the data providers that are associated with this prompt.
SDKException - This is thrown if the process is unsuccessful.com.businessobjects.sdk.plugin.desktop.fullclient.IDataProvider
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||