cancel
Showing results for 
Search instead for 
Did you mean: 

sequence in assocations / ordered child lists

dominique
Champ in-the-making
Champ in-the-making
Hi,

I'm having my custom space type ("meeting:session"), and I would like to have an ordered list of the child elements ("meeting:agenda_items). Does the assocation concept allow such ordering ? And if so, how can I cange this order via the Java API ? It must be possible for a user to change the order at any time.
An alternative would be to keep an XML file with the order, or a "sequence" property in the child type (agenda_items).


kind regards,

Dominique De Munck
2 REPLIES 2

kgeis
Champ on-the-rise
Champ on-the-rise
I'm interested in knowing about this too.  I'm thinking of pages within a document for an imaging application.

marcus
Champ in-the-making
Champ in-the-making
Check out NodeService.setChildAssociationIndex(childAssocRef, index).