Package com.appiancorp.suiteapi.process
Class NoteMetadata
java.lang.Object
com.appiancorp.suiteapi.process.NoteMetadata
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Note
Deprecated.
This class represents the Note that can be attached to ProcessModel,
Process, ProcessNode or Task. This bean should only be used for communication
between the Java and Database layers.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Integer
Deprecated.Constant representing the DELETED NoteMetadata typestatic final Integer
Deprecated.Constant representing the Note added on exception typestatic final Integer
Deprecated.Constant representing the NORMAL NoteMetadata typestatic final Integer
Deprecated.Constant representing the REASSIGN_TASK NoteMetadata typestatic final Integer
Deprecated.Constant representing the REJECT_TASK NoteMetadata typestatic final Integer
Deprecated.Constant representing sorting by NoteMetadata author fieldstatic final Integer
Deprecated.Constant representing sorting by NoteMetadata contents fieldstatic final Integer
Deprecated.Constant representing sorting by NoteMetadata createTimestamp fieldstatic final Integer
Deprecated.Constant representing sorting by NoteMetadata ID fieldstatic final Integer
Deprecated.Constant representing sorting by NoteMetadata location(Where note is saved) fieldstatic final Integer
Deprecated.Constant representing sorting by NoteMetadata Type fieldstatic final Integer
Deprecated.Constant representing sorting by NoteMetadata updateTimestamp field -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.getId()
Deprecated.Deprecated.Deprecated.getType()
Deprecated.protected String
Deprecated.Deprecated.void
setAttachedTo
(LocalObject attachedTo_) Deprecated.Sets the LocalObject that the Note is attached to.void
Deprecated.Sets the author of the Notevoid
setCreateTimestamp
(Timestamp createTimestamp_) Deprecated.Sets the creation timestamp of Notevoid
Deprecated.Sets the Id of Note Objectvoid
setLocation
(String location_) Deprecated.Sets the location where note contents are stored.void
setPermissions
(NotePermissions permissions_) Deprecated.Sets the Note permissionsvoid
Deprecated.Sets the type of Notevoid
setUpdateTimestamp
(Timestamp updateTimestamp_) Deprecated.Sets the timestamp when Note was updated.toString()
Deprecated.
-
Field Details
-
SORT_BY_ID
Deprecated.Constant representing sorting by NoteMetadata ID field -
SORT_BY_TYPE
Deprecated.Constant representing sorting by NoteMetadata Type field -
SORT_BY_CREATE_DATE
Deprecated.Constant representing sorting by NoteMetadata createTimestamp field -
SORT_BY_UPDATE_DATE
Deprecated.Constant representing sorting by NoteMetadata updateTimestamp field -
SORT_BY_AUTHOR
Deprecated.Constant representing sorting by NoteMetadata author field -
SORT_BY_LOCATION
Deprecated.Constant representing sorting by NoteMetadata location(Where note is saved) field -
SORT_BY_CONTENT
Deprecated.Constant representing sorting by NoteMetadata contents field -
NOTE_TYPE_NORMAL
Deprecated.Constant representing the NORMAL NoteMetadata type -
NOTE_TYPE_REASSIGN_TASK
Deprecated.Constant representing the REASSIGN_TASK NoteMetadata type -
NOTE_TYPE_REJECT_TASK
Deprecated.Constant representing the REJECT_TASK NoteMetadata type -
NOTE_TYPE_DELETED
Deprecated.Constant representing the DELETED NoteMetadata type -
NOTE_TYPE_EXCEPTION
Deprecated.Constant representing the Note added on exception type
-
-
Constructor Details
-
NoteMetadata
public NoteMetadata()Deprecated.
-
-
Method Details
-
getAttachedTo
Deprecated.- Returns:
- Returns the LocalObject that the note is attached to. It can either be ProcessModel, Process, Node or Task
-
setAttachedTo
Deprecated.Sets the LocalObject that the Note is attached to.- Parameters:
attachedTo_
- The attachedTo to set.
-
getAuthor
Deprecated.- Returns:
- Returns the author, who added this note.
-
setAuthor
Deprecated.Sets the author of the Note- Parameters:
author_
- author to set.
-
getCreateTimestamp
Deprecated.- Returns:
- Returns the timestamp when the Note was created.
-
setCreateTimestamp
Deprecated.Sets the creation timestamp of Note- Parameters:
createTimestamp_
- Note creation timestamp.
-
getId
Deprecated.- Returns:
- Returns the Id of Note Object.
-
setId
Deprecated.Sets the Id of Note Object- Parameters:
id_
- ID to set.
-
getLocation
Deprecated.- Returns:
- Returns the location where the Note contents are stored.
-
setLocation
Deprecated.Sets the location where note contents are stored.- Parameters:
location_
- Note location to set.
-
getPermissions
Deprecated.- Returns:
- Returns the Note permissions
-
setPermissions
Deprecated.Sets the Note permissions- Parameters:
permissions_
- permissions to set.
-
getType
Deprecated.- Returns:
- Returns the type of Note which can be any one of the NOTE_TYPE_XXX constants
-
setType
Deprecated.Sets the type of Note- Parameters:
type_
- type to set.
-
getUpdateTimestamp
Deprecated.- Returns:
- Returns the timestamp when Note was updated
-
setUpdateTimestamp
Deprecated.Sets the timestamp when Note was updated.- Parameters:
updateTimestamp_
- Note update timestamp to set.
-
getTypeAsString
Deprecated.- Returns:
- Returns the Note type As String representation.
-
toString
Deprecated.
-