A C D E G H I L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ACCEPT_SELF_SIGNED_CERTIFICATES - Static variable in annotation type com.adobe.cq.commerce.graphql.client.GraphqlClientConfiguration
- acceptSelfSignedCertificates() - Method in annotation type com.adobe.cq.commerce.graphql.client.GraphqlClientConfiguration
- ALLOW_HTTP_PROTOCOL - Static variable in annotation type com.adobe.cq.commerce.graphql.client.GraphqlClientConfiguration
- allowHttpProtocol() - Method in annotation type com.adobe.cq.commerce.graphql.client.GraphqlClientConfiguration
- AssociatedContentQuery<T> - Interface in com.adobe.cq.cif.common.associatedcontent
-
An
AssociatedContentQueryis returned by theAssociatedContentServiceand can be used to trill down the result set further. - AssociatedContentService - Interface in com.adobe.cq.cif.common.associatedcontent
-
This services provides access to content associated with products an categories.
- AssociatedContentService.AssetParams - Class in com.adobe.cq.cif.common.associatedcontent
-
Defines the parameters used to query
Assets (exceptContentFragments) as associated content. - AssociatedContentService.CfParams - Class in com.adobe.cq.cif.common.associatedcontent
-
Defines the parameters used to query
ContentFragments as associated content. - AssociatedContentService.PageParams - Class in com.adobe.cq.cif.common.associatedcontent
-
Defines the parameters used to query
Pages as associated content. - AssociatedContentService.XfParams - Class in com.adobe.cq.cif.common.associatedcontent
-
Defines the parameters used to query experience fragments as associated content.
C
- CACHE_FIRST - com.adobe.cq.commerce.graphql.client.CachingStrategy.DataFetchingPolicy
-
Fetch data from the cache first.
- cacheConfigurations() - Method in annotation type com.adobe.cq.commerce.graphql.client.GraphqlClientConfiguration
- CachingStrategy - Class in com.adobe.cq.commerce.graphql.client
- CachingStrategy() - Constructor for class com.adobe.cq.commerce.graphql.client.CachingStrategy
- CachingStrategy.DataFetchingPolicy - Enum in com.adobe.cq.commerce.graphql.client
-
The data fetching policy with respect to caching.
- com.adobe.cq.cif.common.associatedcontent - package com.adobe.cq.cif.common.associatedcontent
-
ADOBE CONFIDENTIAL ___________________ Copyright 2022 Adobe All Rights Reserved.
- com.adobe.cq.commerce.graphql.client - package com.adobe.cq.commerce.graphql.client
-
Copyright 2020 Adobe.
- connectionKeepAlive() - Method in annotation type com.adobe.cq.commerce.graphql.client.GraphqlClientConfiguration
- connectionTimeout() - Method in annotation type com.adobe.cq.commerce.graphql.client.GraphqlClientConfiguration
- CQ_GRAPHQL_CLIENT - Static variable in annotation type com.adobe.cq.commerce.graphql.client.GraphqlClientConfiguration
D
- DEFAULT_CONNECTION_KEEP_ALIVE - Static variable in annotation type com.adobe.cq.commerce.graphql.client.GraphqlClientConfiguration
- DEFAULT_CONNECTION_TIMEOUT - Static variable in annotation type com.adobe.cq.commerce.graphql.client.GraphqlClientConfiguration
- DEFAULT_IDENTIFIER - Static variable in annotation type com.adobe.cq.commerce.graphql.client.GraphqlClientConfiguration
- DEFAULT_REQUESTPOOL_TIMEOUT - Static variable in annotation type com.adobe.cq.commerce.graphql.client.GraphqlClientConfiguration
- DEFAULT_SOCKET_TIMEOUT - Static variable in annotation type com.adobe.cq.commerce.graphql.client.GraphqlClientConfiguration
E
- equals(Object) - Method in class com.adobe.cq.commerce.graphql.client.GraphqlRequest
- equals(Object) - Method in class com.adobe.cq.commerce.graphql.client.RequestOptions
- execute() - Method in interface com.adobe.cq.cif.common.associatedcontent.AssociatedContentQuery
-
Executes the
AssociatedContentQueryreturning anIteratoron the result set. - execute(GraphqlRequest, Type, Type) - Method in interface com.adobe.cq.commerce.graphql.client.GraphqlClient
-
Executes the given GraphQL request and deserializes the response data based on the types T and U.
- execute(GraphqlRequest, Type, Type, RequestOptions) - Method in interface com.adobe.cq.commerce.graphql.client.GraphqlClient
-
Executes the given GraphQL request and deserializes the response data based on the types T and U.
G
- GET - com.adobe.cq.commerce.graphql.client.HttpMethod
- getCacheName() - Method in class com.adobe.cq.commerce.graphql.client.CachingStrategy
- getCachingStrategy() - Method in class com.adobe.cq.commerce.graphql.client.RequestOptions
- getConfiguration() - Method in interface com.adobe.cq.commerce.graphql.client.GraphqlClient
-
Returns the complete configuration of the GraphQL client.
- getData() - Method in class com.adobe.cq.commerce.graphql.client.GraphqlResponse
- getDataFetchingPolicy() - Method in class com.adobe.cq.commerce.graphql.client.CachingStrategy
- getErrors() - Method in class com.adobe.cq.commerce.graphql.client.GraphqlResponse
- getGraphQLEndpoint() - Method in interface com.adobe.cq.commerce.graphql.client.GraphqlClient
-
Returns the URL of the used GraphQL server endpoint.
- getGson() - Method in class com.adobe.cq.commerce.graphql.client.RequestOptions
- getHeaders() - Method in class com.adobe.cq.commerce.graphql.client.RequestOptions
- getHttpMethod() - Method in class com.adobe.cq.commerce.graphql.client.RequestOptions
- getIdentifier() - Method in interface com.adobe.cq.commerce.graphql.client.GraphqlClient
-
Returns the identifier of this GraphQL client and backing OSGi service.
- getOperationName() - Method in class com.adobe.cq.commerce.graphql.client.GraphqlRequest
- getQuery() - Method in class com.adobe.cq.commerce.graphql.client.GraphqlRequest
- getVariables() - Method in class com.adobe.cq.commerce.graphql.client.GraphqlRequest
- GraphqlClient - Interface in com.adobe.cq.commerce.graphql.client
- GraphqlClientConfiguration - Annotation Type in com.adobe.cq.commerce.graphql.client
- GraphqlRequest - Class in com.adobe.cq.commerce.graphql.client
- GraphqlRequest(String) - Constructor for class com.adobe.cq.commerce.graphql.client.GraphqlRequest
- GraphqlResponse<T,U> - Class in com.adobe.cq.commerce.graphql.client
- GraphqlResponse() - Constructor for class com.adobe.cq.commerce.graphql.client.GraphqlResponse
H
- hashCode() - Method in class com.adobe.cq.commerce.graphql.client.GraphqlRequest
- hashCode() - Method in class com.adobe.cq.commerce.graphql.client.RequestOptions
- httpHeaders() - Method in annotation type com.adobe.cq.commerce.graphql.client.GraphqlClientConfiguration
- httpMethod() - Method in annotation type com.adobe.cq.commerce.graphql.client.GraphqlClientConfiguration
- HttpMethod - Enum in com.adobe.cq.commerce.graphql.client
-
Represents the allowed and supported HTTP methods to send GraphQL requests.
I
- identifier() - Method in annotation type com.adobe.cq.commerce.graphql.client.GraphqlClientConfiguration
L
- listCategoryContentFragments(ResourceResolver, AssociatedContentService.CfParams) - Method in interface com.adobe.cq.cif.common.associatedcontent.AssociatedContentService
-
Returns an
AssociatedContentQueryto query for allContentFragments, that are associated to the category with the given identifier. - listCategoryContentPages(ResourceResolver, AssociatedContentService.PageParams) - Method in interface com.adobe.cq.cif.common.associatedcontent.AssociatedContentService
-
Returns an
AssociatedContentQueryto query for allPages, that are associated to the category with the given identifier. - listCategoryExperienceFragments(ResourceResolver, AssociatedContentService.XfParams) - Method in interface com.adobe.cq.cif.common.associatedcontent.AssociatedContentService
-
Returns an
AssociatedContentQueryto query for all Experience Fragments, that are associated to the category with the given identifier. - listProductAssets(ResourceResolver, AssociatedContentService.AssetParams) - Method in interface com.adobe.cq.cif.common.associatedcontent.AssociatedContentService
-
Returns an
AssociatedContentQueryto query for allAssets (excl. - listProductContentFragments(ResourceResolver, AssociatedContentService.CfParams) - Method in interface com.adobe.cq.cif.common.associatedcontent.AssociatedContentService
-
Returns an
AssociatedContentQueryto query for allContentFragments, that are associated to the product with the given identifier. - listProductContentPages(ResourceResolver, AssociatedContentService.PageParams) - Method in interface com.adobe.cq.cif.common.associatedcontent.AssociatedContentService
-
Returns an
AssociatedContentQueryto query for allPages, that are associated to the product with the given identifier. - listProductExperienceFragments(ResourceResolver, AssociatedContentService.XfParams) - Method in interface com.adobe.cq.cif.common.associatedcontent.AssociatedContentService
-
Returns an
AssociatedContentQueryto query for all Experience Fragments, that are associated to the product with the given identifier. - location() - Method in class com.adobe.cq.cif.common.associatedcontent.AssociatedContentService.XfParams
-
Returns the experience fragment location.
- location(String) - Method in class com.adobe.cq.cif.common.associatedcontent.AssociatedContentService.XfParams
-
Sets the experience fragment location.
M
- MAX_HTTP_CONNECTIONS_DEFAULT - Static variable in annotation type com.adobe.cq.commerce.graphql.client.GraphqlClientConfiguration
- maxHttpConnections() - Method in annotation type com.adobe.cq.commerce.graphql.client.GraphqlClientConfiguration
- model() - Method in class com.adobe.cq.cif.common.associatedcontent.AssociatedContentService.CfParams
-
Returns the content fragment model path.
- model(String) - Method in class com.adobe.cq.cif.common.associatedcontent.AssociatedContentService.CfParams
-
Sets the content fragment model path.
N
- NETWORK_ONLY - com.adobe.cq.commerce.graphql.client.CachingStrategy.DataFetchingPolicy
-
Fetch data from the network only, ignoring any cached responses.
O
- of(String) - Static method in class com.adobe.cq.cif.common.associatedcontent.AssociatedContentService.AssetParams
-
Creates an
AssetParamsinstance with a product or category identifier. - of(String) - Static method in class com.adobe.cq.cif.common.associatedcontent.AssociatedContentService.CfParams
-
Creates a
CfParamsinstance with a product or category identifier. - of(String) - Static method in class com.adobe.cq.cif.common.associatedcontent.AssociatedContentService.PageParams
-
Creates a
PageParamsinstance with a product or category identifier. - of(String) - Static method in class com.adobe.cq.cif.common.associatedcontent.AssociatedContentService.XfParams
-
Creates an
XfParamsinstance with a product or category identifier. - of(Collection<String>) - Static method in class com.adobe.cq.cif.common.associatedcontent.AssociatedContentService.AssetParams
-
Creates an
AssetParamsinstance with a collection of product identifiers or category identifiers. - of(Collection<String>) - Static method in class com.adobe.cq.cif.common.associatedcontent.AssociatedContentService.CfParams
-
Creates a
CfParamsinstance with a collection of product identifiers or category identifiers. - of(Collection<String>) - Static method in class com.adobe.cq.cif.common.associatedcontent.AssociatedContentService.PageParams
-
Creates a
PageParamsinstance with a collection of product identifiers or category identifiers. - of(Collection<String>) - Static method in class com.adobe.cq.cif.common.associatedcontent.AssociatedContentService.XfParams
-
Creates an
XfParamsinstance with a collection of product identifiers or category identifiers.
P
- POST - com.adobe.cq.commerce.graphql.client.HttpMethod
- property() - Method in class com.adobe.cq.cif.common.associatedcontent.AssociatedContentService.CfParams
-
Returns the content fragment model property to match the identifier.
- property(String) - Method in class com.adobe.cq.cif.common.associatedcontent.AssociatedContentService.CfParams
-
Sets the content fragment model property to match the identifier.
Q
- QueryResultTransformer<T> - Interface in com.adobe.cq.cif.common.associatedcontent
-
The
QueryResultTransformeris used by theAssociatedContentQueryobject to adapt the result set items fromResourceto whatever type is needed.
R
- RequestOptions - Class in com.adobe.cq.commerce.graphql.client
-
This class is used to set various options when executing a GraphQL request.
- RequestOptions() - Constructor for class com.adobe.cq.commerce.graphql.client.RequestOptions
- requestPoolTimeout() - Method in annotation type com.adobe.cq.commerce.graphql.client.GraphqlClientConfiguration
S
- service_ranking() - Method in annotation type com.adobe.cq.commerce.graphql.client.GraphqlClientConfiguration
- setData(T) - Method in class com.adobe.cq.commerce.graphql.client.GraphqlResponse
- setErrors(List<U>) - Method in class com.adobe.cq.commerce.graphql.client.GraphqlResponse
- setOperationName(String) - Method in class com.adobe.cq.commerce.graphql.client.GraphqlRequest
- setQuery(String) - Method in class com.adobe.cq.commerce.graphql.client.GraphqlRequest
- setVariables(Object) - Method in class com.adobe.cq.commerce.graphql.client.GraphqlRequest
- socketTimeout() - Method in annotation type com.adobe.cq.commerce.graphql.client.GraphqlClientConfiguration
T
- transform(Resource) - Method in interface com.adobe.cq.cif.common.associatedcontent.QueryResultTransformer
-
Transforms a
Resourceobject to a different type.
U
- url() - Method in annotation type com.adobe.cq.commerce.graphql.client.GraphqlClientConfiguration
V
- valueOf(String) - Static method in enum com.adobe.cq.commerce.graphql.client.CachingStrategy.DataFetchingPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.cq.commerce.graphql.client.HttpMethod
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.adobe.cq.commerce.graphql.client.CachingStrategy.DataFetchingPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.adobe.cq.commerce.graphql.client.HttpMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- withCacheName(String) - Method in class com.adobe.cq.commerce.graphql.client.CachingStrategy
- withCachingStrategy(CachingStrategy) - Method in class com.adobe.cq.commerce.graphql.client.RequestOptions
- withDataFetchingPolicy(CachingStrategy.DataFetchingPolicy) - Method in class com.adobe.cq.commerce.graphql.client.CachingStrategy
- withGson(Gson) - Method in class com.adobe.cq.commerce.graphql.client.RequestOptions
-
Sets the
Gsoninstance that will be used to deserialise the JSON response. - withHeaders(List<Header>) - Method in class com.adobe.cq.commerce.graphql.client.RequestOptions
-
Permits to define HTTP headers that will be sent with the GraphQL request.
- withHttpMethod(HttpMethod) - Method in class com.adobe.cq.commerce.graphql.client.RequestOptions
-
Sets the HTTP method used to send the request, only GET or POST are supported.
- withLimit(long) - Method in interface com.adobe.cq.cif.common.associatedcontent.AssociatedContentQuery
-
Set a limit to the
AssociatedContentQuery. - withOffset(long) - Method in interface com.adobe.cq.cif.common.associatedcontent.AssociatedContentQuery
-
Set an offset to the
AssociatedContentQuery. - withTransformer(QueryResultTransformer<N>) - Method in interface com.adobe.cq.cif.common.associatedcontent.AssociatedContentQuery
-
Sets a custom transformer for this query results.
All Classes All Packages