diagram | |||
namespace | http://base.api.ec.n2.tibco.com | ||
type | extension of CommonAuditEntry | ||
properties |
|
||
children | id creationTime componentId messageId severity message priority correlationId contextId parentContextId messageCategory principalId principalName managedObjectId managedObjectName managedObjectType managedObjectVersion managedObjectStatus parentObjectId applicationActivityName applicationActivityInstanceId applicationActivityModelId applicationName priorStepId iteration iterationId hostTaskName hostTaskType entityId entityType managedObjectUrl managedObjectDetails modelMajorVersion modelVersion resourceId subprocessInstanceId subprocessName subprocessVersion moduleName processPriority extendedMessage caseReferences additionalAttributes instigatedCaseEvents genericAttributes children | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="CommentAuditEntry"> <xs:annotation> <xs:documentation>A specific comment within a Comment Audit. This contains information on the comment itself, such as the comment message (stored in extendedMessage). It also has a reference to CommentAudit for any child comments it has (where a comment has been posted as a reply to another comment).</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="CommonAuditEntry"> <xs:sequence> <xs:element name="children" type="CommentAudit" minOccurs="0" maxOccurs="1"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | |||||||
type | CommentAudit | ||||||
properties |
|
||||||
children | endPosition startPosition totalItems reference comment | ||||||
source | <xs:element name="children" type="CommentAudit" minOccurs="0" maxOccurs="1"/> |