org.kuali.rice.kew.dto
Class ValidActionsDTO
java.lang.Object
org.kuali.rice.kew.dto.ValidActionsDTO
- All Implemented Interfaces:
- Serializable
public class ValidActionsDTO
- extends Object
- implements Serializable
A transport object containing information about actions
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidActionsDTO
public ValidActionsDTO()
getValidActionCodesAllowed
public String[] getValidActionCodesAllowed()
setValidActionCodesAllowed
public void setValidActionCodesAllowed(String[] validActionCodesAllowed)
addValidActionsAllowed
public void addValidActionsAllowed(String actionTakenCodeAllowed)
contains
public boolean contains(String actionTakenCode)
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.