|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FullClient
Provides the methods that are necessary to manage a Desktop Intelligence document within the BusinessObjects Enterprise Infrastructure.
| Nested Class Summary | |
|---|---|
static class |
FullClient.Factory
A class with methods for creating instances of the FullClient type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
AnalyticActivities |
addNewAnalyticActivities()
Internal Use Only. |
CorporateCategories |
addNewCorporateCategories()
Appends and returns a new empty CorporateCategories object to the last element of the array. |
CustomProperties |
addNewCustomProperties()
Appends and returns a new empty CustomProperties object to the last element of the array. |
EncyclopediaTopics |
addNewEncyclopediaTopics()
Internal Use Only. |
FileProperties |
addNewFileProperties()
Appends and returns a new empty FileProperties object to the last element of the array. |
FullClientProcessingInfo |
addNewFullClientProcessingInfo()
Appends and returns a new empty FullClientProcessingInfo object to the last element of the array. |
PersonalCategories |
addNewPersonalCategories()
Appends and returns a new empty PersonalCategories object to the last element of the array. |
SchedulingInfo |
addNewSchedulingInfo()
Appends and returns a new empty SchedulingInfo object to the last element of the array. |
AnalyticActivities |
getAnalyticActivities()
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. |
EncyclopediaTopics |
getEncyclopediaTopics()
Internal Use Only. |
FileProperties |
getFileProperties()
Returns the InfoObject's associated files. |
FullClientProcessingInfo |
getFullClientProcessingInfo()
Returns the document properties. |
PersonalCategories |
getPersonalCategories()
Returns the ID set of top-level personal categories that have been assigned to the object. |
java.lang.String |
getProcessingProgID()
Internal Use Only. |
SchedulingInfo |
getSchedulingInfo()
Returns the scheduling information for the object. |
boolean |
isSetAnalyticActivities()
Internal Use Only. |
boolean |
isSetCorporateCategories()
Checks if the CorporateCategories has been set. |
boolean |
isSetCustomProperties()
Checks if the CustomProperties has been set. |
boolean |
isSetEncyclopediaTopics()
Internal Use Only. |
boolean |
isSetFileProperties()
Checks if the FileProperties has been set. |
boolean |
isSetFullClientProcessingInfo()
Checks if the FullClientProcessingInfo has been set. |
boolean |
isSetPersonalCategories()
Checks if the PersonalCategories has been set. |
boolean |
isSetProcessingProgID()
Internal Use Only. |
boolean |
isSetSchedulingInfo()
Checks if the SchedulingInfo has been set. |
void |
setAnalyticActivities(AnalyticActivities analyticActivities)
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(EncyclopediaTopics encyclopediaTopics)
Internal Use Only. |
void |
setFileProperties(FileProperties fileProperties)
Sets the InfoObject's associated files. |
void |
setFullClientProcessingInfo(FullClientProcessingInfo fullClientProcessingInfo)
Sets the document properties. |
void |
setPersonalCategories(PersonalCategories personalCategories)
Sets the ID set of top-level personal categories. |
void |
setProcessingProgID(java.lang.String processingProgID)
Internal Use Only. |
void |
setSchedulingInfo(SchedulingInfo schedulingInfo)
Sets the scheduling information for the object. |
void |
unsetAnalyticActivities()
Internal Use Only. |
void |
unsetCorporateCategories()
Deletes or unsets the CorporateCategories element. |
void |
unsetCustomProperties()
Deletes or unsets the CustomProperties element. |
void |
unsetEncyclopediaTopics()
Internal Use Only. |
void |
unsetFileProperties()
Deletes or unsets the FileProperties element. |
void |
unsetFullClientProcessingInfo()
Deletes or unsets the FullClientProcessingInfo element. |
void |
unsetPersonalCategories()
Deletes or unsets the PersonalCategories element. |
void |
unsetProcessingProgID()
Internal Use Only. |
void |
unsetSchedulingInfo()
Deletes or unsets the SchedulingInfo element. |
org.apache.xmlbeans.XmlString |
xgetProcessingProgID()
Internal Use Only. |
void |
xsetProcessingProgID(org.apache.xmlbeans.XmlString processingProgID)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
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.boolean isSetSchedulingInfo()
true if the SchedulingInfo element has been set, false.void setSchedulingInfo(SchedulingInfo schedulingInfo)
Sets the scheduling information for the object.
schedulingInfo - A SchedulingInfo object containing this object's scheduling information.SchedulingInfo addNewSchedulingInfo()
void unsetSchedulingInfo()
Deletes or unsets the SchedulingInfo element.
FileProperties getFileProperties()
Returns the InfoObject's associated files.
boolean isSetFileProperties()
true if the FileProperties element has been set, false.void setFileProperties(FileProperties fileProperties)
Sets the InfoObject's associated files.
fileProperties - The InfoObject's associated files.FileProperties addNewFileProperties()
void unsetFileProperties()
Deletes or unsets the FileProperties element.
CorporateCategories getCorporateCategories()
Returns the ID set of top-level categories that have been assigned to the object.
boolean isSetCorporateCategories()
true if the CorporateCategories element has been set, false.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.CorporateCategories addNewCorporateCategories()
void unsetCorporateCategories()
Deletes or unsets the CorporateCategories element.
PersonalCategories getPersonalCategories()
Returns the ID set of top-level personal categories that have been assigned to the object.
boolean isSetPersonalCategories()
true if the PersonalCategories element has been set,otherwise false.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.PersonalCategories addNewPersonalCategories()
void unsetPersonalCategories()
Deletes or unsets the PersonalCategories element.
EncyclopediaTopics getEncyclopediaTopics()
boolean isSetEncyclopediaTopics()
void setEncyclopediaTopics(EncyclopediaTopics encyclopediaTopics)
EncyclopediaTopics addNewEncyclopediaTopics()
void unsetEncyclopediaTopics()
AnalyticActivities getAnalyticActivities()
boolean isSetAnalyticActivities()
void setAnalyticActivities(AnalyticActivities analyticActivities)
AnalyticActivities addNewAnalyticActivities()
void unsetAnalyticActivities()
FullClientProcessingInfo getFullClientProcessingInfo()
Returns the document properties.
boolean isSetFullClientProcessingInfo()
true if the FullClientProcessingInfo element has been set,otherwise false.void setFullClientProcessingInfo(FullClientProcessingInfo fullClientProcessingInfo)
Sets the document properties.
fullClientProcessingInfo - The document properties.FullClientProcessingInfo addNewFullClientProcessingInfo()
void unsetFullClientProcessingInfo()
Deletes or unsets the FullClientProcessingInfo element.
java.lang.String getProcessingProgID()
org.apache.xmlbeans.XmlString xgetProcessingProgID()
boolean isSetProcessingProgID()
void setProcessingProgID(java.lang.String processingProgID)
void xsetProcessingProgID(org.apache.xmlbeans.XmlString processingProgID)
void unsetProcessingProgID()
CustomProperties getCustomProperties()
Returns the custom properties.
boolean isSetCustomProperties()
true if the CustomProperties element has been set,otherwise false.void setCustomProperties(CustomProperties customProperties)
Sets the custom properties.
customProperties - The custom properties.CustomProperties addNewCustomProperties()
void unsetCustomProperties()
Deletes or unsets the CustomProperties element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||