Class Note

All Implemented Interfaces:
XMLable, AppianTypeHolder, Serializable

@Deprecated public class Note extends NoteMetadata implements XMLable, AppianTypeHolder
Deprecated.
This class represents the Note that can be attached to ProcessModel, Process, ProcessNode or Task. This bean is used for communication between the Java and User Interface layers.
See Also:
  • Field Details

    • RESULT_CODE_SUCCESS

      public static final Integer RESULT_CODE_SUCCESS
      Deprecated.
      Result Code constant representing success
    • RESULT_CODE_NO_PRIV

      public static final Integer RESULT_CODE_NO_PRIV
      Deprecated.
      Result Code constant representing Insufficient Privileges
    • RESULT_CODE_INVALID

      public static final Integer RESULT_CODE_INVALID
      Deprecated.
      Result Code constant representing Invalid Attachment
    • RESULT_CODE_TOO_MANY_NOTES

      public static final Integer RESULT_CODE_TOO_MANY_NOTES
      Deprecated.
      Result Code constant representing configured Notes Limit Reached.
    • RESULT_CODE_CANCELLED_TASK

      public static final Integer RESULT_CODE_CANCELLED_TASK
      Deprecated.
      Result Code constant representing Cancelled Task
    • RESULT_CODE_CANCELLED_PROCESS

      public static final Integer RESULT_CODE_CANCELLED_PROCESS
      Deprecated.
      Result Code constant representing Cancelled Process
    • RESULT_CODE_UNATTENDED_TASK

      public static final Integer RESULT_CODE_UNATTENDED_TASK
      Deprecated.
      Result Code constant representing Unattended Task
  • Constructor Details

    • Note

      public Note()
      Deprecated.
  • Method Details

    • getContent

      public String getContent()
      Deprecated.
      Returns the String contents of the Note.
      Returns:
      String contents of Note
    • setContent

      public void setContent(String content_)
      Deprecated.
      Sets the String contents of Note.
      Parameters:
      content_ - note contents to set.
    • toXML

      public String toXML()
      Deprecated.
      Returns an XML representation of the Note
      Specified by:
      toXML in interface XMLable
      Returns:
      String value of XML representation of Note
    • toXML

      public void toXML(StringBuilder buffer_)
      Deprecated.
      Appends the XML representation of the Note to the given buffer.
      Specified by:
      toXML in interface XMLable
      Parameters:
      buffer_ - StringBuffer to add the XML representation of Note
    • fillInAppianTypes

      public void fillInAppianTypes(AppianTypeCache cache_)
      Deprecated.
      This method is called to populate the AppianTypeCache for LocalObject that are referenced in Note
      Specified by:
      fillInAppianTypes in interface AppianTypeHolder
      Parameters:
      cache_ - cache of Appian-typed objects.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class NoteMetadata