Package de.aservo.confapi.crowd.service
Class ApplicationLinksServiceImpl
java.lang.Object
de.aservo.confapi.crowd.service.ApplicationLinksServiceImpl
- All Implemented Interfaces:
de.aservo.confapi.commons.service.api.ApplicationLinksService
@Named
public class ApplicationLinksServiceImpl
extends Object
implements de.aservo.confapi.commons.service.api.ApplicationLinksService
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationLinksServiceImpl(com.atlassian.applinks.spi.link.MutatingApplicationLinkService mutatingApplicationLinkService, com.atlassian.applinks.spi.util.TypeAccessor typeAccessor, com.atlassian.applinks.core.ApplinkStatusService applinkStatusService) -
Method Summary
Modifier and TypeMethodDescriptionde.aservo.confapi.commons.model.ApplicationLinkBeanaddApplicationLink(@NotNull de.aservo.confapi.commons.model.ApplicationLinkBean applicationLinkBean, boolean ignoreSetupErrors) voiddeleteApplicationLink(@NotNull UUID uuid) voiddeleteApplicationLinks(boolean force) de.aservo.confapi.commons.model.ApplicationLinkBeangetApplicationLink(UUID uuid) de.aservo.confapi.commons.model.ApplicationLinksBeande.aservo.confapi.commons.model.ApplicationLinkBeansetApplicationLink(@NotNull UUID uuid, @NotNull de.aservo.confapi.commons.model.ApplicationLinkBean applicationLinkBean, boolean ignoreSetupErrors) de.aservo.confapi.commons.model.ApplicationLinksBeansetApplicationLinks(@NotNull de.aservo.confapi.commons.model.ApplicationLinksBean applicationLinksBean, boolean ignoreSetupErrors)
-
Constructor Details
-
ApplicationLinksServiceImpl
@Inject public ApplicationLinksServiceImpl(com.atlassian.applinks.spi.link.MutatingApplicationLinkService mutatingApplicationLinkService, com.atlassian.applinks.spi.util.TypeAccessor typeAccessor, com.atlassian.applinks.core.ApplinkStatusService applinkStatusService)
-
-
Method Details
-
getApplicationLinks
public de.aservo.confapi.commons.model.ApplicationLinksBean getApplicationLinks()- Specified by:
getApplicationLinksin interfacede.aservo.confapi.commons.service.api.ApplicationLinksService
-
getApplicationLink
- Specified by:
getApplicationLinkin interfacede.aservo.confapi.commons.service.api.ApplicationLinksService
-
setApplicationLinks
public de.aservo.confapi.commons.model.ApplicationLinksBean setApplicationLinks(@NotNull @NotNull de.aservo.confapi.commons.model.ApplicationLinksBean applicationLinksBean, boolean ignoreSetupErrors) - Specified by:
setApplicationLinksin interfacede.aservo.confapi.commons.service.api.ApplicationLinksService
-
setApplicationLink
public de.aservo.confapi.commons.model.ApplicationLinkBean setApplicationLink(@NotNull @NotNull UUID uuid, @NotNull @NotNull de.aservo.confapi.commons.model.ApplicationLinkBean applicationLinkBean, boolean ignoreSetupErrors) - Specified by:
setApplicationLinkin interfacede.aservo.confapi.commons.service.api.ApplicationLinksService
-
addApplicationLink
public de.aservo.confapi.commons.model.ApplicationLinkBean addApplicationLink(@NotNull @NotNull de.aservo.confapi.commons.model.ApplicationLinkBean applicationLinkBean, boolean ignoreSetupErrors) - Specified by:
addApplicationLinkin interfacede.aservo.confapi.commons.service.api.ApplicationLinksService
-
deleteApplicationLinks
public void deleteApplicationLinks(boolean force) - Specified by:
deleteApplicationLinksin interfacede.aservo.confapi.commons.service.api.ApplicationLinksService
-
deleteApplicationLink
- Specified by:
deleteApplicationLinkin interfacede.aservo.confapi.commons.service.api.ApplicationLinksService
-