org.kuali.rice.kew.api.action
Class AdHocRevoke

java.lang.Object
  extended by org.kuali.rice.kew.api.action.AdHocRevoke
All Implemented Interfaces:
Serializable

public final class AdHocRevoke
extends Object
implements Serializable

See Also:
Serialized Form

Method Summary
static AdHocRevoke create(Set<String> nodeNames, Set<String> principalIds, Set<String> groupIds)
           
static AdHocRevoke createRevokeAtNode(String nodeName)
           
static AdHocRevoke createRevokeFromGroup(String groupId)
           
static AdHocRevoke createRevokeFromPrincipal(String principalId)
           
 boolean equals(Object object)
           
 Set<String> getGroupIds()
           
 Set<String> getNodeNames()
           
 Set<String> getPrincipalIds()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

create

public static AdHocRevoke create(Set<String> nodeNames,
                                 Set<String> principalIds,
                                 Set<String> groupIds)

createRevokeFromPrincipal

public static AdHocRevoke createRevokeFromPrincipal(String principalId)

createRevokeFromGroup

public static AdHocRevoke createRevokeFromGroup(String groupId)

createRevokeAtNode

public static AdHocRevoke createRevokeAtNode(String nodeName)

getNodeNames

public Set<String> getNodeNames()

getPrincipalIds

public Set<String> getPrincipalIds()

getGroupIds

public Set<String> getGroupIds()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object object)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


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