OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

cmis-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: bulkUpdate not implemented CMIS 1.1??


Hi,

 

I want to implement the bulkUpdate option in CMIS 1.1, but it seems that it is not implemented in the Core.xsd? Or am I misscing something? I think it would be of great use if one could update a value of a property over multiple objects with one call. Say an UPDATE…

 

How can I achieve this functionality?

 

<!--  bulkUpdateProperties Operation  -->

<xs:element name="bulkUpdateProperties">

<xs:complexType>

<xs:sequence>

<xs:element name="repositoryId" type="xs:string" minOccurs="1" maxOccurs="1"/>

<xs:element name="bulkUpdateData" type="cmis:cmisBulkUpdateType" minOccurs="1" maxOccurs="1"/>

<xs:element name="extension" type="cmism:cmisExtensionType" minOccurs="0" maxOccurs="1" nillable="true">

<xs:annotation>

<xs:documentation>

This is an extension element to hold any repository or vendor-specific extensions

</xs:documentation>

</xs:annotation>

</xs:element>

</xs:sequence>

</xs:complexType>

</xs:element>

 

Thanks in advance!

 

Ben



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]