Uses of Class
org.starhope.appius.user.UserTransientEffects

Packages that use UserTransientEffects
org.starhope.appius.user   
 

Uses of UserTransientEffects in org.starhope.appius.user
 

Fields in org.starhope.appius.user with type parameters of type UserTransientEffects
private static Map<AbstractUser,UserTransientEffects> UserTransients.effects
          WRITEME: Document this brpocock@star-hope.org
 

Methods in org.starhope.appius.user that return UserTransientEffects
static UserTransientEffects UserTransients.getEffects(AbstractUser u)