Package | Description |
---|---|
psdi.app.report | |
psdi.mbo |
Modifier and Type | Method and Description |
---|---|
static RelationInfo |
ReportUtil.getRelation(java.lang.String objectName,
java.lang.String relationName)
Returns the RelationInfo from the relationship cache for the passed
object name and relationship name.
|
Modifier and Type | Method and Description |
---|---|
RelationInfo |
MaximoDD.getRelationInfo(java.lang.String n)
Deprecated.
This method is nolonger supported. Returns null.
|
RelationInfo |
MboSetInfo.getRelationInfo(java.lang.String relationshipName)
Returns relationship information for the given relationship name.
|
RelationInfo |
MboSetInfo.getRelationshipToChild(java.lang.String child)
Returns relationship information for the given business object name,
if the given business object name is related to this one.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,RelationInfo> |
MaximoDD.getRelationships(java.lang.String objectName)
Looks up for the passed in object name in the cache and
returns a HashMap object that contains all the relationships
defined for the business object, if found, otherwise returns null.
|
Modifier and Type | Method and Description |
---|---|
void |
RelationList.addRelation(RelationInfo rsi)
Add a relationship to the list.
|
Modifier and Type | Method and Description |
---|---|
void |
MboSetInfo.setRelationships(java.util.HashMap<java.lang.String,RelationInfo> relationships)
Sets the collection of relationships to be used by
this business object.
|