org.opencrx.kernel.backend
Interface SynchWorkflow_2_0

All Known Implementing Classes:
PrintConsole, SendAlert

public interface SynchWorkflow_2_0


Method Summary
 void execute(WorkflowTarget wfTarget, ContextCapable targetObject, Map<String,Object> params, WfProcessInstance wfProcessInstance)
          Executes the workflow for the specified target object.
 

Method Detail

execute

void execute(WorkflowTarget wfTarget,
             ContextCapable targetObject,
             Map<String,Object> params,
             WfProcessInstance wfProcessInstance)
             throws ServiceException
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.

Parameters:
userHome - the user's home for which the workflow is executed.
targetObject - workflow target object.
params - workflow parameters as name/value pairs.
wfProcessInstance - workflow process instance.
pm - persistence manager
Throws:
ServiceException


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