PageResponseControl DataObject

PageResponseControl は、要求された検索結果を Cookie とともに戻して、要求側が次のページを取得できるようにします。

PageResponseControl DataObject の構造は、以下のものから構成されます。
totalSize
ページのサイズを指定します。
cookie
サーバーが検索の次のページを取得できるようにするために PageControl に戻される Cookie を含みます。

XML スキーマ定義

次に、PageResponseControl DataObject の XML スキーマ定義を示します。
<xsd:complexType name="PageResponseControl">
		<xsd:complexContent>
			<xsd:extension base="Control">
				<xsd:attribute name="totalSize" type="xsd:int"/>
				<xsd:attribute name="cookie" type="xsd:hexBinary"/>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>

サンプル・データ・グラフ

次に、search API から戻される PageResponseControl DataObject のサンプルを示します。 最終ページの場合は、PageResposneControl は戻されません。
<wim:controls xsi:type="wim:PageResponseControl" 
     cookie="57494D53656172636843616368654E616D6574696D653A31313239353538343136383636"
     totalSize="15"/>


利用条件 | フィードバック