Class icm.model.TaskType


Extends ecm.model.ContentClass.
Represents a task type in a deployed case management solution.
Defined in: <icm\model\TaskType.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
icm.model.TaskType(properties)
Constructs a TaskType object.

Field Summary

Field Attributes Field Name and Description
 
The case type of this task type
 
Indicates whether this task type is a container task type.
 
The default view reference name for this task type.
 
The descriptive text of this task type.
 
hidden 
Indicates that this task type represents tasks that should be hidden in the UI.
 
Indicates whether the user has permission to create instances of this task type.
 
isToDo 
Indicates that this task type represents Todos.
 
Indicates that launch information must be filled in when creating a task of this type.
 
The GUID of the task class for this task type

Constructor Detail

icm.model.TaskType(properties)

Constructs a TaskType object. A TaskType object is typically constructed internally by other model objects.
Parameters:
properties
The properties for the TaskType object. The properties can be any of the public fields as defined below and on ecm.model.ContentClass.

Field Detail

caseType

The case type of this task type

container

Indicates whether this task type is a container task type.

defaultViewDefinition

The default view reference name for this task type. This is an empty string if no default view is defined for this task type

description

The descriptive text of this task type.

hidden

Indicates that this task type represents tasks that should be hidden in the UI.

instanceCreationRights

Indicates whether the user has permission to create instances of this task type.

isToDo

Indicates that this task type represents Todos.

launchInfoRequired

Indicates that launch information must be filled in when creating a task of this type. Launch information is filled in using a LaunchStep object accessed using the launchStep property of a TaskEditable object.

taskClassId

The GUID of the task class for this task type