arta.synergy.ejb.bp.docflow.observation
Class DocflowEventBuilder

java.lang.Object
  extended by arta.synergy.ejb.bp.docflow.observation.DocflowEventBuilder

public class DocflowEventBuilder
extends java.lang.Object

Created by IntelliJ IDEA. User: exile Date: 03.04.2012 Time: 15:24:38


Constructor Summary
DocflowEventBuilder()
           
 
Method Summary
static void deliveryEvent(java.lang.String documentID, java.lang.String source)
           
static void executionEvent(java.lang.String documentID, java.lang.String routeID)
           
static void finishEvent(java.lang.String documentID)
           
static void outgoingEvent(RegisterDoc doc)
           
static void registrationEvent(RegisterDoc doc)
           
static void rejectRegistrationEvent(java.lang.String docID, java.lang.String actorID, java.lang.String reason)
           
static void resolutionEvent(ResolutionProject resolution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocflowEventBuilder

public DocflowEventBuilder()
Method Detail

executionEvent

public static void executionEvent(java.lang.String documentID,
                                  java.lang.String routeID)
                           throws java.lang.Exception
Throws:
java.lang.Exception

rejectRegistrationEvent

public static void rejectRegistrationEvent(java.lang.String docID,
                                           java.lang.String actorID,
                                           java.lang.String reason)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

deliveryEvent

public static void deliveryEvent(java.lang.String documentID,
                                 java.lang.String source)
                          throws java.lang.Exception
Throws:
java.lang.Exception

registrationEvent

public static void registrationEvent(RegisterDoc doc)
                              throws java.lang.Exception
Throws:
java.lang.Exception

outgoingEvent

public static void outgoingEvent(RegisterDoc doc)
                          throws java.lang.Exception
Throws:
java.lang.Exception

resolutionEvent

public static void resolutionEvent(ResolutionProject resolution)
                            throws java.lang.Exception
Throws:
java.lang.Exception

finishEvent

public static void finishEvent(java.lang.String documentID)
                        throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2000 Dummy Corp. All Rights Reserved.