|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Refresh
The refresh action is used to refresh data in a document.
Example: Refresh a document.
Action[] actions = new Action[1];
actions[0] = Refresh.Factory.newInstance();
DocumentInformation boDocInfo = boRepEng.getDocumentInformation( strDocid, null, actions, null, null);
BICatalog,
Document,
ReportEngine,
DocumentInformation,
RetrieveMustFillInfo,
Refresh,
FillPrompts,
Drill,
FillPassword,
EmbeddedAction,
FillDBLogons,
FillQueryContext,
Navigate,
RetrieveData| Nested Class Summary | |
|---|---|
static class |
Refresh.Factory
A class with methods for creating instances of the Refresh type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
DataSourceParameterValue |
addNewDataSourceParameterValues()
Appends and returns a new empty value as the last DataSourceParameterValues element |
DataSourceParameterValue[] |
getDataSourceParameterValuesArray()
Internal use only |
DataSourceParameterValue |
getDataSourceParameterValuesArray(int i)
Internal use only |
DataSourceParameterValue |
insertNewDataSourceParameterValues(int i)
Inserts and returns a new empty value as the ith DataSourceParameterValues element |
boolean |
isNilDataSourceParameterValuesArray(int i)
Checks if the DataSourceParameterValues element is nil at the specified index position. |
void |
removeDataSourceParameterValues(int i)
Removes the DataSourceParameterValues element from the specified index position. |
void |
setDataSourceParameterValuesArray(DataSourceParameterValue[] dataSourceParameterValuesArray)
Sets the array of DataSourceParameterValues element to Refresh object. |
void |
setDataSourceParameterValuesArray(int i,
DataSourceParameterValue dataSourceParameterValues)
Sets the DataSourceParameterValues element. |
void |
setNilDataSourceParameterValuesArray(int i)
Sets the DataSourceParameterValues element at the specified index position. |
int |
sizeOfDataSourceParameterValuesArray()
Returns the size of the DataSourceParameterValue array |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
Internal Use Only.
| Method Detail |
|---|
DataSourceParameterValue[] getDataSourceParameterValuesArray()
DataSourceParameterValue getDataSourceParameterValuesArray(int i)
boolean isNilDataSourceParameterValuesArray(int i)
i - the index of DataSourceParameterValue element
true if the DataSourceParameterValue element is nil, otherwise falseint sizeOfDataSourceParameterValuesArray()
void setDataSourceParameterValuesArray(DataSourceParameterValue[] dataSourceParameterValuesArray)
dataSourceParameterValuesArray - the array of DataSourceParameterValue elements
void setDataSourceParameterValuesArray(int i,
DataSourceParameterValue dataSourceParameterValues)
i - the index of the DataSourceParameterValue elementdataSourceParameterValues - the DataSourceParameterValue objectvoid setNilDataSourceParameterValuesArray(int i)
i - the index of the DataSourceParameterValue elementDataSourceParameterValue insertNewDataSourceParameterValues(int i)
i - the index of the DataSourceParameterValue element
DataSourceParameterValue addNewDataSourceParameterValues()
void removeDataSourceParameterValues(int i)
i - the index of the DataSourceParameterValue element
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||