org.kuali.rice.kew.framework.postprocessor
Class DocumentLockingEvent
java.lang.Object
   org.kuali.rice.kew.framework.postprocessor.DocumentLockingEvent
org.kuali.rice.kew.framework.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
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DocumentLockingEvent
public DocumentLockingEvent(String documentId,
                            String appDocId)
getDocumentId
public String getDocumentId()
- 
- Specified by:
- getDocumentIdin interface- IDocumentEvent
 
- 
- Returns:
- the document id for which this event was generated
 
getAppDocId
public String getAppDocId()
- 
- Specified by:
- getAppDocIdin interface- IDocumentEvent
 
- 
- Returns:
- the application document id registered for this document when it was created
 
getDocumentEventCode
public String getDocumentEventCode()
- 
- Specified by:
- getDocumentEventCodein interface- IDocumentEvent
 
- 
- Returns:
- the code of this document event
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.