org.kuali.rice.kew.edl
Class EDLContext

java.lang.Object
  extended by org.kuali.rice.kew.edl.EDLContext

public class EDLContext
extends Object

Convenience object to hang valuable objects in edl off of.

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

Field Summary
private  EDLControllerChain edlControllerChain
           
private  EDocLiteAssociation edocLiteAssociation
           
private  boolean inError
           
private  String redirectUrl
           
private  RequestParser requestParser
           
private  Transformer transformer
           
private  UserAction userAction
           
private  UserSession userSession
           
 
Constructor Summary
EDLContext()
           
 
Method Summary
 EDLControllerChain getEdlControllerChain()
           
 EDocLiteAssociation getEdocLiteAssociation()
           
 String getRedirectUrl()
           
 RequestParser getRequestParser()
           
 Transformer getTransformer()
           
 UserAction getUserAction()
           
 UserSession getUserSession()
           
 boolean isInError()
           
 void setEdlControllerChain(EDLControllerChain edlControllerChain)
           
 void setEdocLiteAssociation(EDocLiteAssociation edocLiteAssociation)
           
 void setInError(boolean inError)
           
 void setRedirectUrl(String redirectUrl)
           
 void setRequestParser(RequestParser requestParser)
           
 void setTransformer(Transformer transformer)
           
 void setUserAction(UserAction userAction)
           
 void setUserSession(UserSession userSession)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

edocLiteAssociation

private EDocLiteAssociation edocLiteAssociation

edlControllerChain

private EDLControllerChain edlControllerChain

userSession

private UserSession userSession

transformer

private Transformer transformer

requestParser

private RequestParser requestParser

inError

private boolean inError

userAction

private UserAction userAction

redirectUrl

private String redirectUrl
Constructor Detail

EDLContext

public EDLContext()
Method Detail

getUserSession

public UserSession getUserSession()

setUserSession

public void setUserSession(UserSession userSession)

getEdlControllerChain

public EDLControllerChain getEdlControllerChain()

setEdlControllerChain

public void setEdlControllerChain(EDLControllerChain edlControllerChain)

getEdocLiteAssociation

public EDocLiteAssociation getEdocLiteAssociation()

setEdocLiteAssociation

public void setEdocLiteAssociation(EDocLiteAssociation edocLiteAssociation)

getTransformer

public Transformer getTransformer()

setTransformer

public void setTransformer(Transformer transformer)

isInError

public boolean isInError()

setInError

public void setInError(boolean inError)

getRequestParser

public RequestParser getRequestParser()

setRequestParser

public void setRequestParser(RequestParser requestParser)

getUserAction

public UserAction getUserAction()

setUserAction

public void setUserAction(UserAction userAction)

getRedirectUrl

public String getRedirectUrl()

setRedirectUrl

public void setRedirectUrl(String redirectUrl)


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