libraries element

Type: imbLibrariesContainerBean
Namespace: (default namespace)
XML Schema: ns0.xsd

Description of libraries on the deployed object

Example XML

<?xml version="1.0" encoding="UTF-8"?> <libraries type="..." uri="..." hasChildren="..." internal="..."> <library type="..." hasChildren="..." uri="..." propertiesUri="..." UUID="..." name="..."> <messageFlows type="..." uri="..." hasChildren="..." internal="..."> <messageFlow type="..." isRunning="..." runMode="..." startMode="..." flowDesignUri="..." uri="..." propertiesUri="..." UUID="..." name="..."> <archiveStatistics enabled="..." origin="..." threadLevel="..." nodeLevel="..."> <outputFormat> <xml>...</xml> <json>...</json> <userTrace>...</userTrace> <smf>...</smf> </outputFormat> </archiveStatistics> <snapshotStatistics enabled="..." origin="..." threadLevel="..." nodeLevel="..."> <outputFormat> <xml>...</xml> <json>...</json> <userTrace>...</userTrace> <smf>...</smf> </outputFormat> </snapshotStatistics> <policies> <policy type="..." uri="..." policyType="..." name="..."> <documentURI>...</documentURI> <data> <data name="..." value="..." owner="..." /> <data name="..." value="..." owner="..."> <!--...--> </data> <!--...more "data" elements...--> </data> </policy> <policy type="..." uri="..." policyType="..." name="..."> <!--...--> </policy> <!--...more "policy" elements...--> </policies> </messageFlow> <messageFlow type="..." isRunning="..." runMode="..." startMode="..." flowDesignUri="..."> <!--...--> </messageFlow> <!--...more "messageFlow" elements...--> </messageFlows> <subFlows type="..." uri="..." hasChildren="..." internal="..."> <subFlow type="..." internal="..." flowDesignUri="..." uri="..." propertiesUri="..." UUID="..." name="..." /> <subFlow type="..." internal="..." flowDesignUri="..."> <!--...--> </subFlow> <!--...more "subFlow" elements...--> </subFlows> <resources type="..." uri="..." hasChildren="..." internal="..."> <resource type="..." internal="..." uri="..." propertiesUri="..." UUID="..." name="..." /> <resource type="..." internal="..."> <!--...--> </resource> <!--...more "resource" elements...--> </resources> </library> <library type="..." hasChildren="..."> <!--...--> </library> <!--...more "library" elements...--> </libraries>

Example JSON

{ "type" : "...", "library" : [ { "type" : "...", "hasChildren" : "...", "messageFlows" : { "type" : "...", "messageFlow" : [ { "type" : "...", "isRunning" : false, "runMode" : "...", "startMode" : "...", "flowDesignUri" : { "value" : "..." }, "archiveStatistics" : { "enabled" : false, "origin" : "...", "threadLevel" : "...", "nodeLevel" : "...", "outputFormat" : { "xml" : false, "json" : false, "userTrace" : false, "smf" : false } }, "snapshotStatistics" : { "enabled" : false, "origin" : "...", "threadLevel" : "...", "nodeLevel" : "...", "outputFormat" : { "xml" : false, "json" : false, "userTrace" : false, "smf" : false } }, "policies" : [ { "type" : "...", "uri" : { "value" : "..." }, "policyType" : "...", "name" : "...", "documentURI" : "...", "data" : [ { "name" : "...", "value" : "...", "owner" : "..." }, ... ] }, ... ], "uri" : { "value" : "..." }, "propertiesUri" : { "value" : "..." }, "UUID" : "...", "name" : "..." }, ... ], "uri" : { "value" : "..." }, "hasChildren" : "...", "internal" : "..." }, "subFlows" : { "type" : "...", "subFlow" : [ { "type" : "...", "internal" : false, "flowDesignUri" : { "value" : "..." }, "uri" : { "value" : "..." }, "propertiesUri" : { "value" : "..." }, "UUID" : "...", "name" : "..." }, ... ], "uri" : { "value" : "..." }, "hasChildren" : "...", "internal" : "..." }, "resources" : { "type" : "...", "resource" : [ { "type" : "...", "internal" : false, "uri" : { "value" : "..." }, "propertiesUri" : { "value" : "..." }, "UUID" : "...", "name" : "..." }, ... ], "uri" : { "value" : "..." }, "hasChildren" : "...", "internal" : "..." }, "uri" : { "value" : "..." }, "propertiesUri" : { "value" : "..." }, "UUID" : "...", "name" : "..." }, ... ], "uri" : { "value" : "..." }, "hasChildren" : "...", "internal" : "..." }