Package com.appiancorp.suiteapi.process
Class Note
java.lang.Object
com.appiancorp.suiteapi.process.NoteMetadata
com.appiancorp.suiteapi.process.Note
- All Implemented Interfaces:
XMLable
,AppianTypeHolder
,Serializable
Deprecated.
This class represents the Note that can be attached to ProcessModel,
Process, ProcessNode or Task. This bean is used for communication between
the Java and User Interface layers.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Integer
Deprecated.Result Code constant representing Cancelled Processstatic final Integer
Deprecated.Result Code constant representing Cancelled Taskstatic final Integer
Deprecated.Result Code constant representing Invalid Attachmentstatic final Integer
Deprecated.Result Code constant representing Insufficient Privilegesstatic final Integer
Deprecated.Result Code constant representing successstatic final Integer
Deprecated.Result Code constant representing configured Notes Limit Reached.static final Integer
Deprecated.Result Code constant representing Unattended TaskFields inherited from class com.appiancorp.suiteapi.process.NoteMetadata
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
Fields inherited from interface com.appiancorp.suiteapi.common.XMLable
DEFAULT_BUFFER_SIZE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fillInAppianTypes
(AppianTypeCache cache_) Deprecated.This method is called to populate the AppianTypeCache forLocalObject
that are referenced inNote
Deprecated.Returns the String contents of theNote
.void
setContent
(String content_) Deprecated.Sets the String contents ofNote
.toString()
Deprecated.toXML()
Deprecated.Returns an XML representation of theNote
void
toXML
(StringBuilder buffer_) Deprecated.Appends the XML representation of theNote
to the given buffer.Methods inherited from class com.appiancorp.suiteapi.process.NoteMetadata
getAttachedTo, getAuthor, getCreateTimestamp, getId, getLocation, getPermissions, getType, getTypeAsString, getUpdateTimestamp, setAttachedTo, setAuthor, setCreateTimestamp, setId, setLocation, setPermissions, setType, setUpdateTimestamp
-
Field Details
-
RESULT_CODE_SUCCESS
Deprecated.Result Code constant representing success -
RESULT_CODE_NO_PRIV
Deprecated.Result Code constant representing Insufficient Privileges -
RESULT_CODE_INVALID
Deprecated.Result Code constant representing Invalid Attachment -
RESULT_CODE_TOO_MANY_NOTES
Deprecated.Result Code constant representing configured Notes Limit Reached. -
RESULT_CODE_CANCELLED_TASK
Deprecated.Result Code constant representing Cancelled Task -
RESULT_CODE_CANCELLED_PROCESS
Deprecated.Result Code constant representing Cancelled Process -
RESULT_CODE_UNATTENDED_TASK
Deprecated.Result Code constant representing Unattended Task
-
-
Constructor Details
-
Note
public Note()Deprecated.
-
-
Method Details
-
getContent
Deprecated.Returns the String contents of theNote
.- Returns:
- String contents of
Note
-
setContent
Deprecated.Sets the String contents ofNote
.- Parameters:
content_
- note contents to set.
-
toXML
Deprecated.Returns an XML representation of theNote
-
toXML
Deprecated.Appends the XML representation of theNote
to the given buffer. -
fillInAppianTypes
Deprecated.This method is called to populate the AppianTypeCache forLocalObject
that are referenced inNote
- Specified by:
fillInAppianTypes
in interfaceAppianTypeHolder
- Parameters:
cache_
- cache of Appian-typed objects.
-
toString
Deprecated.- Overrides:
toString
in classNoteMetadata
-