Class MyELOInfo

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

public class MyELOInfo extends ValueClass
Since:
10.00.020.001
See Also:
  • Field Details

    • notificationInfo

      protected FindNotificationInfo notificationInfo
      FindInfo for FindFirstNotifications. FindNotificationInfo.
    • workflowInfo

      protected FindWorkflowInfo workflowInfo
      Info Object with search criteria for selecting workflows. FindWorkflowInfo.
    • taskInfo

      protected FindTasksInfo taskInfo
      Info Object with search criteria that are required for locating a task (reminders, workflow tasks or activity). FindTasksInfo.
    • date

      protected String date
      Return Results only newer than the given date.
    • max

      protected int max
      Maximum number of Results that should be returned by this call.
      Since:
      10.00.020.002
  • Constructor Details

    • MyELOInfo

      public MyELOInfo()
  • Method Details