|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IWebiPrompt
This interface provides methods that allow you to identify the prompt and its associated information for a given Web Intelligence document.
| Field Summary | |
|---|---|
static java.lang.String |
SI_DYNAMIC
|
| 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 |
getValueIndexes()
Returns a collection of indexes prompt value currently chosen for this prompt. |
java.util.List |
getValues()
Returns a collection of prompt values currently chosen for this prompt. |
java.util.List |
getValuesToDisplay()
|
boolean |
isDynamic()
|
boolean |
isSkipped()
Returns a boolean which indicate if the prompt could be skipped or not. |
void |
setDynamic(boolean isDynamic)
|
void |
setSkipped(boolean isSkipped)
Sets skipped property on the current prompt, only if the prompt is optional and if no value have been given. |
| Field Detail |
|---|
static final java.lang.String SI_DYNAMIC
| 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.
boolean isSkipped()
throws SDKException
Returns a boolean which indicate if the prompt could be skipped or not.
true if the prompt is optional and if no value is given, false otherwise
SDKExceptionvoid setSkipped(boolean isSkipped)
Sets skipped property on the current prompt, only if the prompt is optional and if no value have been given.
isSkipped -
boolean isDynamic()
throws SDKException
SDKExceptionvoid setDynamic(boolean isDynamic)
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 getValuesToDisplay()
throws SDKException
SDKException
java.util.List getValueIndexes()
throws SDKException
Returns a collection of indexes prompt value currently chosen for this prompt.
Index for a given value is ordered from this collection as in IWebiPrompt.getValues()
List object that contains indexes 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.IDataProvider
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||