Oxygen XML Editor 15.0 Author API

ro.sync.exml.workspace.api.editor.transformation
Interface TransformationScenarioInvoker

All Known Subinterfaces:
AuthorEditorAccess, WSEditor, WSEditorBase

@API(type=NOT_EXTENDABLE,
     src=PUBLIC)
public interface TransformationScenarioInvoker

Invokes a transformation scenario.

Since:
15

*********************************
EXPERIMENTAL - Subject to change
********************************

Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.


Method Summary
 void runTransformationScenarios(java.lang.String[] scenarioNames, TransformationFeedback transformationFeedback)
          Run specific already defined transformation scenarios.
 

Method Detail

runTransformationScenarios

void runTransformationScenarios(java.lang.String[] scenarioNames,
                                TransformationFeedback transformationFeedback)
                                throws TransformationScenarioNotFoundException
Run specific already defined transformation scenarios. A separate thread is started and runs each scenario sequentially. The method returns immediately.

Parameters:
scenarioNames - An array of scenario names defined in the document type associated to the current editor.
transformationFeedback - An interface through which the user receives feedback from the started transformation process.
Throws:
TransformationScenarioNotFoundException - If one of the scenarios is not found.

Oxygen XML Editor 15.0 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.