org.kuali.rice.kew.postprocessor
Class DocumentLockingEvent

java.lang.Object
  extended by org.kuali.rice.kew.postprocessor.DocumentLockingEvent
All Implemented Interfaces:
Serializable, IDocumentEvent

public class DocumentLockingEvent
extends Object
implements IDocumentEvent

Event sent to the postprocessor when document locking ids are requested.

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

Field Summary
private  String appDocId
           
private  Long routeHeaderId
           
private static long serialVersionUID
           
 
Fields inherited from interface org.kuali.rice.kew.postprocessor.IDocumentEvent
ACTION_TAKEN, AFTER_PROCESS, BEFORE_PROCESS, DELETE_CHANGE, LOCK_DOCUMENTS, ROUTE_LEVEL_CHANGE, ROUTE_STATUS_CHANGE
 
Constructor Summary
DocumentLockingEvent(Long routeHeaderId, String appDocId)
           
 
Method Summary
 String getAppDocId()
           
 String getDocumentEventCode()
           
 Long getRouteHeaderId()
           
 
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

routeHeaderId

private Long routeHeaderId

appDocId

private String appDocId
Constructor Detail

DocumentLockingEvent

public DocumentLockingEvent(Long routeHeaderId,
                            String appDocId)
Method Detail

getRouteHeaderId

public Long getRouteHeaderId()
Specified by:
getRouteHeaderId in interface IDocumentEvent
Returns:
the route header id for which this event was generated

getAppDocId

public String getAppDocId()
Specified by:
getAppDocId in interface IDocumentEvent
Returns:
the application document id registered for this document when it was created

getDocumentEventCode

public String getDocumentEventCode()
Specified by:
getDocumentEventCode in interface IDocumentEvent
Returns:
the code of this document event


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