| java.lang.Object edu.iu.uis.eden.user.EmplId
EmplId | final public class EmplId implements UserId(Code) | | EmplId is an "employee" id that can be used as a foreign key into another,
institutional, identity system. The workflow engine does not depend upon
the existence of this ID on a
WorkflowUser .
See Also: WorkflowUser author: bmcgough |
equals | public boolean equals(Object obj)(Code) | | If you make this class non-final, you must rewrite equals to work for subclasses.
|
hashCode | public int hashCode()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | Returns true if this userId has an empty value. Empty userIds can't be used as keys in a Hash, among other things.
true if this instance doesn't have a value |
|
|