Interface TaskInfo

    • Method Detail

      • getId

        long getId()
        The task id.
      • getDescription

        @NotNull
        String getDescription()
        Text description of the task.
      • getNodeId

        @NotNull
        String getNodeId()
        The origin node id where this task was created.
      • getCreated

        long getCreated()
        The time of the task creation in milliseconds.
      • getCreateDate

        @NotNull
        Date getCreateDate()
      • getUpdated

        long getUpdated()
        Returns:
        the time in milliseconds when the task was updated
        Since:
        2023.11
      • getUpdateDate

        @NotNull
        Date getUpdateDate()