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

 


Help: OASIS Mailing Lists Help | MarkMail Help

provision message

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


Subject: Bulk operations...


Here is the XSD for the Bulk Operations capability we discusses at the F2F:

 

            <complexType name="BulkModifyRequestType">

                        <complexContent>

                                    <extension base="spml:SpmlRequestType">

                                                <sequence>

                                                            <element name="base" type="spml:IdentifierType" minOccurs="1" />

                                                            <element name="query" type="spmlsearch:SearchQueryType" minOccurs="0" />

                                                            <element name="modification" type="spml:ModificationType"/>

                                                </sequence>

                                    </extension>

                        </complexContent>

            </complexType>

 

            <complexType name="BulkDeleteRequestType">

                        <complexContent>

                                    <extension base="spml:SpmlRequestType">

                                                <sequence>

                                                            <element name="base" type="spml:IdentifierType" minOccurs="1" />

                                                            <element name="query" type="spmlsearch:SearchQueryType" minOccurs="0" />

                                                </sequence>

                                    </extension>

                        </complexContent>

            </complexType>           

           

            <element name="bulkModifyRequest" type="spmlbulk:BulkModifyRequestType" />

           

            <element name="bulkDeleteRequest" type="spmlbulk:BulkDeleteRequestType" />

 

The notion is that the search specified in the bulk request would be executed server-side and the specified operation (mod or delete) would be executed on the results.

 

Jeff Bohren

Product Architect

OpenNetwork Technologies, Inc

 

Try the industry's only 100% .NET-enabled identity management software. Download your free copy of Universal IdP Standard Edition today. Go to www.opennetwork.com/eval.

 

 

 



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