Class TrackedAction
- java.lang.Object
-
- org.silverpeas.core.contribution.tracking.TrackedAction
-
- All Implemented Interfaces:
Serializable
@Embeddable public class TrackedAction extends Object implements Serializable
An action performed on a contribution that is tracked.- Author:
- mmoquillon
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TrackedAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OffsetDateTime
getDateTime()
Gets the date time at which the action has been performed.TrackedActionType
getType()
Gets the type of the action performed on the contribution.User
getUser()
Gets the user having performed this action.
-
-
-
Method Detail
-
getType
public TrackedActionType getType()
Gets the type of the action performed on the contribution.- Returns:
- a
TrackedActionType
instance.
-
getDateTime
public OffsetDateTime getDateTime()
Gets the date time at which the action has been performed.- Returns:
- a date time in UTC.
-
-