|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EmbeddedCallbackOption
A EmbeddedCallbackOption sets a script that is to be called each time EmbeddedAction is retrieved with a document view.
CallbackOption,
DrillOption,
ImageManagement,
RetrieveView,
RetrieveData,
ReportEngine,
DocumentInformation| Nested Class Summary | |
|---|---|
static class |
EmbeddedCallbackOption.Factory
A class with methods for creating instances of the EmbeddedCallbackOption type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
java.lang.String |
getActionHolder()
Returns the name of the parameter in the URL which contains the Action to be passed to the EmbeddedAction. |
java.lang.String |
getNameHolder()
Returns the name of the parameter in the URL which contains the name of the Action to be passed to the EmbeddedAction. |
boolean |
isSetActionHolder()
Checks if the ActionHolder attribute is set. |
boolean |
isSetNameHolder()
Checks if the NameHolder attribute is set. |
void |
setActionHolder(java.lang.String actionHolder)
Sets the name of the parameter in the URL which contains the Action to be passed to the EmbeddedAction. |
void |
setNameHolder(java.lang.String nameHolder)
Sets the name of the parameter in the URL which contains the name of the Action to be passed to the EmbeddedAction. |
void |
unsetActionHolder()
Unsets the ActionHolder attribute. |
void |
unsetNameHolder()
Unsets the NameHolder attribute. |
org.apache.xmlbeans.XmlString |
xgetActionHolder()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetNameHolder()
Internal Use Only. |
void |
xsetActionHolder(org.apache.xmlbeans.XmlString actionHolder)
Internal Use Only. |
void |
xsetNameHolder(org.apache.xmlbeans.XmlString nameHolder)
Internal Use Only. |
| Methods inherited from interface com.businessobjects.dsws.reportengine.CallbackOption |
|---|
getCallbackFrame, getCallbackScript, getDocumentReferenceHolder, isSetCallbackFrame, isSetCallbackScript, isSetDocumentReferenceHolder, setCallbackFrame, setCallbackScript, setDocumentReferenceHolder, unsetCallbackFrame, unsetCallbackScript, unsetDocumentReferenceHolder, xgetCallbackFrame, xgetCallbackScript, xgetDocumentReferenceHolder, xsetCallbackFrame, xsetCallbackScript, xsetDocumentReferenceHolder |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
Internal Use Only.
| Method Detail |
|---|
java.lang.String getActionHolder()
org.apache.xmlbeans.XmlString xgetActionHolder()
Internal Use Only.
boolean isSetActionHolder()
true if the ActionHolder attribute is set, otherwise falsevoid setActionHolder(java.lang.String actionHolder)
actionHolder - The Action to be passed to the EmbeddedAction.void xsetActionHolder(org.apache.xmlbeans.XmlString actionHolder)
Internal Use Only.
void unsetActionHolder()
java.lang.String getNameHolder()
org.apache.xmlbeans.XmlString xgetNameHolder()
Internal Use Only.
boolean isSetNameHolder()
true if the NameHolder attribute is set, otherwise falsevoid setNameHolder(java.lang.String nameHolder)
nameHolder - The name of the Action to be passed to the EmbeddedAction.void xsetNameHolder(org.apache.xmlbeans.XmlString nameHolder)
Internal Use Only.
void unsetNameHolder()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||