Package com.axemble.vdoc.sdk.interfaces
Interface IResourceHistory.IEvent
- All Superinterfaces:
- Serializable
- Enclosing interface:
- IResourceHistory
The document event structure.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.use getAddressee() method instead.Returns the addressee.getDate()Returns the date of the event.Returns the description of the event.Indicates the fulfiller role.Returns the fulfiller.getLabel()Returns the label of the task.Returns the label of the task.getName()Returns the system name of the action.Returns the label of the task from where the action was performed.Returns the system name of the task from where the action was performed.booleanIndicates whether the event is a customized event or a system event.
- 
Method Details- 
isCustomizedboolean isCustomized()Indicates whether the event is a customized event or a system event.- Returns:
- true if the event is a custom one, false otherwise.
 
- 
getNameString getName()Returns the system name of the action.- Returns:
- A java.lang.String value.
 
- 
getLabelString getLabel()Returns the label of the task.- Returns:
- A java.lang.String value.
 
- 
getLabelReturns the label of the task.- Parameters:
- language- the language in which the label must be translated (for system events)
- Returns:
- A java.lang.String value.
 
- 
getSourceString getSource()Returns the label of the task from where the action was performed.- Returns:
- A java.lang.String value.
 
- 
getSourceNameString getSourceName()Returns the system name of the task from where the action was performed.- Returns:
- A java.lang.String value.
 
- 
getDateDate getDate()Returns the date of the event.- Returns:
- A java.util.Date object.
 
- 
getFulfillerIUser getFulfiller()Returns the fulfiller.- Returns:
- A @link{IUser} object.
 
- 
getAddresseeIUser getAddressee()Returns the addressee.- Returns:
- A @link{IUser} object.
 
- 
getAddresseDeprecated.use getAddressee() method instead.Returns the addressee.- Returns:
- A @link{IUser} object.
 
- 
getDescriptionString getDescription()Returns the description of the event.- Returns:
- A java.util.Date object.
 
- 
getDoneByString getDoneBy()Indicates the fulfiller role.- Returns:
- A java.lang.String value.
 
 
-