public static interface IResourceHistory.IEvent extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
IUser | 
getAddresse()
Deprecated. 
 
use getAddressee() method instead. 
 | 
IUser | 
getAddressee()
Returns the addressee. 
 | 
Date | 
getDate()
Returns the date of the event. 
 | 
String | 
getDescription()
Returns the description of the event. 
 | 
String | 
getDoneBy()
Indicates the fulfiller role. 
 | 
IUser | 
getFulfiller()
Returns the fulfiller. 
 | 
String | 
getLabel()
Returns the label of the task. 
 | 
String | 
getLabel(String language)
Returns the label of the task. 
 | 
String | 
getName()
Returns the system name of the action. 
 | 
String | 
getSource()
Returns the label of the task from where the action was performed. 
 | 
String | 
getSourceName()
Returns the system name of the task from where the action was performed. 
 | 
boolean | 
isCustomized()
Indicates whether the event is a customized event or a system event. 
 | 
boolean isCustomized()
String getName()
String getLabel()
String getLabel(String language)
language - the language in which the label must be translated (for system events)String getSource()
String getSourceName()
Date getDate()
IUser getFulfiller()
IUser getAddressee()
@Deprecated IUser getAddresse()
String getDescription()
String getDoneBy()
Copyright © 2019 Visiativ Software. All rights reserved.