org.kuali.rice.kew.actions.asyncservices
Class MoveDocumentProcessor

java.lang.Object
  extended by org.kuali.rice.kew.actions.asyncservices.MoveDocumentProcessor
All Implemented Interfaces:
MoveDocumentService

public class MoveDocumentProcessor
extends Object
implements MoveDocumentService

Service to do the async work of moving a document.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
private static org.apache.log4j.Logger LOG
           
 
Constructor Summary
MoveDocumentProcessor()
           
 
Method Summary
 void moveDocument(String principalId, DocumentRouteHeaderValue document, ActionTakenValue actionTaken, Set<String> nodeNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

private static final org.apache.log4j.Logger LOG
Constructor Detail

MoveDocumentProcessor

public MoveDocumentProcessor()
Method Detail

moveDocument

public void moveDocument(String principalId,
                         DocumentRouteHeaderValue document,
                         ActionTakenValue actionTaken,
                         Set<String> nodeNames)
Specified by:
moveDocument in interface MoveDocumentService


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.