설명서Dynamic Media 이미지 프로덕션 시스템 API

createPropertySet

마지막 업데이트: 2024년 7월 22일
  • 주제:

작성 대상:

  • 개발자
  • 관리자

속성 집합은 속성 집합 유형에 따라 다양한 IPS 개체에 첨부할 수 있는 응용 프로그램별 이름-값 쌍 집합입니다. 속성 집합 형식에서 개체에 여러 집합을 첨부할 수 없는 경우(PropertySetType/allowMultipleisfalse) 개체에 이미 같은 형식의 연결된 집합이 있으면 새 집합이 기존 집합을 대체합니다.

구문

승인된 사용자 유형

  • IpsAdmin
  • IpsCompanyAdmin
  • TrialSiteAdmin
  • ImagePortalAdmin

매개 변수

입력(createPropertySetParam)

이름유형필수설명
typeHandlexsd:string예속성 집합 유형에 대한 핸들입니다.
primaryOwner핸들xsd:string예속성 집합의 기본 소유자에 대한 핸들입니다.
secondaryOwner핸들xsd:string아니요속성 집합의 보조 소유자에 대한 핸들입니다.
propertyArraytypes:PropertyArray예속성의 배열입니다.
permissionArraytypes:PermissionUpdateArray

출력(createPropertySetParam)

이름유형필수설명
setHandlexsd:string예새 속성 집합에 대한 핸들입니다.

예제

이 코드 샘플은 속성의 이름과 값을 포함하는 속성 집합을 만듭니다. 이 응답은 새 속성 집합에 대한 핸들을 반환합니다.

요청

<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