com.ibm.bpe.api

Interface EntityInfo

All Superinterfaces:
java.io.Serializable

  1. public interface EntityInfo
  2. extends java.io.Serializable
Provides information about an entity that is returned as a result of a query against a query table.
Since:
6.2.0.1 - introduced in 6.2

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.util.List
getAttributeInfo()
Returns information about the selected attributes of the entity.
  1. java.lang.String
getEntityTypeName()
Returns the type of entity.
  1. java.util.List
getKeyAttributeInfo()
Returns information about the key attributes of the entity

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getEntityTypeName

  1. java.lang.String getEntityTypeName( )
Returns the type of entity.
Returns:
The type of the entity.

getAttributeInfo

  1. 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

  1. 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.