|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IUniverseBase
This interface contains 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.
| Method Summary | |
|---|---|
void |
applyOverload(IInfoObject overloadObj,
int principalID,
boolean isGrant)
|
java.lang.String |
buildUniverseIdString()
|
IInfoObject |
computeAggregatedOverload(int principalID,
IInfoObjects noOrderOverloads,
boolean bUseExplicitRights)
|
IInfoObject |
getAggregatedOverload(int principalID)
|
boolean |
getAndOrOption()
|
java.util.Set |
getCoreUniverses()
Returns the core universes that are assigned to this universe object. |
java.util.Set |
getDataConnections()
Returns the data connections assigned to this universe object. |
java.util.Set |
getDerivedUniverses()
Returns the derived universes that are assigned to this universe object. |
int |
getLockerID()
Returns the locker ID for this universe object. |
int |
getRevisionNumber()
Returns the revision number that is assigned to this universe object. |
java.lang.String |
getShortName()
|
java.util.Set |
getUserGroupOrderedIDs()
|
java.util.Set |
getWebis()
Returns a collection of identifiers that represent Web Intelligence documents that are assigned to this universe object. |
void |
setLockerID(int lockerID)
Sets the locker ID for this universe object. |
void |
setRevisionNumber(int revNum)
Sets the revision number that is assigned to this universe object. |
void |
setShortName(java.lang.String shortName)
|
| Method Detail |
|---|
java.util.Set getWebis()
throws SDKException
Returns a collection of identifiers that represent Web Intelligence documents that are assigned to this universe object.
SDKException - Throws exception if property is not found
java.util.Set getDerivedUniverses()
throws SDKException
Returns the derived universes that are assigned to this universe object.
A derived universe inherits objects and classes from core universes. For more information on universes, see the BusinessObjects Designer's Guide.
Note:A universe can be defined from one or more universes.
SDKException - Throws exception if property is not found
java.util.Set getDataConnections()
throws SDKException
SDKException - Throws exception if property is not found
java.util.Set getCoreUniverses()
throws SDKException
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.
SDKException - Throws exception if property is not found
java.util.Set getUserGroupOrderedIDs()
throws SDKException
SDKException
IInfoObject getAggregatedOverload(int principalID)
throws SDKException
SDKException
void applyOverload(IInfoObject overloadObj,
int principalID,
boolean isGrant)
throws SDKException
SDKException
int getRevisionNumber()
throws SDKException
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.
int that indicates the revision number.
SDKException - Throws exception if property is not foundvoid setRevisionNumber(int revNum)
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.
revNum - An int that represents the revision number.
int getLockerID()
throws SDKException
Returns the locker ID for this universe object.
Identifies the ID of the user who has locked the universe.
int that represents the ID of the user who has locked this universe. If the value is 0 is returned the universe
has not been locked.
SDKException - Throws exception if property is not foundvoid setLockerID(int lockerID)
Sets the locker ID for this universe object.
Identifies the ID of the user who has locked the universe.
lockerID - An int that specifies the ID of the user who has locked the universe. 0 specifies that the universe is
not locked.
java.lang.String getShortName()
throws SDKException
SDKExceptionvoid setShortName(java.lang.String shortName)
boolean getAndOrOption()
IInfoObject computeAggregatedOverload(int principalID,
IInfoObjects noOrderOverloads,
boolean bUseExplicitRights)
throws SDKException
SDKException
java.lang.String buildUniverseIdString()
throws SDKException
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||