org.kuali.rice.kew.actionlist
Class TestCustomActionList

java.lang.Object
  extended by org.kuali.rice.kew.actionlist.TestCustomActionList
All Implemented Interfaces:
Serializable, CustomActionListAttribute, CustomEmailAttribute, CustomNoteAttribute

public class TestCustomActionList
extends Object
implements CustomActionListAttribute, Serializable, CustomEmailAttribute, CustomNoteAttribute

See Also:
Serialized Form

Constructor Summary
TestCustomActionList()
           
 
Method Summary
 ActionRequest getActionRequestVO()
           
 String getCustomEmailBody()
           
 String getCustomEmailSubject()
           
 DisplayParameters getDocHandlerDisplayParameters(String principalId, ActionItem actionItem)
           
 ActionSet getLegalActions(String principalId, ActionItem actionItem)
           
 Document getRouteHeaderVO()
           
 UserSession getUserSession()
           
 boolean isAuthorizedToAddNotes()
           
 boolean isAuthorizedToEditNote(Note note)
           
 boolean isAuthorizedToRetrieveAttachments()
           
 void setActionRequestVO(ActionRequest actionRequestVO)
           
 void setRouteHeaderVO(Document routeHeaderVO)
           
 void setUserSession(UserSession userSession)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCustomActionList

public TestCustomActionList()
Method Detail

isAuthorizedToAddNotes

public boolean isAuthorizedToAddNotes()
                               throws Exception
Specified by:
isAuthorizedToAddNotes in interface CustomNoteAttribute
Throws:
Exception

isAuthorizedToEditNote

public boolean isAuthorizedToEditNote(Note note)
                               throws Exception
Specified by:
isAuthorizedToEditNote in interface CustomNoteAttribute
Throws:
Exception

getCustomEmailBody

public String getCustomEmailBody()
                          throws Exception
Specified by:
getCustomEmailBody in interface CustomEmailAttribute
Throws:
Exception

getCustomEmailSubject

public String getCustomEmailSubject()
                             throws Exception
Specified by:
getCustomEmailSubject in interface CustomEmailAttribute
Throws:
Exception

getLegalActions

public ActionSet getLegalActions(String principalId,
                                 ActionItem actionItem)
                          throws Exception
Specified by:
getLegalActions in interface CustomActionListAttribute
Throws:
Exception

getDocHandlerDisplayParameters

public DisplayParameters getDocHandlerDisplayParameters(String principalId,
                                                        ActionItem actionItem)
                                                 throws Exception
Specified by:
getDocHandlerDisplayParameters in interface CustomActionListAttribute
Throws:
Exception

getRouteHeaderVO

public Document getRouteHeaderVO()
Specified by:
getRouteHeaderVO in interface CustomEmailAttribute
Specified by:
getRouteHeaderVO in interface CustomNoteAttribute

setRouteHeaderVO

public void setRouteHeaderVO(Document routeHeaderVO)
Specified by:
setRouteHeaderVO in interface CustomEmailAttribute
Specified by:
setRouteHeaderVO in interface CustomNoteAttribute

getActionRequestVO

public ActionRequest getActionRequestVO()
Specified by:
getActionRequestVO in interface CustomEmailAttribute

setActionRequestVO

public void setActionRequestVO(ActionRequest actionRequestVO)
Specified by:
setActionRequestVO in interface CustomEmailAttribute

getUserSession

public UserSession getUserSession()
Specified by:
getUserSession in interface CustomNoteAttribute

setUserSession

public void setUserSession(UserSession userSession)
Specified by:
setUserSession in interface CustomNoteAttribute

isAuthorizedToRetrieveAttachments

public boolean isAuthorizedToRetrieveAttachments()
                                          throws Exception
Specified by:
isAuthorizedToRetrieveAttachments in interface CustomNoteAttribute
Throws:
Exception


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