diagram | |||
namespace | http://base.api.ec.n2.tibco.com | ||
type | extension of Audit | ||
properties |
|
||
children | endPosition startPosition totalItems reference comment | ||
annotation |
|
||
source | <xs:complexType name="CommentAudit"> <xs:annotation> <xs:documentation>The Comments associated with the either the parent entity, or if root level, then the requested entity.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="Audit"> <xs:sequence> <xs:element name="reference" type="CommentReference" minOccurs="0" maxOccurs="1"/> <xs:element name="comment" type="CommentAuditEntry" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | |||||||
type | CommentReference | ||||||
properties |
|
||||||
children | caseRef processInstanceRef workItemRef | ||||||
source | <xs:element name="reference" type="CommentReference" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||
type | CommentAuditEntry | ||||||
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 | ||||||
source | <xs:element name="comment" type="CommentAuditEntry" minOccurs="0" maxOccurs="unbounded"/> |