com.businessobjects.sdk.plugin.desktop.fullclient
Interface IFullClientPrompt


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

getName

java.lang.String getName()
                         throws SDKException

Returns the name of the prompt.

Returns:
A String that contains the name of the prompt.
Throws:
SDKException - This is thrown if the process is unsuccessful.

getValues

java.util.List getValues()
                         throws SDKException

Returns a collection of prompt values currently chosen for this prompt.

Returns:
A List object that contains the prompt values that have been chosen for this prompt.
Throws:
SDKException - This is thrown if the process is unsuccessful.

getDataProviders

java.util.List getDataProviders()
                                throws SDKException

Returns a collection of data providers that are with this prompt.

Returns:
A List object that contains the data providers that are associated with this prompt.
Throws:
SDKException - This is thrown if the process is unsuccessful.
See Also:
com.businessobjects.sdk.plugin.desktop.fullclient.IDataProvider