com.evolveum.midpoint.wf
Class WfCore

java.lang.Object
  extended by com.evolveum.midpoint.wf.WfCore

@Component
public class WfCore
extends java.lang.Object

Created with IntelliJ IDEA. User: mederly Date: 21.9.2012 Time: 17:39 To change this template use File | Settings | File Templates.


Constructor Summary
WfCore()
           
 
Method Summary
 void processWorkflowMessage(ProcessEvent event, Task task, OperationResult result)
          Processes a message got from workflow engine - either synchronously (while waiting for replies after sending - i.e.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WfCore

public WfCore()
Method Detail

processWorkflowMessage

public void processWorkflowMessage(ProcessEvent event,
                                   Task task,
                                   OperationResult result)
                            throws java.lang.Exception
Processes a message got from workflow engine - either synchronously (while waiting for replies after sending - i.e. in a thread that requested the operation), or asynchronously (directly from activiti2midpoint, in a separate thread).

Parameters:
event - an event got from workflow engine
task - a task instance (should be as current as possible)
result -
Throws:
java.lang.Exception


Copyright © 2012 evolveum. All Rights Reserved.