org.kuali.rice.kew.dto
Class AfterProcessEventDTO

java.lang.Object
  extended by org.kuali.rice.kew.dto.DocumentEventDTO
      extended by org.kuali.rice.kew.dto.AfterProcessEventDTO
All Implemented Interfaces:
Serializable

public class AfterProcessEventDTO
extends DocumentEventDTO

Signal to the PostProcessor that the routeHeader has just completed processing

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
private  Long nodeInstanceId
           
private static long serialVersionUID
           
private  boolean successfullyProcessed
           
 
Fields inherited from class org.kuali.rice.kew.dto.DocumentEventDTO
ACTION_TAKEN, AFTER_PROCESS, BEFORE_PROCESS, DELETE_CHANGE, LOCK_DOCUMENTS, ROUTE_LEVEL_CHANGE, ROUTE_STATUS_CHANGE
 
Constructor Summary
AfterProcessEventDTO()
           
 
Method Summary
 Long getNodeInstanceId()
           
 boolean isSuccessfullyProcessed()
           
 void setNodeInstanceId(Long nodeInstanceId)
           
 void setSuccessfullyProcessed(boolean successfullyProcessed)
           
 
Methods inherited from class org.kuali.rice.kew.dto.DocumentEventDTO
getAppDocId, getDocumentEventCode, getDocumentId, setAppDocId, setDocumentEventCode, setDocumentId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

nodeInstanceId

private Long nodeInstanceId

successfullyProcessed

private boolean successfullyProcessed
Constructor Detail

AfterProcessEventDTO

public AfterProcessEventDTO()
Method Detail

getNodeInstanceId

public Long getNodeInstanceId()

setNodeInstanceId

public void setNodeInstanceId(Long nodeInstanceId)

isSuccessfullyProcessed

public boolean isSuccessfullyProcessed()

setSuccessfullyProcessed

public void setSuccessfullyProcessed(boolean successfullyProcessed)


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