Uses of Class
nl.surfnet.coin.selfservice.domain.Action.Status

Packages that use Action.Status
nl.surfnet.coin.selfservice.domain   
 

Uses of Action.Status in nl.surfnet.coin.selfservice.domain
 

Methods in nl.surfnet.coin.selfservice.domain that return Action.Status
static Action.Status Action.Status.byJiraIssueStatus(JiraTask.Status status)
           
 Action.Status Action.getStatus()
           
static Action.Status Action.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Action.Status[] Action.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in nl.surfnet.coin.selfservice.domain with parameters of type Action.Status
Action(String jiraKey, String userId, String userName, Action.Type type, Action.Status status, String body, String idpId, String spId, String institutionId, Date requestDate)
           
 



Copyright © 2012 SURFnet bv, The Netherlands. All Rights Reserved.