Class CompletedUserTask

    • Constructor Detail

      • CompletedUserTask

        public CompletedUserTask​(java.lang.String typeId,
                                 java.lang.String id,
                                 java.lang.String elementId,
                                 java.lang.String processFlowId,
                                 java.lang.String name,
                                 java.lang.String description,
                                 Element.ElementType type,
                                 java.util.Date created,
                                 java.util.List<Attribute> attributes,
                                 java.lang.String completedBy,
                                 java.util.Date completed,
                                 CompletedElement.TaskCompletedState completedState,
                                 Task.Complexity complexity,
                                 Task.Priority priority,
                                 java.util.Date dueDate,
                                 java.lang.String completionComment,
                                 float totalActualHours)
        It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the completed tasks returned by the API.
        Parameters:
        typeId - The object type identifier of the task.
        id - The unique identifier of the task.
        elementId - The identifier of the task as it appears in the process flow definition.
        processFlowId - The identifier of the process flow that contains the element.
        name - The name of the task.
        description - The description of the task.
        type - The type of the task.
        created - The date on which the task was created.
        attributes - The extended attributes of the task.
        completedBy - The user who completed the task.
        completed - The date on which the task was completed.
        completedState - The completed state of the element
        complexity - The complexity of the user task.
        priority - The priority of the user task.
        dueDate - The due date of the user task.
        completionComment - The comment that was specified at the completion of the user task.
        totalActualHours - The total actual hours for the user task.
    • Method Detail

      • getTotalActualHours

        public float getTotalActualHours()
        Gets the total actual hours for the user task.
        Returns:
        The total actual hours.
      • getCompletionComment

        public java.lang.String getCompletionComment()
        Gets the completion comment for the user task.
        Returns:
        The completion comment for the user task.
      • getDueDate

        public java.util.Date getDueDate()
        Gets the due date of the user task.
        Returns:
        The due date.
      • getComplexity

        public Task.Complexity getComplexity()
        Gets the complexity of the user task.
        Returns:
        The complexity.
      • getPriority

        public Task.Priority getPriority()
        Gets the priority of the user task.
        Returns:
        The priority.