Package lumis.portal.activitystream
Class ActivityActor
- java.lang.Object
-
- lumis.portal.activitystream.ActivityActor
-
- All Implemented Interfaces:
java.io.Serializable
@StableMinor(version="16.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: 25808 $ $Date: 2023-07-04 15:20:55 -0300 (Tue, 04 Jul 2023) $
- 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
-
-