@Deprecated
public class NotePermissions
extends java.lang.Object
implements java.io.Serializable
Note
Note
,
Serialized FormConstructor and Description |
---|
NotePermissions()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isDeletable()
Deprecated.
Returns whether the note can be deleted or not.
|
boolean |
isUpdatable()
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.
|
public boolean isDeletable()
true
if the note can be deleted, else
false
.public void setDeletable(boolean deletable_)
deletable_
- true
if the note can be deleted, else
false
.public boolean isUpdatable()
true
if the note can be updated, else
false
.public void setUpdatable(boolean updatable_)
updatable_
- true
if the note can be updated, else
false
.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.