Uses of Interface
org.onehippo.cms7.crisp.api.resource.ValueMap
-
Packages that use ValueMap Package Description org.onehippo.cms7.crisp.api.resource 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 ValueMap Modifier and Type Class Description class
AbstractValueMap
AbstractValueMap
base class.class
DefaultValueMap
DefaultValueMap
implementation.Methods in org.onehippo.cms7.crisp.api.resource that return ValueMap Modifier and Type Method Description ValueMap
AbstractResourceCacheResolvable. createCacheKey(String resourceSpace, String operationKey, String resourcePath, Map<String,Object> pathVariables, ExchangeHint exchangeHint)
ValueMap
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.ValueMap
Resource. getMetadata()
Returns metadataValueMap
of this resource representation if there's any, or an empty value map if no metadata available.ValueMap
Resource. getValueMap()
Returns value map (type ofValueMap
) of this resource representation if there's any, or an empty value map if no values available.ValueMap
DefaultValueMap. toUnmodifiable()
Returns an unmodifiable view of thisValueMap
-