@Component public class ConfluenceGraphQLRestEndpoint extends Object
Constructor and Description |
---|
ConfluenceGraphQLRestEndpoint(com.atlassian.plugin.PluginAccessor pluginAccessor,
com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar,
com.atlassian.sal.api.rdbms.TransactionalExecutorFactory transactionalExecutorFactory) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
Object |
execute(String requestString,
String query,
javax.ws.rs.core.UriInfo uriInfo,
javax.servlet.http.HttpServletRequest request) |
graphql.schema.GraphQLSchema |
getSchema() |
void |
handleEvent(com.atlassian.plugin.event.events.PluginDisabledEvent event) |
void |
handleEvent(com.atlassian.plugin.event.events.PluginEnabledEvent event) |
void |
handleEvent(PluginFrameworkStartedEvent event) |
void |
handleEvent(com.atlassian.plugin.event.events.PluginUpgradedEvent event) |
void |
init() |
@Autowired public ConfluenceGraphQLRestEndpoint(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar, com.atlassian.sal.api.rdbms.TransactionalExecutorFactory transactionalExecutorFactory)
@PostConstruct public void init()
@PreDestroy public void destroy()
@EventListener public void handleEvent(PluginFrameworkStartedEvent event)
@EventListener public void handleEvent(com.atlassian.plugin.event.events.PluginEnabledEvent event)
@EventListener public void handleEvent(com.atlassian.plugin.event.events.PluginDisabledEvent event)
@EventListener public void handleEvent(com.atlassian.plugin.event.events.PluginUpgradedEvent event)
public graphql.schema.GraphQLSchema getSchema()
Copyright © 2003–2020 Atlassian. All rights reserved.