public interface ActionsDao
| Modifier and Type | Method and Description |
|---|---|
void |
close(String jiraKey)
Close an action.
|
Action |
findAction(long id)
Find a unique Action by its id
|
List<Action> |
findActionsByIdP(String identityProvider)
Get a list of all actions by identity provider
|
List<String> |
getKeys(String identityProvider)
Find the Jira Keys for an identity provider
|
void |
saveAction(Action action)
persist the given action
|
List<Action> findActionsByIdP(String identityProvider)
identityProvider - the identity provider.void saveAction(Action action)
action - the Action objectAction findAction(long id)
id - the idList<String> getKeys(String identityProvider)
identityProvider - provider the id of the institution.void close(String jiraKey)
jiraKey - the key in jiraCopyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.