Class IeTaskInfo

java.lang.Object
com.ptc.jca.mvc.components.IeTaskInfo

public class IeTaskInfo extends Object
Used to execute an InfoEngine task to fetch data for a JCA table/tree
Supported API: true

Extendable: false
  • Constructor Details

    • IeTaskInfo

      public IeTaskInfo(String action)


      Supported API: true
      Parameters:
      action - Maps to the InfoEngine task name
  • Method Details

    • getAction

      public String getAction()


      Supported API: true
      Returns:
      the action
    • getParams

      public List<Param> getParams()


      Supported API: true
      Returns:
    • setAction

      public void setAction(String action)


      Supported API: true
      Parameters:
      action - Maps to the InfoEngine task name
    • setParam

      public void setParam(Param param)


      Supported API: true
      Parameters:
      param -
    • addFormParam

      public void addFormParam(String name, Object data)
      The attribute gets added into the FORM Group and later you can access this in your task

      Supported API: true
      Parameters:
      name -
      data -
    • setGroupIn

      public void setGroupIn(Group groupIn)
      If the GROUP that you set here is of name "FORM", it will be used as FORM_GROUP in the Webject

      Supported API: true
      Parameters:
      groupIn -