Package com.appiancorp.suiteapi.process
Class AttachmentPermissions
java.lang.Object
com.appiancorp.suiteapi.process.AttachmentPermissions
- All Implemented Interfaces:
Serializable
This class has fields which convey various permissions that the user has for
process or Task attachments.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns whether the user has permission to remove attachment.void
setRemovable
(boolean removable_) Sets the permissions as to whether the user can remove attachment.
-
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
-