Class AttachmentPermissions

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

public class AttachmentPermissions extends Object implements Serializable
This class has fields which convey various permissions that the user has for process or Task attachments.
See Also:
  • Constructor Details

    • AttachmentPermissions

      public AttachmentPermissions()
  • Method Details

    • isRemovable

      public boolean isRemovable()
      Returns whether the user has permission to remove attachment.
      Returns:
      true if user can remove attachment, false otherwise
    • setRemovable

      public void setRemovable(boolean removable_)
      Sets the permissions as to whether the user can remove attachment.
      Parameters:
      removable_ - true if user can remove attachment, false otherwise