|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.businessobjects.enterprise.infoobject.InfoObject
com.businessobjects.enterprise.powerpoint.Powerpoint
This class represents a Powerpoint object.
| Constructor Summary | |
Powerpoint()
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Internal Use Only. |
CorporateCategories |
getCorporateCategories()
Returns the ID set of top-level categories that have been assigned to the object. |
CustomProperties |
getCustomProperties()
Returns the custom properties. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Internal Use Only. |
com.businessobjects.enterprise.infoobject.EncyclopediaTopics |
getEncyclopediaTopics()
Internal Use Only. |
FileProperties |
getFileProperties()
Returns the InfoObject's associated files. |
java.lang.String |
getMimeType()
Internal Use Only. |
PersonalCategories |
getPersonalCategories()
Returns the ID set of top-level personal categories that have been assigned to the object. |
DocumentProcessingInfo |
getPluginProcessingInterface()
Internal Use Only. |
java.lang.String |
getProcessingProgID()
Internal Use Only. |
SchedulingInfo |
getSchedulingInfo()
Returns the scheduling information for the object. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Internal Use Only. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Internal Use Only. |
java.lang.String |
getViewerURL()
Returns the viewer URL associated with an alert that will be included in the alert notification email. |
int |
hashCode()
Internal Use Only. |
void |
setCorporateCategories(CorporateCategories corporateCategories)
Sets the ID set of top-level categories. |
void |
setCustomProperties(CustomProperties customProperties)
Sets the custom properties. |
void |
setEncyclopediaTopics(com.businessobjects.enterprise.infoobject.EncyclopediaTopics encyclopediaTopics)
Internal Use Only. |
void |
setFileProperties(FileProperties fileProperties)
Sets the InfoObject's associated files. |
void |
setMimeType(java.lang.String mimeType)
Internal Use Only. |
void |
setPersonalCategories(PersonalCategories personalCategories)
Sets the ID set of top-level personal categories. |
void |
setPluginProcessingInterface(DocumentProcessingInfo pluginProcessingInterface)
Internal Use Only. |
void |
setProcessingProgID(java.lang.String processingProgID)
Internal Use Only. |
void |
setSchedulingInfo(SchedulingInfo schedulingInfo)
Sets the scheduling information for the object. |
void |
setViewerURL(java.lang.String viewerURL)
Sets the viewer URL associated with an alert that will be included in the alert notification email. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Powerpoint()
| Method Detail |
public java.lang.String getMimeType()
public void setMimeType(java.lang.String mimeType)
public SchedulingInfo getSchedulingInfo()
Returns the scheduling information for the object. It will be an empty reference if the object does not support scheduling.
SchedulingInfo object containing this object's scheduling information.public void setSchedulingInfo(SchedulingInfo schedulingInfo)
Sets the scheduling information for the object.
schedulingInfo - A SchedulingInfo object containing this object's scheduling information.public FileProperties getFileProperties()
Returns the InfoObject's associated files.
public void setFileProperties(FileProperties fileProperties)
Sets the InfoObject's associated files.
fileProperties - The InfoObject's associated files.public CorporateCategories getCorporateCategories()
Returns the ID set of top-level categories that have been assigned to the object.
public void setCorporateCategories(CorporateCategories corporateCategories)
Sets the ID set of top-level categories.
corporateCategories - A set of category IDs that have been assigned to the object.public PersonalCategories getPersonalCategories()
Returns the ID set of top-level personal categories that have been assigned to the object.
public void setPersonalCategories(PersonalCategories personalCategories)
Sets the ID set of top-level personal categories.
personalCategories - A set of category IDs that have been assigned to the object.public com.businessobjects.enterprise.infoobject.EncyclopediaTopics getEncyclopediaTopics()
public void setEncyclopediaTopics(com.businessobjects.enterprise.infoobject.EncyclopediaTopics encyclopediaTopics)
public java.lang.String getViewerURL()
Returns the viewer URL associated with an alert that will be included in the alert
notification email. The URL is a link to the report that contains the triggered alert. This
URL should contain the HTTP protocol, the web server name, the web server virtual path, the
name of the JSP page used to view the report, and the report ID (or some other property that
identifies the report, such as the report name). For example:
http://server/viewer.jsp?id=%SI_ID%
Note: The percentage signs around the property name indicate that a variable is being used; the Enterprise system will substitute the property name with the appropriate value (for example, the ID of a specific report).
String containing the viewer URL associated with an alert that will be included in the alert notification email.public void setViewerURL(java.lang.String viewerURL)
Sets the viewer URL associated with an alert that will be included in the alert
notification email. The URL is a link to the report that contains the triggered alert. This
URL should contain the HTTP protocol, the web server name, the web server virtual path, the
name of the JSP page used to view the report, and the report ID (or some other property that
identifies the report, such as the report name). For example:
http://server/viewer.jsp?id=%SI_ID%.
or
%SI_VIEWER_URL%
Note: The percentage signs around the property name indicate that a variable is being used; the Enterprise system will substitute the property name with the appropriate value (for example, the ID of a specific report).
viewerURL - A String containing the viewer URL associated with an alert that will be included in the alert notification email.public DocumentProcessingInfo getPluginProcessingInterface()
public void setPluginProcessingInterface(DocumentProcessingInfo pluginProcessingInterface)
public java.lang.String getProcessingProgID()
public void setProcessingProgID(java.lang.String processingProgID)
public CustomProperties getCustomProperties()
Returns the custom properties.
public void setCustomProperties(CustomProperties customProperties)
Sets the custom properties.
customProperties - The custom properties.public boolean equals(java.lang.Object obj)
equals in class InfoObjectpublic int hashCode()
hashCode in class InfoObjectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||