Package lumis.portal.activitystream
Class ActivityActor
- java.lang.Object
-
- lumis.portal.activitystream.ActivityActor
-
- All Implemented Interfaces:
Serializable
@StableMinor(version="14.0", sinceVersion="8.2") public class ActivityActor extends Object implements Serializable
The actor of anActivity
.Currently the only actor type support is LumisXP user.
- Since:
- 8.2.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActivityActor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Returns the identifier of this actor.void
setId(String id)
Sets the identifier of this actor.
-
-
-
Method Detail
-
getId
public String getId()
Returns the identifier of this actor.Currently the only actor type supported is LumisXP user. The identifier must be a user identifier.
- Returns:
- the identifier of this actor.
- Since:
- 8.2.0
-
setId
public void setId(String id)
Sets the identifier of this actor.Currently the only actor type supported is LumisXP user. The identifier must be a user identifier.
- Parameters:
id
- the identifier.- Since:
- 8.2.0
-
-