Issue (View Online)

Key: NXP-560
Issue Type: Improvement Improvement
Status: Open Open
Priority: Minor Minor
Assignee: Bogdan Stefanescu
Reporter: Bogdan Stefanescu

Operations

View all
View comments
View history
Clarify Return object types for list properties 
Updated: 04/05/07 16:46   Created: 05/02/07 16:53  

The following issue has been updated.

Updater: Thierry Delprat
Date: 04/05/07 16:46

Field Original Value New Value
Change By Thierry Delprat on 04/05/07 16:46
Fix Version/s 5.1 M2
Fix Version/s 5.1 M3

Project: Nuxeo Enterprise Platform 5
Fix Versions: 5.1 M3

 Description   
Clarify the return types for property list.
For now an arrayu is returned if the list is a simple list. Ex:

<xs:simpleType name="stringList">
<xs:list itemType="xs:string"/>
</xs:simpleType>

And a java.util.List is returned if the list is a compelx list. Ex:

   <xs:complexType name="abonnements">
<xs:sequence>
<xs:element name="item" type="geide:abonnement" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>

This message was automatically generated by Atlassian JIRA Enterprise Edition, Version: 3.7.2-186 - Bug/feature request.
If you think it was sent incorrectly, contact one of this server's administrators.

_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to