com.bea.wli.worklist.api
Class Assignee
java.lang.Object
com.bea.wli.worklist.api.Assignee
- All Implemented Interfaces:
- Serializable
public class Assignee
- extends Object
- implements Serializable
This class provides information about the task assignee.
- Since:
- 8.1
- See Also:
- Serialized Form
users
protected String[] users
groups
protected String[] groups
rules
protected String[] rules
hashCode
public volatile int hashCode
Assignee
public Assignee()
fromStringValue
public void fromStringValue(String spec)
- Parse a string value from a prior call to toStringValue() replacing
this objects contents with the resulting assignee information.
- Parameters:
spec
- The string value from a call to toStringValue()
toStringValue
public String toStringValue()
- Get a string value for this Assignee in the form
Users:,,...,;Groups:,,...,;Rules:,,...,
- Returns:
- The string value for this Assignee.
getUsers
public String[] getUsers()
setUsers
public void setUsers(String[] users)
getGroups
public String[] getGroups()
setGroups
public void setGroups(String[] groups)
getRules
public String[] getRules()
setRules
public void setRules(String[] rules)
getAll
public String[] getAll()
equals
public boolean equals(Object other)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
getType
public static Assignee.Type getType(Integer value)
getType
public static Assignee.Type getType(String value)
toString
public String toString()
- Overrides:
toString
in class Object