|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InfoObject
InfoObject is the core interface for writing a BusinessObjects Enterprise object that interacts and works within the BusinessObjects Enterprise system. For the client library, this object allows for the persistence of information sent to the CMS. For the client desktop, this object defines the appearance of an object type.
| Nested Class Summary | |
|---|---|
static class |
InfoObject.Factory
A class with methods for creating instances of the InfoObject type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
Alerts |
addNewAlerts()
Appends and returns a new empty Alerts object as the last element of the array. |
PluginInfo |
addNewPluginInfo()
Appends and returns a new empty PluginInfo object as the last element of the array. |
RolesOnObject |
addNewRolesOnObject()
Appends and returns a new empty RolesOnObject object as the last element of the array. |
SecurityInfo |
addNewSecurityInfo()
Appends and returns a new empty SecurityInfo object as the last element of the array. |
SecurityInfo2 |
addNewSecurityInfo2()
Appends and returns a new empty SecurityInfo2 object as the last element of the array. |
com.businessobjects.enterprise.infoobject.SharedDoc |
addNewSharedDoc()
Internal Use Only. |
StatusInfo |
addNewStatusInfo()
Appends and returns a new empty Alert object as the last element of the array. |
Alerts |
getAlerts()
Returns a collection of Alert objects. |
long |
getChildrenObjects()
Specifies the number of children an object has. |
java.util.Calendar |
getCreationTime()
Stores the date and time of the object's creation. |
java.lang.String |
getCUID()
Returns the object's unique identifier within a cluster. |
java.lang.String |
getDescription()
Returns the description of the InfoObject. |
java.util.Calendar |
getEndTime()
The date and time that the instance actually finished being processed. |
java.lang.String |
getErrorMessage()
Returns a localized error message for a failed job. |
int |
getID()
Returns the unique ID of an InfoObject. |
boolean |
getInstance()
Returns true if this object is an instance. |
boolean |
getInstanceObject()
A boolean value specifying whether or not the BusinessObjects Enterprise object is a
report instance that is the result of a job that has already run. |
boolean |
getIsApplicationObject()
Indicates whether or not the BusinessObjects Enterprise object is an application object. |
boolean |
getIsComponent()
The flag indicating whether the object is a package component. |
boolean |
getIsHiddenObject()
This property indicates whether or not an object is hidden. |
boolean |
getIsPluginObject()
Returns true if the InfoObject is a plugin, and false otherwise. |
boolean |
getIsRecurring()
Returns True if the InfoObject is a recurring instance, and False otherwise. |
boolean |
getIsRunnableObject()
Returns true if the report object is runnable, and false otherwise. |
boolean |
getIsSendable()
Indicates if the object can be sent to a destination. |
boolean |
getIsSystemObject()
Indicates whether or not the BusinessObjects Enterprise object is a system object. |
java.lang.String |
getKey()
Returns the unique hash code value of the InfoObject. |
java.lang.String |
getKeywords()
Returns the keyword of the InfoObject. |
java.lang.String |
getKind()
Returns the kind of the InfoObject. |
java.util.Calendar |
getLastRunTime()
This property stores the date and time when the report was last run. |
java.lang.String |
getLastSuccessfulInstanceCUID()
This property stores the ID of the last successful instance ID for the given report. |
java.lang.String |
getName()
Returns the title of the InfoObject. |
java.lang.String |
getNewJobID()
The ID of the new instance that has just been scheduled. |
java.util.Calendar |
getNextRunTime()
This property stores the date and time when the report will next be run. |
boolean |
getObjectIsContainer()
Returns whether the object is a folder, inbox, or category. |
java.lang.String |
getOwner()
Returns the name of the user who owns a particular object. |
java.lang.String |
getOwnerCUID()
This is a number that uniquely identifies the user who owns a particular object. |
java.lang.String |
getParentCUID()
Returns the parent object's cluster unique identifier. |
PluginInfo |
getPluginInfo()
Returns the plugin info. |
RolesOnObject |
getRolesOnObject()
Returns the custom access levels (custom roles) that are assigned to an object. |
java.lang.String |
getRUID()
Returns the object's unique identifier within an object package. |
boolean |
getSchedulable()
Indicates whether or not the object can be scheduled. |
SecurityInfo |
getSecurityInfo()
Returns the security information for the object. |
SecurityInfo2 |
getSecurityInfo2()
Gets security roles, rights, and limits on an object for a specific user or group. |
com.businessobjects.enterprise.infoobject.SharedDoc |
getSharedDoc()
Internal Use Only. |
java.util.Calendar |
getStartTime()
The date and time that the instance actually began being processed. |
StatusInfo |
getStatusInfo()
Returns the current status of the scheduled job. |
int |
getUiStatus()
The SI_UISTATUS property. |
java.util.Calendar |
getUpdateTime()
This is a time stamp property which stores the date and time the object was last modified. |
boolean |
isSetAlerts()
Checks if the Alerts element has been set. |
boolean |
isSetChildrenObjects()
Checks if the ChildrenObjects has been set. |
boolean |
isSetCreationTime()
Checks if the CreationTime has been set. |
boolean |
isSetCUID()
Checks if the CUID has been set. |
boolean |
isSetDescription()
Checks if the Description has been set. |
boolean |
isSetEndTime()
Checks if the EndTime has been set. |
boolean |
isSetErrorMessage()
Checks if the ErrorMessage has been set. |
boolean |
isSetID()
Checks if the ID has been set. |
boolean |
isSetInstance()
Checks if the Instance has been set. |
boolean |
isSetInstanceObject()
Checks if the InstanceObject has been set. |
boolean |
isSetIsApplicationObject()
Checks if the IsApplicationObject has been set. |
boolean |
isSetIsComponent()
Checks if the IsComponent has been set. |
boolean |
isSetIsHiddenObject()
Checks if the IsHiddenObject has been set. |
boolean |
isSetIsPluginObject()
Checks if the IsPluginObject has been set. |
boolean |
isSetIsRecurring()
Checks if the IsRecurring has been set. |
boolean |
isSetIsRunnableObject()
Checks if the IsRunnableObject has been set. |
boolean |
isSetIsSendable()
Checks if the IsSendable has been set. |
boolean |
isSetIsSystemObject()
Checks if the IsSystemObject has been set. |
boolean |
isSetKey()
Checks if the Key has been set. |
boolean |
isSetKeywords()
Checks if the Keywords has been set. |
boolean |
isSetKind()
Checks if the Kind has been set. |
boolean |
isSetLastRunTime()
Checks if the LastRunTime has been set. |
boolean |
isSetLastSuccessfulInstanceCUID()
Checks if the LastSuccessfulInstanceCUID has been set. |
boolean |
isSetNewJobID()
Checks if the NewJobID has been set. |
boolean |
isSetNextRunTime()
Checks if the NextRunTime has been set. |
boolean |
isSetObjectIsContainer()
Checks if the ObjectIsContainer has been set. |
boolean |
isSetOwner()
Checks if the Owner has been set. |
boolean |
isSetOwnerCUID()
Checks if the OwnerCUID has been set. |
boolean |
isSetParentCUID()
Checks if the ParentCUID has been set. |
boolean |
isSetPluginInfo()
Checks if the PluginInfo has been set. |
boolean |
isSetRolesOnObject()
Checks if the RolesOnObject has been set. |
boolean |
isSetRUID()
Checks if the RUID has been set. |
boolean |
isSetSchedulable()
Checks if the Schedulable element has been set. |
boolean |
isSetSecurityInfo()
Checks if the SecurityInfo has been set. |
boolean |
isSetSecurityInfo2()
Checks if the SecurityInfo2 has been set. |
boolean |
isSetSharedDoc()
Internal Use Only. |
boolean |
isSetStartTime()
Checks if the StartTime has been set. |
boolean |
isSetStatusInfo()
Checks if the StatusInfo has been set. |
boolean |
isSetUiStatus()
Checks if the UiStatus has been set. |
boolean |
isSetUpdateTime()
Checks if the UpdateTime has been set. |
void |
setAlerts(Alerts alerts)
Sets a collection of Alert objects. |
void |
setChildrenObjects(long childrenObjects)
Internal Use Only. |
void |
setCreationTime(java.util.Calendar creationTime)
Stores the date and time of the object's creation. |
void |
setCUID(java.lang.String cuid)
Sets the object's unique identifier within a cluster. |
void |
setDescription(java.lang.String description)
Sets the description of the InfoObject. |
void |
setEndTime(java.util.Calendar endTime)
The date and time that the instance actually finished being processed. |
void |
setErrorMessage(java.lang.String errorMessage)
Sets a localized error message for a failed job. |
void |
setID(int id)
Internal Use Only. |
void |
setInstance(boolean instance)
true if this object is an instance, false otherwise. |
void |
setInstanceObject(boolean instanceObject)
A boolean value specifying whether or not the BusinessObjects Enterprise object is a
report instance that is the result of a job that has already run. |
void |
setIsApplicationObject(boolean isApplicationObject)
Indicates whether or not the BusinessObjects Enterprise object is an application object. |
void |
setIsComponent(boolean isComponent)
The flag indicating whether the object is a package component. |
void |
setIsHiddenObject(boolean isHiddenObject)
This property indicates whether or not an object is hidden. |
void |
setIsPluginObject(boolean isPluginObject)
Sets whether the InfoObject is a plugin. |
void |
setIsRecurring(boolean isRecurring)
Returns True if the InfoObject is a recurring instance, and False otherwise. |
void |
setIsRunnableObject(boolean isRunnableObject)
Sets whether the report object is runnable. |
void |
setIsSendable(boolean isSendable)
Indicates if the object can be sent to a destination. |
void |
setIsSystemObject(boolean isSystemObject)
Indicates whether or not the BusinessObjects Enterprise object is a system object. |
void |
setKey(java.lang.String key)
Internal Use Only. |
void |
setKeywords(java.lang.String keywords)
Sets the keyword of the InfoObject. |
void |
setKind(java.lang.String kind)
Sets the kind of the InfoObject. |
void |
setLastRunTime(java.util.Calendar lastRunTime)
This property stores the date and time when the report was last run. |
void |
setLastSuccessfulInstanceCUID(java.lang.String lastSuccessfulInstanceCUID)
Internal Use Only. |
void |
setName(java.lang.String name)
Sets the title of the InfoObject. |
void |
setNewJobID(java.lang.String newJobID)
The ID of the new instance that has just been scheduled. |
void |
setNextRunTime(java.util.Calendar nextRunTime)
This property stores the date and time when the report will next be run. |
void |
setObjectIsContainer(boolean objectIsContainer)
Internal Use Only. |
void |
setOwner(java.lang.String owner)
Internal Use Only. |
void |
setOwnerCUID(java.lang.String ownerCUID)
This is a number that uniquely identifies the user who owns a particular object. |
void |
setParentCUID(java.lang.String parentCUID)
Sets the parent object's cluster unique identifier. |
void |
setPluginInfo(PluginInfo pluginInfo)
Sets the plugin info. |
void |
setRolesOnObject(RolesOnObject rolesOnObject)
Sets the custom access levels (custom roles) that are assigned to an object. |
void |
setRUID(java.lang.String ruid)
Sets the object's unique identifier within an object package. |
void |
setSchedulable(boolean schedulable)
Internal Use Only. |
void |
setSecurityInfo(SecurityInfo securityInfo)
Sets the security information for the object. |
void |
setSecurityInfo2(SecurityInfo2 securityInfo2)
Sets security roles, rights, and limits on an object for a specific user or group. |
void |
setSharedDoc(com.businessobjects.enterprise.infoobject.SharedDoc sharedDoc)
Internal Use Only. |
void |
setStartTime(java.util.Calendar startTime)
The date and time that the instance actually began being processed. |
void |
setStatusInfo(StatusInfo statusInfo)
Sets the current status of the scheduled job. |
void |
setUiStatus(int uiStatus)
The SI_UISTATUS property. |
void |
setUpdateTime(java.util.Calendar updateTime)
This is a time stamp property which stores the date and time the object was last modified. |
void |
unsetAlerts()
Deletes or unsets the Alerts element. |
void |
unsetChildrenObjects()
Deletes or unsets the ChildrenObjects element. |
void |
unsetCreationTime()
Deletes or unsets the CreationTime element. |
void |
unsetCUID()
Deletes or unsets the CUID element. |
void |
unsetDescription()
Deletes or unsets the Description element. |
void |
unsetEndTime()
Deletes or unsets the EndTime element. |
void |
unsetErrorMessage()
Deletes or unsets the ErrorMessage element. |
void |
unsetID()
Internal Use Only. |
void |
unsetInstance()
Deletes or unsets the Instance element. |
void |
unsetInstanceObject()
Deletes or unsets the InstanceObject element. |
void |
unsetIsApplicationObject()
Deletes or unsets the IsApplicationObject element. |
void |
unsetIsComponent()
Deletes or unsets the IsComponent element. |
void |
unsetIsHiddenObject()
Deletes or unsets the IsHiddenObject element. |
void |
unsetIsPluginObject()
Deletes or unsets the IsPluginObject element. |
void |
unsetIsRecurring()
Deletes or unsets the IsRecurring element. |
void |
unsetIsRunnableObject()
Deletes or unsets the IsRunnableObject element. |
void |
unsetIsSendable()
Deletes or unsets the IsSendable element. |
void |
unsetIsSystemObject()
Deletes or unsets the IsSystemObject element. |
void |
unsetKey()
Deletes or unsets the Key element. |
void |
unsetKeywords()
Deletes or unsets the Keywords element. |
void |
unsetKind()
Deletes or unsets the Kind element. |
void |
unsetLastRunTime()
Deletes or unsets the LastRunTime element. |
void |
unsetLastSuccessfulInstanceCUID()
Deletes or unsets the LastSuccessfulInstanceCUID element. |
void |
unsetNewJobID()
Deletes or unsets the NewJobID element. |
void |
unsetNextRunTime()
Deletes or unsets the NextRunTime element. |
void |
unsetObjectIsContainer()
Deletes or unsets the ObjectIsContainer element. |
void |
unsetOwner()
Deletes or unsets the Owner element. |
void |
unsetOwnerCUID()
Deletes or unsets the OwnerCUID element. |
void |
unsetParentCUID()
Checks if the ParentCUID has been set. |
void |
unsetPluginInfo()
Deletes or unsets the PluginInfo element. |
void |
unsetRolesOnObject()
Deletes or unsets the RolesOnObject element. |
void |
unsetRUID()
Deletes or unsets the RUID element. |
void |
unsetSchedulable()
Deletes or unsets the Schedulable element. |
void |
unsetSecurityInfo()
Deletes or unsets the SecurityInfo element. |
void |
unsetSecurityInfo2()
Deletes or unsets the SecurityInfo2 element. |
void |
unsetSharedDoc()
Internal Use Only. |
void |
unsetStartTime()
Deletes or unsets the StartTime element. |
void |
unsetStatusInfo()
Deletes or unsets the StatusInfo element. |
void |
unsetUiStatus()
Deletes or unsets the UiStatus element. |
void |
unsetUpdateTime()
Deletes or unsets the UpdateTime element. |
org.apache.xmlbeans.XmlLong |
xgetChildrenObjects()
Internal Use Only. |
org.apache.xmlbeans.XmlDateTime |
xgetCreationTime()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetCUID()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetDescription()
Internal Use Only. |
org.apache.xmlbeans.XmlDateTime |
xgetEndTime()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetErrorMessage()
Internal Use Only. |
org.apache.xmlbeans.XmlInt |
xgetID()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetInstance()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetInstanceObject()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetIsApplicationObject()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetIsComponent()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetIsHiddenObject()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetIsPluginObject()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetIsRecurring()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetIsRunnableObject()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetIsSendable()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetIsSystemObject()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetKey()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetKeywords()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetKind()
Internal Use Only. |
org.apache.xmlbeans.XmlDateTime |
xgetLastRunTime()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetLastSuccessfulInstanceCUID()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetName()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetNewJobID()
Internal Use Only. |
org.apache.xmlbeans.XmlDateTime |
xgetNextRunTime()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetObjectIsContainer()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetOwner()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetOwnerCUID()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetParentCUID()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetRUID()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetSchedulable()
Internal Use Only. |
org.apache.xmlbeans.XmlDateTime |
xgetStartTime()
Internal Use Only. |
org.apache.xmlbeans.XmlInt |
xgetUiStatus()
Internal Use Only. |
org.apache.xmlbeans.XmlDateTime |
xgetUpdateTime()
Internal Use Only. |
void |
xsetChildrenObjects(org.apache.xmlbeans.XmlLong childrenObjects)
Internal Use Only. |
void |
xsetCreationTime(org.apache.xmlbeans.XmlDateTime creationTime)
Internal Use Only. |
void |
xsetCUID(org.apache.xmlbeans.XmlString cuid)
Internal Use Only. |
void |
xsetDescription(org.apache.xmlbeans.XmlString description)
Internal Use Only. |
void |
xsetEndTime(org.apache.xmlbeans.XmlDateTime endTime)
Internal Use Only. |
void |
xsetErrorMessage(org.apache.xmlbeans.XmlString errorMessage)
Internal Use Only. |
void |
xsetID(org.apache.xmlbeans.XmlInt id)
Internal Use Only. |
void |
xsetInstance(org.apache.xmlbeans.XmlBoolean instance)
Internal Use Only. |
void |
xsetInstanceObject(org.apache.xmlbeans.XmlBoolean instanceObject)
Internal Use Only. |
void |
xsetIsApplicationObject(org.apache.xmlbeans.XmlBoolean isApplicationObject)
Internal Use Only. |
void |
xsetIsComponent(org.apache.xmlbeans.XmlBoolean isComponent)
Internal Use Only. |
void |
xsetIsHiddenObject(org.apache.xmlbeans.XmlBoolean isHiddenObject)
Internal Use Only. |
void |
xsetIsPluginObject(org.apache.xmlbeans.XmlBoolean isPluginObject)
Internal Use Only. |
void |
xsetIsRecurring(org.apache.xmlbeans.XmlBoolean isRecurring)
Internal Use Only. |
void |
xsetIsRunnableObject(org.apache.xmlbeans.XmlBoolean isRunnableObject)
Internal Use Only. |
void |
xsetIsSendable(org.apache.xmlbeans.XmlBoolean isSendable)
Internal Use Only. |
void |
xsetIsSystemObject(org.apache.xmlbeans.XmlBoolean isSystemObject)
Internal Use Only. |
void |
xsetKey(org.apache.xmlbeans.XmlString key)
Internal Use Only. |
void |
xsetKeywords(org.apache.xmlbeans.XmlString keywords)
Internal Use Only. |
void |
xsetKind(org.apache.xmlbeans.XmlString kind)
Internal Use Only. |
void |
xsetLastRunTime(org.apache.xmlbeans.XmlDateTime lastRunTime)
Internal Use Only. |
void |
xsetLastSuccessfulInstanceCUID(org.apache.xmlbeans.XmlString lastSuccessfulInstanceCUID)
Internal Use Only. |
void |
xsetName(org.apache.xmlbeans.XmlString name)
Internal Use Only. |
void |
xsetNewJobID(org.apache.xmlbeans.XmlString newJobID)
Internal Use Only. |
void |
xsetNextRunTime(org.apache.xmlbeans.XmlDateTime nextRunTime)
Internal Use Only. |
void |
xsetObjectIsContainer(org.apache.xmlbeans.XmlBoolean objectIsContainer)
Internal Use Only. |
void |
xsetOwner(org.apache.xmlbeans.XmlString owner)
Internal Use Only. |
void |
xsetOwnerCUID(org.apache.xmlbeans.XmlString ownerCUID)
Internal Use Only. |
void |
xsetParentCUID(org.apache.xmlbeans.XmlString parentCUID)
Internal Use Only. |
void |
xsetRUID(org.apache.xmlbeans.XmlString ruid)
Internal Use Only. |
void |
xsetSchedulable(org.apache.xmlbeans.XmlBoolean schedulable)
Internal Use Only. |
void |
xsetStartTime(org.apache.xmlbeans.XmlDateTime startTime)
Internal Use Only. |
void |
xsetUiStatus(org.apache.xmlbeans.XmlInt uiStatus)
Internal Use Only. |
void |
xsetUpdateTime(org.apache.xmlbeans.XmlDateTime updateTime)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
int getID()
Returns the unique ID of an InfoObject.
Use the CUID of an InfoObject as the primary identifier, not this property.
org.apache.xmlbeans.XmlInt xgetID()
boolean isSetID()
ID has been set.
true if the ID element has been set, false otherwise.void setID(int id)
void xsetID(org.apache.xmlbeans.XmlInt id)
void unsetID()
java.lang.String getName()
Returns the title of the InfoObject.
String containing the title of the InfoObject.org.apache.xmlbeans.XmlString xgetName()
void setName(java.lang.String name)
Sets the title of the InfoObject.
name - A String containing the title of the InfoObject.void xsetName(org.apache.xmlbeans.XmlString name)
java.lang.String getDescription()
Returns the description of the InfoObject.
String containing the description of the object.org.apache.xmlbeans.XmlString xgetDescription()
boolean isSetDescription()
Description has been set.
true if the Description element has been set, otherwise false.void setDescription(java.lang.String description)
Sets the description of the InfoObject.
description - A String containing the description of the object.void xsetDescription(org.apache.xmlbeans.XmlString description)
void unsetDescription()
Deletes or unsets the Description element.
java.lang.String getCUID()
Returns the object's unique identifier within a cluster.
org.apache.xmlbeans.XmlString xgetCUID()
boolean isSetCUID()
true if the CUID element has been set, otherwise false.void setCUID(java.lang.String cuid)
Sets the object's unique identifier within a cluster.
cuid - A string representing the object's cluster unique identifier.void xsetCUID(org.apache.xmlbeans.XmlString cuid)
void unsetCUID()
Deletes or unsets the CUID element.
java.lang.String getRUID()
Returns the object's unique identifier within an object package.
org.apache.xmlbeans.XmlString xgetRUID()
boolean isSetRUID()
true if the RUID element has been set, false otherwise.void setRUID(java.lang.String ruid)
Sets the object's unique identifier within an object package.
ruid - A string representing the object's package unique identifier.void xsetRUID(org.apache.xmlbeans.XmlString ruid)
void unsetRUID()
Deletes or unsets the RUID element.
java.lang.String getKind()
Returns the kind of the InfoObject.
The following values are valid:
CalendarCategoryConnectionCrystalReportEventExcelFavoritesFolderFlashFolderFullClientHyperlinkInboxLicenseKeyObjectPackageOverloadPdfPersonalCategoryPowerpointProfileProgramPublicationRtfServerServerGroupShortcutTxtUniverseUserUserGroupWebiWordXcelsius
org.apache.xmlbeans.XmlString xgetKind()
boolean isSetKind()
true if the Kind element has been set, otherwise false.void setKind(java.lang.String kind)
Sets the kind of the InfoObject.
The following values are valid:
CalendarCategoryConnectionCrystalReportEventExcelFavoritesFolderFlashFolderFullClientHyperlinkInboxLicenseKeyObjectPackageOverloadPdfPersonalCategoryPowerpointProfileProgramPublicationRtfServerServerGroupShortcutTxtUniverseUserUserGroupWebiWordXcelsius
kind - The kind of the InfoObject.void xsetKind(org.apache.xmlbeans.XmlString kind)
void unsetKind()
Deletes or unsets the Kind element.
java.lang.String getOwner()
Returns the name of the user who owns a particular object.
org.apache.xmlbeans.XmlString xgetOwner()
boolean isSetOwner()
true if the Owner element has been set, otherwise false.void setOwner(java.lang.String owner)
void xsetOwner(org.apache.xmlbeans.XmlString owner)
void unsetOwner()
Deletes or unsets the Owner element.
java.lang.String getOwnerCUID()
This is a number that uniquely identifies the user who owns a particular object. This property can be used, for example, to list all the reports and folders for a particular user.
org.apache.xmlbeans.XmlString xgetOwnerCUID()
boolean isSetOwnerCUID()
true if the OwnerCUID element has been set, otherwise false.void setOwnerCUID(java.lang.String ownerCUID)
This is a number that uniquely identifies the user who owns a particular object. This property can be used, for example, to list all the reports and folders for a particular user.
ownerCUID - The owner ID.void xsetOwnerCUID(org.apache.xmlbeans.XmlString ownerCUID)
void unsetOwnerCUID()
Deletes or unsets the OwnerCUID element.
java.lang.String getParentCUID()
Returns the parent object's cluster unique identifier.
org.apache.xmlbeans.XmlString xgetParentCUID()
boolean isSetParentCUID()
true if the ParentCUID element has been set, otherwise false.void setParentCUID(java.lang.String parentCUID)
Sets the parent object's cluster unique identifier.
parentCUID - String representing the parent object's cluster unique identifier.void xsetParentCUID(org.apache.xmlbeans.XmlString parentCUID)
void unsetParentCUID()
java.util.Calendar getCreationTime()
Stores the date and time of the object's creation.
org.apache.xmlbeans.XmlDateTime xgetCreationTime()
boolean isSetCreationTime()
true if the CreationTime element has been set, otherwise false.void setCreationTime(java.util.Calendar creationTime)
Stores the date and time of the object's creation.
creationTime - Stores the date and time of the object's creation.void xsetCreationTime(org.apache.xmlbeans.XmlDateTime creationTime)
void unsetCreationTime()
Deletes or unsets the CreationTime element.
java.util.Calendar getUpdateTime()
This is a time stamp property which stores the date and time the object was last modified.
An object is considered modified when any one of its properties are changed. Note that modifications to an object's properties are not propagated to the instances of the object. For example, if a report object is modified, its SI_UPDATE_TS Property contains the time value of the most recent change. However, the SI_UPDATE_TS Property does not change for the instances of the report object.
org.apache.xmlbeans.XmlDateTime xgetUpdateTime()
boolean isSetUpdateTime()
true if the UpdateTime element has been set, otherwise false.void setUpdateTime(java.util.Calendar updateTime)
This is a time stamp property which stores the date and time the object was last modified.
An object is considered modified when any one of its properties are changed. Note that modifications to an object's properties are not propagated to the instances of the object. For example, if a report object is modified, its SI_UPDATE_TS Property contains the time value of the most recent change. However, the SI_UPDATE_TS Property does not change for the instances of the report object.
updateTime - This is a time stamp property which stores the date and time the object was last modified.void xsetUpdateTime(org.apache.xmlbeans.XmlDateTime updateTime)
void unsetUpdateTime()
Deletes or unsets the UpdateTime element.
java.lang.String getKeywords()
Returns the keyword of the InfoObject.
String containing the keyword of the object.org.apache.xmlbeans.XmlString xgetKeywords()
boolean isSetKeywords()
true if the Keywords element has been set, otherwise false.void setKeywords(java.lang.String keywords)
Sets the keyword of the InfoObject.
keywords - A String containing the keyword of the object.void xsetKeywords(org.apache.xmlbeans.XmlString keywords)
void unsetKeywords()
Deletes or unsets the Keywords element.
long getChildrenObjects()
Specifies the number of children an object has.
The SI_CHILDREN property is a numeric value specifying how many children a particular object has. In the case of a folder, this may be subfolders, reports, or other objects. If the object is a report, this number will represent the number of instances the report owns. Note that this value only represents the number of direct children: it does not, for instance, indicate how many grandchildren an object may have.
org.apache.xmlbeans.XmlLong xgetChildrenObjects()
boolean isSetChildrenObjects()
true if the ChildrenObjects element has been set, otherwise false.void setChildrenObjects(long childrenObjects)
void xsetChildrenObjects(org.apache.xmlbeans.XmlLong childrenObjects)
void unsetChildrenObjects()
Deletes or unsets the ChildrenObjects element.
boolean getInstance()
Returns true if this object is an instance. This method is used to check whether or not the InfoObject is an instance.
true if this object is an instance, false otherwise.org.apache.xmlbeans.XmlBoolean xgetInstance()
boolean isSetInstance()
true if the Instance element has been set, otherwise false.void setInstance(boolean instance)
true if this object is an instance, false otherwise.
instance - true if this object is an instance, false otherwise.void xsetInstance(org.apache.xmlbeans.XmlBoolean instance)
void unsetInstance()
Deletes or unsets the Instance element.
boolean getObjectIsContainer()
Returns whether the object is a folder, inbox, or category.
true if the object is a folder, inbox, or category, false otherwise.org.apache.xmlbeans.XmlBoolean xgetObjectIsContainer()
boolean isSetObjectIsContainer()
true if the ObjectIsContainer element has been set, otherwise false.void setObjectIsContainer(boolean objectIsContainer)
void xsetObjectIsContainer(org.apache.xmlbeans.XmlBoolean objectIsContainer)
void unsetObjectIsContainer()
Deletes or unsets the ObjectIsContainer element.
boolean getIsHiddenObject()
This property indicates whether or not an object is hidden.
Note: It is recommended that you do not directly change the settings for this property.
org.apache.xmlbeans.XmlBoolean xgetIsHiddenObject()
boolean isSetIsHiddenObject()
true if the HiddenObject element has been set, otherwise false.void setIsHiddenObject(boolean isHiddenObject)
This property indicates whether or not an object is hidden.
Note: It is recommended that you do not directly change the settings for this property.
isHiddenObject - This property indicates whether or not an object is hidden.void xsetIsHiddenObject(org.apache.xmlbeans.XmlBoolean isHiddenObject)
void unsetIsHiddenObject()
Deletes or unsets the IsHiddenObject element.
boolean getIsSystemObject()
Indicates whether or not the BusinessObjects Enterprise object is a system object.
org.apache.xmlbeans.XmlBoolean xgetIsSystemObject()
boolean isSetIsSystemObject()
true if the SystemObject element has been set, otherwise false.void setIsSystemObject(boolean isSystemObject)
Indicates whether or not the BusinessObjects Enterprise object is a system object.
isSystemObject - Indicates whether or not the BusinessObjects Enterprise object is a system object.void xsetIsSystemObject(org.apache.xmlbeans.XmlBoolean isSystemObject)
void unsetIsSystemObject()
Deletes or unsets the IsSystemObject element.
boolean getIsRunnableObject()
Returns true if the report object is runnable, and false otherwise.
An instance may be runnable (it is scheduled to run and create another instance), or it may not be runnable (it is the result of a job that has already run).
true if the report object is runnable, and false otherwise.org.apache.xmlbeans.XmlBoolean xgetIsRunnableObject()
boolean isSetIsRunnableObject()
true if the RunnableObject element has been set, otherwise false.void setIsRunnableObject(boolean isRunnableObject)
Sets whether the report object is runnable.
isRunnableObject - Sets whether the report object is runnable.void xsetIsRunnableObject(org.apache.xmlbeans.XmlBoolean isRunnableObject)
void unsetIsRunnableObject()
Deletes or unsets the IsRunnableObject element.
boolean getIsPluginObject()
Returns true if the InfoObject is a plugin, and false otherwise.
true if the InfoObject is a plugin, and false otherwise.org.apache.xmlbeans.XmlBoolean xgetIsPluginObject()
boolean isSetIsPluginObject()
true if the PluginObject element has been set, otherwise false.void setIsPluginObject(boolean isPluginObject)
Sets whether the InfoObject is a plugin.
isPluginObject - Sets whether the InfoObject is a plugin.void xsetIsPluginObject(org.apache.xmlbeans.XmlBoolean isPluginObject)
void unsetIsPluginObject()
Deletes or unsets the IsPluginObject element.
boolean getInstanceObject()
A boolean value specifying whether or not the BusinessObjects Enterprise object is a
report instance that is the result of a job that has already run.
An instance may be runnable (it is scheduled to run and create another instance), or it may not be runnable (it is the result of a job that has already run).
boolean value specifying whether or not the BusinessObjects Enterprise object is a report instance that is the result of a job that has already run.org.apache.xmlbeans.XmlBoolean xgetInstanceObject()
boolean isSetInstanceObject()
InstanceObject has been set.
true if the InstanceObject has been set, false otherwise.void setInstanceObject(boolean instanceObject)
A boolean value specifying whether or not the BusinessObjects Enterprise object is a
report instance that is the result of a job that has already run.
An instance may be runnable (it is scheduled to run and create another instance), or it may not be runnable (it is the result of a job that has already run).
instanceObject - A boolean value specifying whether or not the BusinessObjects Enterprise object is a report instance that is the result of a job that has already run.void xsetInstanceObject(org.apache.xmlbeans.XmlBoolean instanceObject)
void unsetInstanceObject()
Deletes or unsets the InstanceObject element.
boolean getIsApplicationObject()
Indicates whether or not the BusinessObjects Enterprise object is an application object.
org.apache.xmlbeans.XmlBoolean xgetIsApplicationObject()
boolean isSetIsApplicationObject()
true if the ApplicationObject element has been set, otherwise false.void setIsApplicationObject(boolean isApplicationObject)
Indicates whether or not the BusinessObjects Enterprise object is an application object.
isApplicationObject - Indicates whether or not the BusinessObjects Enterprise object is an application object.void xsetIsApplicationObject(org.apache.xmlbeans.XmlBoolean isApplicationObject)
void unsetIsApplicationObject()
Deletes or unsets the IsApplicationObject element.
boolean getIsComponent()
The flag indicating whether the object is a package component.
org.apache.xmlbeans.XmlBoolean xgetIsComponent()
boolean isSetIsComponent()
true if the Component element has been set, otherwise false.void setIsComponent(boolean isComponent)
The flag indicating whether the object is a package component.
isComponent - The flag indicating whether the object is a package component.void xsetIsComponent(org.apache.xmlbeans.XmlBoolean isComponent)
void unsetIsComponent()
Deletes or unsets the IsComponent element.
boolean getSchedulable()
Indicates whether or not the object can be scheduled.
true if the object can be scheduled, false otherwise.org.apache.xmlbeans.XmlBoolean xgetSchedulable()
boolean isSetSchedulable()
true if the Schedulable element has been set, otherwise false.void setSchedulable(boolean schedulable)
void xsetSchedulable(org.apache.xmlbeans.XmlBoolean schedulable)
void unsetSchedulable()
Deletes or unsets the Schedulable element.
int getUiStatus()
org.apache.xmlbeans.XmlInt xgetUiStatus()
boolean isSetUiStatus()
true if the UiStatus element has been set, otherwise false.void setUiStatus(int uiStatus)
uiStatus - The SI_UISTATUS property.void xsetUiStatus(org.apache.xmlbeans.XmlInt uiStatus)
void unsetUiStatus()
Deletes or unsets the UiStatus element.
boolean getIsRecurring()
Returns True if the InfoObject is a recurring instance, and False otherwise. An instance that is recurring is also runnable. However, a runnable instance may not be recurring.
org.apache.xmlbeans.XmlBoolean xgetIsRecurring()
boolean isSetIsRecurring()
true if the Recurring element has been set, otherwise false.void setIsRecurring(boolean isRecurring)
Returns True if the InfoObject is a recurring instance, and False otherwise. An instance that is recurring is also runnable. However, a runnable instance may not be recurring.
isRecurring - Returns True if the InfoObject is a recurring instance, and False otherwise.void xsetIsRecurring(org.apache.xmlbeans.XmlBoolean isRecurring)
void unsetIsRecurring()
Deletes or unsets the IsRecurring element.
java.lang.String getLastSuccessfulInstanceCUID()
This property stores the ID of the last successful instance ID for the given report.
org.apache.xmlbeans.XmlString xgetLastSuccessfulInstanceCUID()
boolean isSetLastSuccessfulInstanceCUID()
true if the LastSuccessfulInstanceCUID element has been set, otherwise false.void setLastSuccessfulInstanceCUID(java.lang.String lastSuccessfulInstanceCUID)
void xsetLastSuccessfulInstanceCUID(org.apache.xmlbeans.XmlString lastSuccessfulInstanceCUID)
void unsetLastSuccessfulInstanceCUID()
Deletes or unsets the LastSuccessfulInstanceCUID element.
java.util.Calendar getLastRunTime()
This property stores the date and time when the report was last run.
org.apache.xmlbeans.XmlDateTime xgetLastRunTime()
boolean isSetLastRunTime()
true if the LastRunTime element has been set, otherwise false.void setLastRunTime(java.util.Calendar lastRunTime)
This property stores the date and time when the report was last run.
lastRunTime - This property stores the date and time when the report was last run.void xsetLastRunTime(org.apache.xmlbeans.XmlDateTime lastRunTime)
void unsetLastRunTime()
Deletes or unsets the LastRunTime element.
boolean getIsSendable()
Indicates if the object can be sent to a destination.
org.apache.xmlbeans.XmlBoolean xgetIsSendable()
boolean isSetIsSendable()
true if the Sendable element has been set, otherwise false.void setIsSendable(boolean isSendable)
Indicates if the object can be sent to a destination.
isSendable - Indicates if the object can be sent to a destination.void xsetIsSendable(org.apache.xmlbeans.XmlBoolean isSendable)
void unsetIsSendable()
Deletes or unsets the IsSendable element.
java.util.Calendar getNextRunTime()
This property stores the date and time when the report will next be run.
org.apache.xmlbeans.XmlDateTime xgetNextRunTime()
boolean isSetNextRunTime()
true if the NextRunTime element has been set, otherwise false.void setNextRunTime(java.util.Calendar nextRunTime)
This property stores the date and time when the report will next be run.
nextRunTime - This property stores the date and time when the report will next be run.void xsetNextRunTime(org.apache.xmlbeans.XmlDateTime nextRunTime)
void unsetNextRunTime()
Deletes or unsets the NextRunTime element.
java.lang.String getNewJobID()
The ID of the new instance that has just been scheduled.
The SI_NEW_JOB_ID property is available immediately after an InfoObjects collection is
scheduled, and it remains available as long as reference to the collection or the InfoObject
is retained. This property is not accessible by querying the InfoStore object.
This property is only applicable to InfoObjects that can be scheduled (for example, report objects).
SI_NEW_JOB_ID property is
the SI_ID of the new instance object that is created.
SI_NEW_JOB_ID property is the
SI_ID of the new recurrence parent object that is created. (The 'recurrence parent object'
is a copy of the original InfoObject and is the object from which the recurring instances
are created.)
It is possible to access the SI_NEW_JOB_ID property after the scheduling of an InfoObjects
collection. However, when processing of the JSP file is completed, the reference to InfoObjs
is lost (falls out of scope) and the SI_NEW_JOB_ID property will no longer be accessible.
Further, it will not be possible to access the property on a subsequent JSP page by querying
the InfoStore object again, even if the query returns the same InfoObjects collection.
After an InfoObject is scheduled, get the SI_NEW_JOB_ID of the new instance and query for
the new instance's SI_UISTATUS property.
org.apache.xmlbeans.XmlString xgetNewJobID()
boolean isSetNewJobID()
true if the NewJobID element has been set, otherwise false.void setNewJobID(java.lang.String newJobID)
The ID of the new instance that has just been scheduled.
newJobID - The ID of the new instance that has just been scheduled.void xsetNewJobID(org.apache.xmlbeans.XmlString newJobID)
void unsetNewJobID()
Deletes or unsets the NewJobID element.
java.util.Calendar getStartTime()
The date and time that the instance actually began being processed.
org.apache.xmlbeans.XmlDateTime xgetStartTime()
boolean isSetStartTime()
true if the StartTime element has been set, otherwise false.void setStartTime(java.util.Calendar startTime)
The date and time that the instance actually began being processed.
startTime - The date and time that the instance actually began being processed.void xsetStartTime(org.apache.xmlbeans.XmlDateTime startTime)
void unsetStartTime()
Deletes or unsets the StartTime element.
java.util.Calendar getEndTime()
The date and time that the instance actually finished being processed.
org.apache.xmlbeans.XmlDateTime xgetEndTime()
boolean isSetEndTime()
true if the EndTime element has been set, otherwise false.void setEndTime(java.util.Calendar endTime)
The date and time that the instance actually finished being processed.
endTime - The date and time that the instance actually finished being processed.void xsetEndTime(org.apache.xmlbeans.XmlDateTime endTime)
void unsetEndTime()
Deletes or unsets the EndTime element.
java.lang.String getErrorMessage()
Returns a localized error message for a failed job. It may include plugin-specific information.
String containing the error message for the failed job.org.apache.xmlbeans.XmlString xgetErrorMessage()
boolean isSetErrorMessage()
true if the ErrorMessage element has been set, otherwise false.void setErrorMessage(java.lang.String errorMessage)
Sets a localized error message for a failed job. It may include plugin-specific information.
errorMessage - A String containing the error message for the failed job.void xsetErrorMessage(org.apache.xmlbeans.XmlString errorMessage)
void unsetErrorMessage()
Deletes or unsets the ErrorMessage element.
StatusInfo getStatusInfo()
Returns the current status of the scheduled job.
boolean isSetStatusInfo()
true if the StatusInfo element has been set, otherwise false.void setStatusInfo(StatusInfo statusInfo)
Sets the current status of the scheduled job.
statusInfo - The current status of the scheduled job.StatusInfo addNewStatusInfo()
void unsetStatusInfo()
Deletes or unsets the StatusInfo element.
Alerts getAlerts()
Returns a collection of Alert objects.
Alert objects.boolean isSetAlerts()
true if the Alerts element has been set, otherwise false.void setAlerts(Alerts alerts)
Sets a collection of Alert objects.
alerts - A collection of Alert objects.Alerts addNewAlerts()
void unsetAlerts()
Deletes or unsets the Alerts element.
PluginInfo getPluginInfo()
Returns the plugin info.
boolean isSetPluginInfo()
true if the PluginInfo element has been set, otherwise false.void setPluginInfo(PluginInfo pluginInfo)
Sets the plugin info.
pluginInfo - The plugin info.PluginInfo addNewPluginInfo()
void unsetPluginInfo()
Deletes or unsets the PluginInfo element.
SecurityInfo getSecurityInfo()
Returns the security information for the object.
boolean isSetSecurityInfo()
true if the SecurityInfo element has been set, otherwise false.void setSecurityInfo(SecurityInfo securityInfo)
Sets the security information for the object.
securityInfo - The security information for the object.SecurityInfo addNewSecurityInfo()
void unsetSecurityInfo()
Deletes or unsets the SecurityInfo element.
SecurityInfo2 getSecurityInfo2()
boolean isSetSecurityInfo2()
true if the SecurityInfo element has been set, otherwise false.void setSecurityInfo2(SecurityInfo2 securityInfo2)
securityInfo2 - The SecurityInfo2 object for this object.SecurityInfo2 addNewSecurityInfo2()
void unsetSecurityInfo2()
Deletes or unsets the SecurityInfo2 element.
RolesOnObject getRolesOnObject()
boolean isSetRolesOnObject()
true if the RolesOnObject element has been set, otherwise false.void setRolesOnObject(RolesOnObject rolesOnObject)
rolesOnObject - The RolesOnObject collection containing the custom roles that are assigned to an object.RolesOnObject addNewRolesOnObject()
void unsetRolesOnObject()
Deletes or unsets the RolesOnObject element.
com.businessobjects.enterprise.infoobject.SharedDoc getSharedDoc()
boolean isSetSharedDoc()
void setSharedDoc(com.businessobjects.enterprise.infoobject.SharedDoc sharedDoc)
com.businessobjects.enterprise.infoobject.SharedDoc addNewSharedDoc()
void unsetSharedDoc()
java.lang.String getKey()
Returns the unique hash code value of the InfoObject.
This property is only used in import and export scenarios.
org.apache.xmlbeans.XmlString xgetKey()
boolean isSetKey()
true if the Key element is set, false otherwise.void setKey(java.lang.String key)
void xsetKey(org.apache.xmlbeans.XmlString key)
void unsetKey()
Deletes or unsets the Key element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||