imbSharedLibraryResponseObject
| Extends: | imbDeployedArtifactResponseObject |
| Namespace: | http://www.ibm.com/iib/apiv1/responseObject |
| XML Schema: | ns1.xsd |
Description of a library deployed to the broker.
XML
Attributes
| name | type | description |
|---|---|---|
| type | string | "sharedLibrary" |
| hasChildren | string | Whether the object has more children. This field is hidden if the children are actually being shown in the response. |
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| subFlows (imbSubFlowsContainerBean) | 0/1 | subflows contained in the library |
| resources (imbDeployedResourcesContainerBean) | 0/1 | deployed resources contained in the library |
| references (imbReferencesContainerBean) | 0/1 | Shared library dependencies for this shared library. |
| referents (imbReferentsContainerBean) | 0/1 |
JSON
| property | type | description |
|---|---|---|
| type | string | "sharedLibrary" |
| hasChildren | string | Whether the object has more children. This field is hidden if the children are actually being shown in the response. |
| subFlows | subFlows (imbSubFlowsContainerBean) | subflows contained in the library |
| resources | resources (imbDeployedResourcesContainerBean) | deployed resources contained in the library |
| references | references (imbReferencesContainerBean) | Shared library dependencies for this shared library. |
| referents | referents (imbReferentsContainerBean) |