Package com.appiancorp.suiteapi.process
Class NotePermissions
java.lang.Object
com.appiancorp.suiteapi.process.NotePermissions
- All Implemented Interfaces:
Serializable
Deprecated.
Permissions for the user on the
Note
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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.
-
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, elsefalse
.
-
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, elsefalse
.
-
isUpdatable
public boolean isUpdatable()Deprecated.Returns whether the note can be updated or not.- Returns:
true
if the note can be updated, elsefalse
.
-
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, elsefalse
.
-