@Service(value="actionsService") public class ActionsServiceImpl extends Object implements ActionsService
| Constructor and Description |
|---|
ActionsServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
getActions(String identityProvider)
Get a list of all actions of a certain identity provider
|
void |
registerJiraIssueCreation(String issueKey,
JiraTask task,
String userId,
String userName)
Register the creation of a JIRA issue.
|
void |
synchronizeWithJira(String identityProvider)
Close local actions that are closed in Jira for a given identity provider.
|
public List<Action> getActions(String identityProvider)
ActionsServicegetActions in interface ActionsServiceidentityProvider - the identity providerpublic void registerJiraIssueCreation(String issueKey, JiraTask task, String userId, String userName)
ActionsServiceregisterJiraIssueCreation in interface ActionsServiceissueKey - the created jira issue keytask - details of the issueuserId - the id of the user that created the requestuserName - the user's namepublic void synchronizeWithJira(String identityProvider) throws IOException
ActionsServicesynchronizeWithJira in interface ActionsServiceidentityProvider - the identity providerIOExceptionCopyright © 2012 SURFnet bv, The Netherlands. All Rights Reserved.