Changes between Version 4 and Version 5 of CORE_MVC_BASE_R2
- Timestamp:
- 07/24/09 10:16:35 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified CORE_MVC_BASE_R2
v4 v5 7 7 8 8 == Overview == 9 This task should provide the ability to have priority among simple operations. 9 This task should provide the ability to have priority among operations. 10 Currently, 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.) 10 11 11 12 == Task requirements == 12 13 * 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}}}. 14 16 * The extension point will sort the registered extensions according to this key. 15 17