|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface exposes metadata for an EIS Business Object
| Fields inherited from interface com.sapportals.connector.metadata.objects.IElement |
BUSINESS_OBJECT, BUSINESS_OBJECT_GROUP |
| Method Summary | |
IAttribute |
getAttribute(java.lang.String attributeUniqueName)
Returns an attribute of the business object. |
java.util.Set |
getAttributes()
Returns the attributes of the business object. |
IIndex |
getIndex(java.lang.String indexUniqueName)
Return an IIndex object with the given uniqueName. |
java.util.Set |
getIndexes()
Returns the indexes of this element. |
IMethod |
getMethod(java.lang.String methodUniqueName)
Returns a method of the element. |
java.util.Set |
getMethods()
Returns the methods of this element. |
IRelation |
getRelation(java.lang.String relationUniqueName)
Returns a relation of this element given the unique name. |
java.util.Set |
getRelations()
Deprecated. Use getRelationsEx() |
java.util.List |
getRelationsEx()
Returns the relations of this business object. |
java.util.Set |
getRelationsToObject(java.lang.String targetBusinessObject)
Deprecated. Use getRelationsToObjectEx(String) |
java.util.List |
getRelationsToObjectEx(java.lang.String targetBusinessObject)
Returns the relations of this object to a target object ordered |
java.util.List |
getReversedRelationsEx()
Returns the relations of this business object. |
IIndex |
retrievePrimaryKeyIndex()
Return an IIndex object of the primary key |
| Methods inherited from interface com.sapportals.connector.metadata.objects.IElement |
getDescription, getMetaType, getName, getType, getUniqueName, retrieveContainingGroup, retrieveTerm |
| Methods inherited from interface com.sapportals.connector.IConnectorObject |
retrieveConnection |
| Method Detail |
public java.util.Set getAttributes()
throws ConnectorException
IAttributeIAttribute
public IAttribute getAttribute(java.lang.String attributeUniqueName)
throws AttributeNotFoundException,
ConnectorException
attributeUniqueName - The unique name of the attribute.IAttribute interface.IAttribute
public java.util.Set getMethods()
throws ConnectorException
IMethod.IMethod
public IMethod getMethod(java.lang.String methodUniqueName)
throws MethodNotFoundException,
ConnectorException
methodUniqueName - The unique name of the method.IMethod
public java.util.Set getRelations()
throws ConnectorException
getRelationsEx()
IRelation
public java.util.List getRelationsEx()
throws ConnectorException
IRelationIRelation
public java.util.List getReversedRelationsEx()
throws ConnectorException
IRelationIRelation
public IRelation getRelation(java.lang.String relationUniqueName)
throws RelationNotFoundException,
ConnectorException
relationUniqueName - The relation unique name.IRelationIRelation
public java.util.Set getRelationsToObject(java.lang.String targetBusinessObject)
throws ConnectorException
getRelationsToObjectEx(String)
targetBusinessObject - the targetBusinessObject
public java.util.List getRelationsToObjectEx(java.lang.String targetBusinessObject)
throws ConnectorException
targetBusinessObject - the targetBusinessObject
public java.util.Set getIndexes()
throws ConnectorException
IIndex.IIndex
public IIndex getIndex(java.lang.String indexUniqueName)
throws IndexNotFoundException,
ConnectorException
IIndex object with the given uniqueName.indexUniqueName - The index unique name.IIndex.IIndex
public IIndex retrievePrimaryKeyIndex()
throws ConnectorException
IIndex object of the primary keyIIndex the primary keyIIndex
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||