- callGraphQLAPI(String) - Static method in class com.ibm.ecm.sample.webhook.util.GraphQLAPIUtil
-
Handles calls to the Content Services GraphQL API.
- com.ibm.ecm.sample.webhook - package com.ibm.ecm.sample.webhook
-
- com.ibm.ecm.sample.webhook.exception - package com.ibm.ecm.sample.webhook.exception
-
- com.ibm.ecm.sample.webhook.util - package com.ibm.ecm.sample.webhook.util
-
- Constants - Class in com.ibm.ecm.sample.webhook.util
-
General constants for the Content Event Webhook Receiver sample application,
including constants to use for the Content Event Webhook External Event
Actions and Subscriptions created by this sample application, as well as
the key names for ServletContext attributes for sharing data across
the sample application and the package name to use for logging.
- Constants() - Constructor for class com.ibm.ecm.sample.webhook.util.Constants
-
- contextDestroyed(ServletContextEvent) - Method in class com.ibm.ecm.sample.webhook.WebhookReceiverServletContextListener
-
Handles teardown for the Content Event Webhook Receiver sample
application.
- contextInitialized(ServletContextEvent) - Method in class com.ibm.ecm.sample.webhook.WebhookReceiverServletContextListener
-
Handles setup for the Content Event Webhook Receiver sample application.
- CREATE_EVENTACTION_WITH_CLASSSUBSCRIPTION - Static variable in class com.ibm.ecm.sample.webhook.util.GraphQLCallTemplate
-
Mutation for creating Webhook external event action and subscription.
- CREATE_EVENTSUBSCRIPTION_DESCRIPTION - Static variable in class com.ibm.ecm.sample.webhook.util.Constants
-
- CREATE_EVENTSUBSCRIPTION_NAME - Static variable in class com.ibm.ecm.sample.webhook.util.Constants
-
- CS_SERVER_GRAPHQL_URL - Static variable in class com.ibm.ecm.sample.webhook.util.CSServerInfo
-
Content Services GraphQL API URL
- CS_SERVER_OBJECTSTORE - Static variable in class com.ibm.ecm.sample.webhook.util.CSServerInfo
-
Object Store for Content Event Webhook Receiver sample
- CS_SERVER_PASSWORD - Static variable in class com.ibm.ecm.sample.webhook.util.CSServerInfo
-
Content Platform Engine/Content Services password.
- CS_SERVER_USERNAME - Static variable in class com.ibm.ecm.sample.webhook.util.CSServerInfo
-
Content Platform Engine/Content Services user.
- CSServerInfo - Class in com.ibm.ecm.sample.webhook.util
-
This class is used for handling the Content Services server information,
including the GraphQL server URL and login credentials for the user that will
be used to configure the Content Event Webhook and handle callback requests
to process the document that triggered the Webhook's subscription.
- CSServerInfo() - Constructor for class com.ibm.ecm.sample.webhook.util.CSServerInfo
-