org.opencrx.kernel.workflow
Class SendAlert

java.lang.Object
  extended by org.opencrx.kernel.backend.Workflows.SynchronousWorkflow
      extended by org.opencrx.kernel.workflow.SendAlert

public class SendAlert
extends Workflows.SynchronousWorkflow


Constructor Summary
SendAlert()
           
 
Method Summary
 void execute(WorkflowTarget wfTarget, ContextCapable targetObject, 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,
                    WfProcessInstance wfProcessInstance)
             throws ServiceException
Description copied from class: Workflows.SynchronousWorkflow
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 class Workflows.SynchronousWorkflow
targetObject - workflow target object.
wfProcessInstance - workflow process instance.
Throws:
ServiceException


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