Package | Description |
---|---|
com.tridion.ambientdata | |
com.tridion.ambientdata.claimstore | |
com.tridion.ambientdata.processing |
Modifier and Type | Method and Description |
---|---|
ClaimValueScope |
AmbientDataConfig.getConfiguredClaimScope(URI claimUri) |
Modifier and Type | Method and Description |
---|---|
ClaimValueScope |
DefaultClaimStore.getConfiguredClaimScope(URI claimUri) |
ClaimValueScope |
ClaimStore.getConfiguredClaimScope(URI claimUri)
Returns the configured scope of the claim identified by URI.
|
Modifier and Type | Method and Description |
---|---|
Map<URI,ClaimValueScope> |
DefaultClaimStore.getAdHocClaimScopes() |
Map<URI,ClaimValueScope> |
ClaimStore.getAdHocClaimScopes() |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultClaimStore.isSessionScopedClaim(ClaimValueScope scope) |
boolean |
ClaimStore.isSessionScopedClaim(ClaimValueScope scope)
Returns
true if given scope lives during session. |
void |
DefaultClaimStore.put(URI claimUri,
Object value,
ClaimType claimType,
ClaimValueScope claimScope) |
void |
ClaimStore.put(URI claimUri,
Object value,
ClaimType claimType,
ClaimValueScope claimScope)
Puts the value of a claim in the claim store, under the following conditions.
|
void |
DefaultClaimStore.put(URI claimUri,
Object value,
ClaimValueScope claimScope) |
void |
ClaimStore.put(URI claimUri,
Object value,
ClaimValueScope claimScope)
Puts the value of a claim in the claim store, under the following conditions.
|
Constructor and Description |
---|
DefaultClaimStore(Map<URI,Object> values,
Set<URI> readOnlyFields,
Set<URI> immutableFields,
Map<URI,ClaimValueScope> adHocClaimScopesRef)
Constructor.
|
JavaClaimStore(Map<URI,Object> values,
Set<URI> readOnlyFields,
Set<URI> immutableFields,
Map<URI,ClaimValueScope> adHocClaimScopes)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static ClaimValueScope |
ClaimValueScope.fromString(String name)
Returns the
ClaimValueScope with the specified name, or null if not found. |
static ClaimValueScope |
ClaimValueScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClaimValueScope[] |
ClaimValueScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries