- GenericContextPropertyName - Class in com.sdl.context.api.definition
-
Generic context property name implementation.
- GenericContextPropertyName(String, String) - Constructor for class com.sdl.context.api.definition.GenericContextPropertyName
-
- GenericContextSegmentPath - Class in com.sdl.context.api.types
-
Generic context segment path.
- GenericContextSegmentPath(String, List<String>) - Constructor for class com.sdl.context.api.types.GenericContextSegmentPath
-
Create a context segment path from a list of segment names.
- GenericVersion - Class in com.sdl.context.api.types
-
Version type, e.g.
- GenericVersion() - Constructor for class com.sdl.context.api.types.GenericVersion
-
Create an instance of a version.
- GenericVersion(String) - Constructor for class com.sdl.context.api.types.GenericVersion
-
- GenericVersion(int) - Constructor for class com.sdl.context.api.types.GenericVersion
-
- GenericVersion(int, int) - Constructor for class com.sdl.context.api.types.GenericVersion
-
- GenericVersion(int, int, int) - Constructor for class com.sdl.context.api.types.GenericVersion
-
- GenericVersion(String, String) - Constructor for class com.sdl.context.api.types.GenericVersion
-
Create Version from major and minor version parts as strings.
- GenericVersion(String, String, String) - Constructor for class com.sdl.context.api.types.GenericVersion
-
- GenericVersion(double) - Constructor for class com.sdl.context.api.types.GenericVersion
-
- GenericVersionPart - Class in com.sdl.context.api.types
-
Part of a version object, e.g.
- GenericVersionPart(String) - Constructor for class com.sdl.context.api.types.GenericVersionPart
-
- GenericVersionPart(int) - Constructor for class com.sdl.context.api.types.GenericVersionPart
-
- get(String) - Method in interface com.sdl.context.api.Aspect
-
Returns the value of the property (with the specified key).
- get(String) - Method in interface com.sdl.context.api.ContextMap
-
Get aspect with the specified name, returning null if aspect does not exist.
- get(ContextPropertyName) - Method in interface com.sdl.context.api.ContextMap
-
Get context map value from context property name.
- get(String) - Method in interface com.sdl.context.api.ContextVocabulary
-
Returns the aspect definition for the specified aspect name.
- get(String) - Method in interface com.sdl.context.api.definition.AspectDefinition
-
Returns the property definition for the specified property name.
- get(String) - Method in interface com.sdl.context.api.resolution.Evidence
-
Returns the evidence item identified by the specified key (e.g.
- get(String) - Method in class com.sdl.context.api.resolution.EvidenceBuilder
-
Get the evidence value for the given key.
- getAspectName() - Method in interface com.sdl.context.api.definition.ContextPropertyDefinition
-
Name of the aspect to which this property is associated, e.g.
- getAspectName() - Method in interface com.sdl.context.api.definition.ContextPropertyName
-
Returns the name of the aspect that the property is in e.g.
- getAspectName() - Method in class com.sdl.context.api.definition.GenericContextPropertyName
-
- getAspectQualifiedName() - Method in interface com.sdl.context.api.definition.ContextPropertyName
-
Return the property name including aspect name prefix e.g.
- getAspectQualifiedName() - Method in class com.sdl.context.api.definition.GenericContextPropertyName
-
- getBroker() - Static method in class com.sdl.context.api.ContextualDelivery
-
Get the context broker for this system.
- getDefaultValue() - Method in interface com.sdl.context.api.definition.ContextPropertyDefinition
-
Returns default value.
- getDefinition() - Method in interface com.sdl.context.api.Aspect
-
Get aspect definition.
- getEngine() - Method in interface com.sdl.context.api.ContextBroker
-
Get the context engine.
- getExpression() - Method in interface com.sdl.context.api.definition.ContextPropertyDefinition
-
Context expression that can be used to evaluate the property value.
- getExpressionTrust() - Method in interface com.sdl.context.api.definition.ContextPropertyDefinition
-
Trust value for when expression is applied.
- getId() - Method in interface com.sdl.context.api.ContextVocabulary
-
Returns the ID (unique identifier) for the vocabulary.
- getImplies() - Method in interface com.sdl.context.api.definition.ContextPropertyDefinition
-
Segments that are automatically true when this segment is true.
- getIncrementalVersion() - Method in class com.sdl.context.api.types.GenericVersion
-
- getIncrementalVersion() - Method in interface com.sdl.context.api.types.Version
-
Returns the incremental version, e.g.
- getIncrementalVersionModifier() - Method in class com.sdl.context.api.types.GenericVersion
-
- getIncrementalVersionModifier() - Method in interface com.sdl.context.api.types.Version
-
Returns the incremental version modifier, e.g.
- getIncrementalVersionModifierNumber() - Method in class com.sdl.context.api.types.GenericVersion
-
- getIncrementalVersionModifierNumber() - Method in interface com.sdl.context.api.types.Version
-
Returns the incremental version modifier number, e.g.
- getIncrementalVersionNamePart() - Method in class com.sdl.context.api.types.GenericVersion
-
- getIncrementalVersionNamePart() - Method in interface com.sdl.context.api.types.Version
-
Returns the version part which relates to the incremental portion of the version, so
if the Version was "1.2.3" this would return a version part that relates to "3".
- getInstance() - Static method in class com.sdl.context.odata.client.api.ContextEngineProvider
-
- getKey() - Method in interface com.sdl.context.api.resolution.EvidenceItem
-
Returns the key for the evidence item (e.g.
- getKey() - Method in interface com.sdl.context.api.types.ContextSegmentPath
-
Return the key, i.ed.
- getKey() - Method in class com.sdl.context.api.types.GenericContextSegmentPath
-
- getLocalPropertyName() - Method in interface com.sdl.context.api.definition.ContextPropertyName
-
Returns the property name e.g.
- getLocalPropertyName() - Method in class com.sdl.context.api.definition.GenericContextPropertyName
-
- getMajorVersion() - Method in class com.sdl.context.api.types.GenericVersion
-
- getMajorVersion() - Method in interface com.sdl.context.api.types.Version
-
Returns the major version, e.g.
- getMajorVersionModifier() - Method in class com.sdl.context.api.types.GenericVersion
-
- getMajorVersionModifier() - Method in interface com.sdl.context.api.types.Version
-
Returns the major version modifier, e.g.
- getMajorVersionModifierNumber() - Method in class com.sdl.context.api.types.GenericVersion
-
- getMajorVersionModifierNumber() - Method in interface com.sdl.context.api.types.Version
-
Returns the major version modifier number, e.g.
- getMajorVersionNamePart() - Method in class com.sdl.context.api.types.GenericVersion
-
- getMajorVersionNamePart() - Method in interface com.sdl.context.api.types.Version
-
Returns the version part which relates to the major portion of the version, so if
if the Version was "1.2" this would return a version part that relates to "1".
- getMap() - Method in interface com.sdl.context.api.ContextBroker
-
Get the context map for the current user interaction.
- getMinorVersion() - Method in class com.sdl.context.api.types.GenericVersion
-
- getMinorVersion() - Method in interface com.sdl.context.api.types.Version
-
Returns the minor version, e.g.
- getMinorVersionModifier() - Method in class com.sdl.context.api.types.GenericVersion
-
- getMinorVersionModifier() - Method in interface com.sdl.context.api.types.Version
-
Returns the minor version modifier, e.g.
- getMinorVersionModifierNumber() - Method in class com.sdl.context.api.types.GenericVersion
-
- getMinorVersionModifierNumber() - Method in interface com.sdl.context.api.types.Version
-
Returns the minor version modifier number, e.g.
- getMinorVersionNamePart() - Method in class com.sdl.context.api.types.GenericVersion
-
- getMinorVersionNamePart() - Method in interface com.sdl.context.api.types.Version
-
Returns the version part which relates to the minor portion of the version, so if
if the Version was "1.2" this would return a version part that relates to "2".
- getModifier() - Method in class com.sdl.context.api.types.GenericVersionPart
-
- getModifier() - Method in interface com.sdl.context.api.types.VersionPart
-
Returns the modifier, e.g.
- getModifierNumber() - Method in class com.sdl.context.api.types.GenericVersionPart
-
- getModifierNumber() - Method in interface com.sdl.context.api.types.VersionPart
-
Returns the modifier number.
- getModifierPriority() - Method in class com.sdl.context.api.types.GenericVersionPart
-
- getModifierPriority() - Method in interface com.sdl.context.api.types.VersionPart
-
Returns a number indicating the priority of the modifier.
- getName() - Method in interface com.sdl.context.api.ContextProperty
-
Get the context property name.
- getName() - Method in interface com.sdl.context.api.definition.AspectDefinition
-
Name of the aspect e.g.
- getName() - Method in interface com.sdl.context.api.definition.ContextPropertyDefinition
-
Get the context property name for this definition.
- getName() - Method in class com.sdl.context.api.types.GenericVersion
-
- getName() - Method in interface com.sdl.context.api.types.Version
-
Returns a string representation of the version, e.g.
- getNumber() - Method in class com.sdl.context.api.types.GenericVersionPart
-
- getNumber() - Method in interface com.sdl.context.api.types.VersionPart
-
Returns the initial number of the version part, e.g.
- getODataContextEngine() - Method in class com.sdl.context.odata.client.api.ContextEngineProvider
-
Get ODataContextEngine.
- getOrigin() - Method in interface com.sdl.context.api.resolution.EvidenceItem
-
Returns the origin for the evidence item (e.g.
- getProperty(String) - Method in interface com.sdl.context.api.Aspect
-
Gets a property.
- getPropertyDefinitions() - Method in interface com.sdl.context.api.ContextVocabulary
-
Return all the context property definitions in this repository in order of evaluation.
- getPropertyName() - Method in interface com.sdl.context.api.definition.ContextPropertyDefinition
-
Name of the context property.
- getRequires() - Method in interface com.sdl.context.api.definition.ContextPropertyDefinition
-
Segments that are required to be true for this segment also to be true.
- getSegments() - Method in interface com.sdl.context.api.types.ContextSegmentPath
-
Returns the list of segment names in the segment path.
- getSegments() - Method in class com.sdl.context.api.types.GenericContextSegmentPath
-
- getType() - Method in interface com.sdl.context.api.definition.ContextPropertyDefinition
-
Type of the context property.
- getValue() - Method in interface com.sdl.context.api.ContextProperty
-
Gets the property value.
- getValue() - Method in interface com.sdl.context.api.resolution.EvidenceItem
-
Returns the value of the evidence item.
- getValueAsString() - Method in interface com.sdl.context.api.resolution.EvidenceItem
-
Returns a string representation of the evidence value.
- getVocabulary() - Method in interface com.sdl.context.api.ContextBroker
-
Get the context vocabulary.
- getVocabulary() - Method in interface com.sdl.context.api.engine.ContextEngine
-
Get the vocabulary being used by the engine.
- getVocabulary() - Method in class com.sdl.context.odata.client.api.ODataContextEngine
-