createPropertySet createpropertyset
プロパティ セットは、プロパティ セットの種類に応じて、さまざまな IPS オブジェクトにアタッチできる名前と値のペアのアプリケーション固有のセットです。 プロパティ セット タイプによって、オブジェクトに複数のセットをアタッチできない(PropertySetType/allowMultipleisfalse)状態で、オブジェクトに同じタイプのセットが既に関連付けられている場合は、新しいセットが既存のセットに置き換わります。
構文
許可されているユーザータイプ section-f9b6187ba636475787c997fc27bb192a
IpsAdmin
IpsCompanyAdmin
TrialSiteAdmin
ImagePortalAdmin
パラメーター section-25258e75f5f3419bad165c797eb6cd8e
入力(createPropertySetParam)
名前
種類
必須
説明
typeHandle
xsd:string
はい
プロパティセットタイプへのハンドル。
primaryOwnerHandle
xsd:string
はい
プロパティ セットのプライマリ所有者へのハンドル。
secondaryOwnerHandle
xsd:string
いいえ
プロパティ セットのセカンダリ所有者へのハンドル。
propertyArray
types:PropertyArray
はい
プロパティの配列。
permissionArray
types:PermissionUpdateArray
Output (createPropertySetParam)
名前
種類
必須
説明
setHandle
xsd:string
はい
新しいプロパティ セットへのハンドル。
例 section-4e1f5b2883664bc88f590fcd253df22b
このコード例では、プロパティの名前と値を含むプロパティセットを作成します。 応答は、新しいプロパティセットへのハンドルを返します。
リクエスト
<createPropertySetParam xmlns="http://www.scene7.com/IpsApi/xsd/2008-01-15">
<typeHandle>pt|10801</typeHandle>
<primaryOwnerHandle>u|41|strangio@adobe.com</primaryOwnerHandle>
<propertyArray>
<items>
<name>application_project_whatever</name>
<value>true</value>
</items>
<items>
<name>application_server_prefix_published_test</name>
<value>http://s7everest.macromedia.com:8080/is/image/</value>
</items>
<items>
<name>application_server_prefix_origin_test</name>
<value>http://s7everest:8080/is/image/</value>
</items>
</propertyArray>
</createPropertySetParam>
応答
<createPropertySetReturn xmlns="http://www.scene7.com/IpsApi/xsd/2008-01-15">
<setHandle>ps|941</setHandle>
</createPropertySetReturn>
recommendation-more-help
4e9b9d8c-5839-4215-aa35-01b652869681