Actions
Feature #5187
closedenable partial instantiation of plugins chain
Start date:
10/02/2013
Due date:
% Done:
100%
Estimated time:
Description
Should be available from both "lavoisier-standalone-execute" and web service.
Should be available without restarting the engine.
Solution:
<view name="stoppoint">
    <argument name="view"/>
    <argument name="processor">999</argument>
    <connector type="XMLConnector">
        <parameter name="content" eval="view($view, arguments() | entry('_processor_', $processor))"/>
    </connector>
</view>
<view name="example">
    <connector type="..."/>
    <processors>
        <processor disabled="arguments()/*/*[@key='_processor_'] < 1"/>
        <processor disabled="arguments()/*/*[@key='_processor_'] < 2"/>
    </processors>
</view>
  
      
      Updated by Reynaud Sylvain about 12 years ago
      
    
    - Description updated (diff)
 - Target version set to 2.0
 
      
      Updated by Reynaud Sylvain about 12 years ago
      
    
    - Status changed from New to Resolved
 - Assigned To set to Reynaud Sylvain
 - % Done changed from 0 to 100
 
View "stoppoint" is useless.
User just has to add argument "_stop_at_" for any data view.
Actions