com.webmethods.caf.faces.data.task
Interface ITaskSearchRecord


public interface ITaskSearchRecord

ITaskSearchRecord is the interface representing a record return from task indexed search. Business data is returned as Map object which contains only indexed fields. The key in the map is index name and value is business data value for this field


Method Summary
 Map getBusinessData()
          Returns a map represents the task data for this task
 ITask getTask()
          Returns ITask Task information for this task
 

Method Detail

getTask

ITask getTask()
Returns ITask Task information for this task


getBusinessData

Map getBusinessData()
Returns a map represents the task data for this task