Class TaskDetails

All Implemented Interfaces:
LocalId, Serializable

public class TaskDetails extends TaskSummary
More details about a task (attended activity) than are provided in the TaskSummary, including the notes and attachments on the task.
See Also:
  • Constructor Details

    • TaskDetails

      public TaskDetails()
  • Method Details

    • getNotes

      public Note[] getNotes()
      Deprecated.
      Attachments and Notes are now loaded in a separate grid.
      Returns the notes attached to the task
      Returns:
      an Array of the Note objects attached to the task
    • setNotes

      public void setNotes(Note[] notes_)
      Deprecated.
      Attachments and Notes are now loaded in a separate grid.
      Sets the notes attached to the task
      Parameters:
      notes_ - the notes to set.
    • getAttachments

      public Attachment[] getAttachments()
      Deprecated.
      Attachments and Notes are now loaded in a separate grid.
      Returns the task attachments
      Returns:
      the attachments
    • setAttachments

      public void setAttachments(Attachment[] attachments_)
      Deprecated.
      Attachments and Notes are now loaded in a separate grid.
      Sets the task attachments
      Parameters:
      attachments_ - the attachments
    • getEscalationInstances

      public EscalationInstance[] getEscalationInstances()
      Returns the task's escalation properties
      Returns:
      an Array of the escalation properties
    • setEscalationInstances

      public void setEscalationInstances(EscalationInstance[] instances_)
      Sets the task's escalation properties
      Parameters:
      instances_ - an Array of escalation properties
    • getScheduleInstance

      public ScheduleInstance getScheduleInstance()
      Returns the schedule information for the task
      Returns:
      the schedule information, or null if the task is not scheduled
    • setScheduleInstance

      public void setScheduleInstance(ScheduleInstance instance_)
      Sets the schedule information for the task
      Parameters:
      instance_ - the schedule information
    • getFormType

      public int getFormType()
      Gets the type of form used with this task. Should be one of the com.appiancorp.suiteapi.process.forms.FormConfig#FORM_TYPE_XXX constants.
      Returns:
      the form type
    • setFormType

      public void setFormType(int formType)
      Sets the type of form used in this task. Should be one of the com.appiancorp.suiteapi.process.forms.FormConfig#FORM_TYPE_XXX constants.