public interface DMSNote extends DMSForm
Modifier and Type | Interface and Description |
---|---|
static class |
DMSNote.Type
Defines the various types of a note
|
Modifier and Type | Field and Description |
---|---|
static String |
CONTENT
Defines the name of the field holding the content of this note.
|
static String |
SUBJECT
Defines the name of the field holding the subject of this note.
|
emptyKeys
Modifier and Type | Method and Description |
---|---|
Persistent |
getAttachedTo()
Returns the object to which this note is attached to or null if this note is not attached
to any object.
|
DMSNote.Type |
getType()
Returns if type of this note.
|
void |
setType(DMSNote.Type newType)
Sets the type of this note.
|
getField, getFieldType, getFormType, getSubforms, hasField, setActivityContext, setActivityContext, setField
attachNote, getChangedAt, getChangedBy, getCreatedAt, getCreatedBy, getDefaultOrgUnit, getName, getPermissionList, getTypeName, hasAttachedNotes, hasVersions, listAttachedNotes, listVersions, makeCopy, makeVersion, removeNote, setName, setPermissionList
afterDelete, afterInsert, afterRead, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, dbFields, getKey, getKeys, getLocalClassName, getLocalObjectName, getOid, getStore, getTableName, getValue, isFilled, isValid, setFilled, setOid, setOid, setStore, toListString
getTransactionId, increaseTransactionId, setTransactionId
getVersionId, setVersionId
static final String SUBJECT
static final String CONTENT
Persistent getAttachedTo()
DMSNote.Type getType()
void setType(DMSNote.Type newType)
newType
- the new type@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.