Class ActivityActor

  • All Implemented Interfaces:
    java.io.Serializable

    @StableMinor(version="17.0",
                 sinceVersion="8.2")
    public class ActivityActor
    extends java.lang.Object
    implements java.io.Serializable
    The actor of an Activity.

    Currently the only actor type support is LumisXP user.

    Since:
    8.2.0
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ActivityActor

        public ActivityActor()
    • 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