Class NotePermissions

java.lang.Object
com.appiancorp.suiteapi.process.NotePermissions
All Implemented Interfaces:
Serializable

@Deprecated public class NotePermissions extends Object implements Serializable
Deprecated.
Permissions for the user on the Note
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
    Returns whether the note can be deleted or not.
    boolean
    Deprecated.
    Returns whether the note can be updated or not.
    void
    setDeletable(boolean deletable_)
    Deprecated.
    Sets whether the note can be deleted or not.
    void
    setUpdatable(boolean updatable_)
    Deprecated.
    Sets whether the note can be updated or not.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NotePermissions

      public NotePermissions()
      Deprecated.
  • Method Details

    • isDeletable

      public boolean isDeletable()
      Deprecated.
      Returns whether the note can be deleted or not.
      Returns:
      true if the note can be deleted, else false.
    • setDeletable

      public void setDeletable(boolean deletable_)
      Deprecated.
      Sets whether the note can be deleted or not.
      Parameters:
      deletable_ - true if the note can be deleted, else false.
    • isUpdatable

      public boolean isUpdatable()
      Deprecated.
      Returns whether the note can be updated or not.
      Returns:
      true if the note can be updated, else false.
    • setUpdatable

      public void setUpdatable(boolean updatable_)
      Deprecated.
      Sets whether the note can be updated or not.
      Parameters:
      updatable_ - true if the note can be updated, else false.