com.businessobjects.dsws.reportengine
Interface EmbeddedAction

All Superinterfaces:
Action

public interface EmbeddedAction
extends Action

EmbeddedAction is used to provide a callback Action to document.

EmbeddedAction is a callback generated in the Web Service View output.

By Setting an EmbeddedAction alone information such as View, NavigationMap or PromptInfo are not returned.

In order to retrieve more document information, such as the NavigationMap or prompts, RetrieveNavigationMap or RetrievePromptInfo should be added to the RetrieveData or the RetrieveMustFillInfo objects respectfully.

See RetrieveData for an example of how to use the retrieve objects.

See DBLogonInfo for an example of how to use the RetrieveMustFillInfo object.

See Also:
EmbeddedCallbackOption, Action, BICatalog, Document, ReportEngine, DocumentInformation, RetrieveMustFillInfo, Refresh, FillPrompts, Drill, FillPassword, EmbeddedAction, FillDBLogons, FillQueryContext, Navigate, RetrieveData

Nested Class Summary
static class EmbeddedAction.Factory
          A class with methods for creating instances of the EmbeddedAction type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
 
Method Summary
 java.lang.String getActionString()
          Internal Use Only.
 void setActionString(java.lang.String actionString)
          Sets the EmbeddedAction with an ActionHolder value.
 org.apache.xmlbeans.XmlString xgetActionString()
          Internal Use Only.
 void xsetActionString(org.apache.xmlbeans.XmlString actionString)
          Internal Use Only.
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type

Internal Use Only.

Method Detail

getActionString

java.lang.String getActionString()

Internal Use Only.


xgetActionString

org.apache.xmlbeans.XmlString xgetActionString()

Internal Use Only.


setActionString

void setActionString(java.lang.String actionString)
Sets the EmbeddedAction with an ActionHolder value. The ActionHolder value is retrieved from the EmbeddedCallbackOption class.

Parameters:
actionString - an ActionHolder value

xsetActionString

void xsetActionString(org.apache.xmlbeans.XmlString actionString)

Internal Use Only.