|
||||||||||
| 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.universe.Universe
Contains properties and methods that allow you to manage universe metrics.
The information that you can retrieve through this interface includes database connection parameters, universe relationship structure, and principal (user and user group) rights.
| Constructor Summary | |
Universe()
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Internal Use Only. |
java.lang.String |
getAndOrOption()
Returns the AND/OR option as a String value. |
CoreUniverses |
getCoreUniverses()
Returns the core universes that are assigned to this universe object. |
CustomProperties |
getCustomProperties()
Returns the custom properties. |
DataConnections |
getDataConnections()
Returns the data connections assigned to this universe object. |
Deriveduniverses |
getDerivedUniverses()
Returns the derived universes that are assigned to this universe object. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Internal Use Only. |
java.lang.String |
getFilename()
Returns the original universe file name. |
FileProperties |
getFileProperties()
Returns the InfoObject's associated files. |
java.lang.String |
getLockerCUID()
Returns the locker ID for this universe object. |
java.lang.Integer |
getRevisionNumber()
Returns the revision number that is assigned to this universe object. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Internal Use Only. |
java.lang.String |
getShortName()
Returns the short name for this universe object. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Internal Use Only. |
java.lang.String |
getUpdateObject()
Internal Use Only. |
UserGroupOrderedIDs |
getUserGroupOrderedIDs()
Returns the user group ordered IDs that are assigned to this universe object. |
Webis |
getWebis()
Returns a collection of identifiers that represent Web Intelligence documents that are assigned to this universe object. |
int |
hashCode()
Internal Use Only. |
void |
setAndOrOption(java.lang.String andOrOption)
Internal Use Only. |
void |
setCoreUniverses(CoreUniverses coreUniverses)
Sets the core universes that are assigned to this universe object. |
void |
setCustomProperties(CustomProperties customProperties)
Sets the custom properties. |
void |
setDataConnections(DataConnections dataConnections)
Sets the data connections assigned to this universe object. |
void |
setDerivedUniverses(Deriveduniverses derivedUniverses)
Sets the derived universes that are assigned to this universe object. |
void |
setFilename(java.lang.String filename)
Internal Use Only. |
void |
setFileProperties(FileProperties fileProperties)
Sets the InfoObject's associated files. |
void |
setLockerCUID(java.lang.String lockerCUID)
Sets the locker ID for this universe object. |
void |
setRevisionNumber(java.lang.Integer revisionNumber)
Sets the revision number that is assigned to this universe object. |
void |
setShortName(java.lang.String shortName)
Sets the short name for this universe object. |
void |
setUpdateObject(java.lang.String updateObject)
Internal Use Only. |
void |
setUserGroupOrderedIDs(UserGroupOrderedIDs userGroupOrderedIDs)
Sets the user group ordered IDs that are assigned to this universe object. |
void |
setWebis(Webis webis)
Sets a collection of identifiers that represent Web Intelligence documents that are assigned to this universe object. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Universe()
| Method Detail |
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 UserGroupOrderedIDs getUserGroupOrderedIDs()
Returns the user group ordered IDs that are assigned to this universe object.
public void setUserGroupOrderedIDs(UserGroupOrderedIDs userGroupOrderedIDs)
Sets the user group ordered IDs that are assigned to this universe object.
userGroupOrderedIDs - The user group ordered IDs that are assigned to this universe object.public CoreUniverses getCoreUniverses()
Returns the core universes that are assigned to this universe object.
A core universe is the building block, or base, for a derived universe. For more information on universes, see the BusinessObjects Designer’s Guide.
Note: A universe can be defined from one or more universes.
public void setCoreUniverses(CoreUniverses coreUniverses)
Sets the core universes that are assigned to this universe object.
A core universe is the building block, or base, for a derived universe. For more information on universes, see the BusinessObjects Designer’s Guide.
Note: A universe can be defined from one or more universes.
coreUniverses - The core universes that are assigned to this universe object.public Webis getWebis()
Returns a collection of identifiers that represent Web Intelligence documents that are assigned to this universe object.
public void setWebis(Webis webis)
Sets a collection of identifiers that represent Web Intelligence documents that are assigned to this universe object.
webis - A collection of identifiers that represent Web Intelligence documents that are assigned to this universe object.public java.lang.String getUpdateObject()
public void setUpdateObject(java.lang.String updateObject)
public java.lang.Integer getRevisionNumber()
Returns the revision number that is assigned to this universe object.
The revision number indicates the amount of times a universe has been exported to a universe domain.
public void setRevisionNumber(java.lang.Integer revisionNumber)
Sets the revision number that is assigned to this universe object.
The revision number indicates the amount of times a universe has been exported to a universe domain.
revisionNumber - The revision number.public java.lang.String getLockerCUID()
Returns the locker ID for this universe object.
Identifies the ID of the user who has locked the universe.
public void setLockerCUID(java.lang.String lockerCUID)
Sets the locker ID for this universe object.
Identifies the ID of the user who has locked the universe.
lockerCUID - The locker ID for this universe object.public java.lang.String getFilename()
Returns the original universe file name.
public void setFilename(java.lang.String filename)
public java.lang.String getShortName()
Returns the short name for this universe object.
String that represents the short name of this universe.public void setShortName(java.lang.String shortName)
Sets the short name for this universe object.
shortName - A String that represents the short name of this universe.public java.lang.String getAndOrOption()
Returns the AND/OR option as a String value.
String value that indicates whether the AND/OR option is enabled.public void setAndOrOption(java.lang.String andOrOption)
public DataConnections getDataConnections()
Returns the data connections assigned to this universe object.
public void setDataConnections(DataConnections dataConnections)
Sets the data connections assigned to this universe object.
dataConnections - The data connection IDs assigned to this universe object.public Deriveduniverses getDerivedUniverses()
Returns the derived universes that are assigned to this universe object.
public void setDerivedUniverses(Deriveduniverses derivedUniverses)
Sets the derived universes that are assigned to this universe object.
derivedUniverses - The derived universes that are assigned to this universe object.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 | |||||||||