Uses of Class
org.kuali.rice.krad.web.form.HistoryFlow
Packages that use HistoryFlow
-
Uses of HistoryFlow in org.kuali.rice.krad.web.form
Fields in org.kuali.rice.krad.web.form declared as HistoryFlowMethods in org.kuali.rice.krad.web.form that return HistoryFlowModifier and TypeMethodDescriptionUifFormBase.getHistoryFlow()The currentHistoryFlowfor this form which stores a trail of urls/breadcrumbs primarily used for path-based breadcrumb displayHistoryManager.getMostRecentFlowByFormKey(String key, String formKey) Get the flow by flowKey and formKey.HistoryManager.getMostRecentFlowByKey(String key) Get the flow that matches the flow key.Process/update the HistoryFlow stored in session for the flowKey, formKey, and currentUrl passed in.Methods in org.kuali.rice.krad.web.form with parameters of type HistoryFlowModifier and TypeMethodDescriptionvoidHistoryFlow.continueFlow(HistoryFlow prevFlow) Continue a new flow from a previous flow.voidUifFormBase.setHistoryFlow(HistoryFlow historyFlow) Set the current HistoryFlow for this form