Class icm.model.HistoryEvent


Extends ecm.model._ModelObject.
Represents a case history event record.
Defined in: <icm/model/HistoryEvent.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Constructs a HistoryEvent object.

Field Summary

Field Attributes Field Name and Description
 
Additional properties on the event
 
The CmAcmCaseFolder property of the event, if any
 
The CmAcmCaseIdentifier property of the event, if any
 
The CmAcmCaseTitle property of the event, if any
 
The CmAcmCategoryName property of the event, if any
 
The CmAcmCommentText property of the event, if any
 
The CmAcmDisabledState property of the event, if any
 
The CmAcmLastRestartDate property of the event, if any
 
The CmAcmObjectName property of the event, if any
 
The CmAcmObjectState property of the event, if any
 
The CmAcmRelatedCaseClassName property of the event, if any
 
The CmAcmRelatedCaseFolder property of the event, if any
 
The CmAcmRelatedCaseIdentifier property of the event, if any
 
The CmAcmRelatedCaseTitle property of the event, if any
 
The CmAcmRelationshipType property of the event, if any
 
The CmAcmRestartCount property of the event, if any
 
The CmAcmStepName property of the event, if any
 
The CmAcmTaskName property of the event, if any
 
The Description property of the event, if any
 
The event date time
 
The event object localized name
 
The event object type
 
The type of the event
 
The localized name of the event type
 
The event user
 
The localized name of the related case class, if any
 
The VersionSeriesId property of the event, if any

Constructor Detail

icm.model.HistoryEvent(properties)

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

Field Detail

AdditionalProperties

Additional properties on the event

CmAcmCaseFolder

The CmAcmCaseFolder property of the event, if any

CmAcmCaseIdentifier

The CmAcmCaseIdentifier property of the event, if any

CmAcmCaseTitle

The CmAcmCaseTitle property of the event, if any

CmAcmCategoryName

The CmAcmCategoryName property of the event, if any

CmAcmCommentText

The CmAcmCommentText property of the event, if any

CmAcmDisabledState

The CmAcmDisabledState property of the event, if any

CmAcmLastRestartDate

The CmAcmLastRestartDate property of the event, if any

CmAcmObjectName

The CmAcmObjectName property of the event, if any

CmAcmObjectState

The CmAcmObjectState property of the event, if any

CmAcmRelatedCaseClassName

The CmAcmRelatedCaseClassName property of the event, if any

CmAcmRelatedCaseFolder

The CmAcmRelatedCaseFolder property of the event, if any

CmAcmRelatedCaseIdentifier

The CmAcmRelatedCaseIdentifier property of the event, if any

CmAcmRelatedCaseTitle

The CmAcmRelatedCaseTitle property of the event, if any

CmAcmRelationshipType

The CmAcmRelationshipType property of the event, if any

CmAcmRestartCount

The CmAcmRestartCount property of the event, if any

CmAcmStepName

The CmAcmStepName property of the event, if any

CmAcmTaskName

The CmAcmTaskName property of the event, if any

Description

The Description property of the event, if any

EventDateTime

The event date time

EventObjectLocalizedName

The event object localized name

EventObjectType

The event object type

EventType

The type of the event

EventTypeLocalizedName

The localized name of the event type

EventUser

The event user

RelatedCaseClassLocalizedName

The localized name of the related case class, if any

VersionSeriesId

The VersionSeriesId property of the event, if any