org.kuali.rice.kew.dto
Class AdHocRevokeDTO
java.lang.Object
org.kuali.rice.kew.dto.AdHocRevokeDTO
- All Implemented Interfaces:
- Serializable
public class AdHocRevokeDTO
- extends Object
- implements Serializable
Represents a revocation of an AdHoc request.
Each of the fields represents criteria for revoking requests. If necessary, they can be
combined. For example, if you specify a userId and a nodeName it will indicate that the
requests for the user at that node will need to be revoked.
- actionRequestId - the ID of the action request to revoke
- userId - the ID of the user whose request(s) should be revoked
- groupId - the ID of the group whose requests(s) should be revoked
- nodeName - the name of the node to revoke requests at
- 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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
actionRequestId
private String actionRequestId
nodeName
private String nodeName
principalId
private String principalId
groupId
private String groupId
AdHocRevokeDTO
public AdHocRevokeDTO()
AdHocRevokeDTO
public AdHocRevokeDTO(String nodeName)
getActionRequestId
public String getActionRequestId()
setActionRequestId
public void setActionRequestId(String actionRequestId)
getNodeName
public String getNodeName()
setNodeName
public void setNodeName(String nodeName)
getPrincipalId
public String getPrincipalId()
setPrincipalId
public void setPrincipalId(String principalId)
getGroupId
public String getGroupId()
setGroupId
public void setGroupId(String groupId)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.