Changes between Version 4 and Version 5 of CORE_MVC_BASE_R2


Ignore:
Timestamp:
07/24/09 10:16:35 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified CORE_MVC_BASE_R2

    v4 v5  
    77 
    88== Overview == 
    9 This task should provide the ability to have priority among simple operations. 
     9This task should provide the ability to have priority among operations. 
     10Currently, if a given event satisfy the filter conditions of several operations, there's no good way to specify the priority of the operations (which should be first, which should be second, if the first cannot handle the event, etc.) 
    1011 
    1112== Task requirements == 
    1213 * The operations must have a sort order key(equivalent to their priority). 
    13  * The sortKey of an operation should be accessible through the class {{{org.sophie2.core.mvc.SimpleOperation}}}. 
     14 * The sort key of an operation should be of type String. 
     15 * The sort key should be accessible through the interface {{{OperationR3}}}. 
    1416 * The extension point will sort the registered extensions according to this key. 
    1517