com.evolveum.midpoint.wf
Class WfCore

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

@Component
public class WfCore
extends Object

Core methods of the workflow module.

Author:
mederly

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.
 void registerWfProcessWrapper(ProcessWrapper starter)
           
 
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 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:
Exception

registerWfProcessWrapper

public void registerWfProcessWrapper(ProcessWrapper starter)


Copyright © 2013 evolveum. All Rights Reserved.