org.opencrx.kernel.workflow
Class SendAlert

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

public class SendAlert
extends Object
implements SynchWorkflow_1_0


Constructor Summary
SendAlert()
           
 
Method Summary
 void execute(DataproviderObject_1_0 userHome, Path targetObjectIdentity, Map params, Path wfProcessInstanceIdentity, Backend backend)
          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(DataproviderObject_1_0 userHome,
                    Path targetObjectIdentity,
                    Map params,
                    Path wfProcessInstanceIdentity,
                    Backend backend)
             throws ServiceException
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.
backend - openCRX application plugin.
Throws:
ServiceException


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