org.mod4j.dslcommon.openarchitectureware
Class Mod4jWorkflowRunner

java.lang.Object
  extended by org.mod4j.dslcommon.openarchitectureware.Mod4jWorkflowRunner

public class Mod4jWorkflowRunner
extends java.lang.Object

Author:
johan

Constructor Summary
Mod4jWorkflowRunner()
           
 
Method Summary
 void runWorkflow(java.lang.String wfFile, java.util.Map<java.lang.String,java.lang.String> properties)
          General Mod4j workflow runner.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mod4jWorkflowRunner

public Mod4jWorkflowRunner()
Method Detail

runWorkflow

public void runWorkflow(java.lang.String wfFile,
                        java.util.Map<java.lang.String,java.lang.String> properties)
                 throws Mod4jWorkflowException
General Mod4j workflow runner.

Parameters:
wfFile - absolute path string of the workflow file to execute
properties - Map containing the properties for wfFile.
Throws:
Mod4jWorkflowException


Copyright © 2010 Mod4j. All Rights Reserved.