Package lumis.portal.activitystream
Class ActivityActor
- java.lang.Object
-
- lumis.portal.activitystream.ActivityActor
-
- All Implemented Interfaces:
java.io.Serializable
@StableMinor(version="15.0", sinceVersion="8.2") public class ActivityActor extends java.lang.Object implements java.io.Serializable
The actor of anActivity
.Currently the only actor type support is LumisXP user.
- Since:
- 8.2.0
- Version:
- $Revision: 25303 $ $Date: 2022-10-22 22:48:02 -0300 (Sat, 22 Oct 2022) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActivityActor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
Returns the identifier of this actor.void
setId(java.lang.String id)
Sets the identifier of this actor.
-
-
-
Method Detail
-
getId
public java.lang.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(java.lang.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
-
-