Package com.axemble.vdoc.sdk.interfaces
Interface IResourceHistory.IEvent
- All Superinterfaces:
Serializable
- Enclosing interface:
IResourceHistory
The document event structure.
-
Method Summary
Modifier 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.boolean
Indicates whether the event is a customized event or a system event.
-
Method Details
-
isCustomized
boolean isCustomized()Indicates whether the event is a customized event or a system event.- Returns:
- true if the event is a custom one, false otherwise.
-
getName
String getName()Returns the system name of the action.- Returns:
- A java.lang.String value.
-
getLabel
String getLabel()Returns the label of the task.- Returns:
- A java.lang.String value.
-
getLabel
Returns 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.
-
getSource
String getSource()Returns the label of the task from where the action was performed.- Returns:
- A java.lang.String value.
-
getSourceName
String getSourceName()Returns the system name of the task from where the action was performed.- Returns:
- A java.lang.String value.
-
getDate
Date getDate()Returns the date of the event.- Returns:
- A java.util.Date object.
-
getFulfiller
IUser getFulfiller()Returns the fulfiller.- Returns:
- A @link{IUser} object.
-
getAddressee
IUser getAddressee()Returns the addressee.- Returns:
- A @link{IUser} object.
-
getAddresse
Deprecated.use getAddressee() method instead.Returns the addressee.- Returns:
- A @link{IUser} object.
-
getDescription
String getDescription()Returns the description of the event.- Returns:
- A java.util.Date object.
-
getDoneBy
String getDoneBy()Indicates the fulfiller role.- Returns:
- A java.lang.String value.
-