com.ibm.bpe.api
Interface EntityInfo
All Superinterfaces:
java.io.Serializable
- public interface EntityInfo
- extends java.io.Serializable
Since:
6.2.0.1 - introduced in 6.2
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getAttributeInfo()
Returns information about the selected attributes of the entity.
|
|
getEntityTypeName()
Returns the type of entity.
|
|
getKeyAttributeInfo()
Returns information about the key attributes of the entity
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getEntityTypeName
- java.lang.String getEntityTypeName( )
Returns the type of entity.
Returns:
The type of the entity.
getAttributeInfo
- java.util.List getAttributeInfo( )
Returns information about the selected attributes of the entity.
Returns:
A list of
AttributeInfo
objects that describe the attributes that are selected for the entity. getKeyAttributeInfo
- java.util.List getKeyAttributeInfo( )
Returns information about the key attributes of the entity
Returns:
A list of
AttributeInfo
objects that describe the key attributes of the entity.