Class icm.model.CaseRelationship


Extends ecm.model._ModelObject.
Represents a relationship between 2 cases.
Defined in: <icm/model/CaseRelationship.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Constructs a CaseRelationship object.

Field Summary

Field Attributes Field Name and Description
 
The case that this relationship is associated with.
 
The Creator property of the related case.
 
The date created property of the related case.
 
The folder ID property of the related case.
 
The case identifier property of the related case.
 
The status property of the related case.
 
The title property of the related case.
 
the related case's case type symbolic name.
 
The relationship category.
 
the relationship description.
 
The relationship type.

Constructor Detail

icm.model.CaseRelationship(properties)

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

Field Detail

caseObject

The case that this relationship is associated with.

relatedCaseCreator

The Creator property of the related case.

relatedCaseDateCreated

The date created property of the related case.

relatedCaseFolderId

The folder ID property of the related case.

relatedCaseIdentifier

The case identifier property of the related case.

relatedCaseStatus

The status property of the related case.

relatedCaseTitle

The title property of the related case.

relatedCaseTypeName

the related case's case type symbolic name.

relationshipCategory

The relationship category.

relationshipDescription

the relationship description.

relationshipType

The relationship type.