Uses of Interface
org.onehippo.cms7.crisp.api.resource.ValueMap
Packages that use ValueMap
Package
Description
This package provides Resource APIs of Hippo Addon CRISP module.
-
Uses of ValueMap in org.onehippo.cms7.crisp.api.resource
Classes in org.onehippo.cms7.crisp.api.resource that implement ValueMapModifier and TypeClassDescriptionclass
AbstractValueMap
base class.class
DefaultValueMap
implementation.Methods in org.onehippo.cms7.crisp.api.resource that return ValueMapModifier 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.Resource.getMetadata()
Returns metadataValueMap
of this resource representation if there's any, or an empty value map if no metadata available.Resource.getValueMap()
Returns value map (type ofValueMap
) of this resource representation if there's any, or an empty value map if no values available.DefaultValueMap.toUnmodifiable()
Returns an unmodifiable view of thisValueMap