Package de.elo.ix.client.myelo
Class MyELOInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.myelo.MyELOInfo
- All Implemented Interfaces:
Serializable
- Since:
- 10.00.020.001
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Return Results only newer than the given date.protected int
Maximum number of Results that should be returned by this call.protected FindNotificationInfo
FindInfo for FindFirstNotifications.protected FindTasksInfo
Info Object with search criteria that are required for locating a task (reminders, workflow tasks or activity).protected FindWorkflowInfo
Info Object with search criteria for selecting workflows.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDate()
int
getMax()
void
void
setMax
(int max) void
setNotificationInfo
(FindNotificationInfo notificationInfo) void
setTaskInfo
(FindTasksInfo taskInfo) void
setWorkflowInfo
(FindWorkflowInfo workflowInfo) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
notificationInfo
FindInfo for FindFirstNotifications.FindNotificationInfo
. -
workflowInfo
Info Object with search criteria for selecting workflows.FindWorkflowInfo
. -
taskInfo
Info Object with search criteria that are required for locating a task (reminders, workflow tasks or activity).FindTasksInfo
. -
date
Return Results only newer than the given date. -
max
protected int maxMaximum number of Results that should be returned by this call.- Since:
- 10.00.020.002
-
-
Constructor Details
-
MyELOInfo
public MyELOInfo()
-
-
Method Details