org.kuali.rice.edl.impl.components
Class VersioningPreprocessor
java.lang.Object
   org.kuali.rice.edl.impl.components.VersioningPreprocessor
org.kuali.rice.edl.impl.components.VersioningPreprocessor
- All Implemented Interfaces: 
- EDLModelComponent
- public class VersioningPreprocessor 
- extends Object- implements EDLModelComponent
Versions the data element if necessary by checking 'currentVersion' param on request.  If this request is
 a doc handler request this will configure the dom so the next request will cause the data to be incremented.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
VersioningPreprocessor
public VersioningPreprocessor()
updateDOM
public void updateDOM(Document dom,
                      Element configElement,
                      EDLContext edlContext)
- 
- Specified by:
- updateDOMin interface- EDLModelComponent
 
- 
 
findCurrentVersion
public static Element findCurrentVersion(Document dom)
- 
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.