Class Activity
- All Implemented Interfaces:
Serializable
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 Summary
FieldsModifier and TypeFieldDescriptionprotected String
Date when activity object was returned, ISO format.protected String
Application defined purpose.protected String
Comment for the activity.protected String
Application defined purpose.protected String
Date when activity object is expected to be returned.protected String
Application defined purpose.protected String
GUID of the activity object.protected String
Short name/description of the activity object.protected String
GUID of the assigned archive entry.protected int
Object ID of the associated folder or document.protected int
Object type of the associated folder or document.protected int
Priority for the activity.protected String
Project name for the activity.protected int
The ID of the recipient.protected String
Activity was created for this user.protected String
Revision version of the activity object.protected int
ID of the user who created the activity.protected String
Activity was created by this user.protected String
Date the activity was sent in ISO format.protected String
Application defined purpose.protected String
Application defined value.protected String
Date and time of the last update.protected String
Timestamp of this object's last export by the replication.protected String
First application defined value.protected String
Second application defined value.protected String
Third application defined value.protected String
Fourth application defined value.protected String
Fifth application defined value.protected String
Sixth application defined value.protected String
Seventh application defined value.protected String
Eighth application defined value.protected String
Ninth application defined value.protected String
Tenth application defined value.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGuid()
getName()
int
getObjId()
int
int
getPrio()
int
int
getUd0()
getUd1()
getUd2()
getUd3()
getUd4()
getUd5()
getUd6()
getUd7()
getUd8()
getUd9()
void
void
setBackMode
(String backMode) void
setComment
(String comment) void
setDestination
(String destination) void
setDueDateIso
(String dueDateIso) void
setFileName
(String fileName) void
void
void
setObjGuid
(String objGuid) void
setObjId
(int objId) void
setObjType
(int objType) void
setPrio
(int prio) void
setProject
(String project) void
setReceiverId
(int receiverId) void
setReceiverName
(String receiverName) void
setRevVers
(String revVers) void
setSenderId
(int senderId) void
setSenderName
(String senderName) void
setSentAtIso
(String sentAtIso) void
setSentMode
(String sentMode) void
setTransId
(String v) void
void
setTStampSync
(String TStampSync) void
void
void
void
void
void
void
void
void
void
toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
TStamp
Date and time of the last update. Readonly -
backAt
Date when activity object was returned, ISO format. This value does not contain a time portion. -
backMode
Application defined purpose. -
comment
Comment for the activity. -
destination
Application defined purpose. -
dueDateIso
Date when activity object is expected to be returned. This value does not contain a time portion. -
fileName
Application defined purpose. -
guid
GUID of the activity object. -
name
Short name/description of the activity object. -
objGuid
GUID of the assigned archive entry. -
prio
protected int prioPriority for the activity. Priority A has value 0, UserTaskPriorityC.HIGHEST Priority B has value 1. Priority C has value 2, UserTaskPriorityC#LOWEST -
project
Project name for the activity. -
receiverId
protected int receiverIdThe ID of the recipient. -
revVers
Revision version of the activity object. -
senderId
protected int senderIdID of the user who created the activity. -
sentAtIso
Date the activity was sent in ISO format. This value does not contain a time portion. -
sentMode
Application defined purpose. -
ud0
First application defined value.- See Also:
-
ud1
Second application defined value.- See Also:
-
ud2
Third application defined value.- See Also:
-
ud3
Fourth application defined value.- See Also:
-
ud4
Fifth application defined value.- See Also:
-
ud5
Sixth application defined value.- See Also:
-
ud6
Seventh application defined value.- See Also:
-
ud7
Eighth application defined value.- See Also:
-
ud8
Ninth application defined value.- See Also:
-
ud9
Tenth application defined value.- See Also:
-
receiverName
Activity was created for this user. Readonly. -
senderName
Activity was created by this user. Readonly. -
transId
Application defined value.- Since:
- 8.00.012.001
-
objId
protected int objIdObject ID of the associated folder or document. Read-only.- Since:
- 8.00.018.001
-
objType
protected int objTypeObject type of the associated folder or document. Read-only.- Since:
- 8.00.018.001
-
TStampSync
Timestamp of this object's last export by the replication.- Since:
- 9.99.009.001
-
-
Constructor Details
-
Activity
public Activity() -
Activity
-
-
Method Details
-
getTStamp
-
setTStamp
-
getBackAt
-
setBackAt
-
getBackMode
-
setBackMode
-
getComment
-
setComment
-
getDestination
-
setDestination
-
getDueDateIso
-
setDueDateIso
-
getFileName
-
setFileName
-
getGuid
-
setGuid
-
getName
-
setName
-
getObjGuid
-
setObjGuid
-
getPrio
public int getPrio() -
setPrio
public void setPrio(int prio) -
getProject
-
setProject
-
getReceiverId
public int getReceiverId() -
setReceiverId
public void setReceiverId(int receiverId) -
getRevVers
-
setRevVers
-
getSenderId
public int getSenderId() -
setSenderId
public void setSenderId(int senderId) -
getSentAtIso
-
setSentAtIso
-
getSentMode
-
setSentMode
-
getUd0
-
setUd0
-
getUd1
-
setUd1
-
getUd2
-
setUd2
-
getUd3
-
setUd3
-
getUd4
-
setUd4
-
getUd5
-
setUd5
-
getUd6
-
setUd6
-
getUd7
-
setUd7
-
getUd8
-
setUd8
-
getUd9
-
setUd9
-
getReceiverName
-
setReceiverName
-
getSenderName
-
setSenderName
-
getTransId
-
setTransId
-
getObjId
public int getObjId() -
setObjId
public void setObjId(int objId) -
getObjType
public int getObjType() -
setObjType
public void setObjType(int objType) -
getTStampSync
-
setTStampSync
-
toString
-