org.kuali.rice.edl.impl
Interface EDLModelComponent

All Known Implementing Classes:
AnnotationComponent, AttributeEDLConfigComponent, BrowserHandler, EstablishUserAction, GlobalAttributeComponent, InstructionsEDLComponent, JavascriptEDLComponent, NetworkIdWorkflowEDLConfigComponent, NoteConfigComponent, PageHandler, PerformLookupComponent, RefreshFromLookupComponent, SelectControlEDLComponent, SimpleWorkflowEDLConfigComponent, UniversityIdWorkflowEDLConfigComponent, ValidationComponent, VersioningPreprocessor, WorkflowDocumentActions, WorkflowDocumentState, WorkgroupWorkflowEDLConfigComponent

public interface EDLModelComponent

The interface you implement if you want a component to be called from EDL.

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

Method Summary
 void updateDOM(Document dom, Element configElement, EDLContext edlContext)
           
 

Method Detail

updateDOM

void updateDOM(Document dom,
               Element configElement,
               EDLContext edlContext)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.