complexType CommentAudit
diagram ec_wsdl_diagrams/ec_wsdl_p1371.png
namespace http://base.api.ec.n2.tibco.com
type extension of Audit
properties
base Audit
children endPosition startPosition totalItems reference comment
used by
elements CommentAuditEntry/children CommentAudit CommentedAudit/comments
annotation
documentation
The Comments associated with the either the parent entity, or if root level, then the requested entity.
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>

element CommentAudit/reference
diagram ec_wsdl_diagrams/ec_wsdl_p1372.png
type CommentReference
properties
minOcc 0
maxOcc 1
content complex
children caseRef processInstanceRef workItemRef
source <xs:element name="reference" type="CommentReference" minOccurs="0" maxOccurs="1"/>

element CommentAudit/comment
diagram ec_wsdl_diagrams/ec_wsdl_p1373.png
type CommentAuditEntry
properties
minOcc 0
maxOcc unbounded
content complex
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"/>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy