businessDataCaptureStores element

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

Example XML

<?xml version="1.0" encoding="UTF-8"?> <businessDataCaptureStores type="..." uri="..." hasChildren="..." internal="..."> <businessDataCaptureStore type="..." uri="..." orderBy="..." order="..." startTimestampFrom="..." startTimestampTo="..." lastTimestampFrom="..." lastTimestampTo="..." pageNumber="..." numberOfEntriesPerPage="..." totalResults="..." name="..."> <data> <businessDataCaptureEntry id="..." status="..." startTimestamp="..." lastUpdateTimestamp="..." dataUri="..." definitionId="..." type="..." /> <businessDataCaptureEntry id="..." status="..." startTimestamp="..." lastUpdateTimestamp="..." dataUri="..." definitionId="..." type="..."> <!--...--> </businessDataCaptureEntry> <!--...more "businessDataCaptureEntry" elements...--> </data> </businessDataCaptureStore> <businessDataCaptureStore type="..." uri="..." orderBy="..." order="..." startTimestampFrom="..." startTimestampTo="..." lastTimestampFrom="..." lastTimestampTo="..." pageNumber="..." numberOfEntriesPerPage="..." totalResults="..." name="..."> <!--...--> </businessDataCaptureStore> <!--...more "businessDataCaptureStore" elements...--> </businessDataCaptureStores>

Example JSON

{ "type" : "...", "businessDataCaptureStore" : [ { "type" : "...", "uri" : { "value" : "..." }, "orderBy" : "...", "order" : "...", "startTimestampFrom" : "...", "startTimestampTo" : "...", "lastTimestampFrom" : "...", "lastTimestampTo" : "...", "pageNumber" : "...", "numberOfEntriesPerPage" : "...", "totalResults" : "...", "name" : "...", "data" : [ { "id" : "...", "status" : "...", "startTimestamp" : "...", "lastUpdateTimestamp" : "...", "dataUri" : { "value" : "..." }, "definitionId" : "...", "type" : "..." }, ... ] }, ... ], "uri" : { "value" : "..." }, "hasChildren" : "...", "internal" : "..." }