Uses of Interface
org.onehippo.cms7.crisp.api.exchange.ExchangeHint
Package
Description
This package provides Broker APIs of Hippo Addon CRISP module.
This package provides Resource APIs of Hippo Addon CRISP module.
-
Uses of ExchangeHint in org.onehippo.cms7.crisp.api.broker
Modifier and TypeMethodDescriptionAbstractDelegatingResourceServiceBroker.findResources
(String resourceSpace, String baseAbsPath, Map<String, Object> pathVariables, ExchangeHint exchangeHint) AbstractDelegatingResourceServiceBroker.findResources
(String resourceSpace, String baseAbsPath, ExchangeHint exchangeHint) AbstractResourceServiceBroker.findResources
(String resourceSpace, String baseAbsPath, ExchangeHint exchangeHint) Resolves a properResourceResolver
by the specifiedresourceSpace
and searchResource
representations frombaseAbsPath
and returns a parentResource
representation which contains a collection of childResource
representations.ResourceServiceBroker.findResources
(String resourceSpace, String baseAbsPath, Map<String, Object> pathVariables, ExchangeHint exchangeHint) Resolves a properResourceResolver
by the specifiedresourceSpace
and searchResource
representations frombaseAbsPath
and returns a parentResource
representation which contains a collection of childResource
representations.ResourceServiceBroker.findResources
(String resourceSpace, String baseAbsPath, ExchangeHint exchangeHint) Resolves a properResourceResolver
by the specifiedresourceSpace
and searchResource
representations frombaseAbsPath
and returns a parentResource
representation which contains a collection of childResource
representations.AbstractDelegatingResourceServiceBroker.resolve
(String resourceSpace, String absPath, Map<String, Object> pathVariables, ExchangeHint exchangeHint) AbstractDelegatingResourceServiceBroker.resolve
(String resourceSpace, String absPath, ExchangeHint exchangeHint) AbstractResourceServiceBroker.resolve
(String resourceSpace, String absResourcePath, ExchangeHint exchangeHint) Resolves a properResourceResolver
by the specifiedresourceSpace
and resolves singleResource
representation byabsPath
.ResourceServiceBroker.resolve
(String resourceSpace, String absPath, Map<String, Object> pathVariables, ExchangeHint exchangeHint) Resolves a properResourceResolver
by the specifiedresourceSpace
and resolves singleResource
representation byabsPath
.ResourceServiceBroker.resolve
(String resourceSpace, String absPath, ExchangeHint exchangeHint) Resolves a properResourceResolver
by the specifiedresourceSpace
and resolves singleResource
representation byabsPath
.AbstractDelegatingResourceServiceBroker.resolveBinary
(String resourceSpace, String absPath, Map<String, Object> pathVariables, ExchangeHint exchangeHint) AbstractDelegatingResourceServiceBroker.resolveBinary
(String resourceSpace, String absPath, ExchangeHint exchangeHint) AbstractResourceServiceBroker.resolveBinary
(String resourceSpace, String absResourcePath, ExchangeHint exchangeHint) Resolves a properResourceResolver
by the specifiedresourceSpace
and resolves singleBinary
representation byabsPath
.ResourceServiceBroker.resolveBinary
(String resourceSpace, String absPath, Map<String, Object> pathVariables, ExchangeHint exchangeHint) Resolves a properResourceResolver
by the specifiedresourceSpace
and resolves singleBinary
representation byabsPath
.ResourceServiceBroker.resolveBinary
(String resourceSpace, String absPath, ExchangeHint exchangeHint) Resolves a properResourceResolver
by the specifiedresourceSpace
and resolves singleBinary
representation byabsPath
.AbstractDelegatingResourceServiceBroker.resolveBinaryAsResource
(String resourceSpace, String absPath, Map<String, Object> pathVariables, ExchangeHint exchangeHint) AbstractDelegatingResourceServiceBroker.resolveBinaryAsResource
(String resourceSpace, String absPath, ExchangeHint exchangeHint) AbstractResourceServiceBroker.resolveBinaryAsResource
(String resourceSpace, String absResourcePath, ExchangeHint exchangeHint) ResourceServiceBroker.resolveBinaryAsResource
(String resourceSpace, String absPath, Map<String, Object> pathVariables, ExchangeHint exchangeHint) Resolves a properResourceResolver
by the specifiedresourceSpace
, resolves singleBinary
representation byabsPath
, and converts theBinary
representation into aResource
.ResourceServiceBroker.resolveBinaryAsResource
(String resourceSpace, String absPath, ExchangeHint exchangeHint) Resolves a properResourceResolver
by the specifiedresourceSpace
, resolves singleBinary
representation byabsPath
, and converts theBinary
representation into aResource
. -
Uses of ExchangeHint in org.onehippo.cms7.crisp.api.exchange
Modifier and TypeMethodDescriptionabstract ExchangeHint
ExchangeHintBuilder.build()
Build aExchangeHint
. -
Uses of ExchangeHint in org.onehippo.cms7.crisp.api.resource
Modifier and TypeMethodDescriptionAbstractResourceCacheResolvable.createCacheKey
(String resourceSpace, String operationKey, String resourcePath, Map<String, Object> pathVariables, ExchangeHint exchangeHint) ResourceCacheResolvable.createCacheKey
(String resourceSpace, String operationKey, String absPath, Map<String, Object> pathVariables, ExchangeHint exchangeHint) Create cache key based on given operation key, resource path, path variables and exchange hint.AbstractResourceResolver.findResources
(String baseAbsPath, ExchangeHint exchangeHint) ResourceResolver.findResources
(String baseAbsPath, Map<String, Object> pathVariables, ExchangeHint exchangeHint) ResourceResolver.findResources
(String baseAbsPath, ExchangeHint exchangeHint) AbstractResourceResolver.resolve
(String absPath, ExchangeHint exchangeHint) ResourceResolver.resolve
(String absPath, Map<String, Object> pathVariables, ExchangeHint exchangeHint) Resolves singleResource
representation byabsPath
.ResourceResolver.resolve
(String absPath, ExchangeHint exchangeHint) AbstractResourceResolver.resolveBinary
(String absPath, ExchangeHint exchangeHint) Resolves singleBinary
representation byabsPath
.ResourceResolver.resolveBinary
(String absPath, Map<String, Object> pathVariables, ExchangeHint exchangeHint) Resolves singleBinary
representation byabsPath
.ResourceResolver.resolveBinary
(String absPath, ExchangeHint exchangeHint) Resolves singleBinary
representation byabsPath
.AbstractResourceResolver.resolveBinaryAsResource
(String absPath, ExchangeHint exchangeHint) ResourceResolver.resolveBinaryAsResource
(String absPath, Map<String, Object> pathVariables, ExchangeHint exchangeHint) ResourceResolver.resolveBinaryAsResource
(String absPath, ExchangeHint exchangeHint)