Class Activity

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.Activity
All Implemented Interfaces:
Serializable

public class Activity extends ValueClass implements Serializable
This class represents an activity.

An activity is a task delegated to an instance outside the ELO system. It is created when the task is sent to the instance and deleted, if it is received back. An activity defines a date for expecting the response, dueDateIso. At this date, the activity appears in the task list of the initiator. If the task is finished, the initiator sets the backAt member and the activity is closed.

Activities can be used to observe a document or a folder. For each modification, a ELO_NOTIFY activity is created and displayed in the task list of the user that wants to observe the object.

An activity object is an instance on an activity project. The project defines the properties the user can edit or select to provide more information to the task.

See Also:
  • Field Details

    • TStamp

      protected String TStamp
      Date and time of the last update. Readonly
    • backAt

      protected String backAt
      Date when activity object was returned, ISO format. This value does not contain a time portion.
    • backMode

      protected String backMode
      Application defined purpose.
    • comment

      protected String comment
      Comment for the activity.
    • destination

      protected String destination
      Application defined purpose.
    • dueDateIso

      protected String dueDateIso
      Date when activity object is expected to be returned. This value does not contain a time portion.
    • fileName

      protected String fileName
      Application defined purpose.
    • guid

      protected String guid
      GUID of the activity object.
    • name

      protected String name
      Short name/description of the activity object.
    • objGuid

      protected String objGuid
      GUID of the assigned archive entry.
    • prio

      protected int prio
      Priority for the activity. Priority A has value 0, UserTaskPriorityC.HIGHEST Priority B has value 1. Priority C has value 2, UserTaskPriorityC#LOWEST
      See Also:
    • project

      protected String project
      Project name for the activity.
    • receiverId

      protected int receiverId
      The ID of the recipient.
    • revVers

      protected String revVers
      Revision version of the activity object.
    • senderId

      protected int senderId
      ID of the user who created the activity.
    • sentAtIso

      protected String sentAtIso
      Date the activity was sent in ISO format. This value does not contain a time portion.
    • sentMode

      protected String sentMode
      Application defined purpose.
    • ud0

      protected String ud0
      First application defined value.
      See Also:
    • ud1

      protected String ud1
      Second application defined value.
      See Also:
    • ud2

      protected String ud2
      Third application defined value.
      See Also:
    • ud3

      protected String ud3
      Fourth application defined value.
      See Also:
    • ud4

      protected String ud4
      Fifth application defined value.
      See Also:
    • ud5

      protected String ud5
      Sixth application defined value.
      See Also:
    • ud6

      protected String ud6
      Seventh application defined value.
      See Also:
    • ud7

      protected String ud7
      Eighth application defined value.
      See Also:
    • ud8

      protected String ud8
      Ninth application defined value.
      See Also:
    • ud9

      protected String ud9
      Tenth application defined value.
      See Also:
    • receiverName

      protected String receiverName
      Activity was created for this user. Readonly.
    • senderName

      protected String senderName
      Activity was created by this user. Readonly.
    • transId

      protected String transId
      Application defined value.
      Since:
      8.00.012.001
    • objId

      protected int objId
      Object ID of the associated folder or document. Read-only.
      Since:
      8.00.018.001
    • objType

      protected int objType
      Object type of the associated folder or document. Read-only.
      Since:
      8.00.018.001
    • TStampSync

      protected String TStampSync
      Timestamp of this object's last export by the replication.
      Since:
      9.99.009.001
  • Constructor Details

    • Activity

      public Activity()
    • Activity

      public Activity(Activity rhs)
  • Method Details

    • getTStamp

      public String getTStamp()
    • setTStamp

      public void setTStamp(String TStamp)
    • getBackAt

      public String getBackAt()
    • setBackAt

      public void setBackAt(String backAt)
    • getBackMode

      public String getBackMode()
    • setBackMode

      public void setBackMode(String backMode)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getDestination

      public String getDestination()
    • setDestination

      public void setDestination(String destination)
    • getDueDateIso

      public String getDueDateIso()
    • setDueDateIso

      public void setDueDateIso(String dueDateIso)
    • getFileName

      public String getFileName()
    • setFileName

      public void setFileName(String fileName)
    • getGuid

      public String getGuid()
    • setGuid

      public void setGuid(String guid)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getObjGuid

      public String getObjGuid()
    • setObjGuid

      public void setObjGuid(String objGuid)
    • getPrio

      public int getPrio()
    • setPrio

      public void setPrio(int prio)
    • getProject

      public String getProject()
    • setProject

      public void setProject(String project)
    • getReceiverId

      public int getReceiverId()
    • setReceiverId

      public void setReceiverId(int receiverId)
    • getRevVers

      public String getRevVers()
    • setRevVers

      public void setRevVers(String revVers)
    • getSenderId

      public int getSenderId()
    • setSenderId

      public void setSenderId(int senderId)
    • getSentAtIso

      public String getSentAtIso()
    • setSentAtIso

      public void setSentAtIso(String sentAtIso)
    • getSentMode

      public String getSentMode()
    • setSentMode

      public void setSentMode(String sentMode)
    • getUd0

      public String getUd0()
    • setUd0

      public void setUd0(String ud0)
    • getUd1

      public String getUd1()
    • setUd1

      public void setUd1(String ud1)
    • getUd2

      public String getUd2()
    • setUd2

      public void setUd2(String ud2)
    • getUd3

      public String getUd3()
    • setUd3

      public void setUd3(String ud3)
    • getUd4

      public String getUd4()
    • setUd4

      public void setUd4(String ud4)
    • getUd5

      public String getUd5()
    • setUd5

      public void setUd5(String ud5)
    • getUd6

      public String getUd6()
    • setUd6

      public void setUd6(String ud6)
    • getUd7

      public String getUd7()
    • setUd7

      public void setUd7(String ud7)
    • getUd8

      public String getUd8()
    • setUd8

      public void setUd8(String ud8)
    • getUd9

      public String getUd9()
    • setUd9

      public void setUd9(String ud9)
    • getReceiverName

      public String getReceiverName()
    • setReceiverName

      public void setReceiverName(String receiverName)
    • getSenderName

      public String getSenderName()
    • setSenderName

      public void setSenderName(String senderName)
    • getTransId

      public String getTransId()
    • setTransId

      public void setTransId(String v)
    • getObjId

      public int getObjId()
    • setObjId

      public void setObjId(int objId)
    • getObjType

      public int getObjType()
    • setObjType

      public void setObjType(int objType)
    • getTStampSync

      public String getTStampSync()
    • setTStampSync

      public void setTStampSync(String TStampSync)
    • toString

      public String toString()
      Overrides:
      toString in class Object