org.opencrx.kernel.workflow
Class SendAlert

java.lang.Object
  extended by org.opencrx.kernel.workflow.SendAlert
All Implemented Interfaces:
SynchWorkflow_2_0

public class SendAlert
extends Object
implements SynchWorkflow_2_0


Constructor Summary
SendAlert()
           
 
Method Summary
 void execute(WorkflowTarget wfTarget, ContextCapable targetObject, Map<String,Object> params, WfProcessInstance wfProcessInstance)
          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

SendAlert

public SendAlert()
Method Detail

execute

public void execute(WorkflowTarget wfTarget,
                    ContextCapable targetObject,
                    Map<String,Object> params,
                    WfProcessInstance wfProcessInstance)
             throws ServiceException
Description copied from interface: SynchWorkflow_2_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_2_0
targetObject - workflow target object.
params - workflow parameters as name/value pairs.
wfProcessInstance - workflow process instance.
Throws:
ServiceException


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