com.ibm.task.api

Interface EntityInfo

  • All Superinterfaces:
    java.io.Serializable


    public interface EntityInfo
    extends java.io.Serializable
    Provides information about an entity that is returned as a result of a query against a query table.
    Since:
    7.0
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.util.List getAttributeInfo()
      Returns information about the selected attributes of the entity.
      java.lang.String getEntityTypeName()
      Returns the type of entity.
      java.util.List getKeyAttributeInfo()
      Returns information about the key attributes of the entity
    • 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.
IBM Business Process ManagerTM
Release 8