businessTransactions element
Type: | imbBusinessTransactionContainer |
Namespace: | http://www.ibm.com/iib/apiv1/responseObject/container |
XML Schema: | ns0.xsd |
Container to hold list of stored business transaction definitions
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<businessTransactions xmlns="http://www.ibm.com/iib/apiv1/responseObject/container" type="..." uri="..." hasChildren="..." internal="...">
<businessTransaction description="..." name="..." uri="..." type="..." hasChildren="..." internal="...">
<ns3:type xmlns:ns3="http://www.ibm.com/iib/apiv1/responseObject/businesstransaction">...</ns3:type>
<ns3:elements xmlns:ns3="http://www.ibm.com/iib/apiv1/responseObject/businesstransaction" elementUri="..." xCoord="..." description="..." name="..." yCoord="..." type="..." uri="..." hasChildren="..." internal="..." />
<ns3:elements xmlns:ns3="http://www.ibm.com/iib/apiv1/responseObject/businesstransaction" elementUri="..." xCoord="..." description="..." name="..." yCoord="..." type="...">
<!--...-->
</ns3:elements>
<!--...more "elements" elements...-->
<ns3:links xmlns:ns3="http://www.ibm.com/iib/apiv1/responseObject/businesstransaction" source="..." target="..." type="..." />
<ns3:links xmlns:ns3="http://www.ibm.com/iib/apiv1/responseObject/businesstransaction" source="..." target="..." type="...">
<!--...-->
</ns3:links>
<!--...more "links" elements...-->
<ns3:businessEvents xmlns:ns3="http://www.ibm.com/iib/apiv1/responseObject/businesstransaction">
<ns3:startBusinessEvents eventSourceAddress="..." flowUri="..." nodeName="..." label="..." eventUri="..." uri="..." type="..." hasChildren="..." internal="..." />
<ns3:startBusinessEvents eventSourceAddress="..." flowUri="..." nodeName="..." label="..." eventUri="...">
<!--...-->
</ns3:startBusinessEvents>
<!--...more "startBusinessEvents" elements...-->
<ns3:endBusinessEvents eventSourceAddress="..." flowUri="..." nodeName="..." label="..." eventUri="..." uri="..." type="..." hasChildren="..." internal="..." />
<ns3:endBusinessEvents eventSourceAddress="..." flowUri="..." nodeName="..." label="..." eventUri="...">
<!--...-->
</ns3:endBusinessEvents>
<!--...more "endBusinessEvents" elements...-->
<ns3:failBusinessEvents eventSourceAddress="..." flowUri="..." nodeName="..." label="..." eventUri="..." uri="..." type="..." hasChildren="..." internal="..." />
<ns3:failBusinessEvents eventSourceAddress="..." flowUri="..." nodeName="..." label="..." eventUri="...">
<!--...-->
</ns3:failBusinessEvents>
<!--...more "failBusinessEvents" elements...-->
<ns3:progressBusinessEvents eventSourceAddress="..." flowUri="..." nodeName="..." label="..." eventUri="..." uri="..." type="..." hasChildren="..." internal="..." />
<ns3:progressBusinessEvents eventSourceAddress="..." flowUri="..." nodeName="..." label="..." eventUri="...">
<!--...-->
</ns3:progressBusinessEvents>
<!--...more "progressBusinessEvents" elements...-->
</ns3:businessEvents>
</businessTransaction>
<businessTransaction description="..." name="...">
<!--...-->
</businessTransaction>
<!--...more "businessTransaction" elements...-->
<businessTransactionName type="..." name="..." uri="..." hasChildren="..." internal="...">
<ns1:location xmlns:ns1="http://www.ibm.com/iib/apiv1/responseObject">...</ns1:location>
</businessTransactionName>
<businessTransactionName type="..." name="...">
<!--...-->
</businessTransactionName>
<!--...more "businessTransactionName" elements...-->
</businessTransactions>
Example JSON
{
"type" : "...",
"businessTransaction" : [ {
"description" : "...",
"name" : "...",
"type" : "...",
"elements" : [ {
"elementUri" : "...",
"xCoord" : ...,
"description" : "...",
"name" : "...",
"yCoord" : ...,
"type" : "...",
"uri" : {
"value" : "..."
},
"hasChildren" : "...",
"internal" : "..."
}, ... ],
"links" : [ {
"source" : ...,
"target" : ...,
"type" : "..."
}, ... ],
"businessEvents" : {
"startBusinessEvents" : [ {
"eventSourceAddress" : "...",
"flowUri" : "...",
"nodeName" : "...",
"label" : "...",
"eventUri" : "...",
"uri" : {
"value" : "..."
},
"type" : "...",
"hasChildren" : "...",
"internal" : "..."
}, ... ],
"endBusinessEvents" : [ {
"eventSourceAddress" : "...",
"flowUri" : "...",
"nodeName" : "...",
"label" : "...",
"eventUri" : "...",
"uri" : {
"value" : "..."
},
"type" : "...",
"hasChildren" : "...",
"internal" : "..."
}, ... ],
"failBusinessEvents" : [ {
"eventSourceAddress" : "...",
"flowUri" : "...",
"nodeName" : "...",
"label" : "...",
"eventUri" : "...",
"uri" : {
"value" : "..."
},
"type" : "...",
"hasChildren" : "...",
"internal" : "..."
}, ... ],
"progressBusinessEvents" : [ {
"eventSourceAddress" : "...",
"flowUri" : "...",
"nodeName" : "...",
"label" : "...",
"eventUri" : "...",
"uri" : {
"value" : "..."
},
"type" : "...",
"hasChildren" : "...",
"internal" : "..."
}, ... ]
},
"uri" : {
"value" : "..."
},
"hasChildren" : "...",
"internal" : "..."
}, ... ],
"businessTransactionName" : [ {
"type" : "...",
"name" : "...",
"location" : "...",
"uri" : {
"value" : "..."
},
"hasChildren" : "...",
"internal" : "..."
}, ... ],
"uri" : {
"value" : "..."
},
"hasChildren" : "...",
"internal" : "..."
}