org.kuali.rice.kew.dto
Class AdHocRevokeDTO

java.lang.Object
  extended by 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.

  1. actionRequestId - the ID of the action request to revoke
  2. userId - the ID of the user whose request(s) should be revoked
  3. groupId - the ID of the group whose requests(s) should be revoked
  4. nodeName - the name of the node to revoke requests at

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
private  String actionRequestId
           
private  String groupId
           
private  String nodeName
           
private  String principalId
           
private static long serialVersionUID
           
 
Constructor Summary
AdHocRevokeDTO()
           
AdHocRevokeDTO(String nodeName)
           
 
Method Summary
 String getActionRequestId()
           
 String getGroupId()
           
 String getNodeName()
           
 String getPrincipalId()
           
 void setActionRequestId(String actionRequestId)
           
 void setGroupId(String groupId)
           
 void setNodeName(String nodeName)
           
 void setPrincipalId(String principalId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AdHocRevokeDTO

public AdHocRevokeDTO()

AdHocRevokeDTO

public AdHocRevokeDTO(String nodeName)
Method Detail

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.