@Deprecated public class Note extends NoteMetadata implements XMLable, AppianTypeHolder
Note
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.Integer |
RESULT_CODE_CANCELLED_PROCESS
Deprecated.
Result Code constant representing Cancelled Process
|
static java.lang.Integer |
RESULT_CODE_CANCELLED_TASK
Deprecated.
Result Code constant representing Cancelled Task
|
static java.lang.Integer |
RESULT_CODE_INVALID
Deprecated.
Result Code constant representing Invalid Attachment
|
static java.lang.Integer |
RESULT_CODE_NO_PRIV
Deprecated.
Result Code constant representing Insufficient Privileges
|
static java.lang.Integer |
RESULT_CODE_SUCCESS
Deprecated.
Result Code constant representing success
|
static java.lang.Integer |
RESULT_CODE_TOO_MANY_NOTES
Deprecated.
Result Code constant representing configured Notes Limit Reached.
|
static java.lang.Integer |
RESULT_CODE_UNATTENDED_TASK
Deprecated.
Result Code constant representing Unattended Task
|
NOTE_TYPE_DELETED, NOTE_TYPE_EXCEPTION, NOTE_TYPE_NORMAL, NOTE_TYPE_REASSIGN_TASK, NOTE_TYPE_REJECT_TASK, SORT_BY_AUTHOR, SORT_BY_CONTENT, SORT_BY_CREATE_DATE, SORT_BY_ID, SORT_BY_LOCATION, SORT_BY_TYPE, SORT_BY_UPDATE_DATE
DEFAULT_BUFFER_SIZE
Constructor and Description |
---|
Note()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
fillInAppianTypes(AppianTypeCache cache_)
Deprecated.
This method is called to populate the AppianTypeCache for
LocalObject that are referenced in
Note |
java.lang.String |
getContent()
Deprecated.
Returns the String contents of the
Note . |
void |
setContent(java.lang.String content_)
Deprecated.
Sets the String contents of
Note . |
java.lang.String |
toString()
Deprecated.
|
java.lang.String |
toXML()
Deprecated.
Returns an XML representation of the
Note |
void |
toXML(java.lang.StringBuilder buffer_)
Deprecated.
Appends the XML representation of the
Note to the given buffer. |
getAttachedTo, getAuthor, getCreateTimestamp, getId, getLocation, getPermissions, getType, getTypeAsString, getUpdateTimestamp, setAttachedTo, setAuthor, setCreateTimestamp, setId, setLocation, setPermissions, setType, setUpdateTimestamp
public static final java.lang.Integer RESULT_CODE_SUCCESS
public static final java.lang.Integer RESULT_CODE_NO_PRIV
public static final java.lang.Integer RESULT_CODE_INVALID
public static final java.lang.Integer RESULT_CODE_TOO_MANY_NOTES
public static final java.lang.Integer RESULT_CODE_CANCELLED_TASK
public static final java.lang.Integer RESULT_CODE_CANCELLED_PROCESS
public static final java.lang.Integer RESULT_CODE_UNATTENDED_TASK
public java.lang.String getContent()
Note
.Note
public void setContent(java.lang.String content_)
Note
.content_
- note contents to set.public java.lang.String toXML()
Note
public void toXML(java.lang.StringBuilder buffer_)
Note
to the given buffer.public void fillInAppianTypes(AppianTypeCache cache_)
LocalObject
that are referenced in
Note
fillInAppianTypes
in interface AppianTypeHolder
cache_
- cache of Appian-typed objects.public java.lang.String toString()
toString
in class NoteMetadata
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.