org.opencrx.kernel.workflow
Class PrintConsole

java.lang.Object
  extended by org.opencrx.kernel.workflow.PrintConsole
All Implemented Interfaces:
SynchWorkflow_1_0

public class PrintConsole
extends Object
implements SynchWorkflow_1_0


Constructor Summary
PrintConsole()
           
 
Method Summary
 void execute(DataproviderObject_1_0 userHome, Path targetObjectIdentity, Map params, Path wfProcessInstanceIdentity, Backend plugin)
          Executes the workflow for the specified target object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintConsole

public PrintConsole()
Method Detail

execute

public void execute(DataproviderObject_1_0 userHome,
                    Path targetObjectIdentity,
                    Map params,
                    Path wfProcessInstanceIdentity,
                    Backend plugin)
Description copied from interface: SynchWorkflow_1_0
Executes the workflow for the specified target object. The list of processed (modified, created, removed) objects must be updated if the objects are subject to topics, subscriptions and workflows.

Specified by:
execute in interface SynchWorkflow_1_0
Parameters:
userHome - the user's home for which the workflow is executed.
targetObjectIdentity - workflow target object.
params - workflow parameters as name/value pairs.
wfProcessInstanceIdentity - workflow process instance.
plugin - openCRX application plugin.


This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.