public interface Note extends Serializable
| Modifier and Type | Method and Description |
|---|---|
ContextKind |
getContextKind() |
RuntimeObject |
getContextObject() |
long |
getContextOid() |
String |
getText() |
Date |
getTimestamp() |
User |
getUser() |
long |
getUserOid()
Deprecated.
Use
#getUser().getOID() instead. |
String getText()
ContextKind getContextKind()
long getContextOid()
RuntimeObject getContextObject()
long getUserOid()
#getUser().getOID() instead.User getUser()
UserDetailsLevelUser#CORE. May be null if no user is
specified.Date getTimestamp()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.