|
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 index of an EIS Business Object
| Method Summary | |
IAttribute |
getAttribute(java.lang.String attributeUniqueName)
Returns an attribute composing this index given the unique name. |
java.util.Set |
getAttributes()
Returns the attributes composing this index. |
java.lang.String |
getDescription()
Returns the description of the index. |
java.lang.String |
getName()
Returns the index name. |
java.lang.String |
getUniqueName()
Returns the index unique name. |
boolean |
isPrimaryKey()
Returns whether this index is a primary key. |
IBusinessObject |
retrieveParentBusinessObject()
Returns the business object composing this index. |
java.lang.String |
retrieveTerm()
Returns the term describing the parameter, for example "Index" |
| Method Detail |
public java.lang.String getName()
public java.lang.String getUniqueName()
public java.util.Set getAttributes()
throws ConnectorException
IAttributeIAttribute
public IAttribute getAttribute(java.lang.String attributeUniqueName)
throws AttributeNotFoundException,
ConnectorException
IAttributeIAttributepublic IBusinessObject retrieveParentBusinessObject()
IBusinessObject interface.IBusinessObjectpublic boolean isPrimaryKey()
public java.lang.String getDescription()
public java.lang.String retrieveTerm()
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||