Class icm.model.TimelineTask


Extends ecm.model._ModelObject.
Represents a timeline task of a given case.
Defined in: <icm/model/TimelineTask.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Constructs a TimelineTask object.

Field Summary

Field Attributes Field Name and Description
 
User-assigned task name.
 
Time of the first event.
 
true if task is a container task
 
Time of the last event.
 
 
status 
Task status.
 
taskId 
GUID of task.

Constructor Detail

icm.model.TimelineTask()

Constructs a TimelineTask object.

Field Detail

entityName

User-assigned task name.

firstEventTime

Time of the first event.

isContainer

true if task is a container task

lastEventTime

Time of the last event.

parentId


status

Task status.

taskId

GUID of task.