Project

General

Profile

Actions

Feature #5187

closed

enable partial instantiation of plugins chain

Added by Reynaud Sylvain over 10 years ago. Updated over 10 years ago.

Status:
Resolved
Priority:
Low
Assigned To:
Category:
Engine
Target version:
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_'] &lt; 1"/>
        <processor disabled="arguments()/*/*[@key='_processor_'] &lt; 2"/>
    </processors>
</view>

Actions #1

Updated by Reynaud Sylvain over 10 years ago

  • Description updated (diff)
  • Target version set to 2.0
Actions #2

Updated by Reynaud Sylvain over 10 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

Also available in: Atom PDF