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

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

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

Methods in nl.surfnet.coin.selfservice.domain that return Action.Type
static Action.Type Action.Type.byJiraIssueType(JiraTask.Type type)
           
 Action.Type Action.getType()
           
static Action.Type Action.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Action.Type[] Action.Type.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.Type
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.