| java.lang.Object edu.iu.uis.eden.user.UuId
UuId | final public class UuId implements UserId,Serializable(Code) | | UuId is a "universal" 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 .
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 |
|
|