- CACHE_IMAGE_CHECK_PERIOD - Static variable in class com.sdl.context.image.ImageConstants.Property
-
Value that indicates end user configurable cache checking period for the images stored inside the cache.
- CACHE_IMAGE_RECHECK_SOURCE - Static variable in class com.sdl.context.image.ImageConstants.Property
-
Whether source image should be rechecked for last modified changes.
- CacheStatistics - Interface in com.sdl.context.common.api.caching
-
Transformation cache statistics interface.
- CachingQueryService - Class in com.tridion.broker.querying.generators.service
-
This is the caching query mechanism used to add caching to query results.
- CachingQueryService(QueryService) - Constructor for class com.tridion.broker.querying.generators.service.CachingQueryService
-
Construct the CachingQueryDAO with a wrapped QueryDAO.
- CachingTransformationProcessor - Class in com.sdl.context.image.transformation.processors
-
Transformation processor that caches.
- CachingTransformationProcessor() - Constructor for class com.sdl.context.image.transformation.processors.CachingTransformationProcessor
-
- CachingTransformationProcessor(ImageTransformationProcessor, UriImageFactory, Cache, Cache, int) - Constructor for class com.sdl.context.image.transformation.processors.CachingTransformationProcessor
-
Deprecated.
- calculateNameSpaces(Pattern) - Method in class com.tridion.tcdl.TagDispatcher
-
- canBeStoredInDBStateStore() - Method in enum com.sdl.delivery.deployer.api.processing.pipeline.data.DataType
-
- cancelArrowUp() - Method in class com.sdl.context.common.cli.CygwinTerminal
-
- cancelArrowUp() - Method in class com.sdl.context.common.cli.Terminal
-
- captureLog(LogCapture) - Method in class com.sdl.context.common.logging.LogbackLoggerWrapper
-
- captureLog(String) - Static method in class com.sdl.context.common.logging.LogUtils
-
Capture log for the given pattern with a simple appender.
- CategorizationCriteria - Class in com.tridion.broker.querying.criteria.categorization
-
This queries for all content belonging to a specific Category.
- CategorizationCriteria(int, String, String[]) - Constructor for class com.tridion.broker.querying.criteria.categorization.CategorizationCriteria
-
Constructor of CategorizationCritera.
- CategorizationCriteria(int, String, String) - Constructor for class com.tridion.broker.querying.criteria.categorization.CategorizationCriteria
-
Constructor of CategorizationCritera.
- CategoryCriteria - Class in com.tridion.broker.querying.criteria.categorization
-
This queries for all content belonging to a specific Category.
- CategoryCriteria(String) - Constructor for class com.tridion.broker.querying.criteria.categorization.CategoryCriteria
-
Constructs a categorizationCriteria for a specific category.
- CategoryCriteria(String, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.categorization.CategoryCriteria
-
Constructs a Criteria, with specifying operator for it.
- CharacterData - Interface in com.tridion.data
-
Interface for character data.
- characters(char[], int, int) - Method in class com.tridion.util.xml.SAXSchemaReader
-
- characters(char[], int, int) - Method in class com.tridion.util.xml.XMLParser
-
Handle character data.
- CharacterType - Enum in com.sdl.context.common.cli
-
Character type for a command line interface.
- CharacterUtils - Class in com.sdl.context.common.lang
-
Common character utils.
- checkArgument(boolean) - Static method in class com.sdl.delivery.configuration.utils.ConditionUtil
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, Object) - Static method in class com.sdl.delivery.configuration.utils.ConditionUtil
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkClientTrusted(X509Certificate[], String) - Method in class com.sdl.context.resource.http.AllTrustingTrustManager
-
- checkElementIndexIsInRange(int, int) - Static method in class com.tridion.util.ArrayUtils
-
This method checks given elementIndex is less than or equals to length and elementIndex is greater than zero.
- checkNotNull(T) - Static method in class com.sdl.delivery.configuration.utils.ConditionUtil
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, Object) - Static method in class com.sdl.delivery.configuration.utils.ConditionUtil
-
- checkServerTrusted(X509Certificate[], String) - Method in class com.sdl.context.resource.http.AllTrustingTrustManager
-
- ChildConfigurationValue - Class in com.sdl.delivery.configuration.values
-
A value which has child values.
- ChildConfigurationValue(Map<String, Value>) - Constructor for class com.sdl.delivery.configuration.values.ChildConfigurationValue
-
- children() - Method in class com.tridion.transformer.TCDLTag
-
- chomp(String) - Static method in class com.sdl.context.common.lang.StringUtils
-
- chop(String) - Static method in class com.sdl.context.common.lang.StringUtils
-
- ClaimCookieDeserializer - Class in com.tridion.ambientdata.claimstore.cookie
-
- ClaimCookieSerializer - Class in com.tridion.ambientdata.claimstore.cookie
-
Serializes the claims names and values into Base64 byte[] stored in one ore
more
ClaimsCookie
s.
- ClaimCookieSerializer(String) - Constructor for class com.tridion.ambientdata.claimstore.cookie.ClaimCookieSerializer
-
Creates a serializer that will serialize claims in cookies with the given name.
- ClaimsCookie - Class in com.tridion.ambientdata.claimstore.cookie
-
Contains the claims cookie name and value.
- ClaimsCookie(String, byte[]) - Constructor for class com.tridion.ambientdata.claimstore.cookie.ClaimsCookie
-
- ClaimStore - Interface in com.tridion.ambientdata.claimstore
-
The Ambient Claim store used for storing claims during request processing.
- ClaimStoreUtil - Class in com.tridion.ambientdata.claimstore
-
Util methods which offer different operations related to the
ClaimStore
.
- ClaimType - Enum in com.tridion.ambientdata.claimstore
-
Define the types of a claim.
- ClaimValueScope - Enum in com.tridion.ambientdata.processing
-
Specifies the scope of the value of a claim.
- ClarifiedImage - Interface in com.sdl.context.image.api
-
An image which we know more information about.
- ClassContainer - Class in com.sdl.context.common.lang
-
Class container information.
- ClassContainer() - Constructor for class com.sdl.context.common.lang.ClassContainer
-
- ClassContainerDiscoveryException - Exception in com.sdl.context.common.lang
-
Class container discovery exception.
- ClassContainerDiscoveryException(String) - Constructor for exception com.sdl.context.common.lang.ClassContainerDiscoveryException
-
- ClassContainerDiscoveryException(String, Throwable) - Constructor for exception com.sdl.context.common.lang.ClassContainerDiscoveryException
-
- ClassContainerDiscoveryException(Throwable) - Constructor for exception com.sdl.context.common.lang.ClassContainerDiscoveryException
-
- cleanContent(String) - Method in class com.tridion.ambientdata.processing.HTTPHeaderProcessor
-
Tries to remove any existing digest from the provided content value.
- cleanFilePathSeparators(String) - Static method in class com.sdl.context.common.lang.IoUtils
-
- clear() - Method in interface com.sdl.delivery.deployer.api.binarystorage.BinaryStorage
-
Wipe out all the binaries currently stored.
- clearHeaders() - Method in class com.sdl.context.image.transformation.response.TransformedImageResponse
-
Clear the HTTP headers.
- clearImmutable() - Method in interface com.tridion.ambientdata.claimstore.ClaimStore
-
Empties the immutable set of claims.
- clearImmutable() - Method in class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
- clearLine(int) - Method in class com.sdl.context.common.cli.Terminal
-
- clearReadOnly() - Method in interface com.tridion.ambientdata.claimstore.ClaimStore
-
Empties the read only set of claims.
- clearReadOnly() - Method in class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
- CLIENT_CLASS - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Fields
-
QueryClient Class.
- CLIENT_EMBEDDED - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Fields
-
QueryClient Embedded.
- CLIENT_ID - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Fields
-
ClientId.
- CLIENT_SECRET - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Fields
-
ClientSecret.
- ClientConfiguration - Class in com.sdl.delivery.iq.client.common.config
-
Configuration of the client.
- ClientConfigurationFactory - Class in com.sdl.delivery.iq.client.common.config
-
- ClientConstants - Class in com.sdl.delivery.iq.client.common
-
ClientConstants.
- ClientConstants.Configuration - Class in com.sdl.delivery.iq.client.common
-
Configuration section.
- ClientConstants.Configuration.Defaults - Class in com.sdl.delivery.iq.client.common
-
Holds configuration defaults.
- ClientConstants.Configuration.Fields - Class in com.sdl.delivery.iq.client.common
-
Holds configuration field names.
- clone() - Method in class com.sdl.context.image.TransformedImage
-
- clone() - Method in class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
Creates and returns a copy of this object.
- clone() - Method in class com.tridion.ambientdata.claimstore.JavaClaimStore
-
- clone(int, Keyword) - Method in class com.tridion.taxonomies.Keyword
-
This clones this keyword and all of its children keywords in memory.
- close() - Method in class com.sdl.context.common.cli.Terminal
-
- close() - Method in interface com.sdl.context.common.csv.CsvOutputSource
-
- close() - Method in class com.sdl.context.common.csv.FileCsvOutputSource
-
- close(InputStream) - Static method in class com.sdl.context.common.lang.IoUtils
-
Null safe closure of input stream.
- close(OutputStream) - Static method in class com.sdl.context.common.lang.IoUtils
-
- CMURI - Class in com.tridion.util
-
This class represents a CMURI object.
- CMURI(String, int, int, int, int) - Constructor for class com.tridion.util.CMURI
-
Create a new URI based on namespace, publication Id, item Id, item type and version.
- CMURI(String) - Constructor for class com.tridion.util.CMURI
-
Create a new URI from a string.
- CmUriToTcmUriFunc - Enum in com.sdl.delivery.deployer.steps.util
-
Function for transformation CMURI to TCMURI.
- coerce(Object) - Method in interface com.sdl.context.api.types.ComparableAndCoercible
-
- coerce(Object) - Method in class com.sdl.context.api.types.GenericVersion
-
- CollectionUtil - Class in com.sdl.delivery.configuration.utils
-
Collection Util helper class - Google Guava's twin.
- CollectionUtil() - Constructor for class com.sdl.delivery.configuration.utils.CollectionUtil
-
- com.sdl.context - package com.sdl.context
-
- com.sdl.context.api - package com.sdl.context.api
-
- com.sdl.context.api.definition - package com.sdl.context.api.definition
-
- com.sdl.context.api.engine - package com.sdl.context.api.engine
-
- com.sdl.context.api.exception - package com.sdl.context.api.exception
-
- com.sdl.context.api.resolution - package com.sdl.context.api.resolution
-
- com.sdl.context.api.types - package com.sdl.context.api.types
-
- com.sdl.context.common - package com.sdl.context.common
-
- com.sdl.context.common.api.caching - package com.sdl.context.common.api.caching
-
- com.sdl.context.common.cli - package com.sdl.context.common.cli
-
- com.sdl.context.common.csv - package com.sdl.context.common.csv
-
- com.sdl.context.common.io - package com.sdl.context.common.io
-
- com.sdl.context.common.jdbc - package com.sdl.context.common.jdbc
-
- com.sdl.context.common.lang - package com.sdl.context.common.lang
-
- com.sdl.context.common.logging - package com.sdl.context.common.logging
-
- com.sdl.context.common.uri - package com.sdl.context.common.uri
-
- com.sdl.context.image - package com.sdl.context.image
-
- com.sdl.context.image.api - package com.sdl.context.image.api
-
- com.sdl.context.image.api.admin - package com.sdl.context.image.api.admin
-
- com.sdl.context.image.api.exception - package com.sdl.context.image.api.exception
-
- com.sdl.context.image.transformation.context - package com.sdl.context.image.transformation.context
-
- com.sdl.context.image.transformation.digestors - package com.sdl.context.image.transformation.digestors
-
- com.sdl.context.image.transformation.managers - package com.sdl.context.image.transformation.managers
-
- com.sdl.context.image.transformation.parser - package com.sdl.context.image.transformation.parser
-
- com.sdl.context.image.transformation.processors - package com.sdl.context.image.transformation.processors
-
- com.sdl.context.image.transformation.response - package com.sdl.context.image.transformation.response
-
- com.sdl.context.resource - package com.sdl.context.resource
-
- com.sdl.context.resource.api - package com.sdl.context.resource.api
-
- com.sdl.context.resource.http - package com.sdl.context.resource.http
-
- com.sdl.delivery.configuration.utils - package com.sdl.delivery.configuration.utils
-
- com.sdl.delivery.configuration.values - package com.sdl.delivery.configuration.values
-
- com.sdl.delivery.configuration.xml - package com.sdl.delivery.configuration.xml
-
- com.sdl.delivery.deployer.api.binarystorage - package com.sdl.delivery.deployer.api.binarystorage
-
- com.sdl.delivery.deployer.api.model - package com.sdl.delivery.deployer.api.model
-
- com.sdl.delivery.deployer.api.model.exception - package com.sdl.delivery.deployer.api.model.exception
-
- com.sdl.delivery.deployer.api.processing - package com.sdl.delivery.deployer.api.processing
-
- com.sdl.delivery.deployer.api.processing.annotations - package com.sdl.delivery.deployer.api.processing.annotations
-
- com.sdl.delivery.deployer.api.processing.exception - package com.sdl.delivery.deployer.api.processing.exception
-
- com.sdl.delivery.deployer.api.processing.pipeline - package com.sdl.delivery.deployer.api.processing.pipeline
-
- com.sdl.delivery.deployer.api.processing.pipeline.data - package com.sdl.delivery.deployer.api.processing.pipeline.data
-
- com.sdl.delivery.deployer.api.properties - package com.sdl.delivery.deployer.api.properties
-
- com.sdl.delivery.deployer.api.queue - package com.sdl.delivery.deployer.api.queue
-
- com.sdl.delivery.deployer.api.queue.annotations - package com.sdl.delivery.deployer.api.queue.annotations
-
- com.sdl.delivery.deployer.api.queue.command - package com.sdl.delivery.deployer.api.queue.command
-
- com.sdl.delivery.deployer.api.state - package com.sdl.delivery.deployer.api.state
-
- com.sdl.delivery.deployer.api.state.exception - package com.sdl.delivery.deployer.api.state.exception
-
- com.sdl.delivery.deployer.api.util - package com.sdl.delivery.deployer.api.util
-
- com.sdl.delivery.deployer.steps - package com.sdl.delivery.deployer.steps
-
- com.sdl.delivery.deployer.steps.extension - package com.sdl.delivery.deployer.steps.extension
-
- com.sdl.delivery.deployer.steps.util - package com.sdl.delivery.deployer.steps.util
-
- com.sdl.delivery.iq.api.common - package com.sdl.delivery.iq.api.common
-
- com.sdl.delivery.iq.client.common - package com.sdl.delivery.iq.client.common
-
- com.sdl.delivery.iq.client.common.config - package com.sdl.delivery.iq.client.common.config
-
- com.sdl.delivery.iq.index.client.http - package com.sdl.delivery.iq.index.client.http
-
- com.sdl.delivery.iq.index.client.http.auth - package com.sdl.delivery.iq.index.client.http.auth
-
- com.sdl.delivery.iq.index.client.http.utils - package com.sdl.delivery.iq.index.client.http.utils
-
- com.sdl.delivery.iq.query - package com.sdl.delivery.iq.query
-
- com.sdl.delivery.iq.query.api - package com.sdl.delivery.iq.query.api
-
- com.sdl.delivery.iq.query.client - package com.sdl.delivery.iq.query.client
-
- com.sdl.delivery.iq.query.client.rest - package com.sdl.delivery.iq.query.client.rest
-
- com.sdl.delivery.iq.query.compile - package com.sdl.delivery.iq.query.compile
-
- com.sdl.delivery.iq.query.field - package com.sdl.delivery.iq.query.field
-
- com.sdl.delivery.iq.query.operation - package com.sdl.delivery.iq.query.operation
-
- com.sdl.delivery.iq.query.result - package com.sdl.delivery.iq.query.result
-
- com.sdl.delivery.iq.query.search - package com.sdl.delivery.iq.query.search
-
- com.sdl.delivery.spring.configuration - package com.sdl.delivery.spring.configuration
-
- com.sdl.delivery.ugc.client - package com.sdl.delivery.ugc.client
-
- com.sdl.delivery.ugc.client.comment - package com.sdl.delivery.ugc.client.comment
-
- com.sdl.delivery.ugc.client.marshall - package com.sdl.delivery.ugc.client.marshall
-
- com.sdl.delivery.ugc.client.odata.edm - package com.sdl.delivery.ugc.client.odata.edm
-
- com.sdl.delivery.ugc.client.rating - package com.sdl.delivery.ugc.client.rating
-
- com.sdl.web.ambient.api - package com.sdl.web.ambient.api
-
- com.sdl.web.content.claimprocessor - package com.sdl.web.content.claimprocessor
-
- com.sdl.web.preview - package com.sdl.web.preview
-
- com.sdl.web.preview.util - package com.sdl.web.preview.util
-
- com.sdl.web.ugc.model - package com.sdl.web.ugc.model
-
- com.sdl.web.ugc.validation - package com.sdl.web.ugc.validation
-
- com.tridion - package com.tridion
-
- com.tridion.ambientdata - package com.tridion.ambientdata
-
- com.tridion.ambientdata.claimstore - package com.tridion.ambientdata.claimstore
-
- com.tridion.ambientdata.claimstore.cookie - package com.tridion.ambientdata.claimstore.cookie
-
- com.tridion.ambientdata.processing - package com.tridion.ambientdata.processing
-
- com.tridion.ambientdata.web - package com.tridion.ambientdata.web
-
- com.tridion.broker - package com.tridion.broker
-
- com.tridion.broker.meta - package com.tridion.broker.meta
-
- com.tridion.broker.meta.custom - package com.tridion.broker.meta.custom
-
- com.tridion.broker.querying - package com.tridion.broker.querying
-
- com.tridion.broker.querying.criteria - package com.tridion.broker.querying.criteria
-
- com.tridion.broker.querying.criteria.categorization - package com.tridion.broker.querying.criteria.categorization
-
- com.tridion.broker.querying.criteria.content - package com.tridion.broker.querying.criteria.content
-
- com.tridion.broker.querying.criteria.metadata - package com.tridion.broker.querying.criteria.metadata
-
- com.tridion.broker.querying.criteria.operators - package com.tridion.broker.querying.criteria.operators
-
- com.tridion.broker.querying.criteria.publication - package com.tridion.broker.querying.criteria.publication
-
- com.tridion.broker.querying.criteria.structuregroups - package com.tridion.broker.querying.criteria.structuregroups
-
- com.tridion.broker.querying.criteria.taxonomy - package com.tridion.broker.querying.criteria.taxonomy
-
- com.tridion.broker.querying.filter - package com.tridion.broker.querying.filter
-
- com.tridion.broker.querying.generators - package com.tridion.broker.querying.generators
-
- com.tridion.broker.querying.generators.service - package com.tridion.broker.querying.generators.service
-
- com.tridion.broker.querying.sorting - package com.tridion.broker.querying.sorting
-
- com.tridion.broker.querying.sorting.column - package com.tridion.broker.querying.sorting.column
-
- com.tridion.broker.references - package com.tridion.broker.references
-
- com.tridion.broker.schemas - package com.tridion.broker.schemas
-
- com.tridion.broker.taxonomies - package com.tridion.broker.taxonomies
-
- com.tridion.broker.xslt - package com.tridion.broker.xslt
-
- com.tridion.configuration - package com.tridion.configuration
-
- com.tridion.configuration.util - package com.tridion.configuration.util
-
- com.tridion.content - package com.tridion.content
-
- com.tridion.data - package com.tridion.data
-
- com.tridion.dcp - package com.tridion.dcp
-
- com.tridion.dcp.filters.query - package com.tridion.dcp.filters.query
-
- com.tridion.deployer - package com.tridion.deployer
-
- com.tridion.dynamiccontent - package com.tridion.dynamiccontent
-
- com.tridion.dynamiccontent.meta.resolver - package com.tridion.dynamiccontent.meta.resolver
-
- com.tridion.dynamiccontent.meta.resolver.impl - package com.tridion.dynamiccontent.meta.resolver.impl
-
- com.tridion.dynamiccontent.publication - package com.tridion.dynamiccontent.publication
-
- com.tridion.dynamiccontent.publication.mappingsstrategy - package com.tridion.dynamiccontent.publication.mappingsstrategy
-
- com.tridion.dynamiccontent.util - package com.tridion.dynamiccontent.util
-
- com.tridion.linking - package com.tridion.linking
-
- com.tridion.linking.events - package com.tridion.linking.events
-
- com.tridion.taxonomies - package com.tridion.taxonomies
-
- com.tridion.taxonomies.filters - package com.tridion.taxonomies.filters
-
- com.tridion.taxonomies.formatters - package com.tridion.taxonomies.formatters
-
- com.tridion.tcdl - package com.tridion.tcdl
-
- com.tridion.tcdl.renderer - package com.tridion.tcdl.renderer
-
- com.tridion.tcdl.renderer.postprocessor - package com.tridion.tcdl.renderer.postprocessor
-
- com.tridion.tcdl.tags - package com.tridion.tcdl.tags
-
- com.tridion.tcdl.transformer - package com.tridion.tcdl.transformer
-
- com.tridion.transformer - package com.tridion.transformer
-
- com.tridion.transport.transportpackage - package com.tridion.transport.transportpackage
-
- com.tridion.util - package com.tridion.util
-
- com.tridion.util.timer - package com.tridion.util.timer
-
- com.tridion.util.xml - package com.tridion.util.xml
-
- com.tridion.web - package com.tridion.web
-
- com.tridion.web.jsp - package com.tridion.web.jsp
-
- Command - Class in com.sdl.context.common.cli
-
Very simple light weight CLI processing that can be embedded in the bemoko core jar so that CLIs can be run without
any external jar dependencies
"command a b c" => "1"="a", "2"="b", "3"="c" "command -ab -c" => flags "a","b" and c are set to
true "command --ab" => flags "ab" is set to true "command --ab=123 -cd=123" => "ab"="123",
"cd"="456" .
- Command(String) - Constructor for class com.sdl.context.common.cli.Command
-
Instantiates a new command.
- Command(String[]) - Constructor for class com.sdl.context.common.cli.Command
-
Instantiates a new command.
- Command(String[], int) - Constructor for class com.sdl.context.common.cli.Command
-
Instantiates a new command.
- Command(String, String[], Class<?>, String) - Constructor for class com.sdl.context.common.cli.Command
-
Instantiates a new command.
- Command - Interface in com.sdl.delivery.deployer.api.model
-
It represents a command that can be sent to the 'Unified Deployer' to perform an action.
- Command.CommandException - Exception in com.sdl.context.common.cli
-
Command exception.
- COMMAND_ACTION - Static variable in class com.sdl.delivery.deployer.api.processing.pipeline.data.StepDataConstants
-
Identifier for action.
- COMMAND_VERBS - Static variable in class com.sdl.delivery.deployer.api.processing.pipeline.data.StepDataConstants
-
Identifier for verbs.
- CommandConfiguration - Class in com.sdl.context.common.cli
-
Command configuration in a command line interface.
- CommandConfiguration() - Constructor for class com.sdl.context.common.cli.CommandConfiguration
-
- commandDeserialized(Path, Command) - Method in interface com.sdl.delivery.deployer.api.queue.command.SerializedCommandListener
-
Invoked when a
Command has been de-serialized.
- CommandException(String) - Constructor for exception com.sdl.context.common.cli.Command.CommandException
-
- CommandLineException - Exception in com.sdl.context.common.cli
-
Command line exception.
- CommandLineException(Throwable) - Constructor for exception com.sdl.context.common.cli.CommandLineException
-
- CommandLineException(String) - Constructor for exception com.sdl.context.common.cli.CommandLineException
-
- CommandLineException(String, Exception) - Constructor for exception com.sdl.context.common.cli.CommandLineException
-
- CommandLineInteraction - Class in com.sdl.context.common.cli
-
Base class for java command line interactions.
- CommandLineInteraction() - Constructor for class com.sdl.context.common.cli.CommandLineInteraction
-
- CommandLineInteraction(boolean) - Constructor for class com.sdl.context.common.cli.CommandLineInteraction
-
Instantiates a new command line interaction.
- CommandSerializationException - Exception in com.sdl.delivery.deployer.api.model.exception
-
Exception to be thrown when something goes wrong while serializing/de-serializing a command.
- CommandSerializationException() - Constructor for exception com.sdl.delivery.deployer.api.model.exception.CommandSerializationException
-
- CommandSerializationException(String) - Constructor for exception com.sdl.delivery.deployer.api.model.exception.CommandSerializationException
-
- CommandSerializationException(String, Throwable) - Constructor for exception com.sdl.delivery.deployer.api.model.exception.CommandSerializationException
-
- commandSerialized(Path) - Method in interface com.sdl.delivery.deployer.api.queue.command.SerializedCommandListener
-
Invoked when a
Command has been serialized.
- CommandSerializer - Interface in com.sdl.delivery.deployer.api.model
-
It represents a component that can serialize/de-serialize
Commands.
- Comment - Interface in com.sdl.delivery.ugc.client.odata.edm
-
Comment EDM interface.
- Comment - Class in com.sdl.web.ugc.model
-
Item with content and moderator information.
- Comment() - Constructor for class com.sdl.web.ugc.model.Comment
-
- CommentMeta - Interface in com.sdl.delivery.ugc.client.odata.edm
-
CommentMeta EDM interface.
- CommentsFilter - Interface in com.sdl.delivery.ugc.client.comment
-
UGC comments filter that could be applied to fetch operations.
- CommentTagRenderer - Class in com.tridion.tcdl.renderer
-
This class is responsible for runtime Comment Tag rendering.
- CommentTagRenderer() - Constructor for class com.tridion.tcdl.renderer.CommentTagRenderer
-
- CommonLinkParameters - Class in com.tridion.linking
-
- COMMONS_CONFIG_FILE - Static variable in class com.sdl.context.Constants.Default
-
Default Apache commons parent configuration file name.
- CommonsConstants - Class in com.sdl.context.common
-
Commons constants.
- CommonsConstants.Characters - Class in com.sdl.context.common
-
Character constants.
- CommonsConstants.Universal - Class in com.sdl.context.common
-
Universal constants.
- COMP_CONTENT_DATA_PREFIX - Static variable in class com.sdl.delivery.deployer.api.processing.pipeline.data.StepDataConstants
-
Prefix for Component Content Data.
- COMP_PRES_CONTENT_DATA_PREFIX - Static variable in class com.sdl.delivery.deployer.api.processing.pipeline.data.StepDataConstants
-
Prefix for Component Presentation Content Data.
- ComparableAndCoercible<T> - Interface in com.sdl.context.api.types
-
Object that is comparable to other objects and coercible into other objects.
- compareTo(Version) - Method in class com.sdl.context.api.types.GenericVersion
-
- compareTo(String) - Method in class com.sdl.context.api.types.GenericVersion
-
- compareTo(VersionPart) - Method in class com.sdl.context.api.types.GenericVersionPart
-
- compareTo(Object) - Method in class com.tridion.taxonomies.Keyword
-
When this object is used in a collection it will make sure that
the keyword is sorted by using it's natural order which is based on the
tree pre-ordering mechanism.
- compareTo(CMURI) - Method in class com.tridion.util.CMURI
-
- compile() - Method in interface com.sdl.delivery.iq.query.api.Operation
-
Compiles this instance.
- compile(SearchNode) - Method in class com.sdl.delivery.iq.query.compile.DefaultQueryCompiler
-
- compile(SearchNode) - Method in interface com.sdl.delivery.iq.query.compile.QueryCompiler
-
- compile() - Method in class com.sdl.delivery.iq.query.operation.BaseOperation
-
- CompileException - Exception in com.sdl.delivery.iq.query.compile
-
Compile Exception.
- CompileException(String) - Constructor for exception com.sdl.delivery.iq.query.compile.CompileException
-
- COMPLETED - Static variable in class com.sdl.delivery.deployer.api.state.StateXMLConstants
-
Identifier for completed attribute option.
- COMPONENT - Static variable in class com.tridion.ItemTypes
-
Item type ID for a component.
- COMPONENT - Static variable in class com.tridion.TCDItemTypes
-
Item type ID for a component.
- COMPONENT_LINK_INFO - Static variable in class com.tridion.TCDItemTypes
-
Item type ID for Componentlink info.
- COMPONENT_META - Static variable in class com.tridion.TCDItemTypes
-
Item type ID for Component meta-data.
- COMPONENT_PRESENTATION - Static variable in class com.tridion.TCDItemTypes
-
Item type ID for a ComponentPresentation.
- COMPONENT_PRESENTATION_META - Static variable in class com.tridion.TCDItemTypes
-
Item type ID for ComponentPresentation meta-data.
- COMPONENT_TEMPLATE - Static variable in class com.tridion.ItemTypes
-
Item type ID for a component template.
- COMPONENT_TEMPLATE - Static variable in class com.tridion.TCDItemTypes
-
Item type ID for a component template.
- ComponentLink - Class in com.tridion.linking
-
The ComponentLink
class provides functionality to validate
and resolve links to ComponentPresentations on Pages.
- ComponentLink(int) - Constructor for class com.tridion.linking.ComponentLink
-
Creates a new ComponentLink instance.
- ComponentLink(String, int, boolean) - Constructor for class com.tridion.linking.ComponentLink
-
Creates a new ComponentLink instance.
- ComponentLink(String) - Constructor for class com.tridion.linking.ComponentLink
-
Creates a new ComponentLink instance.
- ComponentLinkCacheHolder - Class in com.tridion.linking
-
- ComponentLinkListener - Interface in com.tridion.linking.events
-
Implement this interface to enable link resolution tracking in external software.
- componentLinkNotification(int, int, int, int, String, String, boolean, boolean, Link) - Method in interface com.tridion.linking.events.ComponentLinkListener
-
Implement this method to process the parameters passed.
- componentLinkNotification(int, int, int, int, String, String, boolean, boolean, Link) - Method in class com.tridion.linking.Linking
-
- componentLinkNotification(int, int, int, int, String, String, boolean, boolean, Link) - Method in interface com.tridion.linking.LinkListenerManager
-
- componentLinkNotification(int, int, int, int, String, String, boolean, boolean, Link) - Method in class com.tridion.linking.LinkListenerManagerImpl
-
- ComponentPresentation - Interface in com.tridion.dcp
-
ComponentPresentation.
- ComponentPresentationAssembler - Class in com.tridion.dynamiccontent
-
The ComponentPresentationAssembler
allows you to assemble
Dynamic Component Presentations on JSP Pages.
- ComponentPresentationAssembler(int) - Constructor for class com.tridion.dynamiccontent.ComponentPresentationAssembler
-
- ComponentPresentationAssembler(String) - Constructor for class com.tridion.dynamiccontent.ComponentPresentationAssembler
-
- ComponentPresentationAssembler(JSPPage) - Constructor for class com.tridion.dynamiccontent.ComponentPresentationAssembler
-
Creates a new instance.
- ComponentPresentationAssembler(String, ServletContext, ServletRequest, ServletResponse) - Constructor for class com.tridion.dynamiccontent.ComponentPresentationAssembler
-
Creates a new instance.
- ComponentPresentationFactory - Class in com.tridion.dcp
-
Class used to retrieve the raw content of component presentations.
- ComponentPresentationFactory(String) - Constructor for class com.tridion.dcp.ComponentPresentationFactory
-
Constructor for a new component presentation factory object.
- ComponentPresentationFactory(int) - Constructor for class com.tridion.dcp.ComponentPresentationFactory
-
Constructor for a new component presentation factory object.
- ComponentPresentationTagRenderer - Class in com.tridion.tcdl.renderer
-
This class is responsible for runtime component presentation tag rendering.
- ComponentPresentationTagRenderer() - Constructor for class com.tridion.tcdl.renderer.ComponentPresentationTagRenderer
-
- ComponentSchemaColumn - Class in com.tridion.broker.querying.sorting.column
-
This is for sorting on the Component schema in the Content storage.
- ComponentSchemaColumn() - Constructor for class com.tridion.broker.querying.sorting.column.ComponentSchemaColumn
-
- CompositeFilter - Class in com.tridion.taxonomies.filters
-
This is the CompositeFilter, containing all the filters that can be applied to the Taxonomy.
- CompositeFilter() - Constructor for class com.tridion.taxonomies.filters.CompositeFilter
-
Construct an empty CompositeFilter, containing no filters.
- compressGZip(String) - Static method in class com.tridion.util.CompressionUtils
-
- compressGZipAndBase64Encode(String) - Static method in class com.tridion.util.CompressionUtils
-
Compresses and Base64 encodes a String.
- CompressionUtils - Class in com.tridion.util
-
CompressionUtils.
- concat(T[], T[]) - Static method in class com.tridion.util.ArrayUtils
-
- concat(byte[], byte[]) - Static method in class com.tridion.util.ArrayUtils
-
- CONCEPT_SCHEME_URI - Static variable in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
Concept Scheme URI.
- ConceptQueryResultData - Class in com.sdl.delivery.iq.query.result
-
ConceptQueryResultData.
- ConceptQueryResultData() - Constructor for class com.sdl.delivery.iq.query.result.ConceptQueryResultData
-
- ConceptQueryResultData(int, List<ConceptResult>) - Constructor for class com.sdl.delivery.iq.query.result.ConceptQueryResultData
-
- ConceptResult - Class in com.sdl.delivery.iq.query.result
-
Concept Result.
- ConceptResult() - Constructor for class com.sdl.delivery.iq.query.result.ConceptResult
-
- CONCEPTS - Static variable in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
Concepts.
- ConceptSchemeQueryResultData - Class in com.sdl.delivery.iq.query.result
-
ConceptSchemeQueryResultData.
- ConceptSchemeQueryResultData() - Constructor for class com.sdl.delivery.iq.query.result.ConceptSchemeQueryResultData
-
- ConceptSchemeQueryResultData(int, List<ConceptSchemeResult>) - Constructor for class com.sdl.delivery.iq.query.result.ConceptSchemeQueryResultData
-
- ConceptSchemeResult - Class in com.sdl.delivery.iq.query.result
-
Concept Scheme result.
- ConceptSchemeResult() - Constructor for class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
- ConditionUtil - Class in com.sdl.delivery.configuration.utils
-
Helper class - the alternative of Preconditions.
- ConditionUtil() - Constructor for class com.sdl.delivery.configuration.utils.ConditionUtil
-
- CONFIG_GLOBAL - Static variable in class com.tridion.Controller
-
Deprecated.
The name of the global configuration element.
- CONFIG_LICENSE - Static variable in class com.tridion.Controller
-
Deprecated.
The name of the License configuration element.
- CONFIG_PATH - Static variable in interface com.sdl.delivery.deployer.api.queue.QueueProvider
-
The name of the config element for the queues configuration.
- CONFIG_PRESENTATIONS - Static variable in class com.tridion.Controller
-
Deprecated.
The name of the presentations configuration element.
- CONFIG_PUBLICATIONS - Static variable in class com.tridion.Controller
-
Deprecated.
The name of the publications configuration element.
- CONFIG_VALUE_ADAPTER_ID - Static variable in interface com.sdl.delivery.deployer.api.queue.QueueProvider
-
Configuration value that holds the Adapter Id.
- CONFIG_VALUE_CONTEXT_PATH - Static variable in class com.tridion.configuration.util.ConfigurationUtil
-
Config Value Context Path.
- CONFIG_VALUE_HOST - Static variable in class com.tridion.configuration.util.ConfigurationUtil
-
Config Value Host.
- CONFIG_VALUE_HTTP_PORT_DEFAULT - Static variable in class com.tridion.configuration.util.ConfigurationUtil
-
Config Value HTTP Port Default.
- CONFIG_VALUE_HTTPS_PORT_DEFAULT - Static variable in class com.tridion.configuration.util.ConfigurationUtil
-
Config Value HTTPS Port Default.
- CONFIG_VALUE_NAMESPACE_ID - Static variable in class com.tridion.configuration.util.ConfigurationUtil
-
Config Value NamespaceId.
- CONFIG_VALUE_PATH - Static variable in class com.tridion.configuration.util.ConfigurationUtil
-
Config Value Path.
- CONFIG_VALUE_PORT - Static variable in class com.tridion.configuration.util.ConfigurationUtil
-
Config Value Port.
- CONFIG_VALUE_PORT_NOT_SET - Static variable in class com.tridion.configuration.util.ConfigurationUtil
-
Config Value Port not set.
- CONFIG_VALUE_PROPERTY_NAME - Static variable in class com.sdl.delivery.configuration.utils.ConfigurationPropertyUtils
-
Configuration Value used to specify a 'Property Name'.
- CONFIG_VALUE_PROPERTY_VALUE - Static variable in class com.sdl.delivery.configuration.utils.ConfigurationPropertyUtils
-
Configuration Value used to specify a 'Property Value'.
- CONFIG_VALUE_PROTOCOL - Static variable in class com.tridion.configuration.util.ConfigurationUtil
-
Config Value Protocol.
- CONFIG_VALUE_PROTOCOL_FILE - Static variable in class com.tridion.configuration.util.ConfigurationUtil
-
Config Value Protocol File.
- CONFIG_VALUE_PROTOCOL_HTTP - Static variable in class com.tridion.configuration.util.ConfigurationUtil
-
Config Value Protocol HTTP.
- CONFIG_VALUE_PROTOCOL_HTTPS - Static variable in class com.tridion.configuration.util.ConfigurationUtil
-
Config Value Protocol HTTPS.
- CONFIG_VALUE_PUB_ID - Static variable in class com.tridion.configuration.util.ConfigurationUtil
-
Config Value Pub ID.
- CONFIG_VALUE_QUEUE_ID - Static variable in interface com.sdl.delivery.deployer.api.queue.DeployerQueue
-
Configuration value that holds the Queue Id in a Queue configuration.
- CONFIG_VALUE_ROOT_PATH - Static variable in class com.tridion.configuration.util.ConfigurationUtil
-
Config Value Root Path.
- Configuration() - Constructor for class com.sdl.delivery.iq.client.common.ClientConstants.Configuration
-
- CONFIGURATION_ENTRY_LOCATION - Static variable in class com.sdl.context.Constants.Translation
-
The location within the configuration for translator definitions.
- CONFIGURATION_LOCALE_MAP_ID - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants
-
Configuration locale map ID.
- CONFIGURATION_V1_URI - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants
-
Suffix for configuration query service URI.
- ConfigurationClient - Interface in com.sdl.delivery.iq.query.api
-
ConfigurationClient.
- ConfigurationMappingHelper - Class in com.tridion.configuration.util
-
Helper class to handle configuration key changes in discovery service from legacy.
- ConfigurationMappingHelper() - Constructor for class com.tridion.configuration.util.ConfigurationMappingHelper
-
- ConfigurationMergeRegistry - Class in com.sdl.delivery.configuration.utils
-
- ConfigurationPropertyUtils - Class in com.sdl.delivery.configuration.utils
-
Class with some useful utility methods to process generic configuration properties of type Configuration
.
- ConfigurationPropertyUtils() - Constructor for class com.sdl.delivery.configuration.utils.ConfigurationPropertyUtils
-
- ConfigurationProvider - Interface in com.sdl.delivery.iq.query.api
-
ConfigurationProvider.
- Configurations - Class in com.sdl.delivery.configuration.utils
-
This class consists exclusively of static methods that operate on configurations.
- ConfigurationUtil - Class in com.tridion.configuration.util
-
Class with some utility methods to handle configurations.
- ConfigurationUtil() - Constructor for class com.tridion.configuration.util.ConfigurationUtil
-
- ConfigurationUtils - Class in com.sdl.delivery.configuration.utils
-
Class with some useful generic utility methods to process configurations of type Configuration
.
- ConfigurationUtils() - Constructor for class com.sdl.delivery.configuration.utils.ConfigurationUtils
-
- configure(Configuration) - Method in interface com.sdl.delivery.deployer.api.binarystorage.BinaryStorageAdapter
-
Configure the Binary Storage Adapter.
- configure(Configuration) - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.ExecutableStep
-
Configure the 'Executable Step' with the given configuration.
- configure(Configuration) - Method in interface com.sdl.delivery.deployer.api.queue.QueueAdapter
-
Configure the Queue Adapter.
- configure(Configuration) - Method in interface com.sdl.delivery.deployer.api.queue.QueueHandler
-
Configure the 'Queue Handler' with the given configuration.
- configure(Configuration) - Method in interface com.sdl.delivery.deployer.api.queue.QueueProvider
-
Configure the 'Queue Provider' with the given configuration.
- configure(Configuration) - Method in class com.sdl.delivery.deployer.steps.TridionCleanupStep
-
- configure(Configuration) - Method in class com.sdl.delivery.deployer.steps.TridionConceptSchemeSyncStep
-
- configure(Configuration) - Method in class com.sdl.delivery.deployer.steps.TridionContentDataStep
-
- configure(Configuration) - Method in class com.sdl.delivery.deployer.steps.TridionDeployerStepAdapter
-
- configure(Configuration, Processor) - Method in class com.sdl.delivery.deployer.steps.TridionDeployerStepAdapter
-
- configure(Configuration) - Method in class com.sdl.delivery.deployer.steps.TridionSearchIndexDeployStep
-
- configure(Configuration) - Method in class com.sdl.delivery.deployer.steps.TridionSearchIndexUnDeployStep
-
- configure(Configuration) - Method in class com.sdl.delivery.deployer.steps.TridionTransactionalExecutableStep
-
- configure(Configuration) - Method in class com.sdl.delivery.deployer.steps.TridionUnzipStep
-
- configure(Configuration) - Method in class com.sdl.delivery.deployer.steps.TridionWaitStep
-
- configure(Configuration) - Method in class com.sdl.web.ugc.validation.DoubleCommentingValidator
-
Read the configuration for this validator, which optionally contains an override value for the
default timeout.
- configure(Configuration) - Method in class com.sdl.web.ugc.validation.DoubleCommentVotingValidator
-
Read the configuration for this validator.
- configure(Configuration) - Method in class com.sdl.web.ugc.validation.DoubleRatingValidator
-
Read the configuration for this validator, which optionally contains an override value for the
default timeout.
- configure(Configuration) - Method in class com.sdl.web.ugc.validation.ValidationFacade
-
- configure(Configuration) - Method in class com.tridion.deployer.Module
-
- configure(Configuration) - Method in class com.tridion.deployer.ModuleFactory
-
Configures the ModuleFactory
.
- configure(Configuration) - Method in class com.tridion.deployer.Processor
-
Configures this Processor
with the passed configuration entry and creates all the configured
Module
's .
- configure() - Method in class com.tridion.deployer.TransactionStorageInitializer
-
- configure(Configuration) - Method in interface com.tridion.linking.events.LinkListener
-
- configure(Configuration) - Method in class com.tridion.linking.Linking
-
Configures the Linking
class with a Configuration
object.
- configure(Configuration) - Method in interface com.tridion.linking.LinkListenerManager
-
- configure(Configuration) - Method in class com.tridion.linking.LinkListenerManagerImpl
-
- configure(Configuration) - Method in class com.tridion.tcdl.TagHandlerRegistry
-
Allows for the registration of tags and their handlers using a Tridion configuration file
Note that calling this method will cause registration entries to be added to any existing
entries.
- configure(Configuration) - Method in class com.tridion.tcdl.TCDLEngine
-
Configures the environment for running the TCDL engine.
- configure(Configuration) - Method in class com.tridion.tcdl.TCDLProcessor
-
- configure(Configuration) - Method in class com.tridion.tcdl.transformer.TCDLLegacyTransformProcessor
-
Deprecated.
- configure(Configuration) - Method in interface com.tridion.tcdl.transformer.TCDLProcessor
-
- configure(Configuration) - Method in class com.tridion.tcdl.transformer.TCDLTransformProcessor
-
This is only intended to run within the deployer and the configuration is expected to be the
deployer config.
- configure(Configuration) - Method in class com.tridion.transport.transportpackage.MetaDataFactory
-
Configures the MetaDataFactory
.
- ConfiguredAliasAcquirer - Class in com.sdl.context.image.transformation.parser
-
This will lookup the alias that has been configured for a specified fragment name.
- ConfiguredAliasAcquirer() - Constructor for class com.sdl.context.image.transformation.parser.ConfiguredAliasAcquirer
-
- CONNECTION_TIMEOUT - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Fields
-
ConnectionTimeout.
- CONNECTOR_NAMESPACE_ID - Static variable in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
Connector namespace Id.
- Constants - Class in com.sdl.context
-
Centralisation of context constants.
- Constants - Class in com.tridion.ambientdata.claimstore
-
- Constants - Class in com.tridion.tcdl
-
Collection of common identifiers used in the engine and the internal tcdl tag library.
- Constants.Context - Class in com.sdl.context
-
Constants for context resolution.
- Constants.Default - Class in com.sdl.context
-
Default constants.
- Constants.Evidence - Class in com.sdl.context
-
Evidence constants.
- Constants.Evidence.EvidenceName - Class in com.sdl.context
-
Evidence name constants.
- Constants.Evidence.Origin - Class in com.sdl.context
-
Various vocabulary names.
- Constants.Http - Class in com.sdl.context
-
Parameter constants.
- Constants.LevensteinDistance - Class in com.sdl.context
-
Constants for levenstein distance scan.
- Constants.Naming - Class in com.sdl.context
-
Constants relating to naming.
- Constants.Naming.Vocabulary - Class in com.sdl.context
-
Constants relating to vocabulary naming.
- Constants.Persistence - Class in com.sdl.context
-
Constants relating to persistence.
- Constants.Property - Class in com.sdl.context
-
Context Property constants.
- Constants.Translation - Class in com.sdl.context
-
Translation constants.
- contains(String) - Method in interface com.sdl.delivery.deployer.api.binarystorage.BinaryStorageBase
-
Checks if binary exists within storage.
- contains(URI) - Method in interface com.tridion.ambientdata.claimstore.ClaimStore
-
Returns true
if the claim store contains a claim, false
otherwise.
- contains(URI) - Method in class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
- contains(String) - Method in class com.tridion.tcdl.TransformContext
-
Checks if a certain property is available.
- containsKey(String) - Method in interface com.sdl.context.api.Aspect
-
Returns true if a property with the specified key exists in the Aspect.
- containsKey(String) - Method in interface com.sdl.context.api.ContextMap
-
Test whether the context map includes an aspect with the specified name.
- containsKey(String) - Method in interface com.sdl.context.api.resolution.Evidence
-
Returns true if the evidence contains an item with the specified key.
- containsKey(String) - Method in interface com.sdl.delivery.deployer.api.binarystorage.BinaryStorageClient
-
Check if binary id is available in storage.
- containsOrigin(String) - Method in interface com.sdl.context.api.resolution.Evidence
-
Returns true if the evidence contains an evidence item of the specified origin (e.g.
- CONTENT_LENGTH - Static variable in class com.tridion.ambientdata.claimstore.Constants
-
Key for retrieving the length, in bytes, of the request body and made available
by the input stream, or -1 if the length is not known.
- CONTENT_TYPE - Static variable in class com.tridion.ambientdata.claimstore.Constants
-
Key for retrieving the MIME type of the body of the request, or null if the type is not known.
- ContentHeaderTagRenderer - Class in com.tridion.tcdl.renderer
-
ContentHeaderTagRenderer implementation.
- ContentHeaderTagRenderer() - Constructor for class com.tridion.tcdl.renderer.ContentHeaderTagRenderer
-
- ContentItemCriteria - Class in com.tridion.broker.querying.criteria.content
-
- ContentItemCriteria(String) - Constructor for class com.tridion.broker.querying.criteria.content.ContentItemCriteria
-
Deprecated.
Constructs a ContentItemCriteria.
- contentLength() - Method in class com.sdl.delivery.iq.index.client.http.ProgressRequestBody
-
- contentLength() - Method in class com.sdl.delivery.iq.index.client.http.ProgressResponseBody
-
- ContentParser - Class in com.sdl.delivery.deployer.steps.util
-
ContentParser.
- contentType() - Method in class com.sdl.delivery.iq.index.client.http.ProgressRequestBody
-
- contentType() - Method in class com.sdl.delivery.iq.index.client.http.ProgressResponseBody
-
- ContentTypeAcquirer - Class in com.sdl.context.resource
-
Class which provides methods related to the acquisition of content types.
- ContentTypeAcquirer() - Constructor for class com.sdl.context.resource.ContentTypeAcquirer
-
- ContentValidator - Interface in com.sdl.web.ugc.validation
-
Content validator interface.
- CONTEXT - Static variable in class com.sdl.context.Constants.Evidence.Origin
-
Context vocabulary name.
- CONTEXT_EVIDENCE_PRESET_TRUST - Static variable in class com.sdl.context.Constants.Context
-
Default trust for preset Context claims in evidence.
- CONTEXT_MAP_ID_MESSAGE - Static variable in class com.sdl.context.Constants.Context
-
Message fragment written to identify a context map id.
- CONTEXT_MAP_ID_MESSAGE_PATTERN - Static variable in class com.sdl.context.Constants.Context
-
Regex Pattern for the "context map id" message.
- ContextBroker - Interface in com.sdl.context.api
-
The context broker makes CWD features available to the system.
- ContextBrokerDiscoveryException - Exception in com.sdl.context.api.exception
-
Exception thrown when there was an issue with context broker discovery.
- ContextBrokerDiscoveryException(Throwable) - Constructor for exception com.sdl.context.api.exception.ContextBrokerDiscoveryException
-
- ContextBrokerDiscoveryException(String) - Constructor for exception com.sdl.context.api.exception.ContextBrokerDiscoveryException
-
- ContextBrokerRuntimeException - Exception in com.sdl.context.api.exception
-
Runtime exception to cover the rare situation where context broker jars have not
been configured correctly.
- ContextBrokerRuntimeException(String, Throwable) - Constructor for exception com.sdl.context.api.exception.ContextBrokerRuntimeException
-
- ContextEngine<A extends ContextMap<? extends Aspect>> - Interface in com.sdl.context.api.engine
-
The context engine responsible for resolving context from evidence.
- ContextMap<A extends Aspect> - Interface in com.sdl.context.api
-
A context map.
- ContextProperty - Interface in com.sdl.context.api
-
A context property.
- ContextPropertyDefinition - Interface in com.sdl.context.api.definition
-
A context property definition.
- ContextPropertyName - Interface in com.sdl.context.api.definition
-
Context property name.
- ContextPropertyTagRenderer - Class in com.tridion.tcdl.renderer
-
Sets a property in the global TransformContext.
- ContextPropertyTagRenderer() - Constructor for class com.tridion.tcdl.renderer.ContextPropertyTagRenderer
-
- ContextPropertyType - Enum in com.sdl.context.api.definition
-
A context property type.
- ContextSegmentPath - Interface in com.sdl.context.api.types
-
A context segment path.
- ContextualDelivery - Class in com.sdl.context.api
-
Contextual Delivery static helper.
- ContextualFileResourceRepository - Class in com.sdl.context.resource
-
File implementation of ContextualResourceRepository.
- ContextualFileResourceRepository(String) - Constructor for class com.sdl.context.resource.ContextualFileResourceRepository
-
- ContextualImageDeliveryAdministrator - Class in com.sdl.context.image.api.admin
-
The Contextual Image Delivery Administrator is used for administration actions on the Contextual Image Delivery
module.
- ContextualImageDeliveryAdministrator() - Constructor for class com.sdl.context.image.api.admin.ContextualImageDeliveryAdministrator
-
- ContextualResourceRepository - Interface in com.sdl.context.resource.api
-
Resource repository for loading from a variety of resource repositories.
- ContextVocabulary - Interface in com.sdl.context.api
-
A vocabulary that describes context aspect and property definitions.
- CONTINUATION_CHARACTER - Static variable in class com.sdl.context.common.CommonsConstants.Characters
-
Continuation character.
- CONTINUE_TAG_EVALUATION - Static variable in class com.tridion.tcdl.Tag
-
Continue tag evaluation.
- Controller - Class in com.tridion
-
Deprecated.
- Controller(boolean) - Constructor for class com.tridion.Controller
-
Deprecated.
Constructs a new Controller
and configures the using the appropriate configuration file,
and sets up a Logger
instance, ready for logging.
- Controller() - Constructor for class com.tridion.Controller
-
Deprecated.
Constructs a new Controller
and configures the using the appropriate configuration file,
and sets up a Logger
instance, ready for logging.
- convertContentToDocument(byte[]) - Static method in class com.tridion.util.xml.XMLUtils
-
Convert a byte[] array to a List of DOM objects.
- convertDate(Date) - Static method in class com.sdl.web.ugc.model.Item
-
Converts a date to a JSON date according to the OData specification.
- convertDocumentToString(Document) - Static method in class com.tridion.util.xml.XMLUtils
-
Converts the passed Document
to a String
.
- convertTimeToMs(int, String) - Static method in class com.tridion.util.TimeUtils
-
Converts a time value to milliseconds in a rather inflexible manner.
- convertTimeToMs(String) - Static method in class com.tridion.util.TimeUtils
-
Converts a time value to milliseconds.
- COOKIE - Static variable in class com.sdl.context.Constants.Evidence.EvidenceName
-
Cookie evidence name.
- COOKIE_FORWARDING_CLAIM - Static variable in class com.tridion.ambientdata.web.WebClaims
-
Key for the cookie forwarding claim.
- CookieConfig - Class in com.tridion.ambientdata
-
This represents the configuration of a Cookie in the ambient framework.
- CookieConfig(String, String) - Constructor for class com.tridion.ambientdata.CookieConfig
-
This constructs the cookie configuration .
- CookieConfig.CookieType - Enum in com.tridion.ambientdata
-
This represents the different types of cookies in the AmbientFramework.
- correctEmbeddedSpacesInUrl(String) - Method in class com.sdl.context.image.transformation.digestors.AbstractImageUriDigestor
-
URLs are not allowed to contain spaces character.
- countDocuments(String, String) - Method in interface com.sdl.delivery.iq.query.api.QueryProvider
-
Counts the number of documents satisfying the query under given index.
- countFlatComments(CommentsFilter) - Method in interface com.sdl.delivery.ugc.client.comment.UgcCommentApi
-
Count comments that satisfy provided filtering parameters.
- countFlatComments(String, CommentsFilter) - Method in interface com.sdl.delivery.ugc.client.comment.UgcCommentApi
-
Count comments that satisfy provided filtering parameters.
- countFlatCommentsForPublication(long, CommentsFilter) - Method in interface com.sdl.delivery.ugc.client.comment.UgcCommentApi
-
Count comments that satisfy provided filtering parameters.
- countThreadedComments(CommentsFilter) - Method in interface com.sdl.delivery.ugc.client.comment.UgcCommentApi
-
Count comments that satisfy provided filtering parameters.
- countThreadedComments(String, CommentsFilter) - Method in interface com.sdl.delivery.ugc.client.comment.UgcCommentApi
-
Count comments that satisfy provided filtering parameters.
- countThreadedComments(long, CommentsFilter) - Method in interface com.sdl.delivery.ugc.client.comment.UgcCommentApi
-
Count all child comments of the comment with passed commentId.
- countThreadedCommentsForPublication(long, CommentsFilter) - Method in interface com.sdl.delivery.ugc.client.comment.UgcCommentApi
-
Count comments that satisfy provided filtering parameters.
- create() - Static method in class com.sdl.context.common.cli.Terminal
-
- create(String) - Method in class com.sdl.context.image.ImageFactory
-
Create a UriImage from a URI as a string.
- create(String, String) - Method in class com.sdl.context.image.ImageFactory
-
Create a UriImage from a URI as a string which has a known image extension (specifying
the extension means that we don't need to look it up).
- create(URL) - Method in class com.sdl.context.image.ImageFactory
-
Create a UriImage from a URL.
- create(URL, String) - Method in class com.sdl.context.image.ImageFactory
-
Create a UriImage from a URL with a known extension (so we don't have to look it up).
- create(String) - Method in class com.sdl.context.image.ImageTransformerFactory
-
Deprecated.
- create(URL) - Method in interface com.sdl.context.image.UriImageFactory
-
- create(String) - Method in interface com.sdl.context.resource.api.ResourceFactory
-
- create(String, String) - Method in interface com.sdl.context.resource.api.ResourceFactory
-
- create(Step) - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.ExecutableStepFactory
-
Create the 'Executable Step' by the given step configuration.
- create(Step) - Method in class com.sdl.delivery.deployer.steps.TridionExecutableStepFactory
-
- create() - Static method in class com.sdl.delivery.iq.query.result.SearchResultFilter
-
- createActionTimer(Class<?>) - Static method in class com.tridion.util.timer.ActionTimerFactory
-
- createArchive(File) - Static method in class com.tridion.util.ZipUtils
-
- createArchive(String) - Static method in class com.tridion.util.ZipUtils
-
- createArchive(File, File) - Static method in class com.tridion.util.ZipUtils
-
- createArchive(String, String) - Static method in class com.tridion.util.ZipUtils
-
- createArchive(File, File, boolean) - Static method in class com.tridion.util.ZipUtils
-
- createArchive(String, String, boolean) - Static method in class com.tridion.util.ZipUtils
-
- createBufferedImage() - Method in class com.sdl.context.image.ImageIoWrapper
-
- createContext(String) - Method in class com.sdl.context.image.transformation.processors.DefaultImageTransformationProcessor
-
Create image transformation context from path info.
- createContext(String) - Method in interface com.sdl.context.image.transformation.processors.ImageTransformationContextFactory
-
Create image transformation context from path info.
- CREATED_DATE - Static variable in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
Created date.
- createDataSource() - Method in class com.sdl.context.common.jdbc.RetryDataSource
-
- createDirectories(Path...) - Method in interface com.sdl.delivery.deployer.api.binarystorage.BinaryStorageBase
-
Create directories on file system.
- createDirectories(Path...) - Method in class com.tridion.deployer.TransformerStorage
-
- createDirectories(Path...) - Method in interface com.tridion.tcdl.transformer.TransformerBinaryStorage
-
Create directories on file system.
- createDocument() - Method in class com.tridion.util.xml.XMLResultAggregator
-
Create a DOM tree.
- createEntity(Object) - Method in interface com.sdl.delivery.ugc.client.UgcClientApi
-
Create new entity.
- createFileImage(String) - Method in class com.sdl.context.image.ImageFactory
-
Create a FileImage from a file path.
- createFileImage(File) - Method in class com.sdl.context.image.ImageFactory
-
Create a FileImage from a File.
- createFileImage(String, String) - Method in class com.sdl.context.image.ImageFactory
-
Create a FileImage from a file path which has a known extension (so we don't have to look it up).
- createFileImage(File, String) - Method in class com.sdl.context.image.ImageFactory
-
Create a FileImage from a File which has a known extension (so we don't have to look it up).
- createFileSafeName(TCMURI) - Static method in class com.tridion.util.URIUtils
-
Converts a TCMURI
into a string that can be used for a file name by replacing all non-file safe
characters with file-safe characters.
- createFileSafeName(String) - Static method in class com.tridion.util.URIUtils
-
- createFileSafeName(TCDURI) - Static method in class com.tridion.util.URIUtils
-
Converts a TCDURI
into a string that can be used for a file name by replacing all non-file safe
characters with file-safe characters.
- createImageInputStream() - Method in class com.sdl.context.image.ImageIoWrapper
-
- createInternalStringDate(String, String) - Static method in class com.tridion.util.TimeUtils
-
Creates the internal representation of a date (e.g.
- createInternalStringDate(Date) - Static method in class com.tridion.util.TimeUtils
-
Creates the internal representation of a date (e.g.
- createMetaDataFile(BinaryStorageBase, String, File) - Method in class com.tridion.transport.transportpackage.MetaDataFactory
-
Creates a MetaDataFile
from the contents of the passed File
based on the passed type.
- createModule(Configuration) - Method in class com.tridion.deployer.ModuleFactory
-
Creates a Module
based on the passed Configuration
.
- createModule(Configuration, Processor) - Method in class com.tridion.deployer.ModuleFactory
-
Creates a Module
based on the passed Configuration
with the passed
Processor
.
- createModuleOnPreference(Configuration, Processor) - Method in class com.tridion.deployer.ModuleFactory
-
Creates Module
class by calling constructor with single config
argument.
- createPackageFileName(ProcessingContext) - Static method in class com.sdl.delivery.deployer.steps.util.TridionStepUtil
-
Create package file name for a Execution Context.
- createPattern(String) - Method in class com.sdl.context.common.uri.UriPatternFactory
-
Create a regex pattern for the provided pattern string which is case sensitive.
- createPattern(String, boolean) - Method in class com.sdl.context.common.uri.UriPatternFactory
-
Create a regex pattern for the provided pattern string.
- createPipeline(Configuration) - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.PipelineFactory
-
Creates the Pipeline details from a configuration source.
- createProgressRequestListener(ApiCallback<?>) - Static method in class com.sdl.delivery.iq.index.client.http.utils.AsyncUtils
-
- createProgressResponseListener(ApiCallback<?>) - Static method in class com.sdl.delivery.iq.index.client.http.utils.AsyncUtils
-
- createQt(String, byte[]) - Method in interface com.sdl.delivery.iq.query.api.QueryProvider
-
Creates query transformation.
- createStepDataKeyForComponent(int) - Static method in class com.sdl.delivery.deployer.api.processing.pipeline.data.StepDataKeyUtil
-
Helper method to create key for step data for component.
- createStepDataKeyForCompPresentation(int) - Static method in class com.sdl.delivery.deployer.api.processing.pipeline.data.StepDataKeyUtil
-
Helper method to create key for step data for component presentation.
- createStepDataKeyForPage(int) - Static method in class com.sdl.delivery.deployer.api.processing.pipeline.data.StepDataKeyUtil
-
Helper method to create key for step data for page.
- createSttyCommand(String) - Method in class com.sdl.context.common.cli.CygwinTerminal
-
- createTCDURI(String) - Static method in class com.tridion.util.URIUtils
-
Creates a TCDURI
from a file safe name by replacing special file safe characters with the
"original" separators.
- createTCMURI(String) - Static method in class com.tridion.util.URIUtils
-
Creates a TCMURI
from a file safe name by replacing special file safe characters with the
"original" separators.
- createTimer() - Method in class com.tridion.util.timer.ActionTimerFactory
-
- createTransactionLocationKeyForStep(String) - Static method in class com.sdl.delivery.deployer.api.processing.pipeline.data.StepDataKeyUtil
-
Helper method to generate step data key for 'Transaction Log' which is per step.
- createTransformContext(Map<String, String>) - Method in class com.tridion.tcdl.TCDLEngine
-
Creates a new transform context.
- createTransformedImage(BufferedImage, String) - Method in class com.sdl.context.image.ImageFactory
-
Create a transformed image (of the desired format) from a bufferedImage.
- createTransformedImage(Image) - Method in class com.sdl.context.image.ImageFactory
-
Create a transformed image (of the desired format) from an Image.
- createTransformedImage(Image, String) - Method in class com.sdl.context.image.ImageFactory
-
Create a transformed image (of the desired format) from an Image.
- createUrlFrom(Configuration, String) - Static method in class com.tridion.configuration.util.ConfigurationUtil
-
Create a String URL for the given Base URL configuration and context path.
- createUrlImage(URL, String) - Method in class com.sdl.context.image.ImageFactory
-
- createValidHttpHeader(String) - Method in class com.tridion.ambientdata.processing.HTTPHeaderProcessor
-
Appends a digest of the content to it.
- Criteria - Interface in com.sdl.delivery.iq.query.api
-
Search Criteria.
- Criteria - Class in com.tridion.broker.querying.criteria
-
The Criteria provides the structure of the QueryTree, this is used by all query
criteria and operators.
- Criteria(String, boolean) - Constructor for class com.tridion.broker.querying.criteria.Criteria
-
This constructs the Criteria object with a given name and if this behaves like an operator.
- Criteria(String) - Constructor for class com.tridion.broker.querying.criteria.Criteria
-
Constructs a Criteria, with a specified name.
- Criteria(String, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.Criteria
-
Constructs a Criteria, with specifying operator for it.
- CRITERIA_NAME - Static variable in class com.tridion.broker.querying.criteria.content.NamespaceCriteria
-
- CRITERIA_NAME - Static variable in class com.tridion.broker.querying.criteria.structuregroups.StructureGroupCriteria
-
Criteria name.
- CRITERIA_NAME - Static variable in class com.tridion.broker.querying.criteria.structuregroups.StructureGroupDirectoryCriteria
-
Criteria name.
- CRITERIA_NAME - Static variable in class com.tridion.broker.querying.criteria.structuregroups.StructureGroupTitleCriteria
-
Criteria name.
- CRITERIA_NAME - Static variable in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordCriteria
-
Criteria name.
- CRITERIA_NAME - Static variable in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordDescriptionCriteria
-
Criteria name.
- CRITERIA_NAME - Static variable in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordKeyCriteria
-
Criteria name.
- CRITERIA_NAME - Static variable in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordNameCriteria
-
Criteria name.
- CRITERIA_NAME - Static variable in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyUsedForIdentificationCriteria
-
Criteria name.
- CriteriaException - Exception in com.tridion.broker.querying.criteria
-
CriteriaException
is used to indicate that an error condition occurred while
manipulating an Criteria either directly or through it's strategy.
- CriteriaException(String) - Constructor for exception com.tridion.broker.querying.criteria.CriteriaException
-
Constructor of CriteriaException.
- CriteriaException(Throwable) - Constructor for exception com.tridion.broker.querying.criteria.CriteriaException
-
Constructs a new CriteriaException
with the specified embedded Throwable
and
null
as its detail message.
- CriteriaException(String, Throwable) - Constructor for exception com.tridion.broker.querying.criteria.CriteriaException
-
Constructs a new CriteriaException
with the specified detail message and an embedded
Throwable
.
- CriteriaFactory - Class in com.tridion.broker.querying
-
The Query model relies on the CriteriaBuilder to build a set of conditions
for content querying.
- CriteriaFactory() - Constructor for class com.tridion.broker.querying.CriteriaFactory
-
- CriteriaOperator - Class in com.tridion.broker.querying.criteria.operators
-
This is the base of all the operators in the Query (AND, OR, NOT, IN).
- CriteriaOperator(String) - Constructor for class com.tridion.broker.querying.criteria.operators.CriteriaOperator
-
- CsvInputSource - Interface in com.sdl.context.common.csv
-
CSV input source.
- CsvOutputSource - Interface in com.sdl.context.common.csv
-
A CSV output source.
- CsvRow - Class in com.sdl.context.common.csv
-
CSV row.
- CsvRow(String) - Constructor for class com.sdl.context.common.csv.CsvRow
-
- CsvRow(List<String>) - Constructor for class com.sdl.context.common.csv.CsvRow
-
- currentPipeline() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.ProcessingContext
-
- currentStep() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.ProcessingContext
-
- CUSTOM_CONFIG_FILE - Static variable in class com.sdl.context.Constants.Default
-
Custom config file name.
- CUSTOM_VOCABULARY_RELATIVE_URI - Static variable in class com.sdl.context.Constants.Default
-
Custom vocabulary relative name.
- CUSTOM_VOCABULARY_URI - Static variable in class com.sdl.context.Constants.Default
-
Custom vocabulary resource.
- CustomMetaDateRangeCriteria - Class in com.tridion.broker.querying.criteria.metadata
-
This allows queries on ranges of custom metadata, this is to retrieve content which has date fields and
wants to retrieve content with a specific date range.
- CustomMetaDateRangeCriteria(String, Date, Date, boolean) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaDateRangeCriteria
-
This constructs the date range criteria for a specific field with a begin and end date.
- CustomMetaDateRangeCriteria(String, String, String, boolean) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaDateRangeCriteria
-
This constructs the date range criteria for a specific field with a begin and end date.
- CustomMetaDateRangeCriteria(String, String, String, String, boolean) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaDateRangeCriteria
-
This constructs the date range criteria for a specific field with a begin and end date.
- CustomMetaDateRangeCriteria(String, Date, Date) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaDateRangeCriteria
-
This constructs the date range criteria for a specific field with a begin and end date.
- CustomMetaDateRangeCriteria(Date, Date, boolean) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaDateRangeCriteria
-
This constructs the date range criteria for any field containing a date with a begin and end date.
- CustomMetaDateRangeCriteria(String, String, boolean) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaDateRangeCriteria
-
This constructs the date range criteria for any field containing a date with a begin and end date.
- CustomMetaDateRangeCriteria(Date, Date) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaDateRangeCriteria
-
This constructs the date range criteria for any date metadata field within a begin date range and end date range.
- CustomMetaDateRangeCriteria(String, String) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaDateRangeCriteria
-
This constructs the date range criteria for any date metadata field within a begin date range and end date range.
- CustomMetaDateRangeCriteria(String, String, String) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaDateRangeCriteria
-
This constructs the date range criteria for any date metadata field within a begin date range and end date range.
- CustomMetaKeyColumn - Class in com.tridion.broker.querying.sorting.column
-
This is for sorting on a custom meta key column in the Content storage.
- CustomMetaKeyColumn(String, MetadataType) - Constructor for class com.tridion.broker.querying.sorting.column.CustomMetaKeyColumn
-
This is for sorting on a custom meta key column in the Content storage.
- CustomMetaKeyCriteria - Class in com.tridion.broker.querying.criteria.metadata
-
This is the criteria to use for querying a specific custom metadata field with a specific key name.
- CustomMetaKeyCriteria(String) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaKeyCriteria
-
This is to be used for specifying a Key to query on for custom metadata.
- CustomMetaKeyCriteria(String, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaKeyCriteria
-
This is to be used for specifying a Key to query on for custom metadata by using a specified query operator.
- CustomMetaKeyStringCriteria - Class in com.tridion.broker.querying.criteria.metadata
-
- CustomMetaKeyStringCriteria(String) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaKeyStringCriteria
-
Deprecated.
Creates a CustomMetaKeyStringCriteria for the specified key string value.
- CustomMetaProcessor - Interface in com.tridion.broker.meta.custom
-
CustomMetaProcessor.
- CustomMetaStringRangeCriteria - Class in com.tridion.broker.querying.criteria.metadata
-
This criteria enables the retrieval of content which has a specific custom metadata value within
the specified range of values.
- CustomMetaStringRangeCriteria(String, String) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaStringRangeCriteria
-
This constructs the string range criteria for any string based metadata field between two strings.
- CustomMetaStringRangeCriteria(String, String, boolean) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaStringRangeCriteria
-
This constructs the string range criteria for any string metadata field between two strings.
- CustomMetaStringRangeCriteria(String, String, String) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaStringRangeCriteria
-
This constructs the string range criteria for a specific field between two strings.
- CustomMetaStringRangeCriteria(String, String, String, boolean) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaStringRangeCriteria
-
This constructs the string range criteria for a specific field between two strings.
- CustomMetaValueCriteria - Class in com.tridion.broker.querying.criteria.metadata
-
This is the criteria to be used for querying on custom metadata values.
- CustomMetaValueCriteria(String) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaValueCriteria
-
This is to be used for specifying a String value.
- CustomMetaValueCriteria(CustomMetaKeyCriteria, String) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaValueCriteria
-
This is to be used for specifying a String value.
- CustomMetaValueCriteria(String, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaValueCriteria
-
This is to be used for specifying a String value with a specific operator.
- CustomMetaValueCriteria(CustomMetaKeyCriteria, String, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaValueCriteria
-
This is to be used for specifying a String value with a specific operator.
- CustomMetaValueCriteria(Float) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaValueCriteria
-
This is to be used for specifying a Float value.
- CustomMetaValueCriteria(CustomMetaKeyCriteria, Float) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaValueCriteria
-
This is to be used for specifying a Float value.
- CustomMetaValueCriteria(Float, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaValueCriteria
-
This is to be used for specifying a Float value with a specific operator.
- CustomMetaValueCriteria(CustomMetaKeyCriteria, Float, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaValueCriteria
-
This is to be used for specifying a Float value with a specific operator.
- CustomMetaValueCriteria(Date) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaValueCriteria
-
This is used for specifying the Date value to query on.
- CustomMetaValueCriteria(CustomMetaKeyCriteria, Date) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaValueCriteria
-
This is used for specifying the Date value to query on.
- CustomMetaValueCriteria(Date, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaValueCriteria
-
This is used to specify the date value with a specific operator.
- CustomMetaValueCriteria(CustomMetaKeyCriteria, Date, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaValueCriteria
-
This is used to specify the date value with a specific operator.
- CustomMetaValueCriteria(String, String) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaValueCriteria
-
This is used to specify the date value.
- CustomMetaValueCriteria(CustomMetaKeyCriteria, String, String) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaValueCriteria
-
This is used to specify the date value.
- CustomMetaValueCriteria(String, String, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaValueCriteria
-
This is used to specify the date value with a specific operator.
- CustomMetaValueCriteria(CustomMetaKeyCriteria, String, String, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.metadata.CustomMetaValueCriteria
-
This is used to specify the date value with a specific operator.
- CygwinTerminal - Class in com.sdl.context.common.cli
-
Cygwin terminal with echo on.
- CygwinTerminal() - Constructor for class com.sdl.context.common.cli.CygwinTerminal
-
- DataSourceWrapper - Class in com.sdl.context.common.jdbc
-
Data source wrapper.
- DataSourceWrapper(DataSource) - Constructor for class com.sdl.context.common.jdbc.DataSourceWrapper
-
- DataType - Enum in com.sdl.delivery.deployer.api.processing.pipeline.data
-
Represents the different types of step data.
- DATE_FORMAT - Static variable in class com.tridion.broker.querying.criteria.DateCriteria
-
This is the internal date format used.
- DATE_FORMAT - Static variable in class com.tridion.util.TimeUtils
-
This is the internal date format used in the database.
- DateCriteria - Class in com.tridion.broker.querying.criteria
-
Criteria class to be extended by all criteria that need to use a date as selector.
- DateCriteria(String, Date) - Constructor for class com.tridion.broker.querying.criteria.DateCriteria
-
Creates a new date criteria with a specific date.
- DateCriteria(String, String) - Constructor for class com.tridion.broker.querying.criteria.DateCriteria
-
Creates a new date criteria with a specific date.
- DateCriteria(String, String, String) - Constructor for class com.tridion.broker.querying.criteria.DateCriteria
-
Creates a new date criteria with a specific date string, expected in the specified dateFormat
and with a certain name.
- DateCriteria(String, String, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.DateCriteria
-
Creates a new date criteria with a specific date string, with a certain name and that uses
the specified field operator.
- DateCriteria(String, String, String, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.DateCriteria
-
Creates a new date criteria with a specific date string, expected in the specified dateFormat,
with a certain name and that uses the specified field operator.
- DateCriteria(String, Date, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.DateCriteria
-
Creates a new date criteria with a specific date, a certain name and that uses the specified field operator.
- DateUtils - Class in com.sdl.context.common.lang
-
Common date functions.
- DateValue - Class in com.sdl.delivery.configuration.values
-
A value which is a date.
- DateValue(Calendar) - Constructor for class com.sdl.delivery.configuration.values.DateValue
-
- DBStorableStepData - Interface in com.sdl.delivery.deployer.api.processing.pipeline.data
-
Represents step which can be stored in state store db.
- debug(String) - Method in class com.sdl.context.common.logging.DependencySafeLogger
-
Debug.
- debug(String, Throwable) - Method in class com.sdl.context.common.logging.DependencySafeLogger
-
Debug.
- DebugRegexFunction - Class in com.sdl.context.common.lang
-
Regex function that logs matching behaviour.
- DebugRegexFunction(Pattern) - Constructor for class com.sdl.context.common.lang.DebugRegexFunction
-
- decodeAndDecompressGZip(String) - Static method in class com.tridion.util.CompressionUtils
-
Dcompresses a byte array representing a GZip-compressed string back into a String.
- decodeECLUri(String) - Static method in class com.sdl.delivery.deployer.steps.util.TaxonomyParser
-
Decode ECL URI.
- DecoratedCriteria - Class in com.tridion.broker.querying.criteria
-
This is the class that binds strategy and criteria.
- DecoratedCriteria(Criteria, QueryNumberGenerator) - Constructor for class com.tridion.broker.querying.criteria.DecoratedCriteria
-
Constructor of the class.
- decreaseLogging(String) - Static method in class com.sdl.context.common.logging.LogUtils
-
- decreaseNoLoggerLogLevel() - Static method in class com.sdl.context.common.logging.DependencySafeLogger
-
- DEFAULT_ACCEPTABLE_DISTANCE - Static variable in class com.sdl.context.Constants.LevensteinDistance
-
Default acceptable distance.
- DEFAULT_ANCHOR_DELIMITER - Static variable in class com.tridion.linking.LinkStringStyle
-
Default anchor delimiter.
- DEFAULT_CANONICAL - Static variable in class com.tridion.util.xml.DOMWriter
-
Default canonical output (false).
- DEFAULT_CHECK_INTERVAL_SECONDS - Static variable in class com.sdl.delivery.deployer.api.processing.pipeline.data.StepDataConstants
-
Default check interval for reindexing lock release in seconds.
- DEFAULT_CLASS_NAME - Static variable in class com.tridion.transformer.TransformProcessor
-
- DEFAULT_CONNECT_TIMEOUT - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Defaults
-
Default for CONNECT_TIMEOUT.
- DEFAULT_CONNECTION_TIME_OUT - Static variable in class com.sdl.context.Constants.Default
-
Default connection time out.
- DEFAULT_COOKIE_CLAIM - Static variable in class com.tridion.ambientdata.web.WebClaims
-
Key for the claim that contains the default name of the cookie generation claim Boolean
(read-only).
- DEFAULT_DIR - Static variable in class com.tridion.util.xml.XMLResultAggregator
-
The default directory: ..
- DEFAULT_ENCODING - Static variable in class com.sdl.context.Constants.Default
-
Default encoding.
- DEFAULT_FILENAME - Static variable in class com.tridion.util.xml.XMLResultAggregator
-
the default file name: TESTS-TestSuites.xml.
- DEFAULT_HOST - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Defaults
-
Default host.
- DEFAULT_HTML_ELEMENT_NAME - Static variable in class com.tridion.linking.LinkStringStyle
-
Default HTML element name.
- DEFAULT_INDEX_NAME - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Defaults
-
Default search index.
- DEFAULT_LANGUAGE - Static variable in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
Default language.
- DEFAULT_LICENSE_FILE - Static variable in class com.tridion.Controller
-
Deprecated.
The name of the default license file.
- DEFAULT_LOG_FILE - Static variable in class com.tridion.Controller
-
Deprecated.
The default logfile that is used before loggers are initialized (tridion.log
in the system temporary folder).
- DEFAULT_MAX_IDLE_CONNECTIONS - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Defaults
-
Default for MAX_IDLE_CONNECTIONS.
- DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Defaults
-
Default max total connections.
- DEFAULT_NAMESPACES - Static variable in class com.tridion.util.xml.DOMWriter
-
Default namespaces support (true).
- DEFAULT_PORT - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Defaults
-
Default port.
- DEFAULT_PROVIDER - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Defaults
-
Default for PROVIDER.
- DEFAULT_QUOTE - Static variable in class com.tridion.linking.LinkStringStyle
-
Default quote.
- DEFAULT_READ_TIME_OUT - Static variable in class com.sdl.context.Constants.Default
-
Default read time out.
- DEFAULT_READ_TIMEOUT - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Defaults
-
Default for READ_TIMEOUT.
- DEFAULT_RESULT_CLASS - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants
-
Default Result class.
- DEFAULT_RESULT_SET_CLASS - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants
-
Default Result Set class.
- DEFAULT_SCHEMA_FULL_CHECKING - Static variable in class com.tridion.util.xml.DOMWriter
-
Default Schema full checking support (false).
- DEFAULT_SCHEMA_VALIDATION - Static variable in class com.tridion.util.xml.DOMWriter
-
Default Schema validation support (false).
- DEFAULT_SCHEME - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Defaults
-
Default scheme.
- DEFAULT_TRUST_LEVEL - Static variable in class com.sdl.context.Constants.Context
-
Default trust set by the default resolver.
- DEFAULT_URL_ATTRIBUTE_KEY - Static variable in class com.tridion.linking.LinkStringStyle
-
Default URL attribute key.
- DEFAULT_VALIDATION - Static variable in class com.tridion.util.xml.DOMWriter
-
Default validation support (false).
- DEFAULT_VARIANT_ID_VALUE - Static variable in class com.tridion.util.BinaryVariantUtils
-
The following value represents the variant_id for binaries not specifying a variant id.
- DEFAULT_WRITE_TIMEOUT - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Defaults
-
Default for WRITE_TIMEOUT.
- DefaultClaimStore - Class in com.tridion.ambientdata.claimstore
-
Default container that holds the current values of a set of claims.
- DefaultClaimStore() - Constructor for class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
Constructor, creates and initializes a new ClaimStore
.
- DefaultClaimStore(Map<URI, Object>, Set<URI>) - Constructor for class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
- DefaultClaimStore(Map<URI, Object>, Set<URI>, Set<URI>) - Constructor for class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
- DefaultClaimStore(Map<URI, Object>, Set<URI>, Set<URI>, Map<URI, ClaimValueScope>) - Constructor for class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
Constructor.
- DefaultConfigurer - Class in com.sdl.delivery.iq.query.client
-
DefaultConfigurer.
- DefaultDocumentBuilder - Class in com.tridion.tcdl
-
The DefaultDocumentBuilder constructs the final output document and takes care of handling the common
sections (directives, imports, declarations etc) and injects them at the right position in the body that
was generated by the tags.
- DefaultDocumentBuilder() - Constructor for class com.tridion.tcdl.DefaultDocumentBuilder
-
- DefaultFileResource - Class in com.sdl.context.resource
-
File resource.
- DefaultFileResource(File) - Constructor for class com.sdl.context.resource.DefaultFileResource
-
- DefaultImageTransformationContext - Class in com.sdl.context.image.transformation.context
-
A context which contains information related to the transformation of an image.
- DefaultImageTransformationContext(List<String>) - Constructor for class com.sdl.context.image.transformation.context.DefaultImageTransformationContext
-
ImageTransformationContext constructor.
- DefaultImageTransformationProcessor - Class in com.sdl.context.image.transformation.processors
-
Image transformation processor which returns a transformed image from URI request fragments.
- DefaultImageTransformationProcessor() - Constructor for class com.sdl.context.image.transformation.processors.DefaultImageTransformationProcessor
-
- DefaultQueryCompiler - Class in com.sdl.delivery.iq.query.compile
-
Default implementation for IQ Query Compiler (transforms SearchQuery to IQ query JSON).
- DefaultQueryCompiler() - Constructor for class com.sdl.delivery.iq.query.compile.DefaultQueryCompiler
-
- DefaultQueryResult - Interface in com.sdl.delivery.iq.query.api
-
DefaultQueryResult.
- Defaults() - Constructor for class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Defaults
-
- DefaultSearcher - Class in com.sdl.delivery.iq.query.client
-
Searcher for default models.
- DefaultSearcher() - Constructor for class com.sdl.delivery.iq.query.client.DefaultSearcher
-
- DefaultTagHandler - Class in com.tridion.tcdl.tags
-
A tag handler that does not actually do anything.
- DefaultTagHandler() - Constructor for class com.tridion.tcdl.tags.DefaultTagHandler
-
- DefaultTagRenderer - Class in com.tridion.tcdl.renderer
-
A tagRenderer that holds the default behavior of a tag renderer.
- DefaultTagRenderer() - Constructor for class com.tridion.tcdl.renderer.DefaultTagRenderer
-
- DefaultTagSet - Enum in com.tridion.tcdl
-
DefaultTagSet.
- DefaultTermValue - Class in com.sdl.delivery.iq.query.field
-
Default implementation for TermValue.
- DefaultTermValue() - Constructor for class com.sdl.delivery.iq.query.field.DefaultTermValue
-
Default constructor.
- DefaultTermValue(Object) - Constructor for class com.sdl.delivery.iq.query.field.DefaultTermValue
-
Constructs an EXACT term having no boost with given value.
- DefaultTermValue(Object, TermType) - Constructor for class com.sdl.delivery.iq.query.field.DefaultTermValue
-
Constructs term having no boost with given arguments.
- DefaultTermValue(Object, double, TermType) - Constructor for class com.sdl.delivery.iq.query.field.DefaultTermValue
-
Constructs term with given arguments.
- DefaultTermValues - Class in com.sdl.delivery.iq.query.field
-
Default implementation for TermValues.
- DefaultTermValues() - Constructor for class com.sdl.delivery.iq.query.field.DefaultTermValues
-
- DefaultValue - Class in com.sdl.delivery.configuration.values
-
An abstract Value which returns suitable default values for all method calls.
- DefaultValue() - Constructor for class com.sdl.delivery.configuration.values.DefaultValue
-
- delete(String...) - Method in interface com.sdl.delivery.deployer.api.binarystorage.BinaryStorage
-
Delete the binaries stored under the given ids.
- deleteBinaries(List<String>) - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.StateStore
-
Remove binaries in binary storage.
- deleteExecution(String) - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.StateStore
-
Deletes an Execution and all dependent entities excep binaries in storage
(moved out to decrease transaction duration).
- deleteQt(String) - Method in interface com.sdl.delivery.iq.query.api.QueryProvider
-
Deleted query transformation.
- deleteStateFile(File) - Static method in class com.tridion.util.JAXBUtil
-
This will delete the state file.
- deleteStepDataFromBS(String) - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.StepDataStore
-
Search for step data in state store which has binary associated.
- DeliveryException - Exception in com.tridion
-
Superclass for all Content Delivery checked exceptions.
- DeliveryException() - Constructor for exception com.tridion.DeliveryException
-
- DeliveryException(String) - Constructor for exception com.tridion.DeliveryException
-
- DeliveryException(String, Throwable) - Constructor for exception com.tridion.DeliveryException
-
- DeliveryException(Throwable) - Constructor for exception com.tridion.DeliveryException
-
- DeliveryException(String, Throwable, boolean, boolean) - Constructor for exception com.tridion.DeliveryException
-
- DeliveryRuntimeException - Exception in com.tridion
-
Superclass for all Content Delivery unchecked exceptions.
- DeliveryRuntimeException() - Constructor for exception com.tridion.DeliveryRuntimeException
-
- DeliveryRuntimeException(String) - Constructor for exception com.tridion.DeliveryRuntimeException
-
- DeliveryRuntimeException(String, Throwable) - Constructor for exception com.tridion.DeliveryRuntimeException
-
- DeliveryRuntimeException(Throwable) - Constructor for exception com.tridion.DeliveryRuntimeException
-
- DeliveryRuntimeException(String, Throwable, boolean, boolean) - Constructor for exception com.tridion.DeliveryRuntimeException
-
- denormalizeVariantId(String) - Static method in class com.tridion.util.BinaryVariantUtils
-
Helper for obtaining the denormalized variant id.
- DependencySafeLogger - Class in com.sdl.context.common.logging
-
Logger that can be used safely without dependencies.
- DependencySafeLogger(Class<?>) - Constructor for class com.sdl.context.common.logging.DependencySafeLogger
-
Instantiates a new dependency safe logger.
- DependencySafeLogger(Class<?>, boolean) - Constructor for class com.sdl.context.common.logging.DependencySafeLogger
-
Instantiates a new dependency safe logger.
- deploy(TCDURI, Object, Function<File, byte[]>, BiConsumer<File, byte[]>) - Static method in class com.tridion.deployer.DeploymentHandler
-
Deploys an item represented by a TCDURI
and also updates any references.
- deploy(TCDURI, Object, File, Function<File, byte[]>, BiConsumer<File, byte[]>) - Static method in class com.tridion.deployer.DeploymentHandler
-
Deploys an item represented by a TCDURI
and also updates any references.
- deploy(TCDURI, Object, Set<TCDURI>, Function<File, byte[]>, BiConsumer<File, byte[]>) - Static method in class com.tridion.deployer.DeploymentHandler
-
Deploys an item represented by a TCDURI
and also updates any references.
- deploy(TCDURI, Object, File, Set<TCDURI>, Function<File, byte[]>, BiConsumer<File, byte[]>) - Static method in class com.tridion.deployer.DeploymentHandler
-
Deploys an item represented by a TCDURI
and also updates any references.
- deploy(T, Object, File, Function<File, byte[]>, BiConsumer<File, byte[]>) - Method in interface com.tridion.deployer.TypeHandler
-
The deploy-method is called by the DeploymentHandler for the deployment
of an item, for instance a Page or a Component.
- DEPLOY_ACTION - Static variable in class com.tridion.transport.transportpackage.TransportPackage
-
DEPLOY_ACTION.
- DeployerQueue - Interface in com.sdl.delivery.deployer.api.queue
-
Interface for component that seats in the middle of the Deployment Endpoint and Unified Content Deployer.
- DeployerThreadFactory - Interface in com.sdl.delivery.deployer.api.processing
-
The Deployer thread Factory is responsible with providing the thread factory to use for thread creation.
- deployExternalSchema(String, SchemaKey, Set<TCDURI>, File, Function<File, byte[]>, BiConsumer<File, byte[]>) - Static method in class com.tridion.deployer.DeploymentHandler
-
Deploys an item represented by a TCDURI
and also updates any references.
- DeploymentHandler - Class in com.tridion.deployer
-
This is the deployment handler which handles deployment storage of the passed items and redirects these
to the correct TypeHandler which will use some form of storage.
- depth() - Method in class com.tridion.transformer.TCDLTag
-
- depthBelowCurrentPath(String, String, String) - Static method in class com.tridion.util.StringUtils
-
Compares two paths (case-insensitive), and returns whether one path is a subdirectory or not, and if so,
what depth this subdirectory is at.
- DepthFilter - Class in com.tridion.taxonomies.filters
-
This is the DepthFilter used for filtering a Taxonomy with a certain depth.
- DepthFilter(int, int) - Constructor for class com.tridion.taxonomies.filters.DepthFilter
-
Construct a DepthFilter, which filters based on a maximumDepth and
a direction in the tree.
- depthFiltering(int, int) - Method in class com.tridion.taxonomies.filters.CompositeFilter
-
Construct a DepthFilter, which filters based on a maximumDepth and
a direction in the tree.
- dequeue() - Method in interface com.sdl.delivery.deployer.api.queue.DeployerQueue
-
De-queue one command as an optional.
- deriveContentTypeFromInputStream(Resource) - Method in class com.sdl.context.resource.ContentTypeAcquirer
-
Return content type from a resource (primarily using it's input stream).
- DESCENDING - Static variable in class com.tridion.broker.querying.sorting.SortParameter
-
This represents DESCENDING ordering of the results.
- DESCRIPTION - Static variable in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
Description.
- deserialize(String) - Method in interface com.sdl.delivery.deployer.api.model.CommandSerializer
-
De-serialize the given
String containing a command into the equivalent
Command.
- deserialize(Response, Class<T>) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
- deserialize(String, Class<T>) - Static method in class com.sdl.delivery.iq.index.client.http.utils.Json
-
Deserialize the given JSON string to Java object.
- deserializeClaims(List<ClaimsCookie>) - Static method in class com.tridion.ambientdata.claimstore.cookie.ClaimCookieDeserializer
-
Deserializes the list of claims cookies to map of claims.
- deserializeWithResultSet(Response, Class<T>) - Static method in class com.sdl.delivery.iq.index.client.http.utils.Json
-
- destroy() - Method in class com.tridion.ambientdata.web.AbstractAmbientDataServletFilter
-
- detectAndroid() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects *any* Android OS-based device: phone, tablet, and multi-media player.
- detectAndroidPhone() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current device is a (small-ish) Android OS-based device
used for calling and/or multi-media (like a Samsung Galaxy Player).
- detectAndroidTablet() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current device is a (self-reported) Android tablet.
- detectAndroidWebKit() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current device is an Android OS-based device and
the browser is based on WebKit.
- detectArchos() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current device is an Archos media player/Internet tablet.
- detectBlackBerry() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current browser is any BlackBerry.
- detectBlackBerryHigh() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current browser is a BlackBerry device AND
has a more capable recent browser.
- detectBlackBerryLow() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current browser is a BlackBerry device AND
has an older, less capable browser.
- detectBlackBerryTablet() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current browser is on a BlackBerry tablet device.
- detectBlackBerryTouch() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current browser is a BlackBerry Touch
device, such as the Storm or Torch.
- detectBlackBerryWebKit() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current browser is a BlackBerry device AND uses a
WebKit-based browser.
- detectBrewDevice() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects whether the device is a Brew-powered device.
- detectDangerHiptop() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects the Danger Hiptop device.
- detectGameConsole() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current device is an Internet-capable game console.
- detectGarminNuvifone() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current browser is a
Garmin Nuvifone.
- detectGoogleTV() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current device is a GoogleTV.
- detectIos() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects *any* iOS device: iPhone, iPod Touch, iPad.
- detectIpad() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current device is an iPad tablet.
- detectIphone() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current device is an iPhone.
- detectIphoneOrIpod() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current device is an iPhone or iPod Touch.
- detectIpod() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current device is an iPod Touch.
- detectKindle() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current device is an Amazon Kindle.
- detectMaemoTablet() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current device is on one of the Maemo-based Nokia Internet Tablets.
- detectMidpCapable() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current device supports MIDP, a mobile Java technology.
- detectMobileLong() - Method in class com.sdl.web.preview.util.UAgentInfo
-
The longer and more thorough way to detect for a mobile device.
- detectMobileQuick() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current device is a mobile device.
- detectNintendo() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current device is a Nintendo game device.
- detectOperaAndroidPhone() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects Opera Mobile on an Android phone.
- detectOperaAndroidTablet() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects Opera Mobile on an Android tablet.
- detectOperaMobile() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects Opera Mobile or Opera Mini.
- detectPalmOS() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current browser is on a PalmOS device.
- detectPalmWebOS() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current browser is on a Palm device
running the new WebOS.
- detectS60OssBrowser() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current browser is the Symbian S60 Open Source Browser.
- detectSmartphone() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Check to see whether the device is any device
in the 'smartphone' category.
- detectSonyMylo() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current browser is a Sony Mylo device.
- detectSonyPlaystation() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current device is a Sony Playstation.
- detectSymbianOS() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current device is any Symbian OS-based device,
including older S60, Series 70, Series 80, Series 90, and UIQ,
or other browsers running on these devices.
- detectTierOtherPhones() - Method in class com.sdl.web.preview.util.UAgentInfo
-
The quick way to detect for a tier of devices.
- detectTierRichCss() - Method in class com.sdl.web.preview.util.UAgentInfo
-
The quick way to detect for a tier of devices.
- detectTierSmartPhone() - Method in class com.sdl.web.preview.util.UAgentInfo
-
The quick way to detect for a tier of devices.
- detectTierTablet() - Method in class com.sdl.web.preview.util.UAgentInfo
-
The quick way to detect for a tier of devices.
- detectWapWml() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects whether the device supports WAP or WML.
- detectWebkit() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current browser is based on WebKit.
- detectWebOSTablet() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current browser is on an HP tablet running WebOS.
- detectWindowsMobile() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current browser is a Windows Mobile device.
- detectWindowsPhone7() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current browser is a
Windows Phone 7 device.
- detectWindowsPhones() - Method in class com.sdl.web.preview.util.UAgentInfo
-
- detectXbox() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Detects if the current device is a Microsoft Xbox.
- DEVICE_TYPE - Static variable in class com.sdl.web.preview.DeviceTypeClaimProcessor
-
Device type claim.
- deviceAndroid - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceArchos - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceBB - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceBBBold - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceBBCurve - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceBBPlaybook - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceBBStorm - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceBBTorch - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceBBTour - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceBrew - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceDanger - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceGoogleTV - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceHiptop - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceHtcFlyer - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceIeMob - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceIpad - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceIphone - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceIpod - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceKindle - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceMacPpc - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceMidp - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceNintendo - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceNintendoDs - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceNuvifone - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- devicePalm - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- devicePda - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- devicePlaystation - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- devicePpc - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceS60 - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceS70 - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceS80 - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceS90 - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceSymbian - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceTablet - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- DeviceTypeClaimProcessor - Class in com.sdl.web.preview
-
DeviceTypeClaimProcessor.
- DeviceTypeClaimProcessor() - Constructor for class com.sdl.web.preview.DeviceTypeClaimProcessor
-
- DeviceTypeClaimProcessor.DeviceType - Enum in com.sdl.web.preview
-
- DeviceTypeClaimProcessor.MobileDevice - Enum in com.sdl.web.preview
-
- deviceWebOS - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceWebOShp - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceWii - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceWindows - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceWinMob - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceWinPhone7 - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceXbox - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- deviceXoom - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- DigestorType - Enum in com.sdl.context.image.transformation.parser
-
Indicates the type of object that the digestor will handle.
- digestUriFragments(ImageTransformationContext) - Method in class com.sdl.context.image.transformation.digestors.FitRuleDigestor
-
- digestUriFragments(ImageTransformationContext) - Method in class com.sdl.context.image.transformation.digestors.FormatConversionRuleDigestor
-
- digestUriFragments(ImageTransformationContext) - Method in class com.sdl.context.image.transformation.digestors.ImageSourceUriDigestor
-
Compile the image URI fragments into a URI and update the context.
- digestUriFragments(ImageTransformationContext) - Method in class com.sdl.context.image.transformation.digestors.ImageUriDigestor
-
Compile the image URI fragments into a URI and update the context.
- digestUriFragments(ImageTransformationContext) - Method in class com.sdl.context.image.transformation.digestors.ResizeRuleDigestor
-
Parse the resize URI fragments and add the correct resize transformer to the context.
- digestUriFragments(ImageTransformationContext) - Method in class com.sdl.context.image.transformation.digestors.TrimRuleDigestor
-
- digestUriFragments(U) - Method in interface com.sdl.context.image.transformation.parser.UriFragmentDigestor
-
Digest the undigested fragments and populate the related property details.
- DigestUtils - Class in com.sdl.context.common.lang
-
Common md5 utils.
- DimensionsArgument - Class in com.sdl.context.image.transformation.digestors
-
Create a dimensions argument, e.g.
- DimensionsArgument(String) - Constructor for class com.sdl.context.image.transformation.digestors.DimensionsArgument
-
- DISCOVER_TRUST - Static variable in class com.sdl.context.Constants.Default
-
Default trust for discover resolver.
- DISCOVERY_SERVICE - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Fields
-
DiscoveryService.
- display(String) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
Display.
- display(String, boolean) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
Display.
- display(StringBuilder) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
Display.
- displayHelp(Command) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
Display help message.
- displayLineFeed() - Method in class com.sdl.context.common.cli.Terminal
-
- displayWelcome() - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
Display Welcome message.
- disUpdate - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- doAfterBody(Tag, StringBuffer, TransformContext, OutputDocument) - Method in interface com.tridion.tcdl.IterationTagSupport
-
Processes TCDL body for (re)evaluation.
- DOCUMENT_ROOT - Static variable in class com.tridion.ambientdata.claimstore.Constants
-
Key for retrieving the real path for the document root.
- DocumentBuilder - Interface in com.tridion.tcdl
-
Responsible for building the final document.
- doDeploy() - Method in class com.sdl.delivery.deployer.steps.ReferenceProcessorWorker
-
- doEndTag(Tag, StringBuffer, TransformContext, OutputDocument) - Method in class com.tridion.tcdl.renderer.CommentTagRenderer
-
- doEndTag(Tag, StringBuffer, TransformContext, OutputDocument) - Method in class com.tridion.tcdl.renderer.ComponentPresentationTagRenderer
-
- doEndTag(Tag, StringBuffer, TransformContext, OutputDocument) - Method in class com.tridion.tcdl.renderer.ContentHeaderTagRenderer
-
- doEndTag(Tag, StringBuffer, TransformContext, OutputDocument) - Method in class com.tridion.tcdl.renderer.ContextPropertyTagRenderer
-
- doEndTag(Tag, StringBuffer, TransformContext, OutputDocument) - Method in class com.tridion.tcdl.renderer.DefaultTagRenderer
-
- doEndTag(Tag, StringBuffer, TransformContext, OutputDocument) - Method in class com.tridion.tcdl.renderer.FirstLineTagRenderer
-
- doEndTag(Tag, StringBuffer, TransformContext, OutputDocument) - Method in class com.tridion.tcdl.renderer.LinkTagRenderer
-
- doEndTag(Tag, StringBuffer, TransformContext, OutputDocument) - Method in class com.tridion.tcdl.renderer.PositionMarkerTagRenderer
-
- doEndTag(Tag, StringBuffer, TransformContext, OutputDocument) - Method in class com.tridion.tcdl.renderer.TaxonomyTagRenderer
-
- doEndTag(Tag, StringBuffer, TransformContext, OutputDocument) - Method in interface com.tridion.tcdl.TagHandlerBase
-
Called whenever an ending Tag that is associated with the handler is encountered in TCDL content.
- doEndTag(Tag, StringBuffer, TransformContext, OutputDocument) - Method in class com.tridion.tcdl.tags.DefaultTagHandler
-
- doesRelativeFileExists(String) - Static method in class com.sdl.context.common.io.FileUtils
-
- doFailPipelineTransactionOnFatalIndexingError() - Static method in class com.sdl.delivery.deployer.steps.TridionSearchIndexStep
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.tridion.ambientdata.web.AbstractAmbientDataServletFilter
-
- DOMElementWriter - Class in com.tridion.util.xml
-
Writes a DOM tree to a given Writer.
- DOMElementWriter() - Constructor for class com.tridion.util.xml.DOMElementWriter
-
- DOMToCustomMetaConvertor - Class in com.tridion.broker.meta.custom
-
This class converts W3C Documents or Elements into CustomMeta
instances.
- DOMToCustomMetaConvertor() - Constructor for class com.tridion.broker.meta.custom.DOMToCustomMetaConvertor
-
- DOMUtil - Class in com.tridion.util.xml
-
Some utilities that might be useful when manipulating DOM trees.
- DOMUtil.NodeFilter - Interface in com.tridion.util.xml
-
Filter interface to be applied when iterating over a DOM tree.
- DOMUtil.NodeListImpl - Class in com.tridion.util.xml
-
custom implementation of a nodelist.
- DOMWriter - Class in com.tridion.util.xml
-
This class traverses through a DOM tree in order to print a document that is parsed.
- DOMWriter() - Constructor for class com.tridion.util.xml.DOMWriter
-
Default constructor.
- DOMWriter(boolean) - Constructor for class com.tridion.util.xml.DOMWriter
-
- doRemote(Command) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- doStartTag(Tag, StringBuffer, TransformContext, OutputDocument) - Method in class com.tridion.tcdl.renderer.CommentTagRenderer
-
- doStartTag(Tag, StringBuffer, TransformContext, OutputDocument) - Method in class com.tridion.tcdl.renderer.ComponentPresentationTagRenderer
-
- doStartTag(Tag, StringBuffer, TransformContext, OutputDocument) - Method in class com.tridion.tcdl.renderer.ContentHeaderTagRenderer
-
- doStartTag(Tag, StringBuffer, TransformContext, OutputDocument) - Method in class com.tridion.tcdl.renderer.ContextPropertyTagRenderer
-
- doStartTag(Tag, StringBuffer, TransformContext, OutputDocument) - Method in class com.tridion.tcdl.renderer.DefaultTagRenderer
-
- doStartTag(Tag, StringBuffer, TransformContext, OutputDocument) - Method in class com.tridion.tcdl.renderer.FirstLineTagRenderer
-
- doStartTag(Tag, StringBuffer, TransformContext, OutputDocument) - Method in class com.tridion.tcdl.renderer.LinkTagRenderer
-
- doStartTag(Tag, StringBuffer, TransformContext, OutputDocument) - Method in class com.tridion.tcdl.renderer.PositionMarkerTagRenderer
-
- doStartTag(Tag, StringBuffer, TransformContext, OutputDocument) - Method in class com.tridion.tcdl.renderer.TaxonomyTagRenderer
-
Processes and retrieves a Taxonomy for the given TaxonomyURI which is displayed as a simple tree.
- doStartTag(Tag, StringBuffer, TransformContext, OutputDocument) - Method in interface com.tridion.tcdl.TagHandlerBase
-
Called whenever as starting Tag that is associated with the handler is encountered in TCDL content.
- doStartTag(Tag, StringBuffer, TransformContext, OutputDocument) - Method in class com.tridion.tcdl.tags.DefaultTagHandler
-
- DOTNET_CODE_STYLE - Static variable in class com.tridion.tcdl.Constants
-
Property for choosing the style of DOTNET code to generate.
- DOTNET_CONTROLS_CODE - Static variable in class com.tridion.tcdl.Constants
-
Value for DOTNET_CODE_STYLE property to select code generation that uses Server Controls.
- DOTNET_CONTROLS_CODE_STYLE - Static variable in class com.tridion.tcdl.Constants
-
For backward compatibility to webforms specifically.
- DoubleCommentingValidator - Class in com.sdl.web.ugc.validation
-
Validate if enough time has passed since the visitor's last comment on an item (possibly, the visitor
can only leave one comment ever).
- DoubleCommentingValidator() - Constructor for class com.sdl.web.ugc.validation.DoubleCommentingValidator
-
- DoubleCommentVotingValidator - Class in com.sdl.web.ugc.validation
-
Validate if the user is allow to vote on a comment.
- DoubleCommentVotingValidator() - Constructor for class com.sdl.web.ugc.validation.DoubleCommentVotingValidator
-
- DoubleRatingValidator - Class in com.sdl.web.ugc.validation
-
Validate if enough time has passed since the visitor's last rating of an item (possibly, the visitor
can only submit one rating ever).
- DoubleRatingValidator() - Constructor for class com.sdl.web.ugc.validation.DoubleRatingValidator
-
- doUnDeploy() - Method in class com.sdl.delivery.deployer.steps.ReferenceProcessorWorker
-
- downloadFileFromResponse(Response) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Download file from the given response.
- DuplicateKeyException - Exception in com.tridion.broker
-
DuplicateKeyException
is used to indicate that an error condition occurred while communicating with some
form of storage medium because there is already an entity with the specified key(s).
- DuplicateKeyException(String) - Constructor for exception com.tridion.broker.DuplicateKeyException
-
Constructs a new DuplicateKeyException
with the passed detail message and null
as its
embedded Throwable
.
- DuplicateKeyException(Throwable) - Constructor for exception com.tridion.broker.DuplicateKeyException
-
Constructs a new DuplicateKeyException
with the specified embedded Throwable
and
null
as its detail message.
- DuplicateKeyException(String, Throwable) - Constructor for exception com.tridion.broker.DuplicateKeyException
-
Constructs a new DuplicateKeyException
with the specified detail message and an embedded
Throwable
.
- DynamicComponentLink - Class in com.tridion.linking
-
The DynamicComponentLink
validates links to Dynamic
Component Presentations on Pages.
- DynamicComponentLink(int) - Constructor for class com.tridion.linking.DynamicComponentLink
-
Creates a new instance using an id for the Publication.
- DynamicComponentLink(String, int, boolean) - Constructor for class com.tridion.linking.DynamicComponentLink
-
Creates a new DynamicComponentLink instance.
- DynamicComponentLink(String) - Constructor for class com.tridion.linking.DynamicComponentLink
-
Creates a new ComponentLink instance using a tcm:uri for the Publication.
- dynamicComponentLinkNotification(int, int, int, int, String, String, boolean, String, Link) - Method in interface com.tridion.linking.events.ComponentLinkListener
-
Implement this method to process the parameters passed.
- dynamicComponentLinkNotification(int, int, int, int, String, String, boolean, String, Link) - Method in class com.tridion.linking.Linking
-
Implement this method to process the parameters passed.
- dynamicComponentLinkNotification(int, int, int, int, String, String, boolean, String, Link) - Method in interface com.tridion.linking.LinkListenerManager
-
- dynamicComponentLinkNotification(int, int, int, int, String, String, boolean, String, Link) - Method in class com.tridion.linking.LinkListenerManagerImpl
-
Implement this method to process the parameters passed.
- DynamicContent - Class in com.tridion.dynamiccontent
-
Service class responsible for configuration management.
- DynamicMappingsRetriever - Class in com.tridion.dynamiccontent
-
The class provides functionality to retrieve the dynamic Publication mappings defined within the delivery
configuration.
- DynamicMappingsRetriever() - Constructor for class com.tridion.dynamiccontent.DynamicMappingsRetriever
-
- DynamicMetaRetriever - Class in com.tridion.dynamiccontent
-
Dynamic metadata retrieval client.
- DynamicMetaRetriever() - Constructor for class com.tridion.dynamiccontent.DynamicMetaRetriever
-
This constructs DynamicMetaRetriever.
- generateBinaryLink(String, String, String, String, String, boolean, boolean, Tag) - Method in class com.tridion.tcdl.renderer.LinkTagRenderer
-
Creating binary HTML link content based on input parameters.
- generateBinaryLink(String, String, String, String, String, boolean, boolean) - Method in class com.tridion.tcdl.renderer.LinkTagRenderer
-
Creating binary HTML link content based on input parameters.
- generateQuery(String, Criteria, Sorting) - Method in class com.tridion.broker.querying.generators.service.CachingQueryService
-
- generateQuery(String, Criteria, Sorting) - Method in class com.tridion.broker.querying.generators.service.JPAQueryService
-
- generateQuery(String, Criteria, Sorting) - Method in interface com.tridion.broker.querying.generators.service.QueryService
-
This generates the main broker query needed to execute the JPQL query.
- generateRelativeFile(String) - Static method in class com.sdl.context.common.io.FileUtils
-
Generate relative file name to the specified file from the context-common jar.
- generateRelativeFile(String, Class<?>) - Static method in class com.sdl.context.common.io.FileUtils
-
Generate relative file name to the specified file from the context-common jar.
- GeneratorStrategy - Interface in com.tridion.broker.querying.generators
-
This represents the strategy that all criteria, sorting elements need to provide
so a broker query can be constructed.
- 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.
- get(String) - Method in class com.sdl.context.common.cli.Command
-
Get the given key.
- get(String, String) - Method in class com.sdl.context.common.cli.Command
-
Get.
- get(String, int) - Method in class com.sdl.context.common.cli.Command
-
Get.
- get(String, char) - Method in class com.sdl.context.common.cli.Command
-
Get.
- get(int) - Method in class com.sdl.context.common.cli.Command
-
Get.
- get(int, String) - Method in class com.sdl.context.common.cli.Command
-
Get.
- get(int, int) - Method in class com.sdl.context.common.cli.Command
-
Get.
- get(int, char) - Method in class com.sdl.context.common.cli.Command
-
Get.
- get(int) - Method in class com.sdl.context.common.cli.SpecialCharacter
-
- get() - Method in class com.sdl.context.common.lang.LazyObject
-
Get the lazy object.
- get(String) - Method in class com.sdl.delivery.configuration.values.ValueContainer
-
Returns a Value for the specified key, this never returns a null.
- get(String) - Method in interface com.sdl.delivery.deployer.api.binarystorage.BinaryStorage
-
Get the binary stored with the given id as an option.
- get(File) - Method in interface com.sdl.delivery.deployer.api.binarystorage.BinaryStorageBase
-
Get the binary stored with the given id as an option.
- get(String) - Method in interface com.sdl.delivery.deployer.api.binarystorage.BinaryStorageClient
-
Get Input stream of content from binary storage.
- get(Stream<String>) - Method in interface com.sdl.delivery.deployer.api.binarystorage.BinaryStorageClient
-
Get map of binary ids to their contents.
- get(String) - Method in interface com.sdl.delivery.deployer.api.queue.QueueProvider
-
Provide the queue by the given queue id.
- get(int) - Method in class com.sdl.delivery.deployer.steps.util.Partitions
-
- get(URI) - Method in interface com.tridion.ambientdata.claimstore.ClaimStore
-
Gets the value of a claim from the claim store.
- get(URI, Class<T>) - Method in interface com.tridion.ambientdata.claimstore.ClaimStore
-
Gets the value of a claim from the claim store.
- get(URI) - Method in class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
- get(URI, Class<T>) - Method in class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
- get(String, Object) - Method in class com.tridion.tcdl.TransformContext
-
- getAcceptedIssuers() - Method in class com.sdl.context.resource.http.AllTrustingTrustManager
-
- getAcquireRetryAttempts() - Method in class com.sdl.context.common.jdbc.RetryDataSource
-
- getAction() - Method in interface com.sdl.delivery.deployer.api.model.Command
-
Returns the action to perform.
- getAction() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.ProcessingContext
-
Get the pipeline action.
- getAction() - Method in class com.tridion.deployer.Processor
-
Returns the action of the processor.
- getAction() - Method in class com.tridion.transport.transportpackage.TransportPackage
-
Gets the processor instructions action value.
- getActions() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.Pipeline
-
Get the pipeline actions.
- getAdapterId(String) - Method in interface com.sdl.delivery.deployer.api.queue.QueueProvider
-
Provide adapter id for given queue id.
- getADFCookiePrefix() - Method in class com.tridion.ambientdata.AmbientDataConfig
-
Gets the adf cookie prefix.
- getAdHocClaimScopes() - Method in interface com.tridion.ambientdata.claimstore.ClaimStore
-
- getAdHocClaimScopes() - Method in class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
- getAggregations() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResultSet
-
Returns the query aggregations.
- getAlias(String) - Method in interface com.sdl.context.image.transformation.parser.AliasAcquirer
-
Return the alias for the specified name.
- getAlias(String) - Method in class com.sdl.context.image.transformation.parser.ConfiguredAliasAcquirer
-
Lookup the alias for the specified fragment name e.g.
- getAlignment(int) - Static method in class com.tridion.util.ObjectSize
-
Any java object is placed in memory with alignment to 8 bytes.
- getAll() - Method in interface com.sdl.delivery.deployer.api.queue.QueueProvider
-
Provide all the configured and instantiated queues.
- getAll() - Method in interface com.tridion.ambientdata.claimstore.ClaimStore
-
Gets a map containing all the claim values in the claim store.
- getAll() - Method in class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
- getAllImmutableClaims() - Method in interface com.tridion.ambientdata.claimstore.ClaimStore
-
Gets a set containing all the immutable claim in the claim store.
- getAllImmutableClaims() - Method in class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
- getAllKeys() - Method in interface com.sdl.delivery.deployer.api.properties.PropertyRepository
-
Provide the keys for all the hold properties.
- getAllPropertyKeys() - Method in class com.sdl.delivery.configuration.values.ValueContainer
-
Returns the keys of the all property values held within the container.
- getAllReadOnlyClaims() - Method in interface com.tridion.ambientdata.claimstore.ClaimStore
-
Gets a set containing all the read only claim in the claim store.
- getAllReadOnlyClaims() - Method in class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
- getAlternativeLabels() - Method in class com.sdl.delivery.iq.query.result.ConceptResult
-
- getAmbientDataConfig() - Static method in class com.tridion.ambientdata.AmbientDataConfig
-
- getAmbientDataConfig() - Static method in class com.tridion.ambientdata.AmbientDataContext
-
- getAnchor() - Method in class com.tridion.linking.Link
-
Returns the anchor for this link.
- getAnchor() - Method in interface com.tridion.linking.LinkInfo
-
Returns the anchor, which is the position on a page,
for a possible link.
- getAnchorDelimiter() - Method in class com.tridion.linking.LinkStringStyle
-
Get an anchor delimiter symbol to construct url with anchor, by default '#'.
- getAnnotation(AnnotatedElement, Class<T>) - Static method in class com.sdl.delivery.deployer.api.util.AnnotationUtil
-
Gets the annotation of the given annotation type from the given annotated class as an optional.
- getAnnotationSafely(AnnotatedElement, Class<T>) - Static method in class com.sdl.delivery.deployer.api.util.AnnotationUtil
-
Gets the annotation of the given annotation type safely from the given annotated class.
- getApiKey() - Method in class com.sdl.delivery.iq.index.client.http.auth.ApiKeyAuth
-
- getApiKeyPrefix() - Method in class com.sdl.delivery.iq.index.client.http.auth.ApiKeyAuth
-
- getApiResponse() - Method in class com.sdl.delivery.iq.index.client.http.IndexApiResponse
-
- getAppender() - Method in class com.sdl.context.common.logging.LogCapture
-
- getArgument(String) - Method in class com.tridion.tcdl.GlobalExecutionArguments
-
Get execution argument by its name.
- getArgument(String, T) - Method in class com.tridion.tcdl.GlobalExecutionArguments
-
Get execution argument by its name.
- getAsDocument() - Method in class com.tridion.util.xml.XMLParseResult
-
- 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
-
- getAttribute(String, String) - Method in class com.tridion.tcdl.Tag
-
Get the value of an attribute, or the defaultValue if the attribute is not present.
- getAttributes() - Method in class com.tridion.linking.Link
-
Returns the attributes for this link.
- getAttributes() - Method in class com.tridion.tcdl.Tag
-
All attributes for this tag, only present if the tag is (also) a start tag.
- getAttributes() - Method in class com.tridion.transformer.TCDLTag
-
- getAttributeValue(Element, String, String) - Static method in class com.tridion.util.xml.XMLUtils
-
- getAttributeValue(Document, String, String) - Static method in class com.tridion.util.xml.XMLUtils
-
- getAttributeValueDelimiter() - Method in class com.tridion.tcdl.Tag
-
Attribute delimiter of the tag.
- getAuthentication(String) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Get authentication for the given name.
- getAuthentications() - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Get authentications (key: authentication name, value: authentication).
- getAuthor() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- getAuthor() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getAuthType() - Method in class com.tridion.web.jsp.JSPPage
-
Implementation of the abstract method in the Page object.
- getAuthType() - Method in class com.tridion.web.Page
-
Abstract method to get the Authentication type used for this
user/site/page.
- getAverageRating() - Method in class com.sdl.web.ugc.model.ItemStats
-
- getBaseNamespaceId() - Method in class com.tridion.linking.AbstractLink
-
- getBasePath() - Method in interface com.sdl.delivery.deployer.api.binarystorage.BinaryStorage
-
- getBasePath() - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Get base path.
- getBaseUrlPort(Configuration, String) - Static method in class com.tridion.configuration.util.ConfigurationUtil
-
Get the port from the given Base URL configuration, taking into account the given protocol.
- getBaseUrlProtocol(Configuration) - Static method in class com.tridion.configuration.util.ConfigurationUtil
-
Get the protocol from the given Base URL configuration.
- getBeginRange() - Method in class com.tridion.broker.querying.criteria.metadata.CustomMetaDateRangeCriteria
-
returns the Beginning of the Range.
- getBeginRange() - Method in class com.tridion.broker.querying.criteria.metadata.CustomMetaStringRangeCriteria
-
returns the Beginning of the Range.
- getBeginRange() - Method in class com.tridion.broker.querying.criteria.metadata.MetadataRangeCriteria
-
returns the Beginning of the Range.
- getBeginRange() - Method in class com.tridion.broker.querying.criteria.metadata.NumericalRangeCriteria
-
returns the Beginning of the Range.
- getBigDecimalProperty(Configuration, String) - Static method in class com.sdl.delivery.configuration.utils.ConfigurationPropertyUtils
-
Get the property value as type
BigDecimal
from the given 'Properties Configuration' by the given property
name.
- getBigIntegerProperty(Configuration, String) - Static method in class com.sdl.delivery.configuration.utils.ConfigurationPropertyUtils
-
Get the property value as type
BigInteger
from the given 'Properties Configuration' by the given property
name.
- getBinary(String) - Method in class com.tridion.content.BinaryFactory
-
Gets from the Broker storage the default binary (with empty variantId) that has the given uri.
- getBinary(String, String) - Method in class com.tridion.content.BinaryFactory
-
Gets from the Broker storage the binary that has the given uri and the given variantId.
- getBinary(int, int) - Method in class com.tridion.content.BinaryFactory
-
Gets from the Broker storage the default binary (with empty variantId) from a given
publication and with a certain binaryId.
- getBinary(int, int, String) - Method in class com.tridion.content.BinaryFactory
-
Gets from the Broker storage the binary in a certain publication, with a given binaryId and
a given variantId.
- getBinaryAuthor() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
The author of binary.
- getBinaryAuthor() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getBinaryComponentJsonNode(String) - Method in class com.tridion.transport.transportpackage.TransportPackage
-
- getBinaryContentLength() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
The content length of binary.
- getBinaryContentLength() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getBinaryContentType() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
The content type of binary.
- getBinaryContentType() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getBinaryCreatedDate() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
The created date of binary.
- getBinaryCreatedDate() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getBinaryFileName() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
The name of binary file.
- getBinaryFileName() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getBinaryId() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.ProcessingContext
-
Get the pipeline binary id.
- getBinaryIds() - Method in interface com.sdl.delivery.deployer.api.binarystorage.BinaryStorage
-
Get all ids.
- getBinaryIds(Predicate<String>) - Method in interface com.sdl.delivery.deployer.api.binarystorage.BinaryStorage
-
Gets a set of ids, accepted by predicate, referring to binaries currently stored.
- getBinaryIds() - Method in interface com.sdl.delivery.deployer.api.model.Command
-
Returns a set of 'Binary Id's to be deployed.
- getBinaryInstructions() - Method in class com.tridion.transport.transportpackage.TransportPackage
-
- getBinaryLanguage() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
The language of binary.
- getBinaryLanguage() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getBinaryLocale(JsonNode) - Method in class com.tridion.transport.transportpackage.TransportPackage
-
- getBinaryMeta() - Method in class com.tridion.dynamiccontent.meta.resolver.BinaryMetaDataCacheKey
-
- getBinaryMetaByURL(String) - Method in class com.tridion.dynamiccontent.DynamicMetaRetriever
-
Returns the BinaryMeta
object in the Publication identified by the publicationId
parameter which has the URL Path as passed by the urlPath
parameter.
- getBinaryPath(String) - Method in interface com.sdl.delivery.deployer.api.binarystorage.BinaryStorage
-
- getBinaryStepDataForRemove(String) - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.StepDataStore
-
Search for step data in state store which has binary associated.
- getBinaryStorage() - Method in interface com.sdl.delivery.deployer.api.binarystorage.BinaryStorageAdapter
-
Provides a Binary Storage based on the Binary Storage configuration supplied earlier to the Adapter.
- getBinaryStorage() - Method in interface com.sdl.delivery.deployer.api.binarystorage.StorageSelector
-
- getBinaryStorage() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.StepDataProvider
-
Returns the reference for BinaryStorage to be used in Steps.
- getBinaryStorage() - Method in class com.tridion.deployer.SectionVisitor
-
- getBinaryStorage() - Method in class com.tridion.transport.transportpackage.TransportPackage
-
- getBinaryTitle() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
The title of binary.
- getBinaryTitle() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getBinaryType() - Method in class com.tridion.broker.querying.criteria.content.BinaryTypeCriteria
-
This returns the binary type that this criteria uses to query for.
- getBinaryUrl() - Method in class com.tridion.linking.Link
-
- getBody() - Method in class com.tridion.tcdl.OutputDocument
-
Returns the body as it was produced by the tag handlers.
- getBody() - Method in class com.tridion.util.xml.XMLParseResult
-
- getBookmark(String) - Method in class com.tridion.tcdl.OutputDocument
-
Returns the bookmark for the given identifier.
- getBookmarks() - Method in class com.tridion.tcdl.OutputDocument
-
Gives an ordered list of Bookmark objects.
- getBoolean(String, boolean) - Method in class com.tridion.tcdl.TransformContext
-
- getBooleanOperation() - Method in interface com.sdl.delivery.iq.query.api.Query
-
Gets the current boolean operation of this Query.
- getBooleanOperation() - Method in class com.sdl.delivery.iq.query.search.SearchQuery
-
- getBooleanProperty(Configuration, String) - Static method in class com.sdl.delivery.configuration.utils.ConfigurationPropertyUtils
-
Get the property value as type
Boolean
from the given 'Properties Configuration' by the given property
name.
- getBooleanValue(String) - Method in class com.tridion.util.xml.XMLParseResult
-
- getBoost() - Method in class com.sdl.delivery.iq.query.field.DefaultTermValue
-
- getBoostValue() - Method in interface com.sdl.delivery.iq.query.api.TermValue
-
- getBoostValue() - Method in class com.sdl.delivery.iq.query.field.DefaultTermValue
-
- getBroker() - Static method in class com.sdl.context.api.ContextualDelivery
-
Get the context broker for this system.
- getBufferedImage() - Method in class com.sdl.context.image.TransformedImage
-
- getBytes() - Method in class com.sdl.context.image.FileImage
-
- getBytes() - Method in class com.sdl.context.image.HttpImage
-
- getBytes() - Method in class com.sdl.context.image.TransformedImage
-
- getBytes() - Method in class com.sdl.context.image.UrlImage
-
- getBytes() - Method in interface com.sdl.context.resource.api.Resource
-
- getBytes() - Method in class com.sdl.context.resource.DefaultFileResource
-
- getBytes() - Method in interface com.tridion.data.BinaryData
-
Gets the binary data as an array of bytes.
- getBytes() - Method in class com.tridion.data.BinaryDataBuffer
-
Gets the binary data as an array of bytes.
- getBytes() - Method in class com.tridion.data.BinaryDataFile
-
Gets the binary data as an array of bytes.
- getByteString() - Method in class com.sdl.context.image.FileImage
-
- getByteString() - Method in class com.sdl.context.image.HttpImage
-
- getByteString() - Method in class com.sdl.context.image.TransformedImage
-
- getByteString() - Method in class com.sdl.context.image.UrlImage
-
- getByteString() - Method in interface com.sdl.context.resource.api.Resource
-
Return the resource as a byte array's clone.
- getByteString() - Method in class com.sdl.context.resource.DefaultFileResource
-
- getCacheHitRatio() - Method in interface com.sdl.context.common.api.caching.CacheStatistics
-
Gets the cache hit ratio.
- getCacheKey() - Method in class com.tridion.dynamiccontent.meta.resolver.MetaDataCacheKey
-
- getCartridgeCategory() - Method in class com.tridion.ambientdata.AmbientDataContext
-
Gets configured cartridge category.
- getCartridgeConfigurations() - Method in class com.tridion.ambientdata.AmbientDataConfig
-
- getCategory() - Method in class com.tridion.broker.querying.criteria.categorization.CategorizationCriteria
-
Returns category.
- getCategoryName() - Method in class com.tridion.broker.querying.criteria.categorization.CategoryCriteria
-
Returns category name.
- getCategoryName() - Method in class com.tridion.broker.querying.criteria.categorization.KeywordCriteria
-
Returns category name.
- getCharsetName() - Method in interface com.tridion.data.CharacterData
-
Gets the charset name of this character data.
- getChild(String) - Method in class com.tridion.util.xml.XMLParseResult
-
- getChildByTagName(Node, String) - Static method in class com.tridion.util.xml.DOMUtil
-
Iterate over the children of a given node and return the first node
that has a specific name.
- getChildConfigKeys() - Method in class com.sdl.delivery.configuration.values.ValueContainer
-
Returns the keys of the "top level" ChildConfigValues within this
container (i.e.
- getChildCount() - Method in interface com.sdl.delivery.ugc.client.odata.edm.Comment
-
Get child count for a comment.
- getChildKeys() - Method in class com.sdl.delivery.configuration.values.ValueContainer
-
Returns the keys of the "top level" property values and ChildConfigValues.
- getChildPropertyKeys() - Method in class com.sdl.delivery.configuration.values.ValueContainer
-
Returns the keys of the "top level" property values (that aren't "owned" by a child
ChildConfigValue).
- getChildren() - Method in interface com.sdl.delivery.ugc.client.odata.edm.Comment
-
Get this comment's children.
- getChildren() - Method in class com.tridion.util.xml.XMLParseResult
-
- getClaimStoreProvider() - Method in class com.tridion.ambientdata.AmbientDataConfig
-
- getClaimValues() - Method in interface com.tridion.ambientdata.claimstore.ClaimStore
-
Current values of claims.
- getClaimValues() - Method in class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
- getClientClass() - Method in class com.sdl.delivery.iq.client.common.config.ClientConfiguration
-
Get the class of client.
- getClientIpAddressFromClaimStore(ClaimStore) - Static method in class com.tridion.ambientdata.claimstore.ClaimStoreUtil
-
Looks up inside of the claimStore for the IP address of the client.
- getCode() - Method in exception com.sdl.delivery.iq.index.client.http.ApiException
-
Get the HTTP status code.
- getCodeBlockEndMarker() - Method in class com.tridion.tcdl.TransformContext
-
Returns the configured marker to use to end a code block e.g.
- getCodeBlockStartMarker() - Method in class com.tridion.tcdl.TransformContext
-
Returns the configured marker to use to start a code block e.g.
- getColumnName() - Method in enum com.tridion.broker.querying.MetadataType
-
- getCommand(String...) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
Gets the command.
- getCommandHandler() - Method in class com.sdl.context.common.cli.CommandConfiguration
-
- getCommands() - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
Gets the commands.
- getCommentById(long, boolean) - Method in interface com.sdl.delivery.ugc.client.comment.UgcCommentApi
-
Get the comment by id.
- getCommentId() - Method in interface com.sdl.delivery.ugc.client.odata.edm.CommentMeta
-
Get parent comment id.
- getCommonIndexPrefix() - Method in class com.sdl.delivery.iq.client.common.config.ClientConfiguration
-
- getComponentId() - Method in interface com.tridion.data.CharacterData
-
Gets the component id of this character data.
- getComponentId() - Method in interface com.tridion.dcp.ComponentPresentation
-
Gets this component presentation's component ID.
- getComponentId() - Method in interface com.tridion.linking.LinkInfo
-
Returns the Component id for a possible link.
- getComponentPresentation(int, int) - Method in class com.tridion.dcp.ComponentPresentationFactory
-
Get a component presentation.
- getComponentPresentation(String, String) - Method in class com.tridion.dcp.ComponentPresentationFactory
-
Get a component presentation.
- getComponentPresentation(int, int, int) - Method in class com.tridion.dcp.ComponentPresentationFactory
-
Get a component presentation.
- getComponentPresentation(int, int, int, String, String) - Method in class com.tridion.dcp.ComponentPresentationFactory
-
- getComponentPresentationWithHighestPriority(int) - Method in class com.tridion.dcp.ComponentPresentationFactory
-
Get the component presentation for a component that has the highest priority.
- getComponentPresentationWithHighestPriority(String) - Method in class com.tridion.dcp.ComponentPresentationFactory
-
Get the component presentation for a component that has the highest priority.
- getComponentPresentationWithLowestPriority(int) - Method in class com.tridion.dcp.ComponentPresentationFactory
-
Get the component presentation for a component that has the lowest priority.
- getComponentPresentationWithLowestPriority(String) - Method in class com.tridion.dcp.ComponentPresentationFactory
-
Get the component presentation for a component that has the lowest priority.
- getComponentPresentationWithOutputFormat(int, String) - Method in class com.tridion.dcp.ComponentPresentationFactory
-
Get a component presentation for a component, with the given output format.
- getComponentPresentationWithOutputFormat(String, String) - Method in class com.tridion.dcp.ComponentPresentationFactory
-
Get a component presentation for a component, with the given output format.
- getComponentPresentationWithPriority(int, int) - Method in class com.tridion.dcp.ComponentPresentationFactory
-
Get a component presentation for a component, with the specified priority.
- getComponentPresentationWithPriority(String, int) - Method in class com.tridion.dcp.ComponentPresentationFactory
-
Get a component presentation for a component, with the specified priority.
- getComponentTemplateId() - Method in interface com.tridion.broker.xslt.XSLT
-
Gets the component template id.
- getComponentTemplateId() - Method in interface com.tridion.dcp.ComponentPresentation
-
Gets this component presentation's template ID.
- getComponentTemplateId() - Method in interface com.tridion.linking.LinkInfo
-
Returns the Component Template id for a possible link.
- getComponentTemplatePriority() - Method in interface com.tridion.linking.LinkInfo
-
Returns the priority of the Component Template used in a
possible link.
- getCompositeFilters() - Method in class com.tridion.taxonomies.filters.CompositeFilter
-
This returns a list of the filters in this Composite filter.
- getCompositeItemId() - Method in class com.tridion.util.TCDURI
-
Get the itemIds if a composite key is used.
- getConcepts() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
The concepts field.
- getConcepts() - Method in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
- getConcepts() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getConceptSchemes() - Method in class com.sdl.delivery.iq.query.result.ConceptQueryResultData
-
- getConfigExtensions() - Method in class com.sdl.delivery.configuration.utils.ConfigurationMergeRegistry
-
Returns the Map of Extensions configured.
- getConfigFileName() - Method in class com.tridion.Controller
-
Deprecated.
Returns the configuration file name that should be used for configuring this Controller
.
- getConfigFileName() - Method in class com.tridion.linking.Linking
-
Gets the name of the configuration file.
- getConfigName() - Method in class com.tridion.web.jsp.JSPPage
-
Implementation of the abstract method in the Page object.
- getConfigName() - Method in class com.tridion.web.Page
-
Abstract method to return the name of the configuration on which this
page is requested.
- getConfigSchemaName() - Method in class com.tridion.Controller
-
Deprecated.
Returns the file name of the schema used to validate the configuration file used by this
Controller
.
- getConfigSchemaName() - Method in class com.tridion.linking.Linking
-
Gets the name of the configuration schema file.
- getConfiguration(ConfigurationPath) - Method in class com.sdl.delivery.configuration.xml.XMLConfiguration
-
- getConfiguration(String) - Method in class com.sdl.delivery.configuration.xml.XMLConfiguration
-
- getConfiguration() - Method in class com.sdl.delivery.configuration.xml.XMLConfigurationResource
-
- getConfiguration(ConfigurationPath) - Method in class com.sdl.delivery.configuration.xml.XMLConfigurationResource
-
- getConfiguration() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.Step
-
Get the step configuration.
- getConfiguration() - Method in class com.tridion.Controller
-
Deprecated.
Returns a reference to the configuration being used by this Controller
instance.
- getConfiguration(int) - Method in class com.tridion.Controller
-
Deprecated.
Returns the local configuration for the supplied id.
- getConfiguration() - Method in class com.tridion.deployer.Module
-
- getConfiguration() - Method in class com.tridion.dynamiccontent.DynamicContent
-
Returns current configuration.
- getConfigurationAsStringValues(Map<String, Value>) - Static method in class com.sdl.delivery.configuration.utils.ConfigurationPropertyUtils
-
Converts a Map containing configuration values ( Map) to Map.
- getConfigurationFile() - Method in class com.tridion.Controller
-
Deprecated.
Returns a URL representing the file that was used to load the configuration for this instance.
- getConfigurationLocations() - Method in class com.sdl.delivery.iq.client.common.config.ServiceConfiguration
-
Get all configured URLs for remote configration endpoint.
- getConfigurations(ConfigurationPath) - Method in class com.sdl.delivery.configuration.xml.XMLConfiguration
-
- getConfigurations() - Method in class com.sdl.delivery.configuration.xml.XMLConfiguration
-
- getConfigurations(ConfigurationPath) - Method in class com.sdl.delivery.configuration.xml.XMLConfigurationResource
-
- getConfigurations(Configuration, String) - Static method in class com.tridion.configuration.util.ConfigurationUtil
-
- getConfigurations(Configuration, ConfigurationPath) - Static method in class com.tridion.configuration.util.ConfigurationUtil
-
This is a small convenience method that in case of an optional path returns an empty list instead of throwing
an exception.
- getConfiguredClaimScope(URI) - Method in class com.tridion.ambientdata.AmbientDataConfig
-
- getConfiguredClaimScope(URI) - Method in interface com.tridion.ambientdata.claimstore.ClaimStore
-
Returns the configured scope of the claim identified by URI.
- getConfiguredClaimScope(URI) - Method in class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
- getConfiguredSessionScopeClaims() - Method in class com.tridion.ambientdata.AmbientDataConfig
-
- getConnection() - Method in class com.sdl.context.common.jdbc.RetryDataSource
-
- getConnectorId() - Method in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
- getConnectTimeout() - Method in class com.sdl.delivery.iq.client.common.config.ClientConfiguration
-
Get the connection timeout to the remote service.
- getConnectTimeout() - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Get connection timeout (in milliseconds).
- getContent() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- getContent() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getContent() - Method in interface com.sdl.delivery.ugc.client.odata.edm.Comment
-
Get content.
- getContent() - Method in class com.sdl.web.ugc.model.Comment
-
- getContent() - Method in interface com.tridion.broker.schemas.Schema
-
Returns the Schema as a String.
- getContent() - Method in interface com.tridion.broker.xslt.XSLT
-
Gets the XSLT content.
- getContent(boolean) - Method in interface com.tridion.dcp.ComponentPresentation
-
Gets the content of this component presentation.
- getContent() - Method in interface com.tridion.dcp.ComponentPresentation
-
Gets the content of this component presentation.
- getContent(int, int) - Method in class com.tridion.dynamiccontent.ComponentPresentationAssembler
-
Returns the content of a Dynamic Component Presentation.
- getContent(int, int, Map<String, String>) - Method in class com.tridion.dynamiccontent.ComponentPresentationAssembler
-
Returns the content of a Dynamic Component Presentation.
- getContent(String, String, Map<String, String>) - Method in class com.tridion.dynamiccontent.ComponentPresentationAssembler
-
Returns the content of a Dynamic Component Presentation.
- getContent(String, String) - Method in class com.tridion.dynamiccontent.ComponentPresentationAssembler
-
Returns the content of a Dynamic Component Presentation.
- getContent(String) - Method in class com.tridion.dynamiccontent.PageContentAssembler
-
Get rendered content for specified page URI.
- getContent(String, Map<String, String>) - Method in class com.tridion.dynamiccontent.PageContentAssembler
-
Get rendered content for specified page URI and passed in variable maps.
- getContent(int, int) - Method in class com.tridion.dynamiccontent.PageContentAssembler
-
Getting rendered content for specific page determined by publication id and page id.
- getContent(int, int, Map<String, String>) - Method in class com.tridion.dynamiccontent.PageContentAssembler
-
Getting rendered content for specific page determined by publication id and page id.
- getContentDOM() - Method in interface com.tridion.dcp.XMLComponentPresentation
-
- getContentId() - Method in class com.tridion.broker.querying.criteria.content.ContentItemCriteria
-
Deprecated.
This returns the content identifier of which to Query.
- getContents() - Method in class com.tridion.transformer.TCDLTag
-
- getContentsFromTag(TCDLTag, String, TransformContext) - Method in class com.tridion.transformer.AbstractTransformer
-
Deprecated.
This is a recursive function which reads the contents of a particular tag, then recurses any child tags this
tag has,
calling the necessary transformer to deal with the contents of the tag.
- getContentsFromTag(TCDLTag, String, TransformContext) - Method in class com.tridion.transformer.ASPDotNETTransformer
-
This is a recursive function which reads the contents of a particular tag, then recurses any child tags this
tag has,
calling the necessary transformer to deal with the contents of the tag.
- getContentsFromTag(TCDLTag, String, TransformContext) - Method in interface com.tridion.transformer.Transformer
-
Deprecated.
This is a recursive function which reads the contents of a particular tag,
then goes through all child tags this tag has, calling the necessary transformer
to deal with the contents of the tag.
- getContentType() - Method in class com.sdl.context.image.AbstractImage
-
- getContentType() - Method in interface com.sdl.context.resource.api.Resource
-
Get the content content type of the resource, for example image/jpeg.
- getContentType() - Method in class com.sdl.context.resource.DefaultFileResource
-
- getContentType() - Method in interface com.tridion.data.CharacterData
-
Gets the content type of this character data.
- getContentTypeAcquirer() - Method in class com.sdl.context.image.transformation.digestors.AbstractRuleDigestor
-
- getContentTypeFromExtension(String) - Method in class com.sdl.context.resource.ContentTypeAcquirer
-
Returns the content type for the specified extension.
- getContentTypeFromPushbackInputStream(PushbackInputStream) - Method in class com.sdl.context.resource.ContentTypeAcquirer
-
Get the file content type from a PushbackInputStream (it will do this without consuming any bytes from the
PushbackInputStream stream).
- getContentTypesMap() - Method in class com.sdl.context.resource.ContentTypeAcquirer
-
- getContext() - Static method in class com.tridion.ambientdata.AmbientDataContext
-
Gets the current ambient data context.
- getContext(Class<?>) - Static method in class com.tridion.util.JAXBUtil
-
This small utility method allows retrieval of the JAXBContext for a given class.
- getContext() - Method in class com.tridion.web.Page
-
Returns the context of the page request.
- getContextConfiguration() - Method in class com.sdl.context.image.transformation.managers.ImageTransformationManager
-
- getContextPathValue(Configuration) - Static method in class com.tridion.configuration.util.ConfigurationMappingHelper
-
- getConvertedDate() - Method in class com.tridion.broker.querying.criteria.DateCriteria
-
Gets the internal string representation of the date used by this criteria.
- getCookie(String) - Method in class com.tridion.web.jsp.JSPPage
-
Implementation of the abstract method in the Page object.
- getCookie(String) - Method in class com.tridion.web.Page
-
Abstract method to get the value of a cookie.
- getCookieClaimName() - Method in class com.tridion.ambientdata.AmbientDataConfig
-
- getCookieClaimNameString() - Method in class com.tridion.ambientdata.AmbientDataConfig
-
- getCookieConfiguration(CookieConfig.CookieType) - Method in class com.tridion.ambientdata.AmbientDataConfig
-
This returns the cookie configuration for the specified cookie type.
- getCookieName() - Method in class com.tridion.ambientdata.CookieConfig
-
This returns the name of the cookie.
- getCreatedDate() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- getCreatedDate() - Method in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
- getCreatedDate() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getCreationDate() - Method in interface com.sdl.delivery.ugc.client.odata.edm.Item
-
- getCreationDate() - Method in class com.sdl.web.ugc.model.Item
-
- getCriteria() - Method in class com.tridion.broker.querying.criteria.DecoratedCriteria
-
Retrieve the criteria attached to this strategy.
- getCriteria() - Method in class com.tridion.broker.querying.Query
-
Retrieves the Criteria applied to this Query.
- getCriteriaChildren() - Method in class com.tridion.broker.querying.criteria.Criteria
-
Returns a list of children for the Criteria.
- getCriteriaField() - Method in class com.tridion.broker.querying.criteria.operators.CriteriaOperator
-
This method is not needed for operators.
- getCriteriaFieldValue() - Method in class com.tridion.broker.querying.criteria.operators.CriteriaOperator
-
This method is not needed for operators.
- getCriteriaName() - Method in class com.tridion.broker.querying.criteria.Criteria
-
Returns the Name of the Criteria.
- getCriteriaSignature() - Method in class com.tridion.broker.querying.criteria.DecoratedCriteria
-
- getCurrent() - Method in class com.sdl.context.common.cli.History
-
- getCurrentClaimStore() - Static method in class com.tridion.ambientdata.AmbientDataContext
-
Gets the current claim store.
- getCurrentClaimStoreImpl() - Method in class com.tridion.ambientdata.AmbientDataContext
-
Gets the current claim store, to be implemented by subclasses.
- getCurrentClaimStoreImpl() - Method in class com.tridion.ambientdata.web.WebContext
-
- getCurrentExecutionState(String) - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.StepDataProvider
-
Returns execution state identified by execution id.
- getCurrentTransportPackage() - Method in class com.tridion.deployer.SectionVisitor
-
- getCustomMeta(Document, Map) - Static method in class com.tridion.broker.meta.custom.DOMToCustomMetaConvertor
-
Transforms a document and it's children to a tree of CustomMeta objects.
- getCustomMeta(Element, Map<String, String>) - Static method in class com.tridion.broker.meta.custom.DOMToCustomMetaConvertor
-
Transforms an element and it's children to a tree of CustomMeta objects.
- getData() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.StepState
-
Get the list of 'Step Data' hold by the referenced step.
- getDatabaseUrl() - Method in class com.sdl.context.common.jdbc.DataSourceWrapper
-
- getDataRootsFromGlobalConfiguration(Configuration, Map<String, File>) - Static method in class com.tridion.broker.meta.MetaUtils
-
Gets all DataRoot directories from the Publication elements of the Broker configuration files, and adds them
to the Map passed as a parameter, using the lower case file name as a key.
- getDataSize() - Method in interface com.tridion.data.BinaryData
-
Gets the size of underlying binary data.
- getDataSize() - Method in class com.tridion.data.BinaryDataBuffer
-
Gets the size of underlying binary data.
- getDataSize() - Method in class com.tridion.data.BinaryDataFile
-
Gets the size of underlying binary data.
- getDataType() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.data.StepData
-
Get the 'Step Data value' type.
- getDateFormat() - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
- getDateProperty(Configuration, String) - Static method in class com.sdl.delivery.configuration.utils.ConfigurationPropertyUtils
-
Get the property value as type
Calendar
from the given 'Properties Configuration' by the given property
name.
- getDatetimeFormat() - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
- getDateTimeFormatter() - Static method in class com.tridion.util.TimeUtils
-
Creates a formatter for generating UTC DateTime strings.
- getDateValue(String) - Method in class com.tridion.util.xml.XMLParseResult
-
- getDebug() - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- getDefault() - Method in interface com.sdl.delivery.deployer.api.queue.QueueProvider
-
Provides the default queue.
- getDefaultCharacterEncoding() - Static method in class com.sdl.context.common.lang.CharacterUtils
-
- getDefaultCheckPeriod() - Method in class com.sdl.context.image.ImageTransformerFactory
-
Deprecated.
- getDefaultCheckPeriod() - Method in class com.sdl.context.image.transformation.managers.TransformationCacheAccessor
-
- getDefaultCheckPeriod() - Method in class com.sdl.context.image.transformation.processors.CachingTransformationProcessor
-
- getDefaultCookieClaimValue() - Method in class com.tridion.ambientdata.AmbientDataConfig
-
- getDefaultLanguage() - Method in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
- getDefaultName() - Method in enum com.tridion.ambientdata.CookieConfig.CookieType
-
This returns the default name of the cookie.
- getDefaultPath() - Method in enum com.tridion.ambientdata.CookieConfig.CookieType
-
This returns the default path a cookie is valid for.
- 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.
- getDependencies(String) - Method in class com.tridion.tcdl.OutputDocument
-
Returns the list of dependencies identified by [section].
- getDependencySections() - Method in class com.tridion.tcdl.OutputDocument
-
All unique sections currently present.
- getDescription() - Method in class com.sdl.context.common.cli.CommandConfiguration
-
- getDescription() - Method in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
- getDestinationFile() - Method in class com.tridion.util.xml.XMLResultAggregator
-
Get the full destination file where to write the result.
- getDetachedAppenders() - Method in class com.sdl.context.common.logging.LogCapture
-
- getDetail() - Method in exception com.tridion.transformer.TCDLTransformerException
-
- getDigestKey() - Method in class com.tridion.ambientdata.AmbientDataConfig
-
DigestKey returns from the configuration.
- getDirectoriesBelowDefaultDataRoot(File, Map<String, File>) - Static method in class com.tridion.broker.meta.MetaUtils
-
Gets all directories below the default DataRoot, and adds them
to the Map passed as a parameter, using the lower case file name as a key.
- getDisplayHelpOnStartup() - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- getDocumentBuilder() - Method in class com.tridion.tcdl.TCDLEngine
-
- getDomain() - Method in class com.tridion.dynamiccontent.publication.PublicationMapping
-
Gets the domain name for the mapping.
- getDomain() - Method in class com.tridion.web.jsp.JSPPage
-
Returns the domain on which this page instance is created.
- getDomain() - Method in class com.tridion.web.Page
-
Returns the domain property of this instance.
- getDoubleProperty(Configuration, String) - Static method in class com.sdl.delivery.configuration.utils.ConfigurationPropertyUtils
-
Get the property value as type
Double
from the given 'Properties Configuration' by the given property
name.
- getElement(Document, String, int) - Static method in class com.tridion.util.xml.XMLUtils
-
Return an Element given an XML document, tag name, and index.
- getEmailAddress() - Method in interface com.sdl.delivery.ugc.client.odata.edm.User
-
- getEmailAddress() - Method in class com.sdl.web.ugc.model.User
-
- getEnclosingContext() - Method in class com.tridion.tcdl.TransformContext
-
- getEnclosingTag() - Method in class com.tridion.tcdl.Tag
-
Returns enclosing Tag of this Tag, if present.
- getEnclosingTagHandler() - Method in class com.tridion.tcdl.TagDispatcher
-
Returns the TagHandler for the enclosing Tag of the currently active Tag in the processing Stack.
- getEnd() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.StatusItem
-
Get the end date/time in milliseconds (it could be that it has not finished yet).
- getEndOfRange() - Method in interface com.sdl.delivery.iq.query.api.QueryFilter
-
Returns the preset result set end.
- getEndOfRange() - Method in class com.sdl.delivery.iq.query.result.SearchResultFilter
-
- getEndRange() - Method in class com.tridion.broker.querying.criteria.metadata.CustomMetaDateRangeCriteria
-
Returns the End of the Range.
- getEndRange() - Method in class com.tridion.broker.querying.criteria.metadata.CustomMetaStringRangeCriteria
-
Returns the End of the Range.
- getEndRange() - Method in class com.tridion.broker.querying.criteria.metadata.MetadataRangeCriteria
-
Returns the End of the Range.
- getEndRange() - Method in class com.tridion.broker.querying.criteria.metadata.NumericalRangeCriteria
-
Returns the End of the Range.
- getEngine() - Method in interface com.sdl.context.api.ContextBroker
-
Get the context engine.
- getEntities(ODataClientQuery) - Method in interface com.sdl.delivery.ugc.client.UgcClientApi
-
Gets all entities of a specific entity type recognized by query.
- getEntity(ODataClientQuery) - Method in interface com.sdl.delivery.ugc.client.UgcClientApi
-
Get the entity recognized by query.
- getEnvironmentVariable(String) - Static method in class com.tridion.configuration.VariableResolverUtil
-
- getEnvironmentVariableAndDecrypt(String) - Static method in class com.tridion.configuration.VariableResolverUtil
-
- getErrorList() - Method in class com.tridion.linking.AbstractLink
-
Returns an ErrorList instance.
- getEscapedKey(String, boolean) - Static method in class com.sdl.context.common.lang.StringUtils
-
- getExcludedPaths() - Method in class com.tridion.ambientdata.AmbientDataConfig
-
- getExcludeFields() - Method in interface com.sdl.delivery.iq.query.api.QueryFilter
-
Returns the preset exclude filters.
- getExcludeFields() - Method in class com.sdl.delivery.iq.query.result.SearchResultFilter
-
- getExecutionId() - Method in interface com.sdl.delivery.deployer.api.model.Command
-
Returns 'Execution Id' of the execution this command applies to.
- getExecutionId() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.data.StepData
-
The execution id for which this 'Step Data' is applicable.
- getExecutionId() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.ExecutionState
-
The execution id.
- getExecutionId() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.ProcessingContext
-
Get the execution id.
- 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.
- getExtension() - Method in class com.sdl.context.image.AbstractImage
-
- getExtension() - Method in interface com.sdl.context.resource.api.Resource
-
Returns the normalised extension for this resource, e.g.
- getExtension() - Method in class com.sdl.context.resource.DefaultFileResource
-
- getExtensionFromContentType(String) - Method in class com.sdl.context.resource.ContentTypeAcquirer
-
Returns a file extension for a specified content type.
- getExtensionFromName(String) - Method in class com.sdl.context.resource.ContentTypeAcquirer
-
- getExtensionTypesMap() - Method in class com.sdl.context.resource.ContentTypeAcquirer
-
- getExternalId() - Method in interface com.sdl.delivery.ugc.client.odata.edm.User
-
- getExternalId() - Method in class com.sdl.web.ugc.model.User
-
- getExternalItemHandler(Long) - Method in interface com.tridion.deployer.TypeHandlerFactory
-
This creates a TypeHandler for a given itemURI.
- getFacets() - Method in class com.sdl.delivery.iq.query.search.SearchQuery
-
- getFactory() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.Step
-
Get the step factory.
- getField() - Method in class com.sdl.delivery.iq.query.search.SearchNode
-
- getFieldMultiTerm() - Method in class com.sdl.delivery.iq.query.search.SearchNode
-
- getFieldOperatorAsString() - Method in class com.tridion.broker.querying.criteria.Criteria
-
Returns operator for field.
- getFields() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- getFields() - Method in class com.sdl.delivery.iq.query.field.MultiMatchField
-
- getFields() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getFieldType() - Method in class com.sdl.delivery.iq.query.field.RangeField
-
- getFieldType() - Method in class com.sdl.delivery.iq.query.field.SingleField
-
- getFieldType() - Method in class com.sdl.delivery.iq.query.field.SingleFieldMultiTerm
-
- getFieldTypes() - Method in class com.sdl.delivery.iq.query.field.GroupedField
-
- getFile() - Method in class com.sdl.context.image.FileImage
-
- getFile() - Method in interface com.sdl.context.resource.api.FileResource
-
- getFile() - Method in class com.sdl.context.resource.DefaultFileResource
-
- getFileLocation() - Method in interface com.tridion.dcp.ComponentPresentation
-
Gets this component presentation's file location or null if no file-system based.
- getFileName() - Method in class com.sdl.context.common.cli.History
-
- getFiles() - Method in class com.tridion.util.xml.XMLResultAggregator
-
Get all .xml
files in the fileset.
- getFileSafeTCDURIItemSeparator() - Static method in class com.tridion.util.URIUtils
-
Gets the file safe character that is used to replace "/" in TCDURI
's.
- getFileSafeURISeparator() - Static method in class com.tridion.util.URIUtils
-
Gets the file safe character that is used to replace ":" in TCMURI
's and TCDURI
's.
- getFilteredLinkInfo() - Method in class com.tridion.linking.ComponentLinkCacheHolder
-
- getFilterName() - Method in class com.tridion.taxonomies.filters.AbstractKeywordFilter
-
This returns the name of the Filter.
- getFilterName() - Method in class com.tridion.taxonomies.filters.CompositeFilter
-
This returns the name of the Filter.
- getFilterName() - Method in class com.tridion.taxonomies.filters.DepthFilter
-
This returns the name of the Filter.
- getFilterName() - Method in class com.tridion.taxonomies.filters.KeywordPropertyFilter
-
This returns the name of the Filter.
- getFilterName() - Method in class com.tridion.taxonomies.filters.TaxonomyFilter
-
This returns the name of the Filter.
- getFinalizePipeline(String, Set<String>, String) - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.PipelineProvider
-
Resolve the pipeline which is last in the execution chain and marked as a finalizing pipeline.
- getFirst(Iterable<? extends T>, T) - Static method in class com.sdl.delivery.configuration.utils.CollectionUtil
-
Returns the first element in iterable
or defaultValue
.
- getFirstConfigurationLocation() - Method in class com.sdl.delivery.iq.client.common.config.ServiceConfiguration
-
Convenient method to get the first URL for remote configuration endpoint.
- getFirstElement(Element, String) - Static method in class com.tridion.util.xml.XMLUtils
-
- getFirstLine() - Method in class com.tridion.transformer.TransformContext
-
- getFirstResult() - Method in class com.tridion.broker.querying.filter.PagingFilter
-
Gets the index of the first result in the list specified by this filter, numbered from 0.
- getFirstServiceLocation() - Method in class com.sdl.delivery.iq.client.common.config.ServiceConfiguration
-
Convenient method to get the first URL of the remote index/query service.
- getFooter() - Method in class com.tridion.transformer.TransformContext
-
- getFormatName() - Method in class com.sdl.context.image.ImageIoWrapper
-
- getForVerb(String) - Method in interface com.sdl.delivery.deployer.api.queue.QueueProvider
-
Get a queue for a specific verb.
- getForwardedClaims() - Method in class com.tridion.ambientdata.AmbientDataConfig
-
Returns a singleton map where the key is the cookie name that should be used for claims forwarding and
the value is the list of claims that should be forwarded.
- getFragment(ImageTransformationContext, int) - Method in class com.sdl.context.image.transformation.digestors.AbstractImageContextDigestor
-
- getFragmentAlias(String) - Method in class com.sdl.context.image.transformation.digestors.AbstractImageContextDigestor
-
- getFrom(String) - Method in class com.tridion.broker.querying.criteria.DecoratedCriteria
-
Method that returns query join string for specific criteria and specific JoinId.
- getFrom() - Method in class com.tridion.broker.querying.criteria.DecoratedCriteria
-
Method that returns query join string for specific criteria.
- getFrom(String) - Method in interface com.tridion.broker.querying.generators.GeneratorStrategy
-
This generates the from part of the broker query, this indicates on which entities conditions
can be applied.
- getFullContentsFromTag(TCDLTag, String, TransformContext) - Method in class com.tridion.transformer.AbstractTransformer
-
Deprecated.
This is a recursive function which reads the contents of a particular tag, then recurses any child tags this
tag has,
calling the necessary transformer to deal with the contents of the tag.
- getFullURLString(String, String, int, String) - Static method in class com.tridion.util.StringUtils
-
Takes all the component parts needed to generate a valid URL, and returns the valid URL.
- getFullyQualifiedURL(String, String) - Method in class com.tridion.linking.AbstractLink
-
Create a full URL based on a partial URL, by including information
from the linking configuration file (if specified).
- getGlobalConfiguration() - Method in class com.tridion.Controller
-
Deprecated.
Returns a Configuration
object containing the properties defined in the Global section of the
configuration file.
- getGlobalContext() - Method in class com.tridion.tcdl.TransformContext
-
- getGlobalExecutionArguments() - Method in class com.tridion.tcdl.TransformContext
-
Get execution arguments from the context object.
- getGloballyAcceptedClaims() - Method in class com.tridion.ambientdata.AmbientDataConfig
-
Returns a list of all claims that are allowed to be forwarded by incoming requests.
- getGracePeriodEndDate() - Method in class com.tridion.ambientdata.AmbientDataConfig
-
- getGrouped() - Method in class com.sdl.delivery.iq.query.search.SearchNode
-
- getHandler(TCDURI) - Method in interface com.tridion.deployer.TypeHandlerFactory
-
This creates a TypeHandler for a given itemURI.
- getHandler() - Method in class com.tridion.tcdl.Tag
-
- getHeader() - Method in class com.tridion.transformer.TransformContext
-
- getHeaders() - Method in interface com.sdl.delivery.iq.api.common.ServiceResponseData
-
- getHeaders() - Method in class com.sdl.delivery.iq.index.client.http.ApiResponse
-
- getHeight() - Method in interface com.sdl.context.image.api.ClarifiedImage
-
Get the image height.
- getHeight() - Method in class com.sdl.context.image.transformation.digestors.DimensionsArgument
-
- getHeight() - Method in class com.sdl.context.image.TransformedImage
-
- getHighlighted() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
Represents a Map of field name - highlight values.
- getHighlighted() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getHistory() - Method in class com.sdl.context.common.cli.History
-
- getHits() - Method in interface com.sdl.delivery.iq.query.api.QueryResultData
-
Returns the hits count.
- getHits() - Method in class com.sdl.delivery.iq.query.result.ConceptQueryResultData
-
- getHits() - Method in class com.sdl.delivery.iq.query.result.ConceptSchemeQueryResultData
-
- getHits() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResultSet
-
- getHtmlElementName() - Method in class com.tridion.linking.LinkStringStyle
-
Get a name of the result HTML tag to replace default </a>.
- getHtmlType() - Method in class com.tridion.linking.LinkStringStyle
-
Get a key of type attribute, by default 'type'.
- getHttpAccept() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Return the lower case HTTP_ACCEPT.
- getHttpClient() - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Get HTTP client.
- getId() - Method in interface com.sdl.context.api.ContextVocabulary
-
Returns the ID (unique identifier) for the vocabulary.
- getId() - Method in interface com.sdl.delivery.deployer.api.binarystorage.BinaryStorage
-
Get the Binary Storage Id.
- getId() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.Pipeline
-
Get the pipeline id.
- getId() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.Step
-
Get the step id.
- getId() - Method in interface com.sdl.delivery.deployer.api.queue.DeployerQueue
-
Gets an identifier of this queue.
- getId() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- getId() - Method in class com.sdl.delivery.iq.query.field.IdField
-
- getId() - Method in class com.sdl.delivery.iq.query.result.ConceptResult
-
- getId() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getId() - Method in class com.sdl.delivery.iq.query.search.SearchNode
-
- getId() - Method in class com.sdl.web.ugc.model.Item
-
- getId() - Method in class com.sdl.web.ugc.model.ItemStats
-
- getId() - Method in class com.sdl.web.ugc.model.User
-
- getId() - Method in interface com.tridion.data.BinaryData
-
Gets the id of this binary data.
- getId() - Method in class com.tridion.data.BinaryDataBuffer
-
Gets the id of this binary data.
- getId() - Method in class com.tridion.data.BinaryDataFile
-
Gets the id of this binary data.
- getId() - Method in interface com.tridion.data.CharacterData
-
Gets the id of this character data.
- getId() - Method in class com.tridion.web.Page
-
Get the page Id.
- getIdLong() - Method in interface com.sdl.delivery.ugc.client.odata.edm.CommentMeta
-
Get id.
- getIdLong() - Method in interface com.sdl.delivery.ugc.client.odata.edm.Item
-
- getIds() - Method in interface com.sdl.delivery.deployer.api.queue.QueueProvider
-
Provide all the ids.
- getImageCache() - Method in class com.sdl.context.image.ImageTransformerFactory
-
Deprecated.
- getImageFactory() - Method in class com.sdl.context.image.transformation.digestors.AbstractRuleDigestor
-
- getImageProcessor() - Method in class com.sdl.context.image.transformation.managers.ImageTransformationManager
-
- getImageReaders() - Method in class com.sdl.context.image.ImageIoWrapper
-
- getImagesTimeStampCache() - Method in class com.sdl.context.image.ImageTransformerFactory
-
Deprecated.
- getImagesTimeStampCache() - Method in class com.sdl.context.image.transformation.managers.TransformationCacheAccessor
-
- getImageTransformationManager() - Method in class com.sdl.context.image.transformation.managers.ImageTransformationManagerFactory
-
Gets the instance of the imageTransformationManager.
- getImageTransformationProcessor() - Method in class com.sdl.context.image.transformation.processors.CachingTransformationProcessor
-
- getImageTransformCache() - Method in class com.sdl.context.image.transformation.managers.TransformationCacheAccessor
-
- getImmutable() - Method in interface com.tridion.ambientdata.claimstore.ClaimStore
-
- getImmutable() - Method in class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
- 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".
- getIndex() - Method in interface com.sdl.delivery.iq.query.api.QueryFilter
-
Returns the index.
- getIndex() - Method in class com.sdl.delivery.iq.query.result.SearchResultFilter
-
- getIndexApiClient() - Static method in class com.sdl.delivery.iq.index.client.http.utils.ApiClientConfiguration
-
- getIndexClientConfiguration() - Method in class com.sdl.delivery.iq.client.common.config.ClientConfigurationFactory
-
Get the index client configuration.
- getIndexName() - Method in class com.sdl.delivery.iq.client.common.config.ServiceConfiguration
-
Get the index name.
- getIndexServiceConfiguration() - Method in class com.sdl.delivery.iq.client.common.config.ClientConfigurationFactory
-
Get the index service configuration.
- getIndexServiceResponse() - Method in exception com.sdl.delivery.iq.index.client.http.ApiException
-
- getInfolinkInfo() - Method in class com.tridion.linking.ComponentLinkCacheHolder
-
- getInitialLevelAsInt() - Method in class com.sdl.context.common.logging.LogCapture
-
- getInputStream() - Method in class com.sdl.context.image.FileImage
-
- getInputStream() - Method in class com.sdl.context.image.HttpImage
-
- getInputStream() - Method in class com.sdl.context.image.TransformedImage
-
- getInputStream() - Method in class com.sdl.context.image.UrlImage
-
- getInputStream() - Method in interface com.sdl.context.resource.api.Resource
-
Create an input stream for this resource.
- getInputStream() - Method in class com.sdl.context.resource.DefaultFileResource
-
- getInputStream() - Method in interface com.tridion.data.BinaryData
-
Gets an InputStream
representing the binary data.
- getInputStream() - Method in class com.tridion.data.BinaryDataBuffer
-
Gets an InputStream
representing the binary data.
- getInputStream() - Method in class com.tridion.data.BinaryDataFile
-
Gets an InputStream
representing the binary data.
- getInputStream() - Method in interface com.tridion.data.CharacterData
-
Gets an InputStream
representing the character data.
- getInputStream(String) - Method in interface com.tridion.data.CharacterData
-
Gets an InputStream
representing the character data
using specified encoding.
- getInstance() - Static method in class com.sdl.context.image.api.admin.ContextualImageDeliveryAdministrator
-
Get the Contextual Image Delivery (CID) Administrator.
- getInstance() - Static method in class com.sdl.delivery.configuration.utils.ConfigurationMergeRegistry
-
Get the singleton instance of this registry.
- getInstance() - Static method in class com.sdl.delivery.iq.client.common.config.ClientConfigurationFactory
-
- getInstance() - Static method in class com.tridion.deployer.ModuleFactory
-
Standard singleton method to return an instance.
- getInstance() - Static method in class com.tridion.dynamiccontent.DynamicContent
-
Get the singleton instance of DynamicContent
and create it in case it has not been created yet.
- getInstance() - Static method in class com.tridion.linking.Linking
-
Standard singleton method to return an instance.
- getInstance() - Static method in class com.tridion.tcdl.TCDLProcessor
-
- getInstance() - Static method in class com.tridion.transport.transportpackage.MetaDataFactory
-
Standard singleton method to return an instance.
- getInstanceID() - Method in class com.tridion.ambientdata.AmbientDataConfig
-
- getInstruction() - Method in class com.sdl.delivery.iq.index.client.http.IndexApiResponse
-
- getInt(String, int) - Method in class com.tridion.tcdl.TransformContext
-
- getIntegerProcessorId() - Static method in class com.tridion.util.ProcessorIdUtil
-
- getIntValue(String) - Method in class com.tridion.util.xml.XMLParseResult
-
- getIPAddresses() - Method in class com.tridion.ambientdata.AmbientDataConfig
-
- getIsIphone() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Return whether the device is an Iphone or iPod Touch.
- getIsTierGenericMobile() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Return whether the device is a generic, less-capable mobile device.
- getIsTierIphone() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Return whether the device is in the Iphone Tier.
- getIsTierRichCss() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Return whether the device is in the 'Rich CSS' tier of mobile devices.
- getIsTierTablet() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Return whether the device is in the Tablet Tier.
- getItem(int) - Method in class com.sdl.context.common.csv.CsvRow
-
- getItem(Class<T>) - Method in class com.tridion.broker.querying.QueryResultRow
-
This allows retrieval of an entity from this broker query result row.
- getItemId() - Method in interface com.sdl.delivery.ugc.client.odata.edm.Item
-
- getItemId() - Method in class com.sdl.web.ugc.model.Item
-
- getItemId() - Method in class com.tridion.util.CMURI
-
Get the item Id for this URI.
- getItemId() - Method in class com.tridion.util.TCDURI
-
Get the Item identifier.
- getItemPublicationId() - Method in interface com.sdl.delivery.ugc.client.odata.edm.Item
-
- getItemPublicationId() - Method in class com.sdl.web.ugc.model.Item
-
- getItemReferenceId() - Method in class com.tridion.broker.querying.criteria.content.ItemReferenceCriteria
-
Returns the reference item ID.
- getItems() - Method in class com.sdl.context.common.csv.CsvRow
-
- getItemTitle() - Method in class com.tridion.broker.querying.criteria.content.ItemTitleCriteria
-
This returns the itemTitle to use as the Criteria.
- getItemType() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
Gets the Item Type.
- getItemType() - Method in class com.sdl.delivery.iq.query.field.ItemTypeField
-
- getItemType() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getItemType() - Method in class com.sdl.delivery.iq.query.search.SearchNode
-
- getItemType() - Method in interface com.sdl.delivery.ugc.client.odata.edm.Item
-
- getItemType() - Method in class com.sdl.web.ugc.model.Item
-
- getItemType() - Method in class com.tridion.broker.querying.criteria.content.ItemTypeCriteria
-
This returns the itemType to use as the Criteria.
- getItemType() - Method in class com.tridion.util.CMURI
-
Get the item type for this URI.
- getItemType() - Method in class com.tridion.util.TCDURI
-
Get the type for this URI.
- getItemTypeId(String) - Static method in class com.tridion.util.TCDURI
-
Get the ItemTypeId based on a type string.
- getItemTypeString() - Method in class com.tridion.util.TCDURI
-
Get the type for this URI as a human readable string.
- getItemTypeString(long) - Static method in class com.tridion.util.TCDURI
-
Get an ItemType string for an ItemType Id.
- getItemURI() - Method in class com.tridion.broker.querying.QueryResultRow
-
This retrieves the itemURI of the item representing this result row.
- getItemURI() - Method in class com.tridion.tcdl.TransformContext
-
Returns the itemURI that was set earlier or null if none was set.
- getItemURI() - Method in class com.tridion.transformer.TransformContext
-
Get the URI of the item currently being processed.
- getIterator(ProcessingContext, StepDataProvider) - Method in class com.sdl.delivery.deployer.steps.ProcessorInstructionsProvider
-
- getJavaType() - Method in enum com.sdl.delivery.deployer.api.processing.pipeline.data.DataType
-
- getJoindId() - Method in class com.tridion.broker.querying.criteria.DecoratedCriteria
-
Retrieve the joinId used for generating the criteria and join string.
- getJoinedArgs(int) - Method in class com.sdl.context.common.cli.Command
-
- getJsonFiledValue(JsonNode, List<String>) - Static method in class com.sdl.delivery.deployer.steps.util.JsonParseUtil
-
- 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
-
- getKey() - Method in class com.sdl.context.image.UriImageCacheKey
-
- getKey() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.data.StepData
-
Get the key to retrieve the 'Step Data value' from the State Store.
- getKeyName() - Method in interface com.sdl.delivery.ugc.client.odata.edm.CommentMeta
-
Get key.
- getKeyName() - Method in class com.tridion.broker.querying.criteria.metadata.CustomMetaKeyCriteria
-
Gets the key name for which we query custom metadata.
- getKeyStringValue() - Method in class com.tridion.broker.querying.criteria.metadata.CustomMetaKeyStringCriteria
-
Deprecated.
Returns key string value.
- getKeyValue() - Method in interface com.sdl.delivery.ugc.client.odata.edm.CommentMeta
-
Get value.
- getKeywordChildren() - Method in class com.tridion.taxonomies.Keyword
-
Returns a List of all the children of this TaxonomyKeyword.
- getKeywordDepth() - Method in class com.tridion.taxonomies.Keyword
-
This returns the depth of this keyword in the whole taxonomy it belongs to.
- getKeywordDescription() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordDescriptionCriteria
-
This returns the keyword description.
- getKeywordDescription() - Method in class com.tridion.taxonomies.Keyword
-
This returns the description field of the Keyword.
- getKeywordId() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordCriteria
-
This returns the taxonomy keyword id.
- getKeywordKey() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordKeyCriteria
-
This returns the keyword key used for querying.
- getKeywordKey() - Method in class com.tridion.taxonomies.Keyword
-
This returns a key if one is set or an empty string if none.
- getKeywordLeft() - Method in class com.tridion.taxonomies.Keyword
-
This gets the left value of this Keyword in the hierarchy.
- getKeywordMeta() - Method in class com.tridion.taxonomies.Keyword
-
Returns the custom metadata for this taxonomyKeyword.
- getKeywordName() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordNameCriteria
-
This returns the keyword name used for querying.
- getKeywordName() - Method in class com.tridion.taxonomies.Keyword
-
The name representing this TaxonomyKeyword.
- getKeywordRight() - Method in class com.tridion.taxonomies.Keyword
-
This gets the right value of this Keyword in the hierarchy.
- getKeywords() - Method in class com.tridion.broker.querying.criteria.categorization.CategorizationCriteria
-
Returns list of keywords.
- getKeywords() - Method in class com.tridion.broker.querying.criteria.categorization.KeywordCriteria
-
Returns keywords.
- getKeywordTitle() - Method in class com.tridion.taxonomies.Keyword
-
This returns a title if one is set or an empty string if none.
- getKeywordURI() - Method in class com.tridion.taxonomies.Keyword
-
Returns the TCMURI of the keyword.
- getLanguageLocaleConfiguration() - Method in interface com.sdl.delivery.iq.query.api.ConfigurationProvider
-
Retrieves the language locale map configuration from ElasticSearch.
- getLast(Iterator<? extends T>, T) - Static method in class com.sdl.delivery.configuration.utils.CollectionUtil
-
Return the last element in iterable
or defaultValue
.
- getLastChecked() - Method in class com.sdl.context.image.ImageUpdateTimeStamp
-
- getLastCommentedDate() - Method in class com.sdl.web.ugc.model.ItemStats
-
- getLastError() - Method in class com.tridion.util.ErrorList
-
This method will indicate if the last call to a Presentation Function in
this class resulted in an error, and will retrieve information about
this error.
- getLastErrorMessage() - Method in class com.tridion.util.ErrorList
-
This method will return the last error message, stored after the first
call to setError()
after the last call to
resetLastError()
, or stored after the first call to
setError()
after the creation
of this object.
- getLastModified() - Method in class com.sdl.context.image.ImageUpdateTimeStamp
-
- getLastModified() - Method in interface com.sdl.context.resource.api.ResourceInfo
-
- getLastModified() - Method in class com.sdl.context.resource.FileInfo
-
- getLastModified() - Method in class com.sdl.context.resource.HttpInfo
-
- getLastModified() - Method in class com.sdl.context.resource.UrlInfo
-
- getLastModified() - Method in interface com.tridion.broker.xslt.XSLT
-
Gets the last modified time.
- getLastModifiedCheckPeriod() - Method in class com.sdl.context.image.ImageUpdateTimeStamp
-
- getLastModifiedDate() - Method in interface com.sdl.delivery.ugc.client.odata.edm.Item
-
- getLastModifiedDate() - Method in class com.sdl.web.ugc.model.Item
-
- getLastRatedDate() - Method in class com.sdl.web.ugc.model.ItemStats
-
- getLastStackTrace() - Method in class com.tridion.util.ErrorList
-
This method will return the stacktrace of the last Exception, which was
stored after the first call to setError()
after the last
call to resetLastError()
, or the first call to this method
after the creation of this object.
- getLastUpdate() - Method in class com.sdl.delivery.configuration.xml.XMLConfigurationResource
-
- getLeft() - Method in class com.sdl.delivery.iq.query.field.RangeField
-
- getLegacyTransportStateHelper() - Method in class com.sdl.delivery.deployer.steps.TridionUnzipStep
-
- getLength() - Method in class com.tridion.util.xml.DOMUtil.NodeListImpl
-
- getLevel() - Method in class com.sdl.context.common.logging.LogbackLoggerWrapper
-
- getLevel() - Method in class com.sdl.context.common.logging.LogPatternLevel
-
- getLevel(String) - Static method in class com.sdl.context.common.logging.LogUtils
-
- getLicenseFileTracker() - Method in class com.tridion.Controller
-
Deprecated.
- getLicenseProductName() - Method in class com.tridion.linking.Linking
-
- getLicenseTimeTracker() - Method in class com.tridion.Controller
-
Deprecated.
- getLine() - Method in class com.sdl.context.common.cli.Command
-
Gets the line.
- getLine(int) - Method in class com.sdl.context.common.cli.Command
-
Get the arguments from the given index as a single string.
- getLineCount(File) - Static method in class com.sdl.context.common.lang.IoUtils
-
- getLineLength() - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- getLines(File) - Static method in class com.sdl.context.common.io.FileUtils
-
Get lines as array from file.
- getLines(File) - Static method in class com.sdl.context.common.lang.IoUtils
-
Get lines as array from file.
- getLink(String, String, String, String, boolean) - Method in class com.tridion.linking.BinaryLink
-
The getLink
method tries to find the location of the binary and wraps
this location in a Link
object.
- getLink(CMURI, String) - Method in class com.tridion.linking.BinaryLink
-
The getLink
method tries to find the location of the binary and wraps
this location in a Link
object.
- getLink(String, String, String, String, String, boolean) - Method in class com.tridion.linking.BinaryLink
-
The getLink
method tries to find the location of the binary and wraps
this location in a Link
object.
- getLink(String, String, String, String, String, String, boolean) - Method in class com.tridion.linking.BinaryLink
-
- getLink(String, String, String, String, String, boolean, boolean) - Method in class com.tridion.linking.ComponentLink
-
Tries to create a link to a suitable component presentation on a page
and returnes this as a Link
object.
- getLink(int) - Method in class com.tridion.linking.ComponentLink
-
Gets a URL to the first page that is found containing the requested
targetComponentId.
- getLink(String) - Method in class com.tridion.linking.ComponentLink
-
Gets a URL to the first page that is found containing the requested
targetComponentId.
- getLink(int, int, int, String, String, boolean, boolean) - Method in class com.tridion.linking.ComponentLink
-
Tries to create a link to a suitable component presentation on a page
and returns this as a Link
object.
- getLink(int, int, int, String, String, boolean) - Method in class com.tridion.linking.DynamicComponentLink
-
This method tries to validate a link to a Dynamic Component Presentation on a Page.
- getLink(String, String, String, String, String, boolean) - Method in class com.tridion.linking.DynamicComponentLink
-
This method tries to validate a link to a Dynamic Component Presentation on a Page.
- getLink(int) - Method in class com.tridion.linking.PageLink
-
Create a new Link object targetting a page with just a page Id.
- getLink(String) - Method in class com.tridion.linking.PageLink
-
Create a new Link object targetting a page with just a page URI.
- getLink(int, String, String, String, boolean, String) - Method in class com.tridion.linking.PageLink
-
Create a Link object targeting a page.
- getLink(int, String, String, String, boolean) - Method in class com.tridion.linking.PageLink
-
Create a Link object targetting a page.
- getLink(String, String, String, String, String, boolean, String) - Method in class com.tridion.linking.PageLink
-
Create a page link as a String a tcm:uri.
- getLink(String, String, String, String, boolean, String) - Method in class com.tridion.linking.PageLink
-
Create a page link using a tcm:uri.
- getLink(String, String, String, String, boolean) - Method in class com.tridion.linking.PageLink
-
Create a page link using a tcm:uri.
- getLinkAsString(String, String, String, String, String, String, boolean) - Method in class com.tridion.linking.BinaryLink
-
The getLinkAsString
method calls the getLink
method to
create a link object.
- getLinkAsString(String, String, String, String, String, boolean) - Method in class com.tridion.linking.BinaryLink
-
- getLinkAsString(String, String, String, String, boolean) - Method in class com.tridion.linking.BinaryLink
-
The getLinkAsString
method calls the getLink
method to
create a link object.
- getLinkAsString(int, int, int, String, String, boolean) - Method in class com.tridion.linking.ComponentLink
-
Calls the public method getLinkAsString with an additional
parameter for the anchor with the value false.
- getLinkAsString(int, int, int, String, String, boolean, boolean) - Method in class com.tridion.linking.ComponentLink
-
Creates a new Link instance and returnes this as a String
.
- getLinkAsString(String, String, String, String, String, boolean, boolean, LinkStringStyle) - Method in class com.tridion.linking.ComponentLink
-
Creates a new Link instance and returnes this as a String
.
- getLinkAsString(String, String, String, String, String, boolean, boolean) - Method in class com.tridion.linking.ComponentLink
-
Creates a new Link instance and returnes this as a String
.
- getLinkAsString(String, String, String, String, String, boolean) - Method in class com.tridion.linking.ComponentLink
-
Tries to create a link to a suitable component presentation on a page
and returnes this as a Link
object.
- getLinkAsString(String, String, String, String, String, boolean) - Method in class com.tridion.linking.DynamicComponentLink
-
This method tries to validate a link to a Dynamic Component Presentation
on a Page.
- getLinkAsString(int, int, int, String, String, boolean) - Method in class com.tridion.linking.DynamicComponentLink
-
This method tries to validate a link to a Dynamic Component Presentation on a Page.
- getLinkAsString(int, String, String, String, boolean) - Method in class com.tridion.linking.PageLink
-
Create a page link as a String.
- getLinkAsString(int, String, String, String, boolean, String, LinkStringStyle) - Method in class com.tridion.linking.PageLink
-
Create a page link as a String, using a tcm:uri.
- getLinkAsString(int, String, String, String, boolean, String) - Method in class com.tridion.linking.PageLink
-
Create a page link as a String, using a tcm:uri.
- getLinkAsString(String, String, String, String, boolean, String, LinkStringStyle) - Method in class com.tridion.linking.PageLink
-
Create a page link as a String, using a tcm:uri.
- getLinkAsString(String, String, String, String, boolean, String) - Method in class com.tridion.linking.PageLink
-
Create a page link as a String, using a tcm:uri.
- getLinkAsString(String, String, String, String, boolean) - Method in class com.tridion.linking.PageLink
-
Create a page link as a String using a tcm:uri.
- getLinkInfo(int, int) - Method in class com.tridion.linking.ComponentLink
-
Loads the ComponentLinkInfo for a component in a publication.
- getLinkInfoEnabled() - Method in class com.tridion.linking.Linking
-
- getLinking() - Method in class com.tridion.linking.AbstractLink
-
- getLinkTo() - Method in class com.tridion.linking.ComponentLinkCacheHolder
-
- getLocalDiskHitCount() - Method in interface com.sdl.context.common.api.caching.CacheStatistics
-
Gets the cache hit count for the on-disk cache.
- getLocalDiskMissCount() - Method in interface com.sdl.context.common.api.caching.CacheStatistics
-
Gets the cache miss count for the on-disk cache.
- getLocalDiskSize() - Method in interface com.sdl.context.common.api.caching.CacheStatistics
-
Gets the size of the on-disk cache.
- getLocale() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- getLocale() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getLocalHeapHitCount() - Method in interface com.sdl.context.common.api.caching.CacheStatistics
-
Gets the cache hit count for the in-memory cache.
- getLocalHeapMissCount() - Method in interface com.sdl.context.common.api.caching.CacheStatistics
-
Gets the cache miss count for the in-memory cache.
- getLocalHeapSize() - Method in interface com.sdl.context.common.api.caching.CacheStatistics
-
Gets the size of the in-memory cache.
- 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
-
- getLocation() - Method in class com.sdl.delivery.iq.index.client.http.auth.ApiKeyAuth
-
- getLocation() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- getLocation() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getLocation() - Method in class com.tridion.transport.transportpackage.TransportPackage
-
Gets the location of this transport package on disk.
- getLog() - Method in class com.tridion.util.timer.ActionTimer
-
- getLogger() - Method in class com.tridion.linking.Linking
-
- getLongProperty(Configuration, String) - Static method in class com.sdl.delivery.configuration.utils.ConfigurationPropertyUtils
-
Get the property value as type
Long
from the given 'Properties Configuration' by the given property
name.
- getLongValue(String) - Method in class com.tridion.util.xml.XMLParseResult
-
- 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.
- getMajorVersion() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- getMajorVersion() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- 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".
- getManifestURL() - Method in class com.tridion.Controller
-
Deprecated.
Returns the location of this Controller
's manifest file as a URL
.
- getManifestURL() - Method in class com.tridion.linking.Linking
-
Returns the location of this Linking
's manifest file as a URL
.
- getMap() - Method in interface com.sdl.context.api.ContextBroker
-
Get the context map for the current user interaction.
- getMappingsResolver() - Method in class com.tridion.dynamiccontent.DynamicContent
-
Gets the mapping resolver used for url resolving.
- getMaskCharacters() - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- getMaskedUserInputWithDefault(String, String) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- getMaxHistoryLength() - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- getMaxIdleConnections() - Method in class com.sdl.delivery.iq.client.common.config.ClientConfiguration
-
Get the number of maximum idle connections to the remote service.
- getMaximumResults() - Method in class com.tridion.broker.querying.filter.LimitFilter
-
Returns maximum results specified by filter.
- getMaximumResults() - Method in class com.tridion.broker.querying.filter.PagingFilter
-
Gets the maximum number of results specified by this filter.
- getMaxResults() - Method in interface com.sdl.delivery.iq.query.api.QueryFilter
-
Returns the preset max results.
- getMaxResults() - Method in class com.sdl.delivery.iq.query.result.SearchResultFilter
-
- getMessage() - Method in class com.sdl.context.image.transformation.response.ResponseError
-
- getMessage() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.StatusItem
-
Get the status message as an optional.
- getMeta(String) - Method in class com.sdl.context.image.transformation.response.TransformedImageResponse
-
- getMeta() - Method in interface com.tridion.dcp.ComponentPresentation
-
Gets the component presentation meta object for this component presentation.
- getMetadata() - Method in interface com.sdl.delivery.ugc.client.odata.edm.Comment
-
Get this comment's metadata.
- getMetaData(String, String) - Method in class com.tridion.transport.transportpackage.TransportPackage
-
Gets the meta data for this transport package.
- getMetaDataFile(String) - Method in class com.tridion.transport.transportpackage.TransportPackage
-
Gets the meta data for this transport package.
- getMetaDataIdentifier() - Method in class com.tridion.dynamiccontent.meta.resolver.BinaryMetaDataCacheKey
-
- getMetaDataIdentifier() - Method in class com.tridion.dynamiccontent.meta.resolver.MetaDataCacheKey
-
- getMetaDataIdentifier() - Method in class com.tridion.dynamiccontent.meta.resolver.MetaDataIdentifier
-
- getMetaDataIdentifier() - Method in class com.tridion.dynamiccontent.meta.resolver.PageMetaDataCacheKey
-
- getMetadataKey() - Method in class com.tridion.broker.querying.criteria.metadata.CustomMetaValueCriteria
-
This returns the metadata key to query on.
- getMetadataKey() - Method in class com.tridion.broker.querying.criteria.metadata.LegacyCustomMetaValueCriteria
-
Deprecated.
This returns the metadata key to query on.
- getMetadataKey() - Method in class com.tridion.broker.querying.criteria.metadata.MetadataRangeCriteria
-
The name of the custom metadata field to query.
- getMetadataKey() - Method in class com.tridion.broker.querying.sorting.column.CustomMetaKeyColumn
-
This returns the metadata key which needs to be sorted on.
- getMetaDataType() - Method in class com.tridion.broker.querying.criteria.metadata.CustomMetaValueCriteria
-
This returns the metadata type this criteria is based on MetadataType.
- getMetaDataType() - Method in class com.tridion.broker.querying.criteria.metadata.LegacyCustomMetaValueCriteria
-
Deprecated.
This returns the metadata type this criteria is based on MetadataType.
- getMetadataType() - Method in class com.tridion.broker.querying.criteria.metadata.MetadataRangeCriteria
-
The dataType of the custom metadata field.
- getMetaDataType(int) - Static method in enum com.tridion.broker.querying.MetadataType
-
- getMetaDataType() - Method in class com.tridion.dynamiccontent.meta.resolver.MetaDataCacheKey
-
- getMetaPublicationResolver(MetaDataType) - Static method in class com.tridion.dynamiccontent.meta.resolver.MetaResolverFactory
-
- getMetaResolver(MetaDataType) - Static method in class com.tridion.dynamiccontent.meta.resolver.MetaResolverFactory
-
- getMethod() - Method in class com.sdl.context.common.cli.CommandConfiguration
-
- getMethod() - Method in class com.tridion.web.jsp.JSPPage
-
Implementation of the abstract method in the Page object.
- getMethod() - Method in class com.tridion.web.Page
-
Abstract method to get the request method.
- 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.
- getMinorVersion() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- getMinorVersion() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- 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".
- getModeratedDate() - Method in interface com.sdl.delivery.ugc.client.odata.edm.Comment
-
Get moderated date.
- getModeratedDate() - Method in class com.sdl.web.ugc.model.Comment
-
- getModerator() - Method in interface com.sdl.delivery.ugc.client.odata.edm.Comment
-
Get moderator.
- getModerator() - Method in class com.sdl.web.ugc.model.Comment
-
- getModifiedDate() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- getModifiedDate() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- 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.
- getModule() - Method in class com.sdl.delivery.deployer.steps.TridionDeployerStepAdapter
-
- getModules() - Method in class com.tridion.deployer.Processor
-
Gets the configured Module
's.
- getMultiMatch() - Method in class com.sdl.delivery.iq.query.search.SearchNode
-
- getMultimediaPath() - Method in class com.tridion.broker.querying.criteria.publication.PublicationMultimediaPathCriteria
-
This returns the multimedia path to use as the Criteria.
- getMultimediaUrl() - Method in class com.tridion.broker.querying.criteria.publication.PublicationMultimediaURLCriteria
-
This returns the multimedia url to use as the Criteria.
- 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.
- getName() - Method in class com.sdl.context.common.cli.CommandConfiguration
-
- getName() - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- getName() - Method in class com.sdl.context.image.transformation.response.ResponseHeader
-
The name of the header e.g.
- getName() - Method in class com.sdl.delivery.configuration.xml.XMLConfiguration
-
- getName() - Method in class com.sdl.delivery.configuration.xml.XMLConfigurationResource
-
- getName() - Method in class com.sdl.delivery.iq.index.client.http.utils.Pair
-
- getName() - Method in interface com.sdl.delivery.iq.query.api.QueryResultTransformer
-
Returns the name.
- getName(Class<? extends QueryResultData>, Class<? extends QueryResult>) - Method in enum com.sdl.delivery.iq.query.client.QueryTransformerRegistrar
-
- getName() - Method in class com.sdl.delivery.iq.query.field.RangeField
-
- getName() - Method in class com.sdl.delivery.iq.query.field.SingleField
-
- getName() - Method in class com.sdl.delivery.iq.query.field.SingleFieldMultiTerm
-
- getName() - Method in interface com.sdl.delivery.ugc.client.odata.edm.User
-
- getName() - Method in class com.sdl.web.ugc.model.User
-
- getName() - Method in class com.tridion.ambientdata.claimstore.cookie.ClaimsCookie
-
- getName() - Method in class com.tridion.tcdl.OutputDocument.Bookmark
-
- getName() - Method in class com.tridion.tcdl.Tag
-
Name of the tag without the namespace.
- getName() - Method in class com.tridion.transformer.TCDLTag
-
- getName() - Method in class com.tridion.util.xml.XMLParseResult
-
- getNameProperty(Configuration) - Static method in class com.sdl.delivery.configuration.utils.ConfigurationPropertyUtils
-
Get the property name configuration value from the given 'Property configuration'
(of type <Property Name="X" Value="Y" />
in case it is represented as XML).
- getNames() - Method in class com.sdl.delivery.iq.query.field.GroupedField
-
- getNamespace() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- getNamespace() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getNamespace() - Method in class com.tridion.linking.AbstractLink
-
- getNamespace() - Method in class com.tridion.tcdl.Tag
-
Namespace of the tag.
- getNamespace() - Method in class com.tridion.util.CMURI
-
- getNamespace() - Method in class com.tridion.util.TCMURI
-
- getNamespaceId() - Method in interface com.sdl.delivery.ugc.client.odata.edm.Item
-
- getNamespaceId() - Method in class com.sdl.web.ugc.model.Item
-
- getNamespaceId() - Method in class com.sdl.web.ugc.model.ItemStats
-
- getNamespaceId() - Method in class com.tridion.broker.querying.criteria.content.NamespaceCriteria
-
This returns the namespaceId to use as the Criteria.
- getNamespaceId() - Method in interface com.tridion.broker.schemas.Schema
-
Returns the namespace id of the schema.
- getNamespaceId() - Method in interface com.tridion.broker.xslt.XSLT
-
Gets the namespace id.
- getNamespaceId() - Method in interface com.tridion.data.BinaryData
-
Gets the namespace id.
- getNamespaceId() - Method in class com.tridion.data.BinaryDataBuffer
-
- getNamespaceId() - Method in class com.tridion.data.BinaryDataFile
-
- getNamespaceId() - Method in interface com.tridion.data.CharacterData
-
Gets the namespace id of this character data.
- getNamespaceId() - Method in interface com.tridion.dcp.ComponentPresentation
-
Gets this component presentation's namespace ID.
- getNamespaceId() - Method in class com.tridion.dynamiccontent.meta.resolver.MetaDataIdentifier
-
- getNamespaceId() - Method in class com.tridion.dynamiccontent.publication.PublicationMapping
-
Gets the namespace ID to which this publication belongs to.
- getNamespaceId() - Method in interface com.tridion.linking.LinkInfo
-
Returns the namespace id of the Page for a possible link.
- getNamespaceList() - Method in class com.tridion.tcdl.TagHandlerRegistry
-
Returns the unique set of namespace identifiers currently present in the registry.
- getNamespaceService() - Method in class com.tridion.linking.AbstractLink
-
- getNestedPath() - Method in interface com.sdl.delivery.iq.query.api.Query
-
Returns the nested query path.
- getNestedPath() - Method in class com.sdl.delivery.iq.query.search.SearchQuery
-
- getNewInstance() - Static method in class com.tridion.tcdl.GlobalExecutionArguments
-
Create new instance of GlobalExecutionArguments.
- getNextPipeline(String, Set<String>, String) - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.PipelineProvider
-
Resolve the pipeline which comes after the provided pipeline id from the list of pipelines with given
action and verbs.
- getNextStep(String, String) - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.PipelineProvider
-
Resolve the step which comes after the provided step id from the list of steps which are contained within
pipeline with provided id.
- getNodeAttribute(Node, String) - Static method in class com.tridion.util.xml.DOMUtil
-
return the attribute value of an element.
- getNonEmptyString(Configuration, String, String) - Static method in class com.sdl.delivery.configuration.utils.ConfigurationUtils
-
Get the configuration value as type
String
from the given configuration and value name.
- getNonEmptyStringProperty(Configuration, String, String) - Static method in class com.sdl.delivery.configuration.utils.ConfigurationPropertyUtils
-
Get the property value as type
String
from the given 'Properties Configuration' by the given property
name.
- 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.
- getNumberOfComments() - Method in class com.sdl.web.ugc.model.ItemStats
-
- getNumberOfRatings() - Method in class com.sdl.web.ugc.model.ItemStats
-
- getNumberRangeAsString(int, int) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
Display number range.
- getOAuthClientProperties() - Method in class com.sdl.delivery.iq.client.common.config.OAuthConfiguration
-
Get OAuth properties inluding Discovery URL, TokenService URL, client id and secret.
- getOAuthConfiguration() - Method in class com.sdl.delivery.iq.client.common.config.ClientConfigurationFactory
-
Get the OAuth configuration.
- getObject() - Method in class com.sdl.context.resource.http.HttpClientFactory
-
- getObjectMapper() - Method in enum com.sdl.delivery.deployer.steps.util.ObjectMapperWrapper
-
- getObjectMapper() - Static method in class com.sdl.delivery.iq.index.client.http.utils.Json
-
Get the Object Mapper.
- getObjectSize() - Method in class com.tridion.broker.querying.QueryResult
-
- getObjectSize() - Method in class com.tridion.broker.querying.QueryResultRow
-
- getObjectSize() - Method in class com.tridion.dynamiccontent.meta.resolver.MetaDataIdentifier
-
- getObjectSize() - Method in class com.tridion.linking.Link
-
Estimates the size in bytes of this object and the objects that it owns.
- getObjectSize() - Method in interface com.tridion.util.ObjectSizeProvider
-
Estimates the size in bytes of this object and the objects that it owns.
- getObjectSize() - Method in class com.tridion.util.TCDURI
-
Estimates the size in bytes of this object and the objects that it owns.
- getObjectType() - Method in class com.sdl.context.resource.http.HttpClientFactory
-
- getOperation() - Method in class com.sdl.delivery.iq.query.field.MultiMatchField
-
- getOperatorAsString() - Method in enum com.tridion.broker.querying.criteria.FieldOperator
-
This returns the string representing the field operator.
- getOrder(String) - Method in class com.tridion.broker.querying.criteria.DecoratedCriteria
-
- getOrder() - Method in class com.tridion.broker.querying.criteria.DecoratedCriteria
-
- getOrder(String) - Method in interface com.tridion.broker.querying.generators.GeneratorStrategy
-
This generates the ordering part of the broker query, this indicates on which entities conditions
can be applied.
- getOrder() - Method in class com.tridion.tcdl.OutputDocument.Bookmark
-
- getOrigin() - Method in interface com.sdl.context.api.resolution.EvidenceItem
-
Returns the origin for the evidence item (e.g.
- getOriginalException() - Method in class com.sdl.delivery.iq.index.client.http.ApiErrorResponse
-
- getOut() - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- getPackageInstructions() - Method in class com.tridion.transport.transportpackage.TransportPackage
-
- getPackageUnzipLocation(ProcessingContext, StepDataProvider) - Static method in class com.sdl.delivery.deployer.steps.util.TridionStepUtil
-
Fetches and returns package Unzip location for the specified context.
- getPageContent(int, int) - Method in class com.tridion.content.PageContentFactory
-
Get page content.
- getPageContent(String) - Method in class com.tridion.content.PageContentFactory
-
Get page content.
- getPageContext() - Method in class com.tridion.web.jsp.JSPPage
-
Returns the PageContext of the Page.
- getPageId() - Method in interface com.tridion.linking.LinkInfo
-
Returns the id of the Page for a possible link.
- getPageMeta() - Method in class com.tridion.dynamiccontent.meta.resolver.PageMetaDataCacheKey
-
- getPageMetaByURL(String) - Method in class com.tridion.dynamiccontent.DynamicMetaRetriever
-
Returns the PageMeta
object in the Publication identified by the publicationId
parameter which has the URL Path as passed by the urlPath
parameter.
- getPageURL() - Method in interface com.tridion.linking.LinkInfo
-
Returns the URL of the target Page for a possible link.
- getParameters() - Method in class com.tridion.linking.Link
-
Returns the QueryString for this link.
- getParamName() - Method in class com.sdl.delivery.iq.index.client.http.auth.ApiKeyAuth
-
- getParams(String) - Method in class com.tridion.broker.querying.criteria.DecoratedCriteria
-
Method that returns parameters list for specific criteria.
- getParams() - Method in class com.tridion.broker.querying.criteria.DecoratedCriteria
-
- getParams(String) - Method in interface com.tridion.broker.querying.generators.GeneratorStrategy
-
This returns the parameters needed for the strategy.
- getParent() - Method in interface com.sdl.delivery.ugc.client.odata.edm.Comment
-
Get parent comment.
- getParentConceptIdsGraph() - Method in class com.sdl.delivery.iq.query.result.ConceptResult
-
- getParentConceptsGraph() - Method in class com.sdl.delivery.iq.query.result.ConceptResult
-
- getParentKeyword() - Method in class com.tridion.taxonomies.Keyword
-
Returns the parent TaxonomyKeyword.
- getParentKeywords() - Method in class com.tridion.taxonomies.Keyword
-
Returns the full list of all the parent keywords of this Keyword.
- getParentLogger() - Method in class com.sdl.context.common.jdbc.RetryDataSource
-
- getParentOperator() - Method in class com.tridion.broker.querying.criteria.Criteria
-
Gets the parent operator of this criteria, if itself is an operator
will return itself.
- getParser() - Method in class com.sdl.context.image.transformation.processors.DefaultImageTransformationProcessor
-
- getPassword() - Method in class com.sdl.delivery.iq.index.client.http.auth.HttpBasicAuth
-
- getPath() - Method in class com.tridion.ambientdata.CookieConfig
-
This returns the path the cookie is valid for.
- getPath() - Method in class com.tridion.dynamiccontent.publication.PublicationMapping
-
Gets the publication path for the mapping.
- getPath() - Method in class com.tridion.web.jsp.JSPPage
-
Returns the path.
- getPath() - Method in class com.tridion.web.Page
-
Returns the path property of this instance.
- getPathInfo() - Method in class com.tridion.web.jsp.JSPPage
-
Implementation of the abstract method in the Page object.
- getPathInfo() - Method in class com.tridion.web.Page
-
Abstract method to return the pathinfo
for this page.
- getPathScanDepth() - Method in class com.tridion.dynamiccontent.publication.mappingsstrategy.AbstractMappingsStrategy
-
- getPathScanDepth() - Method in class com.tridion.dynamiccontent.publication.PublicationMapping
-
Gets the publication path scan depth for the mapping.
- getPattern() - Method in class com.sdl.context.common.logging.LogCapture
-
- getPattern() - Method in class com.sdl.context.common.logging.LogPatternLevel
-
- getPipeline(String) - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.PipelineProvider
-
Search for a pipeline with provided id.
- getPipelineId() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.data.StepData
-
The pipeline id for which this 'Step Data' is applicable.
- getPipelineId() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.PipelineState
-
Get the pipeline id.
- getPipelineId() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.RetryPoint
-
The retry pipeline id.
- getPipelines() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.PipelineProvider
-
- getPipelines(String, Set<String>) - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.PipelineProvider
-
Get all pipelines which belongs to given action and verbs.
- getPipelines() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.PipelineRegistry
-
Gets all the registered pipelines.
- getPipelineStates() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.ExecutionState
-
Get the list of 'Pipeline state' hold by this 'Execution'.
- getPort() - Method in class com.tridion.dynamiccontent.publication.PublicationMapping
-
Gets the TCP port number for the mapping.
- getPortNumber() - Method in class com.tridion.web.jsp.JSPPage
-
Returns the port on which this page was requested.
- getPortNumber() - Method in class com.tridion.web.Page
-
Returns the portnumber property of this instance.
- getPosition() - Method in class com.tridion.tcdl.OutputDocument.Bookmark
-
- getPreferredLabel() - Method in class com.sdl.delivery.iq.query.result.ConceptResult
-
- getPresentationURLs() - Method in class com.tridion.linking.Linking
-
- getPrivateField(Object, String) - Static method in class com.tridion.util.ReflectionUtil
-
- getPrivateField(Class, Object, String) - Static method in class com.tridion.util.ReflectionUtil
-
Gets the value of a private field declared by the provided Class from the provided instance.
- getPrivateFieldWithinSuperClasses(Object, String) - Static method in class com.tridion.util.ReflectionUtil
-
- getProcessingExceptions() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.ProcessingContext
-
List of exceptions that occurred during step processing.
- getProcessorId() - Static method in class com.tridion.util.ProcessorIdUtil
-
- getProcessorInstructions() - Method in class com.tridion.transport.transportpackage.TransportPackage
-
- getProductName() - Method in class com.tridion.Controller
-
Deprecated.
Returns the official name of the child Controller
class.
- getProductName() - Method in class com.tridion.linking.Linking
-
Returns the official Linking
product name.
- getProperty(String) - Method in interface com.sdl.context.api.Aspect
-
Gets a property.
- getProperty(String) - Method in class com.sdl.delivery.configuration.xml.XMLResourceDescriptor
-
- getProperty(String, Class<T>) - Method in interface com.sdl.delivery.deployer.api.properties.PropertyRepository
-
Get the property of the given type by the given key as an option.
- getProperty(K, V) - Method in class com.tridion.tcdl.TransformContext
-
Returns value of the property from the contexts available.
- 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.
- getProtocol() - Method in class com.tridion.dynamiccontent.publication.PublicationMapping
-
Gets the TCP protocol for the mapping.
- getProviderProperties() - Method in class com.sdl.delivery.iq.client.common.config.ClientConfiguration
-
Get properties of the search/index provider.
- getProviderType() - Method in class com.sdl.delivery.iq.client.common.config.ClientConfiguration
-
Get the type of search/index provider.
- getPublicationDomain(String) - Method in class com.tridion.dynamiccontent.DynamicMappingsRetriever
-
Gets the Publication domain for a given URL.
- getPublicationId() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- getPublicationId() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getPublicationId() - Method in class com.sdl.web.ugc.model.ItemStats
-
- getPublicationId() - Method in class com.tridion.broker.querying.criteria.categorization.CategorizationCriteria
-
Returns publicationId.
- getPublicationId() - Method in class com.tridion.broker.querying.criteria.content.PublicationCriteria
-
This returns the publicationId to use as the Criteria.
- getPublicationId() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyCriteria
-
- getPublicationId() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordCriteria
-
This returns the publicationId.
- getPublicationId() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordDescriptionCriteria
-
This returns the publicationId.
- getPublicationId() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordKeyCriteria
-
This returns the publicationId.
- getPublicationId() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordNameCriteria
-
This returns the publicationId.
- getPublicationId() - Method in interface com.tridion.broker.schemas.Schema
-
Returns the publication id of the schema.
- getPublicationId() - Method in interface com.tridion.broker.xslt.XSLT
-
Gets the publication id.
- getPublicationId() - Method in interface com.tridion.data.BinaryData
-
Gets the publication id of this binary data.
- getPublicationId() - Method in class com.tridion.data.BinaryDataBuffer
-
- getPublicationId() - Method in class com.tridion.data.BinaryDataFile
-
Gets the publication id of this binary data.
- getPublicationId() - Method in interface com.tridion.data.CharacterData
-
Gets the publication id of this character data.
- getPublicationId() - Method in interface com.tridion.dcp.ComponentPresentation
-
Gets this component presentation's publication ID.
- getPublicationId(String) - Method in class com.tridion.dynamiccontent.DynamicMappingsRetriever
-
Gets the Publication ID for a given URL.
- getPublicationId() - Method in class com.tridion.dynamiccontent.meta.resolver.MetaDataIdentifier
-
- getPublicationId() - Method in class com.tridion.dynamiccontent.publication.PublicationMapping
-
Gets the publication ID for the mapping.
- getPublicationId() - Method in class com.tridion.linking.AbstractLink
-
- getPublicationId() - Method in interface com.tridion.linking.LinkInfo
-
Returns the Publication id for a possible link.
- getPublicationId() - Method in class com.tridion.tcdl.TransformContext
-
Returns the publication id that was derived from the itemURI or -1 if no valid itemURI was set.
- getPublicationId() - Method in class com.tridion.util.CMURI
-
Get the publicationId for this URI.
- getPublicationId() - Method in class com.tridion.util.TCDURI
-
Get the Publication identifier.
- getPublicationId() - Method in class com.tridion.web.Page
-
Returns the id of the publication to which the requested page belongs to.
- getPublicationIdForIdentifier(String) - Method in class com.tridion.dynamiccontent.DynamicContent
-
Gets publication identifier based on publication identifier.
- getPublicationIdForIdentifier(String) - Method in interface com.tridion.dynamiccontent.publication.MappingsResolver
-
Returns publication id based on the property of publication entry.
- getPublicationIdForIdentifier(String) - Method in class com.tridion.dynamiccontent.publication.MappingsResolverImpl
-
- getPublicationKey() - Method in class com.tridion.broker.querying.criteria.publication.PublicationKeyCriteria
-
This returns the publicationKey to use as the Criteria.
- getPublicationMapping(String) - Method in class com.tridion.dynamiccontent.DynamicMappingsRetriever
-
Gets the Publication mapping for a given URL.
- getPublicationMapping(int, String) - Method in class com.tridion.dynamiccontent.DynamicMappingsRetriever
-
Gets the Publication mapping for a given namespaceId and URL.
- getPublicationMappingConfig(int, Configuration) - Static method in class com.tridion.configuration.util.ConfigurationMappingHelper
-
- getPublicationMappingFromUrl(String) - Method in interface com.tridion.dynamiccontent.publication.MappingsResolver
-
Returns publication id and root path of the page url.
- getPublicationMappingFromUrl(int, String) - Method in interface com.tridion.dynamiccontent.publication.MappingsResolver
-
Returns publication id and root path of the page url.
- getPublicationMappingFromUrl(String) - Method in class com.tridion.dynamiccontent.publication.MappingsResolverImpl
-
- getPublicationMappingFromUrl(int, String) - Method in class com.tridion.dynamiccontent.publication.MappingsResolverImpl
-
- getPublicationMappings(Configuration) - Static method in class com.tridion.configuration.util.ConfigurationMappingHelper
-
- getPublicationPath() - Method in class com.tridion.broker.querying.criteria.publication.PublicationPathCriteria
-
This returns the publication path to use as the Criteria.
- getPublicationPath(String) - Method in class com.tridion.dynamiccontent.DynamicMappingsRetriever
-
Gets the Publication path for a given URL.
- getPublicationPathScanDepth(String) - Method in class com.tridion.dynamiccontent.DynamicMappingsRetriever
-
Gets the Publication path scan depth for a given URL.
- getPublicationPort(String) - Method in class com.tridion.dynamiccontent.DynamicMappingsRetriever
-
Gets the Publication port for a given URL.
- getPublicationProtocol(String) - Method in class com.tridion.dynamiccontent.DynamicMappingsRetriever
-
Gets the Publication protocol for a given URL.
- getPublicationTitle() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- getPublicationTitle() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getPublicationTitle() - Method in class com.tridion.broker.querying.criteria.publication.PublicationTitleCriteria
-
This returns the publicationTitle to use as the Criteria.
- getPublicationURI() - Method in class com.tridion.tcdl.TransformContext
-
Returns the publication URI derived from the itemURI or null if no valid itemURI was set.
- getPublicationURL() - Method in class com.tridion.broker.querying.criteria.publication.PublicationURLCriteria
-
This returns the publication URL to use as the Criteria.
- getPublicationURL(int) - Method in class com.tridion.linking.Linking
-
Returns the fully qualified URL for a particular publication, as configured in the
configuration file, or null if the Domain attribute has not been entered.
- getPublicationUrls(int) - Method in class com.tridion.dynamiccontent.DynamicMappingsRetriever
-
Gets a list of Publication URLs for a given Publication ID.
- getPushbackInputStream(InputStream) - Method in class com.sdl.context.resource.ContentTypeAcquirer
-
Create a PushbackInputStream which is suitable for passing to the getContentTypeFromPushbackInputStream method.
- getQualifiedName() - Method in class com.tridion.tcdl.Tag
-
Returns the fully qualified name of this tag, that is namespace:name.
- getQuery() - Method in class com.sdl.delivery.iq.query.field.MultiMatchField
-
- getQuery() - Method in class com.sdl.delivery.iq.query.search.SearchNode
-
- getQueryApiClient() - Static method in class com.sdl.delivery.iq.index.client.http.utils.ApiClientConfiguration
-
- getQueryClientConfiguration() - Method in class com.sdl.delivery.iq.client.common.config.ClientConfigurationFactory
-
Get the query client configuration.
- getQueryCriteriaParams() - Method in class com.tridion.broker.querying.SubQuery
-
This returns the query parameters needed by the sub query.
- getQueryParameters() - Method in class com.tridion.broker.querying.generators.QueryConstructor
-
This returns the full map of the all the parameters needed in the broker query.
- getQueryResult(String...) - Method in class com.tridion.broker.querying.Query
-
Executes the actual query.
- getQueryResults() - Method in interface com.sdl.delivery.iq.query.api.QueryResultData
-
Returns the query results.
- getQueryResults() - Method in class com.sdl.delivery.iq.query.result.ConceptQueryResultData
-
- getQueryResults() - Method in class com.sdl.delivery.iq.query.result.ConceptSchemeQueryResultData
-
- getQueryResults() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResultSet
-
- getQueryService() - Method in class com.tridion.broker.querying.Query
-
- getQueryServiceConfiguration() - Method in class com.sdl.delivery.iq.client.common.config.ClientConfigurationFactory
-
Get the query service configuration.
- getQueryString() - Method in class com.tridion.broker.querying.SubQuery
-
Returns query string that API uses to execute the query.
- getQueue(String) - Method in interface com.sdl.delivery.deployer.api.queue.QueueAdapter
-
Provide a queue based on the Queue Adapter configuration supplied earlier to the Queue Adapter.
- getQueueVerbs(String) - Method in interface com.sdl.delivery.deployer.api.queue.QueueProvider
-
Provide set of verbs supported by the queue.
- getQuote() - Method in enum com.tridion.tcdl.AttributeValueDelimiter
-
- getQuoteSymbol() - Method in class com.tridion.linking.LinkStringStyle
-
Get a quote symbol to generate attributes, by default "\"".
- getRange() - Method in class com.sdl.delivery.iq.query.search.SearchNode
-
- getRatingValue() - Method in interface com.sdl.delivery.ugc.client.odata.edm.Rating
-
- getRatingValue() - Method in class com.sdl.web.ugc.model.Rating
-
- getRawContent(InputStream) - Static method in class com.sdl.delivery.deployer.steps.util.TridionStepUtil
-
Gets the contents of textual files (html, etc.) from a File.
- getRawContent() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- getRawContent() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getRawContent(TransportPackage, Item) - Method in class com.tridion.transport.transportpackage.TransportPackage
-
- getRawDateTimeFormatter() - Static method in class com.tridion.util.TimeUtils
-
Get Raw date format for dates in format MMM dd, yyyy HH:mm:ss a like (Dec 29, 2016 9:25:31 AM).
- getRawLanguageTitle() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- getRawLanguageTitle() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getRawQuery() - Method in interface com.sdl.delivery.iq.query.api.Criteria
-
Gets the raw query.
- getRawQuery() - Method in class com.sdl.delivery.iq.query.search.SearchCriteria
-
- getReadOnly() - Method in interface com.tridion.ambientdata.claimstore.ClaimStore
-
Claims in this set are read-only.
- getReadOnly() - Method in class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
- getReadTimeout() - Method in class com.sdl.delivery.iq.client.common.config.ClientConfiguration
-
Get the read timeout for a call to the remote service.
- getReadTimeout() - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Gets the current read timeout for a call.
- getRecheckSource() - Method in class com.sdl.context.image.transformation.processors.CachingTransformationProcessor
-
- getReferencedContentCount() - Method in class com.tridion.taxonomies.Keyword
-
This returns the reference count for a specific taxonomyKeyword.
- getRegionSchemaId() - Method in interface com.tridion.data.CharacterData
-
Gets region schema id.
- getRegistry() - Method in class com.tridion.tcdl.TagDispatcher
-
Gets the cached TagHandlerRegistry.
- getRelatedConceptIds() - Method in class com.sdl.delivery.iq.query.result.ConceptResult
-
- getRelatedConcepts() - Method in class com.sdl.delivery.iq.query.result.ConceptResult
-
- getRelatedKeywordURIS() - Method in class com.tridion.taxonomies.Keyword
-
Returns an array of KeywordURIS related to the current Keyword.
- getRelativePath(String, String) - Static method in class com.tridion.configuration.util.ConfigurationUtil
-
Get the relative path for the given 'context' and 'publication' path(s).
- getRelativePath() - Method in class com.tridion.dynamiccontent.meta.resolver.MetaDataIdentifier
-
- getRelativePath(String, String) - Method in class com.tridion.web.jsp.JSPProcessor
-
- getRelativeURL(Configuration) - Static method in class com.tridion.configuration.util.ConfigurationMappingHelper
-
- getRemoteUser() - Method in class com.tridion.web.jsp.JSPPage
-
Implementation of the abstract method in the Page object.
- getRemoteUser() - Method in class com.tridion.web.Page
-
Abstract method to get the name of the authenticated user.
- getRenderParameters() - Method in class com.tridion.tcdl.TransformContext
-
- getRequestValidator() - Method in class com.tridion.ambientdata.AmbientDataConfig
-
- getRequestValidator() - Method in class com.tridion.ambientdata.web.AbstractAmbientDataServletFilter
-
- getRequiredTable() - Method in class com.tridion.broker.querying.criteria.operators.CriteriaOperator
-
This method is not needed for operators.
- getRequires() - Method in interface com.sdl.context.api.definition.ContextPropertyDefinition
-
Segments that are required to be true for this segment also to be true.
- getResolvedMetaDataIdentifier(String, MetaDataType) - Method in class com.tridion.dynamiccontent.DynamicContent
-
Gets metadata identifier for specified url and meta data type.
- getResolvedUri(URI) - Method in interface com.sdl.delivery.deployer.api.binarystorage.BinaryStorage
-
Resolve uri with taking care of authority for UNC paths.
- getResource(String, String) - Method in interface com.sdl.context.resource.api.ContextualResourceRepository
-
Get a physical resource for the given context segment name of the given logical resource name.
- getResource(String, String) - Method in class com.sdl.context.resource.ContextualFileResourceRepository
-
- getResourceInfo() - Method in interface com.sdl.context.image.api.UriImage
-
- getResourceInfo() - Method in class com.sdl.context.image.FileImage
-
- getResourceInfo() - Method in class com.sdl.context.image.HttpImage
-
- getResourceInfo() - Method in class com.sdl.context.image.ImageUpdateTimeStamp
-
- getResourceInfo() - Method in class com.sdl.context.image.UrlImage
-
- getResponseBody() - Method in exception com.sdl.delivery.iq.index.client.http.ApiException
-
Get the HTTP response body.
- getResponseData() - Method in interface com.sdl.delivery.iq.api.common.ServiceResponseData
-
- getResponseData() - Method in class com.sdl.delivery.iq.index.client.http.ApiResponse
-
- getResponseError() - Method in class com.sdl.context.image.transformation.response.TransformedImageResponse
-
Get the HTTP error details to be returned.
- getResponseHeaders() - Method in class com.sdl.context.image.transformation.response.TransformedImageResponse
-
Returns the HTTP header details which should be included in the HTTPResponse.
- getResponseHeaders() - Method in interface com.sdl.context.image.transformation.response.TransformedResponse
-
Returns the HTTP header details which should be included in the HTTPResponse.
- getResponseHeaders() - Method in exception com.sdl.delivery.iq.index.client.http.ApiException
-
Get the HTTP response headers.
- getResult(Provider, String) - Method in interface com.sdl.delivery.iq.query.api.QueryResultTransformer
-
Return the custom model instance by parsing the body.
- getResult(Provider, Map<String, Object>) - Method in interface com.sdl.delivery.iq.query.api.ScrolledQueryResultTransformer
-
Return the custom model instance by parsing the body.
- getResult(Integer, List<R>) - Method in interface com.sdl.delivery.iq.query.api.ScrolledQueryResultTransformer
-
Returns instance of QueryResult created from parameters.
- getResultIds() - Method in class com.tridion.broker.querying.QueryResult
-
This returns a list of found result tcmuri's.
- getResultRows() - Method in class com.tridion.broker.querying.QueryResult
-
This returns all the detailed result rows found for the broker query.
- getResults(Class<T>) - Method in class com.tridion.broker.querying.QueryResult
-
This returns all the detailed result rows found for the broker query.
- getRetryCount() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.ProcessingContext
-
- getRetryPoint() - Method in class com.sdl.delivery.deployer.steps.TridionSearchIndexStep
-
- getRight() - Method in class com.sdl.delivery.iq.query.field.RangeField
-
- getRootSectionName() - Method in class com.tridion.deployer.SectionVisitor
-
Should return the name for the root section that this SectionVisitor is supposed to Process.
- getRows() - Method in interface com.sdl.context.common.csv.CsvInputSource
-
- getRows() - Method in class com.sdl.context.common.csv.InputStreamCsvInputSource
-
- getRulesConfiguration() - Method in class com.tridion.ambientdata.AmbientDataConfig
-
- getSchemaId() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- getSchemaId() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getSchemaId() - Method in class com.tridion.broker.querying.criteria.content.ItemSchemaCriteria
-
This returns the schemaId to use as the Criteria.
- getSchemaId() - Method in interface com.tridion.broker.schemas.Schema
-
Returns the item id of the schema.
- getSchemaId() - Method in interface com.tridion.data.CharacterData
-
Gets schema id.
- getSchemaTitle() - Method in class com.tridion.broker.querying.criteria.content.SchemaTitleCriteria
-
This returns the schemaTitle to use as the Criteria.
- getSchemaTitle(File) - Method in class com.tridion.transport.transportpackage.TransportPackage
-
- getScore() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
The matching score of the result.
- getScore() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getScore() - Method in interface com.sdl.delivery.ugc.client.odata.edm.Comment
-
Get score.
- getScore() - Method in class com.sdl.web.ugc.model.Comment
-
- getScriptName() - Method in class com.tridion.web.jsp.JSPPage
-
Get the name of the script.
- getScriptName() - Method in class com.tridion.web.Page
-
Get the name of the script.
- 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
-
- getSelect(String) - Method in class com.tridion.broker.querying.criteria.DecoratedCriteria
-
- getSelect() - Method in class com.tridion.broker.querying.criteria.DecoratedCriteria
-
- getSelect(String) - Method in interface com.tridion.broker.querying.generators.GeneratorStrategy
-
This generates the select part of the broker Query.
- getSelectStatement() - Method in class com.tridion.broker.querying.generators.QueryConstructor
-
Get current select statement state.
- getSequences() - Method in class com.sdl.context.common.cli.SpecialCharacter
-
- getServerName() - Method in class com.tridion.web.jsp.JSPPage
-
Implementation of the abstract method in the Page object.
- getServerName() - Method in class com.tridion.web.Page
-
Abstract method to return the host name of the server that received
the request.
- getServerPort() - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- getServerPort() - Method in class com.tridion.web.jsp.JSPPage
-
Implementation of the abstract method in the Page object.
- getServerPort() - Method in class com.tridion.web.Page
-
Abstract method to return the port number on which this request
was received.
- getServerWaitInMs() - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- getServiceLocations() - Method in class com.sdl.delivery.iq.client.common.config.ServiceConfiguration
-
Get all configured URLs for remote index/query services.
- getSharedSecret() - Method in class com.tridion.ambientdata.AmbientDataConfig
-
- getSignature() - Method in class com.tridion.broker.querying.criteria.categorization.CategorizationCriteria
-
- getSignature() - Method in class com.tridion.broker.querying.criteria.categorization.CategoryCriteria
-
- getSignature() - Method in class com.tridion.broker.querying.criteria.categorization.KeywordCriteria
-
- getSignature() - Method in class com.tridion.broker.querying.criteria.Criteria
-
- getSignature() - Method in class com.tridion.broker.querying.criteria.metadata.CustomMetaKeyCriteria
-
- getSignature() - Method in class com.tridion.broker.querying.criteria.metadata.CustomMetaValueCriteria
-
- getSignature() - Method in class com.tridion.broker.querying.criteria.metadata.LegacyCustomMetaValueCriteria
-
Deprecated.
- getSignature() - Method in class com.tridion.broker.querying.criteria.metadata.MetadataRangeCriteria
-
- getSignature() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyCriteria
-
- getSignature() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordCriteria
-
- getSignature() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordDescriptionCriteria
-
- getSignature() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordKeyCriteria
-
- getSignature() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordNameCriteria
-
- getSignature() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyUsedForIdentificationCriteria
-
- getSize() - Method in class com.sdl.context.image.FileImage
-
- getSize() - Method in class com.sdl.context.image.HttpImage
-
- getSize() - Method in class com.sdl.context.image.TransformedImage
-
- getSize() - Method in class com.sdl.context.image.UrlImage
-
- getSize() - Method in interface com.sdl.context.resource.api.Resource
-
Return size of the resource in bytes.
- getSize() - Method in class com.sdl.context.resource.DefaultFileResource
-
- getSize() - Method in class com.sdl.delivery.iq.query.api.Facet
-
- getSize(Document, String) - Static method in class com.tridion.util.xml.XMLUtils
-
Return the number of person in an XML document.
- getSortFields() - Method in class com.sdl.delivery.iq.query.search.SearchQuery
-
- getSortingColumn() - Method in class com.tridion.broker.querying.sorting.SortParameter
-
Returns the sorting column to sort on for the results.
- getSortingDirection() - Method in class com.tridion.broker.querying.sorting.SortParameter
-
Returns the direction on which to sort the results.
- getSortingName() - Method in class com.tridion.broker.querying.sorting.column.ComponentSchemaColumn
-
- getSortingName() - Method in class com.tridion.broker.querying.sorting.column.CustomMetaKeyColumn
-
- getSortingName() - Method in class com.tridion.broker.querying.sorting.column.ItemCreationDateColumn
-
- getSortingName() - Method in class com.tridion.broker.querying.sorting.column.ItemIdColumn
-
- getSortingName() - Method in class com.tridion.broker.querying.sorting.column.ItemInitialPublicationColumn
-
- getSortingName() - Method in class com.tridion.broker.querying.sorting.column.ItemLastPublishColumn
-
- getSortingName() - Method in class com.tridion.broker.querying.sorting.column.ItemMajorVersionColumn
-
- getSortingName() - Method in class com.tridion.broker.querying.sorting.column.ItemMinorVersionColumn
-
- getSortingName() - Method in class com.tridion.broker.querying.sorting.column.ItemModificationColumn
-
- getSortingName() - Method in class com.tridion.broker.querying.sorting.column.ItemOwningPublicationColumn
-
- getSortingName() - Method in class com.tridion.broker.querying.sorting.column.ItemPublicationColumn
-
- getSortingName() - Method in class com.tridion.broker.querying.sorting.column.ItemTitleColumn
-
- getSortingName() - Method in class com.tridion.broker.querying.sorting.column.ItemTrusteeColumn
-
- getSortingName() - Method in class com.tridion.broker.querying.sorting.column.ItemTypeColumn
-
- getSortingName() - Method in class com.tridion.broker.querying.sorting.column.PageFilenameColumn
-
- getSortingName() - Method in class com.tridion.broker.querying.sorting.column.PageTemplateColumn
-
- getSortingName() - Method in class com.tridion.broker.querying.sorting.column.PageURLColumn
-
- getSortingName() - Method in class com.tridion.broker.querying.sorting.column.PublicationTitleColumn
-
- getSortingName() - Method in interface com.tridion.broker.querying.sorting.SortColumn
-
This returns the name of the sortable column, used to find an ordering strategy.
- getSortingParameters() - Method in class com.tridion.broker.querying.sorting.Sorting
-
Returns all the sorting parameters.
- getSortingType() - Method in class com.tridion.broker.querying.sorting.column.CustomMetaKeyColumn
-
- getSourceImageUri() - Method in class com.sdl.context.image.transformation.context.DefaultImageTransformationContext
-
Return the source image URI.
- getSourceImageUri() - Method in class com.sdl.context.image.transformation.context.FragmentConcealingContext
-
- getSourceImageUri() - Method in interface com.sdl.context.image.transformation.context.ImageTransformationContext
-
Return the source image URI.
- getSourceImageUrl() - Method in exception com.sdl.context.image.api.exception.UriNonWhitelistedEntryException
-
- getSourceImageUrl() - Method in exception com.sdl.context.image.api.exception.UriRestrictedImageFolderException
-
- getSourcePageURL() - Method in class com.tridion.linking.ComponentLinkCacheHolder
-
- getSQLSortDirection() - Method in enum com.tridion.broker.querying.sorting.SortDirection
-
- getSslCaCert() - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Get SSL CA cert.
- getStart() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.StatusItem
-
Get the start date/time in milliseconds as an optional (it could be that it has not started).
- getStartOfRange() - Method in interface com.sdl.delivery.iq.query.api.QueryFilter
-
Returns the preset result set start.
- getStartOfRange() - Method in class com.sdl.delivery.iq.query.result.SearchResultFilter
-
- getStatistics() - Method in class com.sdl.context.image.api.admin.ContextualImageDeliveryAdministrator
-
Gets the cache statistics for the underlying cache.
- getStatistics() - Method in interface com.sdl.context.image.api.admin.TransformationCacheAdministrator
-
Gets the cache statistics for the underlying cache.
- getStatistics() - Method in class com.sdl.context.image.transformation.managers.TransformationCacheAccessor
-
Gets the cache statistics for the underlying cache.
- getStatus() - Method in class com.sdl.context.image.transformation.response.ResponseError
-
- getStatus() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.StatusItem
-
Get the processing status.
- getStatus() - Method in interface com.sdl.delivery.ugc.client.odata.edm.Comment
-
Get status.
- getStatus() - Method in class com.sdl.web.ugc.model.Comment
-
- getStatusCode() - Method in interface com.sdl.delivery.iq.api.common.ServiceResponseData
-
- getStatusCode() - Method in class com.sdl.delivery.iq.index.client.http.ApiResponse
-
- getStatusCode() - Method in class com.sdl.delivery.iq.index.client.http.IndexApiResponse
-
- getStatusCode() - Method in exception com.sdl.delivery.iq.query.api.QueryProviderException
-
- getStep(String, String) - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.ExecutableStepFactoryManager
-
Create the 'Executable Step' by the given pipeline id and step id using step factory.
- getStep(String, String) - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.PipelineProvider
-
Return
Step
based on pipeline id and step id.
- getStepData() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.ExecutableStepResult
-
Return map containing key-value pairs which contains data related to a step to be stored.
- getStepDatas(String, String, String) - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.StepDataProvider
-
Find a list of 'Step Data' for the given step in the scope of the referenced 'Deployment Execution'.
- getStepId() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.data.StepData
-
The step id for which this 'Step Data' is applicable.
- getStepId() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.RetryPoint
-
The retry step id.
- getStepId() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.StepState
-
Get the step id.
- getSteps() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.Pipeline
-
Get the pipeline steps.
- getSteps(String) - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.PipelineProvider
-
- getStepStates() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.PipelineState
-
Get the list of 'Step state' hold by this 'Pipeline'.
- getStorageDirectory() - Method in class com.tridion.deployer.TransactionStorageInitializer
-
Getter for queue location setting.
- getStorageId() - Method in class com.tridion.broker.querying.generators.service.CachingQueryService
-
- getStorageId() - Method in class com.tridion.broker.querying.generators.service.JPAQueryService
-
- getStorageId() - Method in interface com.tridion.broker.querying.generators.service.QueryService
-
Returns the storageId that the queryService will query.
- getStrategy(Criteria, QueryNumberGenerator) - Static method in class com.tridion.broker.querying.StrategyConfigurationLoader
-
This retrieves the criteria strategy for a given broker criteria which can generate the part of the query for
this criteria.
- getStrategy(SortParameter) - Static method in class com.tridion.broker.querying.StrategyConfigurationLoader
-
This retrieves the sorting strategy for a given broker sorting column which can generate the part of
the query for sorting on a specific column.
- getString() - Method in class com.sdl.context.common.lang.UnicodeString
-
- getString() - Method in interface com.tridion.data.CharacterData
-
Gets the character data as a String.
- getString(String) - Method in interface com.tridion.data.CharacterData
-
Gets the character data as a String, using a specified
encoding.
- getString(String, String) - Method in class com.tridion.tcdl.TransformContext
-
- getString(XMLComponentPresentation, int) - Method in class com.tridion.web.XSLTProcessor
-
Applies the Dynamic Component Template, which is an XSLT, to the contents
of an XML Component Presentation.
- getString(XMLComponentPresentation, URL) - Method in class com.tridion.web.XSLTProcessor
-
Applies the Dynamic Component Template, which is an XSLT, to the contents
of an XML Component Presentation.
- getString(String, String) - Method in class com.tridion.web.XSLTProcessor
-
Applies the Dynamic Component Template, which is an XSLT, to the contents
of an XML Component Presentation.
- getString(int, int, int) - Method in class com.tridion.web.XSLTProcessor
-
Applies the Dynamic Component Template, which is an XSLT, to the contents
of an XML Component Presentation.
- getString(XMLQueryResult, int, int) - Method in class com.tridion.web.XSLTProcessor
-
Applies a Dynamic Template (XSLT) on an XMLQueryResult
and
returns the result as a String.
- getString(XMLQueryResult, String, String) - Method in class com.tridion.web.XSLTProcessor
-
Applies a Dynamic Template (XSLT) on an XMLQueryResult
and
returns the result as a String.
- getStringProperty(Configuration, String) - Static method in class com.sdl.delivery.configuration.utils.ConfigurationPropertyUtils
-
Get the property value as type
String
from the given 'Properties Configuration' by the given property
name.
- getStringValue(String) - Method in class com.tridion.util.xml.XMLParseResult
-
- getStrippedCustomMeta(Node, boolean) - Static method in class com.tridion.broker.meta.custom.DOMToCustomMetaConvertor
-
- getStructureGroupDirectory() - Method in class com.tridion.broker.querying.criteria.structuregroups.StructureGroupDirectoryCriteria
-
- getStructureGroupTitle() - Method in class com.tridion.broker.querying.criteria.structuregroups.StructureGroupTitleCriteria
-
- getStructureGroupURI() - Method in class com.tridion.broker.querying.criteria.structuregroups.StructureGroupCriteria
-
- getSubject() - Method in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
- getSubQuery() - Method in class com.tridion.broker.querying.criteria.operators.InCriteria
-
- getSubQuery() - Method in class com.tridion.broker.querying.criteria.operators.NotInCriteria
-
- getSubQuery() - Method in interface com.tridion.broker.querying.criteria.operators.SubQueryOperator
-
- getSupportedFragmentNames() - Method in class com.sdl.context.image.transformation.digestors.FitRuleDigestor
-
- getSupportedFragmentNames() - Method in class com.sdl.context.image.transformation.digestors.FormatConversionRuleDigestor
-
- getSupportedFragmentNames() - Method in class com.sdl.context.image.transformation.digestors.ImageSourceUriDigestor
-
Return the list of uri fragments that this digestor can handle.
- getSupportedFragmentNames() - Method in class com.sdl.context.image.transformation.digestors.ImageUriDigestor
-
Return the list of uri fragments that this digestor can handle.
- getSupportedFragmentNames() - Method in class com.sdl.context.image.transformation.digestors.ResizeRuleDigestor
-
Return the list of uri fragments that this digestor can handle.
- getSupportedFragmentNames() - Method in class com.sdl.context.image.transformation.digestors.TrimRuleDigestor
-
- getSupportedFragmentNames() - Method in interface com.sdl.context.image.transformation.parser.UriFragmentDigestor
-
Return the list of uri fragments that this digestor can handle.
- getSupportedFragments(String...) - Method in class com.sdl.context.image.transformation.digestors.AbstractImageContextDigestor
-
- getTagHandlerRegistry() - Method in class com.tridion.tcdl.TCDLEngine
-
Currently for each transformation the registry is re-initialized.
- getTagMetaEventListeners() - Method in class com.tridion.tcdl.TagHandlerRegistry
-
- getTargetComponentId() - Method in class com.tridion.linking.CommonLinkParameters
-
- getTargetURI() - Method in class com.tridion.linking.Link
-
Returns the tcm:uri if the Item targetted by this link.
- getTaxonomies(String) - Method in class com.tridion.taxonomies.TaxonomyFactory
-
This method retrieves a list of Taxonomies, and returns the TCMURI
as String.
- getTaxonomyComponentPresentations(Keyword, String, boolean) - Method in class com.tridion.dcp.ComponentPresentationFactory
-
This retrieves all ComponentPresentations for the specified taxonomy keyword, either directly linked to the
keyword
or a branch/child of the specified keyword.
- getTaxonomyComponentPresentations(Keyword[], String, boolean) - Method in class com.tridion.dcp.ComponentPresentationFactory
-
This retrieves all ComponentPresentations for the specified taxonomy keyword, either directly linked to the
keyword
or a branch/child of the specified keyword.
- getTaxonomyContent(Keyword, boolean) - Method in class com.tridion.taxonomies.TaxonomyRelationManager
-
This retrieves all the content in a Taxonomy related context.
- getTaxonomyContent(Keyword[], boolean) - Method in class com.tridion.taxonomies.TaxonomyRelationManager
-
This retrieves all the content in a Taxonomy related context.
- getTaxonomyContent(Keyword, boolean, Criteria) - Method in class com.tridion.taxonomies.TaxonomyRelationManager
-
This retrieves all the content in a Taxonomy related context.
- getTaxonomyContent(Keyword[], boolean, Criteria) - Method in class com.tridion.taxonomies.TaxonomyRelationManager
-
This retrieves all the content in a Taxonomy related context.
- getTaxonomyId() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyCriteria
-
- getTaxonomyId() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordCriteria
-
This returns the taxonomy Id.
- getTaxonomyId() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordDescriptionCriteria
-
This returns the taxonomy Id.
- getTaxonomyId() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordKeyCriteria
-
This returns the taxonomy Id.
- getTaxonomyId() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordNameCriteria
-
This returns the taxonomy Id.
- getTaxonomyKeyword(String) - Method in class com.tridion.taxonomies.TaxonomyFactory
-
This allows the retrieval of a specific keyword in a specific Taxonomy.
- getTaxonomyKeywords(String, Keyword[], TaxonomyFilter) - Method in class com.tridion.dcp.ComponentPresentationFactory
-
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
- getTaxonomyKeywords(String[], Keyword[], TaxonomyFilter) - Method in class com.tridion.dcp.ComponentPresentationFactory
-
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
- getTaxonomyKeywords(String, String, Keyword[], TaxonomyFilter) - Method in class com.tridion.dcp.ComponentPresentationFactory
-
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
- getTaxonomyKeywords(String, String[], Keyword[], TaxonomyFilter) - Method in class com.tridion.dcp.ComponentPresentationFactory
-
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
- getTaxonomyKeywords(String) - Method in class com.tridion.taxonomies.TaxonomyFactory
-
This retrieves a taxonomy and returns a tree of Keywords.
- getTaxonomyKeywords(String, TaxonomyFormatter) - Method in class com.tridion.taxonomies.TaxonomyFactory
-
This retrieves a taxonomy and returns a tree of Keywords.
- getTaxonomyKeywords(String, TaxonomyFilter) - Method in class com.tridion.taxonomies.TaxonomyFactory
-
This retrieves a specific Taxonomy and applies a set of Filters on this Taxonomy.
- getTaxonomyKeywords(String, TaxonomyFilter, TaxonomyFormatter) - Method in class com.tridion.taxonomies.TaxonomyFactory
-
This retrieves a specific Taxonomy and applies a set of Filters on this Taxonomy.
- getTaxonomyKeywords(String, TaxonomyFilter, String) - Method in class com.tridion.taxonomies.TaxonomyFactory
-
This retrieves a Taxonomy from the specified Keyword and applies a set of Filters on this Taxonomy.
- getTaxonomyKeywords(String, TaxonomyFilter, String, TaxonomyFormatter) - Method in class com.tridion.taxonomies.TaxonomyFactory
-
This retrieves a Taxonomy from the specified Keyword and applies a set of Filters on this Taxonomy.
- getTaxonomyKeywords(String, TaxonomyFilter, String, Keyword[]) - Method in class com.tridion.taxonomies.TaxonomyFactory
-
This retrieves a specific Taxonomy from a specified Context Keyword and applies a set of Filters on this
Taxonomy.
- getTaxonomyKeywords(String, TaxonomyFilter, String, Keyword[], TaxonomyFormatter) - Method in class com.tridion.taxonomies.TaxonomyFactory
-
This retrieves a specific Taxonomy from a specified Context Keyword and applies a set of Filters on this
Taxonomy.
- getTaxonomyKeywords(String, Keyword[], TaxonomyFilter, int) - Method in class com.tridion.taxonomies.TaxonomyRelationManager
-
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
- getTaxonomyKeywords(String[], Keyword[], TaxonomyFilter, int) - Method in class com.tridion.taxonomies.TaxonomyRelationManager
-
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
- getTaxonomyKeywords(String, String, Keyword[], TaxonomyFilter, int) - Method in class com.tridion.taxonomies.TaxonomyRelationManager
-
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
- getTaxonomyKeywords(String, String[], Keyword[], TaxonomyFilter, int) - Method in class com.tridion.taxonomies.TaxonomyRelationManager
-
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
- getTaxonomyURI() - Method in class com.tridion.taxonomies.Keyword
-
This returns the URI of the taxonomy for this taxonomyKeyword.
- getTCMURIValue(String) - Method in class com.tridion.util.xml.XMLParseResult
-
- getTempFolderPath() - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
The path of temporary folder used to store downloaded files from endpoints
with file response.
- getTemplateId() - Method in class com.tridion.broker.querying.criteria.content.ItemTemplateCriteria
-
Returns template ID.
- getTemplateId() - Method in class com.tridion.broker.querying.criteria.content.PageTemplateCriteria
-
This returns the page templateId that this criteria uses to query for.
- getTemplateId() - Method in interface com.tridion.data.CharacterData
-
Gets the template id of this character data.
- getTemplateURI() - Method in class com.tridion.broker.querying.criteria.content.ItemTemplateCriteria
-
- getTermValue() - Method in class com.sdl.delivery.iq.query.field.SingleField
-
- getTermValues() - Method in class com.sdl.delivery.iq.query.field.GroupedField
-
- getTermValues() - Method in class com.sdl.delivery.iq.query.field.SingleFieldMultiTerm
-
- getText() - Method in class com.tridion.linking.Link
-
Returns the link text for this link.
- getTextContent() - Method in class com.sdl.delivery.configuration.xml.XMLConfiguration
-
Provide support to get the text content from an xml element.
- getTextOnFail() - Method in class com.tridion.linking.Link
-
Returns the textOnFail value, which indicates if the link will return
text if the targetted URI cannot be resolved or validated.
- getThreadFactory(String) - Method in interface com.sdl.delivery.deployer.api.processing.DeployerThreadFactory
-
Provides the Thread Factory for the given pool name.
- getThreadId() - Method in class com.tridion.util.LoggingThread
-
- getTitle() - Method in interface com.tridion.data.CharacterData
-
Gets title.
- getTitles() - Method in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
- getTransactionControl() - Method in class com.tridion.transport.transportpackage.TransportPackage
-
Gets the transaction header's control value.
- getTransactionHeader() - Method in class com.tridion.transport.transportpackage.TransportPackage
-
Gets the transaction header.
- getTransactionId() - Method in class com.tridion.transport.transportpackage.TransportPackage
-
Gets the transaction header's transaction id.
- getTransactionLogDirectory() - Method in class com.tridion.deployer.TransactionStorageInitializer
-
Getter for transaction log location setting.
- getTransformedFooter(Transformer) - Method in class com.tridion.transformer.TransformContext
-
Get the Transformed and finalised version of the header for this TransformContext.
- getTransformedHeader(Transformer) - Method in class com.tridion.transformer.TransformContext
-
Get the Transformed and finalised version of the header for this TransformContext.
- getTransformedImage() - Method in class com.sdl.context.image.transformation.response.TransformedImageResponse
-
Get the transformed image.
- getTransformer(String) - Static method in class com.tridion.transformer.TransformProcessor
-
Get an instance of the Transformer
class using the class name passed as an argument.
- getTransformer(int, int) - Method in class com.tridion.web.XSLTProcessor
-
Creates a Transformer
from a Dynamic Template.
- getTransformers() - Method in class com.sdl.context.image.transformation.context.DefaultImageTransformationContext
-
Return the transformers needed to transform the source image.
- getTransformers() - Method in class com.sdl.context.image.transformation.context.FragmentConcealingContext
-
- getTransformers() - Method in interface com.sdl.context.image.transformation.context.ImageTransformationContext
-
Return the transformers needed to transform the source image.
- getTransformerStorage() - Method in class com.tridion.deployer.SectionVisitor
-
- getType() - Method in interface com.sdl.context.api.definition.ContextPropertyDefinition
-
Type of the context property.
- getType() - Method in class com.sdl.context.common.cli.SpecialCharacter
-
- getType() - Method in class com.sdl.context.image.transformation.digestors.AbstractImageUriDigestor
-
Returns the digestor type, it indicates whether the digestor will digest Uri's.
- getType() - Method in class com.sdl.context.image.transformation.digestors.AbstractRuleDigestor
-
Returns the digestor type, it indicates whether the digestor will digest Rules.
- getType() - Method in interface com.sdl.context.image.transformation.parser.UriFragmentDigestor
-
Returns the digestor type, it indicates whether the digestor will digest Uri's or Rules.
- getType() - Method in class com.sdl.delivery.configuration.xml.XMLResourceDescriptor
-
- getType() - Method in class com.sdl.delivery.iq.query.field.DefaultTermValue
-
- getType() - Method in class com.sdl.delivery.iq.query.field.MultiMatchField
-
- getType() - Method in class com.sdl.delivery.iq.query.operation.BaseOperation
-
- getType() - Method in class com.sdl.delivery.iq.query.search.SearchNode
-
- getType() - Method in class com.sdl.web.ugc.model.ItemStats
-
- getType(Map<String, String>, Element) - Static method in class com.tridion.broker.meta.custom.DOMToCustomMetaConvertor
-
Determines the type of an element.
- getType() - Method in enum com.tridion.broker.querying.MetadataType
-
- getTypes() - Method in class com.tridion.util.xml.SAXSchemaReader
-
- getUndecodedPathInfo(String, String, String, String, String) - Method in class com.sdl.context.image.transformation.managers.TransformationUriAcquirer
-
This method returns the exact browser URL characters (including request parameters) that follow the
servlet path.
- getUndeployPriority() - Method in class com.sdl.delivery.deployer.steps.ReferenceProcessorWorker
-
- getUnderlyingLine() - Method in class com.sdl.context.common.cli.Command
-
Get the underlying line as string that led to this command, with
any continuation character if there was any.
- getUndigestedUriFragments() - Method in class com.sdl.context.image.transformation.context.DefaultImageTransformationContext
-
Returns an unmodifiable list of the uri fragments that have yet to be parsed.
- getUndigestedUriFragments() - Method in class com.sdl.context.image.transformation.context.FragmentConcealingContext
-
Returns an unmodifiable list of the uri fragments that have yet to be parsed.
- getUndigestedUriFragments() - Method in interface com.sdl.context.image.transformation.context.UriBasedContext
-
Returns an unmodifiable list of the uri fragments that have yet to be parsed.
- getUri() - Method in class com.sdl.delivery.iq.query.result.ConceptResult
-
- getUri() - Method in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
- getUriAsString() - Method in class com.sdl.context.image.FileImage
-
- getUriAsString() - Method in class com.sdl.context.image.HttpImage
-
- getUriAsString() - Method in class com.sdl.context.image.UrlImage
-
- getUriAsString() - Method in interface com.sdl.context.resource.api.UriResource
-
Returns the uri (and hence a unique identifier) for a resource as a String.
- getUriAsString() - Method in class com.sdl.context.resource.DefaultFileResource
-
- getUriSeparator() - Static method in class com.tridion.util.URIUtils
-
Gets the ":" uri separator.
- getUrl() - Method in class com.sdl.context.image.UrlImage
-
- getUrl() - Method in class com.sdl.context.resource.HttpInfo
-
- getUrl() - Method in class com.sdl.context.resource.UrlInfo
-
- getUrl() - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- getUrl() - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- getURL() - Method in class com.tridion.broker.querying.criteria.content.PageURLCriteria
-
This returns the page url that this criteria uses to query for.
- getUrl() - Method in interface com.tridion.data.CharacterData
-
gets page url.
- getURL(String, CMURI) - Method in class com.tridion.linking.AbstractLink
-
- getURL() - Method in class com.tridion.linking.Link
-
Returns the URL of the resolved item.
- getUrlAttributeKey() - Method in class com.tridion.linking.LinkStringStyle
-
Get a key of url attribute, by default 'href'.
- getUrlMappings() - Method in class com.tridion.dynamiccontent.DynamicContent
-
- getUrlToPublicationIdMappings(Configuration) - Static method in class com.tridion.configuration.util.ConfigurationUtil
-
Extract the URL mappings, by retrieving this information from the publication configuration(s).
- getUsage() - Method in class com.sdl.context.common.cli.CommandConfiguration
-
- getUsedForIdentification() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyUsedForIdentificationCriteria
-
This returns the usedForIdentification.
- getUser() - Method in interface com.sdl.delivery.ugc.client.odata.edm.Item
-
- getUser() - Method in class com.sdl.web.ugc.model.Item
-
- getUserAgent() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Return the lower case HTTP_USER_AGENT.
- getUserById(String) - Method in interface com.sdl.delivery.ugc.client.comment.UgcCommentApi
-
Get user by id.
- getUserInputAsInt(String...) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
Gets the user input as int.
- getUserInputStream() - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- getUserInputWithDefault(String, String) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- getUsername() - Method in class com.sdl.delivery.iq.index.client.http.auth.HttpBasicAuth
-
- 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.
- getValue() - Method in class com.sdl.context.image.transformation.response.ResponseHeader
-
The header value e.g.
- getValue(Configuration, String, String) - Static method in class com.sdl.delivery.configuration.utils.ConfigurationUtils
-
Get the configuration value from the given configuration and value name.
- getValue(Configuration, String) - Static method in class com.sdl.delivery.configuration.utils.ConfigurationUtils
-
Get the configuration value from the given configuration and value name.
- getValue(String) - Method in class com.sdl.delivery.configuration.xml.XMLConfiguration
-
- getValue() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.data.StepData
-
Get the 'Step Data value'.
- getValue() - Method in class com.sdl.delivery.iq.index.client.http.utils.Pair
-
- getValue() - Method in class com.sdl.delivery.iq.query.api.Facet
-
- getValue() - Method in interface com.sdl.delivery.iq.query.api.TermValue
-
- getValue() - Method in class com.sdl.delivery.iq.query.field.DefaultTermValue
-
- getValue() - Method in class com.sdl.delivery.iq.query.field.SingleField
-
- getValue() - Method in class com.tridion.ambientdata.claimstore.cookie.ClaimsCookie
-
- getValue() - Method in class com.tridion.broker.querying.criteria.metadata.CustomMetaValueCriteria
-
This returns the value querying on as an Object.
- getValue() - Method in class com.tridion.broker.querying.criteria.metadata.LegacyCustomMetaValueCriteria
-
Deprecated.
This returns the value querying on as an Object.
- getValue(Element, String) - Static method in class com.tridion.util.xml.XMLUtils
-
Given a person element, must get the element specified
by the tagName, then must traverse that Node to get the value.
- getValueAsBoolean(Configuration, String, boolean) - Static method in class com.tridion.configuration.util.ConfigurationUtil
-
- getValueAsString() - Method in interface com.sdl.context.api.resolution.EvidenceItem
-
Returns a string representation of the evidence value.
- getValueAsString() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.data.DBStorableStepData
-
Return the value which is held by this step as string representation.
- getValueAsString(Configuration, String, String) - Static method in class com.tridion.configuration.util.ConfigurationUtil
-
- getValueProperty(Configuration, String) - Static method in class com.sdl.delivery.configuration.utils.ConfigurationPropertyUtils
-
Get the property value from the given 'Properties configuration' (of type <Properties>...</Properties>
in
case it is represented as XML) and property name.
- getValueProperty(Configuration) - Static method in class com.sdl.delivery.configuration.utils.ConfigurationPropertyUtils
-
Get the property value configuration value from the given 'Property configuration'
(of type <Property Name="X" Value="Y" />
in case it is represented as XML).
- getValues() - Method in class com.sdl.delivery.configuration.xml.XMLConfiguration
-
- getValues() - Method in interface com.sdl.delivery.iq.query.api.TermValues
-
- getValues() - Method in class com.sdl.delivery.iq.query.field.DefaultTermValues
-
- getValues() - Method in class com.sdl.delivery.iq.query.field.GroupedField
-
- getValueType() - Method in interface com.sdl.delivery.iq.query.api.TermValues
-
- getValueType() - Method in class com.sdl.delivery.iq.query.field.DefaultTermValues
-
- getVariantId() - Method in interface com.tridion.data.BinaryData
-
Returns the id of the variant for this binary data.
- getVariantId() - Method in class com.tridion.data.BinaryDataBuffer
-
Returns the id of the variant for this binary data.
- getVariantId() - Method in class com.tridion.data.BinaryDataFile
-
Returns the id of the variant for this binary data.
- getVariantId() - Method in class com.tridion.util.TCDURI
-
- getVerbs() - Method in interface com.sdl.delivery.deployer.api.model.Command
-
Returns a set of verbs that identifies the action to perform.
- getVerbs() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.Pipeline
-
Get the pipeline verbs.
- getVerbs() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.ProcessingContext
-
Get the pipeline verb.
- getVersion() - Method in class com.tridion.Controller
-
Deprecated.
Gets the version information string for this Controller
.
- getVersion() - Method in class com.tridion.util.CMURI
-
Get the version for this URI.
- getVisibleCharacters() - Method in class com.sdl.context.common.cli.SpecialCharacter
-
Return the number of characters this is displayed as on the terminal.
- 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.
- getWhere(String) - Method in class com.tridion.broker.querying.criteria.DecoratedCriteria
-
Method that returns query string for specific criteria.
- getWhere() - Method in class com.tridion.broker.querying.criteria.DecoratedCriteria
-
Method that returns query string for specific criteria and specific JoinId.
- getWhere(String) - Method in interface com.tridion.broker.querying.generators.GeneratorStrategy
-
This generates the condition part of the broker query, this indicates on which entities conditions
can be applied.
- getWhiteListFilterConfiguration() - Method in class com.tridion.ambientdata.AmbientDataConfig
-
- getWhiteListFilterCustomClassName() - Method in class com.tridion.ambientdata.AmbientDataConfig
-
- getWidth() - Method in interface com.sdl.context.image.api.ClarifiedImage
-
Get the image width.
- getWidth() - Method in class com.sdl.context.image.transformation.digestors.DimensionsArgument
-
- getWidth() - Method in class com.sdl.context.image.TransformedImage
-
- getWriter() - Method in interface com.sdl.delivery.deployer.api.binarystorage.BinaryStorageBase
-
Constructs a function that returns writer for a given outputFile
possibly using charsetName
when non-null.
- getWriter() - Method in class com.tridion.deployer.TransformerStorage
-
- getWriter() - Method in interface com.tridion.tcdl.transformer.TransformerBinaryStorage
-
Constructs a function that returns writer for a given outputFile
possibly using charsetName
when non-null.
- getWriteTimeout() - Method in class com.sdl.delivery.iq.client.common.config.ClientConfiguration
-
Get the write timeout for a call to the remote service.
- getWriteTimeout() - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Gets the current write timeout for a call.
- getXmlAttribute() - Method in enum com.tridion.ambientdata.CookieConfig.CookieType
-
This returns the xml type value for the cookie configuration.
- getXMLString() - Method in class com.tridion.dcp.filters.query.XMLQueryResult
-
Deprecated.
returns the xml as string.
- getXMLTransformSource() - Method in class com.tridion.dcp.filters.query.XMLQueryResult
-
Deprecated.
returns the xml as Source.
- getXSLT() - Method in interface com.tridion.dcp.XMLComponentPresentation
-
- GlobalExecutionArguments - Class in com.tridion.tcdl
-
The GlobalExecutionArguments for context.
- GlobalExecutionArguments.Builder - Class in com.tridion.tcdl
-
Builder for create instance of GlobalExecutionArguments.
- goBack() - Method in class com.sdl.context.common.cli.History
-
- goForward() - Method in class com.sdl.context.common.cli.History
-
- GREATER_OR_EQUAL_THAN - Static variable in class com.tridion.broker.querying.criteria.Criteria
-
Greater than or equal.
- GREATER_THAN - Static variable in class com.tridion.broker.querying.criteria.Criteria
-
Greater than.
- groupedAnd(List<String>, List<?>) - Method in interface com.sdl.delivery.iq.query.api.Query
-
Grouped AND query on multiple fields and values.
- groupedAnd(List<String>, List<?>) - Method in class com.sdl.delivery.iq.query.search.SearchQuery
-
- GroupedField - Class in com.sdl.delivery.iq.query.field
-
Grouped Field.
- GroupedField(boolean) - Constructor for class com.sdl.delivery.iq.query.field.GroupedField
-
- GroupedField(boolean, List<String>, List, Class<T>) - Constructor for class com.sdl.delivery.iq.query.field.GroupedField
-
- groupedNot(List<String>, List<?>) - Method in interface com.sdl.delivery.iq.query.api.Query
-
Grouped NOT query on multiple fields and values.
- groupedNot(List<String>, List<?>) - Method in class com.sdl.delivery.iq.query.search.SearchQuery
-
- groupedOr(List<String>, List<?>) - Method in interface com.sdl.delivery.iq.query.api.Query
-
Grouped OR query on multiple fields and values.
- groupedOr(List<String>, List<?>) - Method in class com.sdl.delivery.iq.query.search.SearchQuery
-
- groupedSearchNode(GroupedField) - Static method in class com.sdl.delivery.iq.query.search.SearchNode
-
- groupEnd() - Method in interface com.sdl.delivery.iq.query.api.BooleanOperation
-
Ends group.
- groupEnd() - Method in interface com.sdl.delivery.iq.query.api.Query
-
Ends group.
- groupEnd() - Method in class com.sdl.delivery.iq.query.operation.BaseOperation
-
- groupEnd() - Method in class com.sdl.delivery.iq.query.search.SearchQuery
-
- groupStart() - Method in interface com.sdl.delivery.iq.query.api.Query
-
Starts group.
- groupStart() - Method in class com.sdl.delivery.iq.query.search.SearchQuery
-
- guessContentTypeFromFile(File) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Guess Content-Type header from the given file (defaults to "APPLICATION/octet-stream").
- id(String) - Method in interface com.sdl.delivery.iq.query.api.Query
-
Searches for an Id.
- id(String, int, int, int) - Method in interface com.sdl.delivery.iq.query.api.Query
-
Searches for an Id, separating the identifiers as int.
- id(String) - Method in class com.sdl.delivery.iq.query.search.SearchQuery
-
- id(String, int, int, int) - Method in class com.sdl.delivery.iq.query.search.SearchQuery
-
- ID_LENGTH - Static variable in class com.sdl.context.Constants.Persistence
-
Standard length of a ID field for persistence.
- IdField - Class in com.sdl.delivery.iq.query.field
-
Id Field.
- IdField(boolean, String) - Constructor for class com.sdl.delivery.iq.query.field.IdField
-
- IDNULL - Static variable in class com.tridion.ItemTypes
-
Special value marks an uninitialized Id.
- IDNULL - Static variable in class com.tridion.TCDItemTypes
-
Special value marks an uninitialized Id.
- idSearchNode(IdField) - Static method in class com.sdl.delivery.iq.query.search.SearchNode
-
- IdToTcmUriFunc - Enum in com.sdl.delivery.deployer.steps.util
-
Function for transformation string tcm id to TCMURI with unchecked exception.
- ignorableWhitespace(char[], int, int) - Method in class com.tridion.util.xml.SAXSchemaReader
-
- IGNORE_IDENTIFIERS_ON_MERGE - Static variable in class com.sdl.context.Constants.Context
-
Ignore identifiers on merge.
- Image - Interface in com.sdl.context.image.api
-
An image which can be transformed.
- IMAGE_IO_USE_TEMP_FILE_CACHE - Static variable in class com.sdl.context.image.ImageConstants.Property
-
If useTempFileCache is set to true then ImageIO library will write transformed images to a temporary folder
during processing.
- IMAGE_TRANSFORMER_CACHE_NAME - Static variable in class com.sdl.context.image.ImageConstants.Property
-
Value that indicates the name of the cache that is used to store the actual images.
- IMAGE_UPDATE_TIME_STAMP_CACHE_NAME - Static variable in class com.sdl.context.image.ImageConstants.Property
-
Value that indicates the name of the cache that is used to store time stamps of the images stored in the main
cache.
- ImageConstants - Class in com.sdl.context.image
-
Image constants.
- ImageConstants.Default - Class in com.sdl.context.image
-
Default values.
- ImageConstants.Property - Class in com.sdl.context.image
-
Context Property constants.
- ImageFactory - Class in com.sdl.context.image
-
Factory for creating images.
- ImageFactory() - Constructor for class com.sdl.context.image.ImageFactory
-
- ImageIoWrapper - Class in com.sdl.context.image
-
Create buffered images.
- ImageIoWrapper(Image) - Constructor for class com.sdl.context.image.ImageIoWrapper
-
- ImageSourceUriDigestor - Class in com.sdl.context.image.transformation.digestors
-
digestor which can parse image URI fragments in the context and create an image URL.
- ImageSourceUriDigestor() - Constructor for class com.sdl.context.image.transformation.digestors.ImageSourceUriDigestor
-
- ImageTransformationContext - Interface in com.sdl.context.image.transformation.context
-
A context which contains information related to the transformation of an image.
- ImageTransformationContextFactory - Interface in com.sdl.context.image.transformation.processors
-
A factory that can create image transformation contexts.
- ImageTransformationManager - Class in com.sdl.context.image.transformation.managers
-
A manager which returns a transformed image for a URI request.
- ImageTransformationManager() - Constructor for class com.sdl.context.image.transformation.managers.ImageTransformationManager
-
- ImageTransformationManagerFactory - Class in com.sdl.context.image.transformation.managers
-
A lightweight wrapper to allow us to expose the Spring context to our .NET proxy.
- ImageTransformationManagerFactory() - Constructor for class com.sdl.context.image.transformation.managers.ImageTransformationManagerFactory
-
- ImageTransformationProcessor - Interface in com.sdl.context.image.transformation.processors
-
Image transformation processor interface.
- ImageTransformationUriParser - Class in com.sdl.context.image.transformation.parser
-
A parser which can parse an ImageTransformation URI.
- ImageTransformationUriParser() - Constructor for class com.sdl.context.image.transformation.parser.ImageTransformationUriParser
-
- ImageTransformer - Interface in com.sdl.context.image.api
-
This provides functionality for transforming images.
- ImageTransformerFactory - Class in com.sdl.context.image
-
Deprecated.
- ImageTransformerFactory(SpringBeans) - Constructor for class com.sdl.context.image.ImageTransformerFactory
-
Deprecated.
- ImageUpdateTimeStamp - Class in com.sdl.context.image
-
Update time stamp for an image indicating when an cached image is stale.
- ImageUpdateTimeStamp(ResourceInfo, long) - Constructor for class com.sdl.context.image.ImageUpdateTimeStamp
-
- ImageUriDigestor - Class in com.sdl.context.image.transformation.digestors
-
digestor which can parse image URI fragments in the context and create an image URL.
- ImageUriDigestor() - Constructor for class com.sdl.context.image.transformation.digestors.ImageUriDigestor
-
- IMPORT_IDS - Static variable in class com.sdl.context.Constants.Context
-
Import IDs meta data name.
- importNode(Node, Node) - Static method in class com.tridion.util.xml.DOMUtil
-
Simple tree walker that will clone recursively a node.
- In(Criteria) - Static method in class com.tridion.broker.querying.CriteriaFactory
-
- increaseLogging(String) - Static method in class com.sdl.context.common.logging.LogUtils
-
- increaseNoLoggerLogLevel() - Static method in class com.sdl.context.common.logging.DependencySafeLogger
-
- increasePosition(int) - Method in class com.tridion.tcdl.OutputDocument.Bookmark
-
- incrementLevel(int) - Method in class com.sdl.context.common.logging.LogbackLoggerWrapper
-
- InCriteria - Class in com.tridion.broker.querying.criteria.operators
-
The InCriteria is used when a repetitive type of condition occurs, for example
when the Item may be related to one or more taxonomyfacets.
- InCriteria(Criteria) - Constructor for class com.tridion.broker.querying.criteria.operators.InCriteria
-
Constructs a InCriteria for specified criteria.
- INDEX_BASE_URI - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants
-
Base index service URI.
- INDEX_CLIENT - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Fields
-
QueryClient.
- INDEX_COMMON_NAME_PREFIX - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants
-
Prefix for elasticsearch indices.
- INDEX_NAME - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Fields
-
Index Name.
- INDEX_PREFIX_HOLDER - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Fields
-
Prefix for elasticsearch indices.
- INDEX_PROVIDER - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Fields
-
IndexProvider.
- INDEX_SERVICE - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Fields
-
IndexService node.
- INDEX_V1_URI - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants
-
Suffix for index service URI.
- IndexApiResponse<T> - Class in com.sdl.delivery.iq.index.client.http
-
IndexApiResponse.
- IndexApiResponse(ApiResponse<T>, Instruction) - Constructor for class com.sdl.delivery.iq.index.client.http.IndexApiResponse
-
- info(String) - Method in class com.sdl.context.common.logging.DependencySafeLogger
-
Info.
- info(String, Throwable) - Method in class com.sdl.context.common.logging.DependencySafeLogger
-
Info.
- init() - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
After properties set.
- init() - Method in class com.sdl.delivery.deployer.steps.TridionExecutableStepFactory
-
- init(FilterConfig) - Method in class com.tridion.ambientdata.web.AbstractAmbientDataServletFilter
-
- init(PageContext) - Method in class com.tridion.web.jsp.JSPPage
-
Initializes this instance by initializing the global variables
and reading the configuration properties.
- initAtomWriter(ODataRequestContext) - Method in class com.sdl.delivery.ugc.client.marshall.UgcAtomRenderer
-
- initDeviceScan() - Method in class com.sdl.web.preview.util.UAgentInfo
-
Initialize Key Stored Values.
- initialise() - Method in class com.sdl.context.common.cli.Terminal
-
- initialize() - Method in class com.sdl.context.common.lang.LazyObject
-
- initializeEngine() - Method in class com.tridion.ambientdata.web.AbstractAmbientDataServletFilter
-
- initPageURI(String) - Method in class com.tridion.web.XSLTProcessor
-
Set the page URI to use to pass to the XSL transformation as a parameter,
in case a page identifier is not specified in the API call (the
default that can be overruled).
- InputStreamCsvInputSource - Class in com.sdl.context.common.csv
-
Input Stream CSV source.
- InputStreamCsvInputSource() - Constructor for class com.sdl.context.common.csv.InputStreamCsvInputSource
-
- InputStreamCsvInputSource(InputStream) - Constructor for class com.sdl.context.common.csv.InputStreamCsvInputSource
-
- INSTANCE - Static variable in interface com.sdl.delivery.deployer.api.binarystorage.BinaryStorageBase
-
- INTEGER_VALUE_NOT_SET - Static variable in class com.sdl.context.Constants.Context
-
Value that indicates that an integer value has not been set.
- intersectIgnoreCase(Collection<String>, Collection<String>) - Static method in class com.sdl.delivery.configuration.utils.CollectionUtil
-
Return true if two string collections intersect ignoring the casing of the elements, false otherwise.
- invokePrivateMethod(Object, String, Object[]) - Static method in class com.tridion.util.ReflectionUtil
-
Invoke private method of an object using reflection.
- invokePrivateStaticMethod(Class, String, Object[]) - Static method in class com.tridion.util.ReflectionUtil
-
Invoke static private method of an object using reflection.
- IoUtils - Class in com.sdl.context.common.lang
-
Common IO functions.
- IqRequiredField - Annotation Type in com.sdl.delivery.iq.api.common
-
IqRequiredField.
- is(String) - Method in class com.sdl.context.common.cli.Command
-
Is.
- IS_CONCEPT_SYNC_OPERATION - Static variable in class com.sdl.delivery.deployer.api.processing.pipeline.data.StepDataConstants
-
Identifier flag if current transaction package is ConceptScheme sync operation.
- IS_CONCEPT_SYNC_TOC_OPERATION - Static variable in class com.sdl.delivery.deployer.api.processing.pipeline.data.StepDataConstants
-
Identifier flag if current transaction package contains TOC and is ConceptScheme sync operation.
- isAcceptingForwardedClaims() - Method in class com.tridion.ambientdata.AmbientDataConfig
-
Tells if Ambient Data Framework is enabled to receive forwarded claims.
- isActive() - Method in interface com.sdl.delivery.deployer.api.queue.DeployerQueue
-
Check whether the queue has been started successfully and is ready to receive enqueue and dequeue requests.
- isAllowed(String) - Method in class com.sdl.context.image.transformation.processors.UrlWhitelistChecker
-
Checks if a URL matches a whitelisted URL entry in the configuration.
- isAndroidPhone - Variable in class com.sdl.web.preview.util.UAgentInfo
-
- isAscii() - Method in class com.sdl.context.common.lang.UnicodeString
-
- isBlackBerry - Variable in class com.sdl.web.preview.util.UAgentInfo
-
- isClientEmbedded() - Method in class com.sdl.delivery.iq.client.common.config.ClientConfiguration
-
Returns true if client configuration was marked as embedded.
- isClosedTag(boolean) - Method in class com.tridion.transformer.TCDLTag
-
- isClosedTag() - Method in class com.tridion.transformer.TCDLTag
-
- isCommandNameCaseInsensitive() - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- isComponentLinkInfoEnabled(int) - Method in class com.tridion.linking.Linking
-
- isCompressed(byte[]) - Static method in class com.tridion.util.CompressionUtils
-
- isCompressed(String) - Static method in class com.tridion.util.CompressionUtils
-
- isContent(String) - Method in interface com.sdl.delivery.deployer.api.model.Command
-
Helper method to check whether given verb is a content package.
- isCookieTypePresent(CookieConfig.CookieType) - Method in class com.tridion.ambientdata.AmbientDataConfig
-
This returns true if the cookie configuration is present for a specific cookie type.
- isCygwin() - Static method in class com.sdl.context.common.OsUtils
-
- isDataPipeline() - Method in class com.tridion.transport.transportpackage.TransportPackage
-
- isDebugEnabled() - Method in class com.sdl.context.common.logging.DependencySafeLogger
-
Checks if is debug enabled.
- isDebugging() - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Check that whether debugging is enabled for this API client.
- isDynamic() - Method in interface com.tridion.dcp.ComponentPresentation
-
Returns if this ComponentPresentation contains dynamic code.
- isEcho() - Method in class com.sdl.context.common.cli.Terminal
-
- isEmpty() - Method in interface com.sdl.context.api.Aspect
-
Returns true if there are no properties in the Aspect.
- isEmpty() - Method in interface com.sdl.context.api.ContextMap
-
Is the context map empty?
- isEmpty() - Method in class com.sdl.context.common.cli.Command
-
- isEmpty() - Method in class com.sdl.context.resource.api.ByteString
-
Is the byte array empty?
- isEmpty() - Method in class com.sdl.delivery.configuration.values.ValueContainer
-
- isEmpty(String) - Static method in class com.tridion.util.StringUtils
-
Deprecated.
- isEmptyVariantId(String) - Static method in class com.tridion.util.BinaryVariantUtils
-
Helper for determining if the variant id is empty.
- isErrorEnabled() - Method in class com.sdl.context.common.logging.DependencySafeLogger
-
Checks if is error enabled.
- isErrorResponse() - Method in class com.sdl.delivery.iq.index.client.http.IndexApiResponse
-
- isEscapeDotsInKey() - Method in class com.sdl.delivery.iq.query.field.SingleField
-
- isFeatureEnabled(String) - Method in class com.tridion.Controller
-
Deprecated.
Checks whether the feature passed in the argument has been enabled or not.
- isFinalizeContext() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.ProcessingContext
-
Return true if this context is a finalizing context.
- isFinalizePipeline() - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.Pipeline
-
Returns true for a finalizing pipeline.
- isGameConsole - Variable in class com.sdl.web.preview.util.UAgentInfo
-
- isGetRequest(ClaimStore) - Static method in class com.tridion.ambientdata.claimstore.ClaimStoreUtil
-
Check in the claim store if the request is GET.
- ISH_USER_CONDITIONS - Static variable in class com.tridion.ambientdata.web.WebClaims
-
Key for user conditions before enhancing with additional conditions from publication.
- ISH_USER_CONDITIONS_MERGED - Static variable in class com.tridion.ambientdata.web.WebClaims
-
Key for user conditions after enhancing with additional conditions from publication.
- ISH_USER_CONDITIONS_PARSED - Static variable in class com.tridion.ambientdata.web.WebClaims
-
Key for user conditions after enhancing with additional conditions from publication.
- isIdentifier(String) - Method in interface com.sdl.context.api.definition.AspectDefinition
-
Is the given property name an identifier?
- isIdentifier() - Method in interface com.sdl.context.api.definition.ContextPropertyDefinition
-
Is the property an identifier? Can it be used as part of the unique identifier for
the given aspect? This is currently only used for context repository storage.
- isImmutable(URI) - Method in interface com.tridion.ambientdata.claimstore.ClaimStore
-
Returns true
if the claim is immutable, false
otherwise.
- isImmutable(URI) - Method in class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
- isIncludeKeywordBranches() - Method in class com.tridion.broker.querying.criteria.taxonomy.AbstractTaxonomyKeywordCriteria
-
This will return if this criteria is applicable for child keywords.
- isInfoEnabled() - Method in class com.sdl.context.common.logging.DependencySafeLogger
-
Checks if is info enabled.
- isInWait(ProcessingContext, StepDataProvider) - Static method in class com.sdl.delivery.deployer.steps.util.TridionStepUtil
-
Check if the Package related to the Execution Context is in Wait.
- isIphone - Variable in class com.sdl.web.preview.util.UAgentInfo
-
- isJsonMime(String) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Check if the given MIME is a JSON MIME.
- isKeywordAbstract() - Method in class com.tridion.taxonomies.Keyword
-
This returns if this TaxonomyKeyword is abstract.
- isKeywordNavigable() - Method in class com.tridion.taxonomies.Keyword
-
This returns if the TaxonomyKeyword should be navigable.
- isLanguageOverridden() - Method in class com.tridion.tcdl.TCDLEngine
-
Returns true if the output language is set from config.
- isLeftClosed() - Method in class com.sdl.delivery.iq.query.field.RangeField
-
- isLegalCharacter(char) - Method in class com.tridion.util.xml.DOMElementWriter
-
Is the given character allowed inside an XML document?
- isLenientDatetimeFormat() - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Whether to allow various ISO 8601 datetime formats when parsing a datetime string.
- isLikeOperatorApplicable() - Method in class com.tridion.broker.querying.criteria.categorization.CategoryCriteria
-
Like operator is applicable to this criteria.
- isLikeOperatorApplicable() - Method in class com.tridion.broker.querying.criteria.categorization.KeywordCriteria
-
Like operator is applicable to this criteria.
- isLikeOperatorApplicable() - Method in class com.tridion.broker.querying.criteria.content.ItemTitleCriteria
-
Like operator is applicable to this criteria.
- isLikeOperatorApplicable() - Method in class com.tridion.broker.querying.criteria.content.PageURLCriteria
-
Like operator is applicable to this criteria.
- isLikeOperatorApplicable() - Method in class com.tridion.broker.querying.criteria.content.SchemaTitleCriteria
-
- isLikeOperatorApplicable() - Method in class com.tridion.broker.querying.criteria.Criteria
-
Tests if like operator is applicable for the criteria.
- isLikeOperatorApplicable() - Method in class com.tridion.broker.querying.criteria.metadata.CustomMetaKeyCriteria
-
Like operator is applicable to this criteria.
- isLikeOperatorApplicable() - Method in class com.tridion.broker.querying.criteria.metadata.CustomMetaValueCriteria
-
Like operator is applicable to this criteria.
- isLikeOperatorApplicable() - Method in class com.tridion.broker.querying.criteria.publication.PublicationKeyCriteria
-
Like operator is applicable to this criteria.
- isLikeOperatorApplicable() - Method in class com.tridion.broker.querying.criteria.publication.PublicationMultimediaPathCriteria
-
Like operator is applicable to this criteria.
- isLikeOperatorApplicable() - Method in class com.tridion.broker.querying.criteria.publication.PublicationMultimediaURLCriteria
-
Like operator is applicable to this criteria.
- isLikeOperatorApplicable() - Method in class com.tridion.broker.querying.criteria.publication.PublicationPathCriteria
-
Like operator is applicable to this criteria.
- isLikeOperatorApplicable() - Method in class com.tridion.broker.querying.criteria.publication.PublicationTitleCriteria
-
Like operator is applicable to this criteria.
- isLikeOperatorApplicable() - Method in class com.tridion.broker.querying.criteria.publication.PublicationURLCriteria
-
Like operator is applicable to this criteria.
- isLikeOperatorApplicable() - Method in class com.tridion.broker.querying.criteria.structuregroups.StructureGroupDirectoryCriteria
-
- isLikeOperatorApplicable() - Method in class com.tridion.broker.querying.criteria.structuregroups.StructureGroupTitleCriteria
-
- isLikeOperatorApplicable() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordDescriptionCriteria
-
Like operator is applicable to this criteria.
- isLikeOperatorApplicable() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordKeyCriteria
-
Like operator is applicable to this criteria..
- isLikeOperatorApplicable() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordNameCriteria
-
Like operator is applicable to this criteria..
- isLineBuffering() - Method in class com.sdl.context.common.cli.Terminal
-
- isMatch(Path) - Method in class com.sdl.context.common.io.FileFinder
-
- isMatch(Path) - Method in class com.sdl.context.common.io.UriPatternFileFinder
-
- isMultimedia() - Method in class com.tridion.broker.querying.criteria.content.MultimediaCriteria
-
Tells if this criteria selects or excludes multimedia components.
- isNegate() - Method in class com.sdl.delivery.iq.query.field.BaseField
-
- isNested() - Method in interface com.sdl.delivery.iq.query.api.Query
-
Returns true if query is marked as a nested query.
- isNested() - Method in class com.sdl.delivery.iq.query.field.SingleField
-
- isNested() - Method in class com.sdl.delivery.iq.query.search.SearchQuery
-
- isNil() - Method in class com.sdl.delivery.iq.query.search.SearchNode
-
- isNotEmpty(T[]) - Static method in class com.tridion.util.ArrayUtils
-
- isNotEmpty(String...) - Static method in class com.tridion.util.StringUtils
-
Deprecated.
- isNull() - Method in class com.sdl.delivery.configuration.values.DefaultValue
-
- isNull() - Method in class com.sdl.delivery.configuration.values.NullValue
-
- isNullOrEmpty(String) - Static method in class com.sdl.delivery.configuration.utils.ConditionUtil
-
Returns true
if the given string is null or is the empty string.
- isNullUri() - Method in class com.tridion.util.CMURI
-
Check if this object is NULL_URI.
- isNullUri() - Method in class com.tridion.util.TCMURI
-
- isOAuthEnabled() - Method in class com.tridion.ambientdata.AmbientDataConfig
-
- isOperator() - Method in class com.tridion.broker.querying.criteria.Criteria
-
Returns if this Criteria is an operator.
- isPartialCommand() - Method in class com.sdl.context.common.cli.Command
-
- isPortSet(int) - Static method in class com.tridion.configuration.util.ConfigurationUtil
-
Check if the given port is set.
- isPreviewWebserviceCall(ClaimStore) - Method in class com.sdl.web.content.claimprocessor.WritableODataClaimProcessor
-
Determines if the current request is made to the preview webservice or not.
- isProcessorEnabled() - Method in class com.tridion.ambientdata.processing.HTTPHeaderProcessor
-
Checks if the processor is enabled considering the configured digest key.
- isProductEnabled() - Method in class com.tridion.Controller
-
Deprecated.
Checks whether the product is enabled.
- isRangeIncluded() - Method in class com.tridion.broker.querying.criteria.metadata.MetadataRangeCriteria
-
Tells if the beginRange and endRange will be included.
- isReadOnly(URI) - Method in interface com.tridion.ambientdata.claimstore.ClaimStore
-
Returns true
if the claim is read-only, false
otherwise.
- isReadOnly(URI) - Method in class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
- isReference(String) - Method in class com.tridion.util.xml.DOMElementWriter
-
Is the given argument a character or entity reference?
- isRelativeLink() - Method in class com.tridion.linking.AbstractLink
-
- isRequestPathExcluded(String) - Method in class com.tridion.ambientdata.web.AbstractAmbientDataServletFilter
-
- isResolved() - Method in class com.tridion.linking.Link
-
Indicates if this link has been resolved and is targetting a valid URL.
- isRightClosed() - Method in class com.sdl.delivery.iq.query.field.RangeField
-
- isRootContext() - Method in class com.tridion.tcdl.TransformContext
-
Returns True if this is a Root Context.
- isRunning() - Method in interface com.sdl.delivery.deployer.api.queue.QueueHandler
-
Check whether the 'Queue Handler' is actively running and handling the configured queues.
- isSameNameSpace(Tag) - Method in class com.tridion.tcdl.Tag
-
Check if the namespace of a tag matches this tags namespace.
- isSameTag(Tag) - Method in class com.tridion.tcdl.Tag
-
Check if the passed tag has the same name and namespace as this tag.
- isSessionScopedClaim(ClaimValueScope) - Method in interface com.tridion.ambientdata.claimstore.ClaimStore
-
Returns true
if given scope lives during session.
- isSessionScopedClaim(ClaimValueScope) - Method in class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
- isSingleton() - Method in class com.sdl.context.resource.http.HttpClientFactory
-
- isSkippingMode() - Method in class com.tridion.tcdl.TagDispatcher
-
Exposes if the parsing mechanism is currently skipping tags.
- isSmartPhone - Variable in class com.sdl.web.preview.util.UAgentInfo
-
- isSortDescending() - Method in class com.sdl.delivery.iq.query.search.SearchQuery
-
- isSortStrings() - Method in class com.sdl.delivery.iq.query.search.SearchQuery
-
- isSslEnabled() - Method in class com.sdl.context.resource.http.HttpClientFactory
-
- isStale() - Method in class com.sdl.context.image.ImageUpdateTimeStamp
-
- isStartTag(boolean) - Method in class com.tridion.transformer.TCDLTag
-
- isStartTag() - Method in class com.tridion.transformer.TCDLTag
-
- isSupportedImageContentType(String) - Method in class com.sdl.context.resource.ContentTypeAcquirer
-
- isSupportedImageExtension(String) - Method in class com.sdl.context.resource.ContentTypeAcquirer
-
- isTagBodyCodeBlock() - Method in class com.tridion.tcdl.TransformContext
-
Returns true if resulting body from the current tag will be wrapped in an inline code block
Note that this method should rarely be required for implementers of TagHandlers, all code block marking
is handled by the engine.
- isTerm() - Method in class com.sdl.delivery.iq.query.field.GroupedField
-
- isTerm() - Method in class com.sdl.delivery.iq.query.field.SingleField
-
- isTerm() - Method in class com.sdl.delivery.iq.query.field.SingleFieldMultiTerm
-
- isThrowOnException() - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- isTierGenericMobile - Variable in class com.sdl.web.preview.util.UAgentInfo
-
- isTierRichCss - Variable in class com.sdl.web.preview.util.UAgentInfo
-
- isTierTablet - Variable in class com.sdl.web.preview.util.UAgentInfo
-
- isTokenConfigurationAvailable() - Method in class com.sdl.delivery.iq.client.common.config.OAuthConfiguration
-
Return true if configuration contains token service.
- isTraceEnabled() - Method in class com.sdl.context.common.logging.DependencySafeLogger
-
Checks if is trace enabled.
- isUnixShell() - Static method in class com.sdl.context.common.OsUtils
-
- isUsedForIdentification() - Method in class com.tridion.taxonomies.Keyword
-
This returns if this TaxonomyKeyword is used for identification.
- isValidationActive() - Method in class com.tridion.ambientdata.processing.HTTPHeaderProcessor
-
Checks if the validation is active considering the configured activation date.
- isVerifyingSsl() - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
True if isVerifyingSsl flag is on.
- isWarnEnabled() - Method in class com.sdl.context.common.logging.DependencySafeLogger
-
Checks if is warn enabled.
- isWhiteListFilterConfigured() - Method in class com.tridion.ambientdata.AmbientDataConfig
-
- isWin() - Static method in class com.sdl.context.common.OsUtils
-
- isWrappedCacheDAO(BaseDAO) - Method in class com.tridion.linking.AbstractLink
-
- Item - Interface in com.sdl.delivery.ugc.client.odata.edm
-
- Item - Class in com.sdl.web.ugc.model
-
Item identifies publication, type, owner and date.
- Item() - Constructor for class com.sdl.web.ugc.model.Item
-
- item(int) - Method in class com.tridion.util.xml.DOMUtil.NodeListImpl
-
- ITEM_LINK - Static variable in class com.tridion.TCDItemTypes
-
Item type ID for an Itemlink.
- ItemCreationDateColumn - Class in com.tridion.broker.querying.sorting.column
-
This is for sorting on the Item creation date column in the Content storage.
- ItemCreationDateColumn() - Constructor for class com.tridion.broker.querying.sorting.column.ItemCreationDateColumn
-
- ItemCreationDateCriteria - Class in com.tridion.broker.querying.criteria.content
-
This queries the Broker Storage by Item's creation date.
- ItemCreationDateCriteria(Date) - Constructor for class com.tridion.broker.querying.criteria.content.ItemCreationDateCriteria
-
Creates a new criteria with a specific creationDate.
- ItemCreationDateCriteria(String) - Constructor for class com.tridion.broker.querying.criteria.content.ItemCreationDateCriteria
-
Creates a new date criteria with a specific creationDate string and expected in the format
"yyyy-MM-dd HH:mm:ss.SSS".
- ItemCreationDateCriteria(String, String) - Constructor for class com.tridion.broker.querying.criteria.content.ItemCreationDateCriteria
-
Creates a new date criteria with a specific creationDate string and expected in the specified dateFormat.
- ItemCreationDateCriteria(String, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.content.ItemCreationDateCriteria
-
Creates a new date criteria with a specific creationDate string, expected in the format
"yyyy-MM-dd HH:mm:ss.SSS" and that uses the specified field operator.
- ItemCreationDateCriteria(String, String, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.content.ItemCreationDateCriteria
-
Creates a new date criteria with a specific creationDate string, expected in the specified
dateFormat and that uses the specified field operator.
- ItemCreationDateCriteria(Date, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.content.ItemCreationDateCriteria
-
Creates a new date criteria with a specific creationDate and that uses the specified field operator.
- ItemIdColumn - Class in com.tridion.broker.querying.sorting.column
-
This is for sorting on the Item identifier column in the Content storage.
- ItemIdColumn() - Constructor for class com.tridion.broker.querying.sorting.column.ItemIdColumn
-
- ItemInitialPublicationColumn - Class in com.tridion.broker.querying.sorting.column
-
This is for sorting on the Item initial publication date column in the Content storage.
- ItemInitialPublicationColumn() - Constructor for class com.tridion.broker.querying.sorting.column.ItemInitialPublicationColumn
-
- ItemInitialPublishDateCriteria - Class in com.tridion.broker.querying.criteria.content
-
This queries the Broker Storage by Item's initialPublish date.
- ItemInitialPublishDateCriteria(Date) - Constructor for class com.tridion.broker.querying.criteria.content.ItemInitialPublishDateCriteria
-
Creates a new criteria with a specific initialPublishDate.
- ItemInitialPublishDateCriteria(String) - Constructor for class com.tridion.broker.querying.criteria.content.ItemInitialPublishDateCriteria
-
Creates a new date criteria with a specific initialPublishDate string and expected in the format
"yyyy-MM-dd HH:mm:ss.SSS".
- ItemInitialPublishDateCriteria(String, String) - Constructor for class com.tridion.broker.querying.criteria.content.ItemInitialPublishDateCriteria
-
Creates a new date criteria with a specific initialPublishDate string and expected in the specified dateFormat.
- ItemInitialPublishDateCriteria(String, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.content.ItemInitialPublishDateCriteria
-
Creates a new date criteria with a specific initialPublishDate string, expected in the format
"yyyy-MM-dd HH:mm:ss.SSS" and that uses the specified field operator.
- ItemInitialPublishDateCriteria(String, String, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.content.ItemInitialPublishDateCriteria
-
Creates a new date criteria with a specific initialPublishDate string, expected in the specified
dateFormat and that uses the specified field operator.
- ItemInitialPublishDateCriteria(Date, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.content.ItemInitialPublishDateCriteria
-
Creates a new date criteria with a specific initialPublishDate and that uses the specified field operator.
- ItemLastPublishColumn - Class in com.tridion.broker.querying.sorting.column
-
This is for sorting on the Item last published date column in the Content storage.
- ItemLastPublishColumn() - Constructor for class com.tridion.broker.querying.sorting.column.ItemLastPublishColumn
-
- ItemLastPublishedDateCriteria - Class in com.tridion.broker.querying.criteria.content
-
This queries the Broker Storage to a specified Item's last published date.
- ItemLastPublishedDateCriteria(String) - Constructor for class com.tridion.broker.querying.criteria.content.ItemLastPublishedDateCriteria
-
Constructs ItemLastPublishedDateCriteria criteria.
- ItemLastPublishedDateCriteria(String, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.content.ItemLastPublishedDateCriteria
-
Constructs ItemLastPublishedDateCriteria criteria.
- ItemLastPublishedDateCriteria(Date) - Constructor for class com.tridion.broker.querying.criteria.content.ItemLastPublishedDateCriteria
-
Creates a new criteria with a specific lastPublishedDate.
- ItemLastPublishedDateCriteria(String, String) - Constructor for class com.tridion.broker.querying.criteria.content.ItemLastPublishedDateCriteria
-
Creates a new date criteria with a specific lastPublishedDate string and expected in the specified dateFormat.
- ItemLastPublishedDateCriteria(String, String, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.content.ItemLastPublishedDateCriteria
-
Creates a new date criteria with a specific lastPublishedDate string, expected in the specified
dateFormat and that uses the specified field operator.
- ItemLastPublishedDateCriteria(Date, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.content.ItemLastPublishedDateCriteria
-
Creates a new date criteria with a specific lastPublishedDate and that uses the specified field operator.
- ItemMajorVersionColumn - Class in com.tridion.broker.querying.sorting.column
-
This is for sorting on the Item major version column in the Content storage.
- ItemMajorVersionColumn() - Constructor for class com.tridion.broker.querying.sorting.column.ItemMajorVersionColumn
-
- ItemMinorVersionColumn - Class in com.tridion.broker.querying.sorting.column
-
This is for sorting on the Item minor version column in the Content storage.
- ItemMinorVersionColumn() - Constructor for class com.tridion.broker.querying.sorting.column.ItemMinorVersionColumn
-
- ItemModificationColumn - Class in com.tridion.broker.querying.sorting.column
-
This is for sorting on the Item modification date column in the Content storage.
- ItemModificationColumn() - Constructor for class com.tridion.broker.querying.sorting.column.ItemModificationColumn
-
- ItemModificationDateCriteria - Class in com.tridion.broker.querying.criteria.content
-
This queries the Broker Storage by Item's modification date.
- ItemModificationDateCriteria(Date) - Constructor for class com.tridion.broker.querying.criteria.content.ItemModificationDateCriteria
-
Creates a new criteria with a specific modificationDate.
- ItemModificationDateCriteria(String) - Constructor for class com.tridion.broker.querying.criteria.content.ItemModificationDateCriteria
-
Creates a new date criteria with a specific modificationDate string and expected in the format
"yyyy-MM-dd HH:mm:ss.SSS".
- ItemModificationDateCriteria(String, String) - Constructor for class com.tridion.broker.querying.criteria.content.ItemModificationDateCriteria
-
Creates a new date criteria with a specific modificationDate string and expected in the specified dateFormat.
- ItemModificationDateCriteria(String, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.content.ItemModificationDateCriteria
-
Creates a new date criteria with a specific modificationDate string, expected in the format
"yyyy-MM-dd HH:mm:ss.SSS" and that uses the specified field operator.
- ItemModificationDateCriteria(String, String, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.content.ItemModificationDateCriteria
-
Creates a new date criteria with a specific modificationDate string, expected in the specified
dateFormat and that uses the specified field operator.
- ItemModificationDateCriteria(Date, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.content.ItemModificationDateCriteria
-
Creates a new date criteria with a specific modificationDate and that uses the specified field operator.
- ItemOwningPublicationColumn - Class in com.tridion.broker.querying.sorting.column
-
This is for sorting on the Item owning publication column in the Content storage.
- ItemOwningPublicationColumn() - Constructor for class com.tridion.broker.querying.sorting.column.ItemOwningPublicationColumn
-
- ItemPublicationColumn - Class in com.tridion.broker.querying.sorting.column
-
This is for sorting on the Item publication identifier column in the Content storage.
- ItemPublicationColumn() - Constructor for class com.tridion.broker.querying.sorting.column.ItemPublicationColumn
-
- ItemReferenceCriteria - Class in com.tridion.broker.querying.criteria.content
-
This queries the broker storage for items with a specific ItemReference.
- ItemReferenceCriteria(int) - Constructor for class com.tridion.broker.querying.criteria.content.ItemReferenceCriteria
-
This constructs the ItemReferenceCriteria for specified item reference ID.
- ITEMS_CREATION_DATE - Static variable in class com.tridion.broker.querying.sorting.SortParameter
-
Creation date.
- ITEMS_FILENAME - Static variable in class com.tridion.broker.querying.sorting.SortParameter
-
Filename.
- ITEMS_INITIAL_PUBLICATION_DATE - Static variable in class com.tridion.broker.querying.sorting.SortParameter
-
Initial publication date.
- ITEMS_ITEM_REFERENCE_ID - Static variable in class com.tridion.broker.querying.sorting.SortParameter
-
Item reference ID.
- ITEMS_ITEM_TYPE - Static variable in class com.tridion.broker.querying.sorting.SortParameter
-
Item type.
- ITEMS_LAST_PUBLISHED_DATE - Static variable in class com.tridion.broker.querying.sorting.SortParameter
-
Last published date.
- ITEMS_MAJOR_VERSION - Static variable in class com.tridion.broker.querying.sorting.SortParameter
-
Major version.
- ITEMS_MINOR_VERSION - Static variable in class com.tridion.broker.querying.sorting.SortParameter
-
Minor version.
- ITEMS_MODIFICATION_DATE - Static variable in class com.tridion.broker.querying.sorting.SortParameter
-
Modification date.
- ITEMS_OWNING_PUBLICATION_ID - Static variable in class com.tridion.broker.querying.sorting.SortParameter
-
Owning publication ID.
- ITEMS_PAGE_TEMPLATE_ID - Static variable in class com.tridion.broker.querying.sorting.SortParameter
-
Page template ID.
- ITEMS_PUBLICATION_ID - Static variable in class com.tridion.broker.querying.sorting.SortParameter
-
Publication ID.
- ITEMS_SCHEMA_ID - Static variable in class com.tridion.broker.querying.sorting.SortParameter
-
Schema ID.
- ITEMS_TITLE - Static variable in class com.tridion.broker.querying.sorting.SortParameter
-
Title.
- ITEMS_TRUSTEE - Static variable in class com.tridion.broker.querying.sorting.SortParameter
-
Trustee.
- ITEMS_URL - Static variable in class com.tridion.broker.querying.sorting.SortParameter
-
URL.
- ItemSchemaCriteria - Class in com.tridion.broker.querying.criteria.content
-
This enables the broker query engine to retrieve content based on a schema.
- ItemSchemaCriteria(int) - Constructor for class com.tridion.broker.querying.criteria.content.ItemSchemaCriteria
-
This constructs the SchemaCriteria with a specific schemaId.
- ItemStats - Class in com.sdl.web.ugc.model
-
Item Stats.
- ItemStats() - Constructor for class com.sdl.web.ugc.model.ItemStats
-
- ItemTemplateCriteria - Class in com.tridion.broker.querying.criteria.content
-
This is to restrict returned content to a specific template.
- ItemTemplateCriteria(String) - Constructor for class com.tridion.broker.querying.criteria.content.ItemTemplateCriteria
-
- ItemTemplateCriteria(int) - Constructor for class com.tridion.broker.querying.criteria.content.ItemTemplateCriteria
-
Constructs ItemTemplateCriteria.
- ItemTitleColumn - Class in com.tridion.broker.querying.sorting.column
-
This is for sorting on the Item title column in the Content storage.
- ItemTitleColumn() - Constructor for class com.tridion.broker.querying.sorting.column.ItemTitleColumn
-
- ItemTitleCriteria - Class in com.tridion.broker.querying.criteria.content
-
This queries the broker storage for items with a specific ItemTitle.
- ItemTitleCriteria(String) - Constructor for class com.tridion.broker.querying.criteria.content.ItemTitleCriteria
-
This constructs the ItemTitleCriteria with a specific ItemTitle.
- ItemTitleCriteria(String, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.content.ItemTitleCriteria
-
This constructs the ItemTitleCriteria with a specific ItemTitle and a specific field operator.
- ItemTrusteeColumn - Class in com.tridion.broker.querying.sorting.column
-
This is for sorting on the Item trustee column in the Content storage.
- ItemTrusteeColumn() - Constructor for class com.tridion.broker.querying.sorting.column.ItemTrusteeColumn
-
- itemType(String) - Method in interface com.sdl.delivery.iq.query.api.Query
-
Searches or constrains to item types.
- itemType(String) - Method in class com.sdl.delivery.iq.query.search.SearchQuery
-
- ItemTypeColumn - Class in com.tridion.broker.querying.sorting.column
-
This is for sorting on the Item type column in the Content storage.
- ItemTypeColumn() - Constructor for class com.tridion.broker.querying.sorting.column.ItemTypeColumn
-
- ItemTypeCriteria - Class in com.tridion.broker.querying.criteria.content
-
This queries the broker storage for items with a specific ItemType.
- ItemTypeCriteria(int) - Constructor for class com.tridion.broker.querying.criteria.content.ItemTypeCriteria
-
This constructs the ItemTypeCriteria with a specific ItemType.
- ItemTypeField - Class in com.sdl.delivery.iq.query.field
-
ItemType Field.
- ItemTypeField(boolean, String) - Constructor for class com.sdl.delivery.iq.query.field.ItemTypeField
-
- ItemTypes - Class in com.tridion
-
The ItemTypes interface defines the values of the UDP
entities.
- itemTypeSearchNode(ItemTypeField) - Static method in class com.sdl.delivery.iq.query.search.SearchNode
-
- IterationTagSupport - Interface in com.tridion.tcdl
-
The IterationTagSupport Interface introduces a new role to
Tag handler to provide additional support
of handling IterationTags.
- iterator() - Method in interface com.sdl.context.api.resolution.Evidence
-
Provides an iterator which returns all the EvidenceItems in the Evidence.
- iterator(String) - Method in class com.tridion.util.xml.XMLParseResult
-
- safeSubstring(String, int) - Static method in class com.tridion.util.StringUtils
-
- safeSubstring(String, int, int) - Static method in class com.tridion.util.StringUtils
-
- SAMPLING_INTERVAL - Static variable in class com.sdl.context.Constants.Default
-
Default sampling interval.
- sanitizeFilename(String) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Sanitize filename by removing path.
- save() - Method in class com.sdl.context.common.cli.History
-
- SAXSchemaReader - Class in com.tridion.util.xml
-
SAXSchemaReader.
- SAXSchemaReader() - Constructor for class com.tridion.util.xml.SAXSchemaReader
-
- SC_BAD_REQUEST - Static variable in class com.sdl.delivery.iq.api.common.HttpConstants
-
400 Bad Request (HTTP/1.1 - RFC 7231).
- SC_CONFLICT - Static variable in class com.sdl.delivery.iq.api.common.HttpConstants
-
404 Not Found (HTTP/1.1 - RFC 7231).
- SC_CREATED - Static variable in class com.sdl.delivery.iq.api.common.HttpConstants
-
201 Created (HTTP/1.1 - RFC 7231).
- SC_FORBIDDEN - Static variable in class com.sdl.delivery.iq.api.common.HttpConstants
-
403 Forbidden (HTTP/1.1 - RFC 7231).
- SC_INTERNAL_SERVER_ERROR - Static variable in class com.sdl.delivery.iq.api.common.HttpConstants
-
500 Server Error (HTTP/1.1 - RFC 7231).
- SC_NO_CONTENT - Static variable in class com.sdl.delivery.iq.api.common.HttpConstants
-
204 No Content (HTTP/1.1 - RFC 7231).
- SC_NOT_FOUND - Static variable in class com.sdl.delivery.iq.api.common.HttpConstants
-
404 Not Found (HTTP/1.1 - RFC 7231).
- SC_OK - Static variable in class com.sdl.delivery.iq.api.common.HttpConstants
-
200 OK (HTTP/1.1 - RFC 7231).
- Schema - Interface in com.tridion.broker.schemas
-
Container for a Schema.
- SCHEMA - Static variable in class com.tridion.ItemTypes
-
Item type ID for a schema.
- SCHEMA - Static variable in class com.tridion.TCDItemTypes
-
Item type ID for a schema.
- SCHEMA_FILE_NAME_PROPERTY_KEY - Static variable in class com.sdl.delivery.configuration.xml.XMLResourceDescriptor
-
Property key to access the XML schema configuration file name.
- SCHEMA_FULL_CHECKING_FEATURE_ID - Static variable in class com.tridion.util.xml.DOMWriter
-
Schema full checking feature id
(http://apache.org/xml/features/validation/schema-full-checking).
- SCHEMA_VALIDATION_FEATURE_ID - Static variable in class com.tridion.util.xml.DOMWriter
-
Schema validation feature id
(http://apache.org/xml/features/validation/schema).
- SchemaTitleCriteria - Class in com.tridion.broker.querying.criteria.content
-
This enables the broker query engine to retrieve content based on a schema title.
- SchemaTitleCriteria(String) - Constructor for class com.tridion.broker.querying.criteria.content.SchemaTitleCriteria
-
This constructs the SchemaCriteria with a specific schemaTitle.
- SchemaTitleCriteria(String, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.content.SchemaTitleCriteria
-
Constructs a Criteria, with specifying operator for it.
- SchemaTypes - Class in com.tridion.util.xml
-
Schema types.
- SCRIPT_NAME - Static variable in class com.tridion.ambientdata.claimstore.Constants
-
Key for retrieving the part of this request's URL that calls the servlet.
- ScriptedComponentPresentation - Interface in com.tridion.dcp
-
ScriptedComponentPresentation.
- ScrolledQueryResultTransformer<R extends QueryResult,T extends QueryResultData<R>> - Interface in com.sdl.delivery.iq.query.api
-
Defines methods for transforming query results to custom data models.
- search(Criteria) - Method in interface com.sdl.delivery.iq.query.api.SearcherApi
-
Searches items based on the given criteria.
- search(String) - Method in interface com.sdl.delivery.iq.query.api.SearcherApi
-
Searches items based on the given raw query.
- search(Criteria) - Method in class com.sdl.delivery.iq.query.client.DefaultSearcher
-
- search(String) - Method in class com.sdl.delivery.iq.query.client.DefaultSearcher
-
- search(Criteria) - Method in class com.sdl.delivery.iq.query.client.Searcher
-
- search(String) - Method in class com.sdl.delivery.iq.query.client.Searcher
-
- SEARCH_QUERY - Static variable in class com.sdl.web.preview.SearchClaimProcessor
-
Claim for search query.
- searchById(String, String, Class<T>, Class<R>) - Method in interface com.sdl.delivery.iq.query.api.QueryClient
-
Searches a document by Id.
- searchById(String, String, Class<T>, Class<R>) - Method in class com.sdl.delivery.iq.query.client.rest.RestQueryClient
-
- SearchClaimProcessor - Class in com.sdl.web.preview
-
Processes search related claims.
- SearchClaimProcessor() - Constructor for class com.sdl.web.preview.SearchClaimProcessor
-
- SearchCriteria - Class in com.sdl.delivery.iq.query.search
-
Default implementation for Criteria.
- SearchCriteria(String) - Constructor for class com.sdl.delivery.iq.query.search.SearchCriteria
-
- Searcher<T extends QueryResultData<R>,R extends QueryResult> - Class in com.sdl.delivery.iq.query.client
-
Generic Searcher.
- SearcherApi<T extends QueryResultData<R>,R extends QueryResult> - Interface in com.sdl.delivery.iq.query.api
-
Searcher.
- SearchNode - Class in com.sdl.delivery.iq.query.search
-
Search Node.
- SearchNode.SearchNodeType - Enum in com.sdl.delivery.iq.query.search
-
Types of Node.
- SearchQuery - Class in com.sdl.delivery.iq.query.search
-
BinaryTree like implementation of Query.
- SearchQueryResult - Class in com.sdl.delivery.iq.query.result
-
SearchQueryResult is POJO which gets populated by deserializing an ES JSON document resulted after a query.
- SearchQueryResult() - Constructor for class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- SearchQueryResultSet - Class in com.sdl.delivery.iq.query.result
-
DefaultQueryResultData.
- SearchQueryResultSet() - Constructor for class com.sdl.delivery.iq.query.result.SearchQueryResultSet
-
- SearchResultFilter - Class in com.sdl.delivery.iq.query.result
-
SearchResultFilter.
- SearchResultFilter() - Constructor for class com.sdl.delivery.iq.query.result.SearchResultFilter
-
- searchWithCriteria(String, String, Class<T>, Class<R>, ResultFilter) - Method in interface com.sdl.delivery.iq.query.api.QueryClient
-
Searches for documents by the specified criteria.
- searchWithCriteria(String, String, Class<T>, Class<R>, ResultFilter) - Method in class com.sdl.delivery.iq.query.client.rest.RestQueryClient
-
- SECTION_DECLARATION - Static variable in class com.tridion.tcdl.Constants
-
Declaration of variables on the page.
- SECTION_DIRECTIVES - Static variable in class com.tridion.tcdl.Constants
-
Directives other than imports.
- SECTION_FINALIZATION - Static variable in class com.tridion.tcdl.Constants
-
Cleanup of a page.
- SECTION_FIRSTLINE - Static variable in class com.tridion.tcdl.Constants
-
FirstLine section for backward compatibility.
- SECTION_IMPORTS - Static variable in class com.tridion.tcdl.Constants
-
Import directives.
- SECTION_INITIALIZATION - Static variable in class com.tridion.tcdl.Constants
-
Initialization of variables.
- SectionVisitor - Class in com.tridion.deployer
-
Parent class for section visitors.
- SectionVisitor(Configuration) - Constructor for class com.tridion.deployer.SectionVisitor
-
Creates a new instance of SectionVisitor.
- SECURE - Static variable in class com.tridion.ambientdata.claimstore.Constants
-
Key for retrieving a boolean indicating whether this request was made using a secure channel, such as HTTPS.
- SecurityPolicyUtil - Class in com.tridion.util
-
SecurityPolicyUtil.
- selectHeaderAccept(String[]) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Select the Accept header's value from the given accepts array.
- selectHeaderContentType(String[]) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Select the Content-Type header's value from the given array:
if JSON exists in the given array, use it;
otherwise use the first one of the array.
- sendRemoteCommand(int, String) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
Send comment to remote server and return the response from the server.
- serialize(Command) - Method in interface com.sdl.delivery.deployer.api.model.CommandSerializer
-
- serialize(Object, String) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
- serialize(Object) - Static method in class com.sdl.delivery.iq.index.client.http.utils.Json
-
Serialize the given Java object into JSON string.
- serializeClaims(Map<URI, Object>) - Method in class com.tridion.ambientdata.claimstore.cookie.ClaimCookieSerializer
-
Serializes the map of claims to the list of claims cookies
Always compresses the cookie value irrespective of the size.
- SerializedCommandListener - Interface in com.sdl.delivery.deployer.api.queue.command
-
Listener that adds support to get acknowledged of a
Command having been serialized or de-serialized.
- SERVER_NAME - Static variable in class com.tridion.ambientdata.claimstore.Constants
-
Key for retrieving the host name of the server to which the request was sent.
- SERVER_PORT - Static variable in class com.tridion.ambientdata.claimstore.Constants
-
Key for retrieving the port number to which the request was sent.
- SERVER_PROTOCOL - Static variable in class com.tridion.ambientdata.claimstore.Constants
-
Key for retrieving the name and version of the protocol the request uses
in the form protocol/majorVersion.minorVersion, for example, HTTP/1.1.
- SERVER_VARIABLES - Static variable in class com.tridion.ambientdata.web.WebClaims
-
Key for the claim that contains the server variables of the current request.
- SERVICE_CONFIGURATION_URI - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Fields
-
Service Configuration Uri.
- SERVICE_URI - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Fields
-
Service Uri.
- ServiceConfiguration - Class in com.sdl.delivery.iq.client.common.config
-
Holder for parameters of the remote service.
- ServiceResponseData<T> - Interface in com.sdl.delivery.iq.api.common
-
ServiceResponseData.
- SESSION_ATTRIBUTES - Static variable in class com.tridion.ambientdata.web.WebClaims
-
Key for the claim that contains the attributes of the current session
as a Map<String, Object>
(read-only).
- SESSION_ID - Static variable in class com.tridion.ambientdata.web.WebClaims
-
Key for the claim that contains the ID of the current session (as a string) (read-only).
- SessionClaimProcessor - Class in com.sdl.web.preview
-
Processing session-related info.
- SessionClaimProcessor() - Constructor for class com.sdl.web.preview.SessionClaimProcessor
-
- set(String, Object) - Method in class com.tridion.tcdl.TransformContext
-
- setAcquireRetryAttempts(int) - Method in class com.sdl.context.common.jdbc.RetryDataSource
-
- setAddAnchor(String) - Method in class com.tridion.tcdl.renderer.LinkTagRenderer
-
- setADFService(boolean) - Method in class com.tridion.ambientdata.web.AbstractAmbientDataServletFilter
-
- setAggregations(Map<String, Object>) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResultSet
-
Sets the query aggregations.
- setAlternativeLabels(Map<String, List<String>>) - Method in class com.sdl.delivery.iq.query.result.ConceptResult
-
- setAnchor(String) - Method in class com.tridion.linking.Link
-
Sets the anchor of this Link
instance.
- setApiKey(String) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Helper method to set API key value for the first API key authentication.
- setApiKey(String) - Method in class com.sdl.delivery.iq.index.client.http.auth.ApiKeyAuth
-
- setApiKeyPrefix(String) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Helper method to set API key prefix for the first API key authentication.
- setApiKeyPrefix(String) - Method in class com.sdl.delivery.iq.index.client.http.auth.ApiKeyAuth
-
- setAttributes(String) - Method in class com.tridion.linking.Link
-
Sets the attributes for this Link
instance.
- setAttributes(HashMap) - Method in class com.tridion.transformer.TCDLTag
-
- setAuthor(String) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
The author.
- setAuthor(String) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setAverageRating(double) - Method in class com.sdl.web.ugc.model.ItemStats
-
- setBasePath(String) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Set base path.
- setBinaryAuthor(String) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- setBinaryAuthor(String) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setBinaryContentLength(Long) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- setBinaryContentLength(Long) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setBinaryContentType(String) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- setBinaryContentType(String) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setBinaryCreatedDate(String) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- setBinaryCreatedDate(String) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setBinaryFileName(String) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- setBinaryFileName(String) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setBinaryLanguage(String) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- setBinaryLanguage(String) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setBinaryTitle(String) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- setBinaryTitle(String) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setBinaryUrl(String) - Method in class com.tridion.linking.Link
-
Allows to set image instead of given text.
- setBinaryUrl(String) - Method in class com.tridion.tcdl.renderer.LinkTagRenderer
-
- setBody(String) - Method in class com.tridion.util.xml.XMLParseResult
-
- setBookmark(String, boolean) - Method in class com.tridion.tcdl.OutputDocument
-
Marks the current position using an identifier.
- setBoolean(String, boolean) - Method in class com.tridion.tcdl.TransformContext
-
- setCanonical(boolean) - Method in class com.tridion.util.xml.DOMWriter
-
Sets whether output is canonical.
- setChildren(ArrayList) - Method in class com.tridion.transformer.TCDLTag
-
- setClientClass(String) - Method in class com.sdl.delivery.iq.client.common.config.ClientConfiguration
-
Set the client class.
- setCodeBlockMarkers(String, String) - Method in class com.tridion.tcdl.TCDLEngine
-
Programmatically set the code block markers.
- setCommandHandler(Object) - Method in class com.sdl.context.common.cli.CommandConfiguration
-
- setCommandNameCaseInsensitive(boolean) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- setConcepts(Map<String, Set<String>>) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- setConcepts(List<ConceptResult>) - Method in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
- setConcepts(Map<String, Set<String>>) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setConceptSchemes(Map<String, ConceptSchemeResult>) - Method in class com.sdl.delivery.iq.query.result.ConceptQueryResultData
-
- setConceptSchemeSyncFacade(ConceptSchemeSyncFacade) - Method in class com.sdl.delivery.deployer.steps.TridionConceptSchemeSyncStep
-
- setConceptSchemeSyncFacade(ConceptSchemeSyncFacade) - Method in class com.sdl.delivery.deployer.steps.TridionSearchIndexDeployStep
-
- setConfiguration(Configuration) - Method in class com.tridion.Controller
-
Deprecated.
- setConfigurationLocations(List<String>) - Method in class com.sdl.delivery.iq.client.common.config.ServiceConfiguration
-
Set URLs for remote configuration endpoint.
- setConfiguredAliasAcquirer(ConfiguredAliasAcquirer) - Method in class com.sdl.context.image.transformation.digestors.AbstractImageContextDigestor
-
- setConnectorId(String) - Method in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
- setConnectTimeout(int) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Sets the connect timeout (in milliseconds).
- setContent(String) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
The content on which analysis takes place.
- setContent(String) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setContent(String) - Method in class com.sdl.web.ugc.model.Comment
-
- setContents(String) - Method in class com.tridion.transformer.TCDLTag
-
- setContentType(String) - Method in class com.sdl.context.image.AbstractImage
-
- setContentType(String) - Method in class com.sdl.context.resource.DefaultFileResource
-
- setContentTypeAcquirer(ContentTypeAcquirer) - Method in interface com.sdl.context.image.api.ImageTransformer
-
Set the ContentTypeAcquirer to be used by the transformer.
- setContentTypeAcquirer(ContentTypeAcquirer) - Method in class com.sdl.context.image.transformation.digestors.AbstractRuleDigestor
-
- setContentTypeAcquirer(ContentTypeAcquirer) - Method in class com.sdl.context.image.transformation.processors.DefaultImageTransformationProcessor
-
- setContext(AmbientDataContext) - Static method in class com.tridion.ambientdata.AmbientDataContext
-
Sets the current ambient data context.
- setContext(Context) - Method in class com.tridion.web.Page
-
- setContextConfiguration(ContextConfiguration) - Method in class com.sdl.context.image.transformation.digestors.ImageSourceUriDigestor
-
- setContextConfiguration(ContextConfiguration) - Method in class com.sdl.context.image.transformation.managers.ImageTransformationManager
-
- setContextConfiguration(ContextConfiguration) - Method in class com.sdl.context.image.transformation.processors.UrlRestrictedFolderChecker
-
- setContextConfiguration(ContextConfiguration) - Method in class com.sdl.context.image.transformation.processors.UrlWhitelistChecker
-
- setContextKeyword(String) - Method in class com.tridion.tcdl.renderer.TaxonomyTagRenderer
-
This sets the Context Facet for this TaxonomyHandler, to use as starting point.
- setCreatedDate(String) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
The creation date.
- setCreatedDate(String) - Method in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
- setCreatedDate(String) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setCreationDate(Date) - Method in class com.sdl.web.ugc.model.Item
-
- setCriteria(Criteria) - Method in class com.tridion.broker.querying.Query
-
Sets the Criteria to apply to the Query, the CriteriaBuilder can be used
to build a set of Criteria.
- setCurrentClaimStore(ClaimStore) - Static method in class com.tridion.ambientdata.web.WebContext
-
Sets the current claim store.
- setCurrentConfiguration(String) - Static method in class com.sdl.delivery.iq.client.common.config.ClientConfigurationFactory
-
- setDateFormat(DateFormat) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
- setDatetimeFormat(DateFormat) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
- setDebug(boolean) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- setDebugging(boolean) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Enable/disable debugging for this API client.
- setDefaultLanguage(String) - Method in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
- setDepth(int) - Method in class com.tridion.transformer.TCDLTag
-
- setDescription(String) - Method in class com.sdl.context.common.cli.CommandConfiguration
-
- setDescription(Map<String, String>) - Method in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
- setDigestors(List<AbstractImageContextDigestor>) - Method in class com.sdl.context.image.transformation.parser.ImageTransformationUriParser
-
- setDisplayHelpOnStartup(boolean) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- setDynamicComponentLanguage(String) - Method in class com.tridion.tcdl.transformer.TCDLLegacyTransformProcessor
-
Deprecated.
- setDynamicComponentLanguage(String) - Method in interface com.tridion.tcdl.transformer.TCDLProcessor
-
- setDynamicComponentLanguage(String) - Method in class com.tridion.tcdl.transformer.TCDLTransformProcessor
-
When the content that will be processed is a DCP, this method gets called by the deployer to indicate
the target language of the DCP.
- setEcho(boolean) - Method in class com.sdl.context.common.cli.Terminal
-
- setEmailAddress(String) - Method in class com.sdl.web.ugc.model.User
-
- setEndIndex(int) - Method in class com.tridion.transformer.TCDLTag
-
Sets the index at which the tag ends in the item being processed.
- setEndTagEndIndex(int) - Method in class com.tridion.transformer.TCDLTag
-
Sets the index at which the End tag of a tag pair ends.
- setEndTagStartIndex(int) - Method in class com.tridion.transformer.TCDLTag
-
Sets the index at which the End tag of a tag pair starts.
- setError(Exception) - Method in class com.tridion.util.ErrorList
-
Stores information on this exception in this object, if after the
last call to resetLastError()
no other error is set.
- setError(String, Exception) - Method in class com.tridion.util.ErrorList
-
Stores information on this exception in this object, if after the
last call to resetLastError()
no other error is set.
- setError(String) - Method in class com.tridion.util.ErrorList
-
Stores information about an error situation, if after the
last call to resetLastError()
no other error is set.
- setExecutionState(String, Status, String) - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.StateStore
-
Set the status of overall 'Deployment Execution'.
- setExtension(String) - Method in class com.sdl.context.image.AbstractImage
-
- setExternalId(String) - Method in class com.sdl.web.ugc.model.User
-
- setFields(Map<String, Object>) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- setFields(Map<String, Object>) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setFieldType(EntityFieldType) - Method in class com.sdl.delivery.iq.query.field.RangeField
-
- setFieldType(EntityFieldType) - Method in class com.sdl.delivery.iq.query.field.SingleField
-
- setFieldTypes(List<EntityFieldType>) - Method in class com.sdl.delivery.iq.query.field.GroupedField
-
- setFileNameToFind(String) - Method in class com.sdl.context.common.io.FileFinder
-
- setFileNameToFind(String) - Method in class com.sdl.context.common.io.UriPatternFileFinder
-
- setFilteredLinkInfo(List<LinkInfo>) - Method in class com.tridion.linking.ComponentLinkCacheHolder
-
- setFirstLine(String) - Method in class com.tridion.transformer.TransformContext
-
- setFooter(String) - Method in class com.tridion.transformer.TransformContext
-
- setGlobalExecutionArguments(GlobalExecutionArguments) - Method in class com.tridion.tcdl.TransformContext
-
- setGlobalProperty(K, V) - Method in class com.tridion.tcdl.TransformContext
-
- setHasKeywordChildren(boolean) - Method in class com.tridion.taxonomies.Keyword
-
This sets if this TaxonomyKeyword should act if it has children or not.
- setHeader(String) - Method in class com.tridion.transformer.TransformContext
-
- setHighlighted(Map<String, List<String>>) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- setHighlighted(Map<String, List<String>>) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setHits(int) - Method in interface com.sdl.delivery.iq.query.api.QueryResultData
-
Sets the hits count.
- setHits(int) - Method in class com.sdl.delivery.iq.query.result.ConceptQueryResultData
-
- setHits(int) - Method in class com.sdl.delivery.iq.query.result.ConceptSchemeQueryResultData
-
- setHits(int) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResultSet
-
- setHttpClient(OkHttpClient) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Set HTTP client.
- setId(String) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
Represents a unique key.
- setId(String) - Method in class com.sdl.delivery.iq.query.result.ConceptResult
-
- setId(String) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setId(long) - Method in class com.sdl.web.ugc.model.Item
-
- setId(int) - Method in class com.sdl.web.ugc.model.ItemStats
-
- setId(String) - Method in class com.sdl.web.ugc.model.User
-
- setImageConversionRuleDigestor(AbstractRuleDigestor) - Method in class com.sdl.context.image.transformation.parser.ImageTransformationUriParser
-
- setImageFactory(ImageFactory) - Method in interface com.sdl.context.image.api.ImageTransformer
-
Set the Image Factory to be used by the transformer.
- setImageFactory(ImageFactory) - Method in class com.sdl.context.image.transformation.digestors.AbstractRuleDigestor
-
- setImageFactory(ImageFactory) - Method in class com.sdl.context.image.transformation.managers.ImageTransformationManager
-
- setImageFactory(ImageFactory) - Method in class com.sdl.context.image.transformation.processors.DefaultImageTransformationProcessor
-
- setImageProcessor(ImageTransformationProcessor) - Method in class com.sdl.context.image.transformation.managers.ImageTransformationManager
-
- setImageTransformationProcessor(ImageTransformationProcessor) - Method in class com.sdl.context.image.transformation.managers.ImageTransformationManager
-
- setImmutableClaims(Collection<URI>) - Method in interface com.tridion.ambientdata.claimstore.ClaimStore
-
Set a collection of claim as immutable.
- setImmutableClaims(Collection<URI>) - Method in class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
- setIndex(String) - Method in interface com.sdl.delivery.iq.query.api.ResultFilter
-
Sets the index.
- setIndex(String) - Method in class com.sdl.delivery.iq.query.result.SearchResultFilter
-
- setIndexApiClient(ApiClient) - Static method in class com.sdl.delivery.iq.index.client.http.utils.ApiClientConfiguration
-
- setInfolinkInfo(List<LinkInfo>) - Method in class com.tridion.linking.ComponentLinkCacheHolder
-
- setInputFolder(String) - Method in class com.tridion.util.xml.XMLResultAggregator
-
- setInstructions(ProcessorInstructions) - Method in class com.tridion.transport.transportpackage.TransportPackage
-
- setInt(String, int) - Method in class com.tridion.tcdl.TransformContext
-
- setItemId(int) - Method in class com.sdl.web.ugc.model.Item
-
- setItemId(int) - Method in class com.tridion.util.CMURI
-
Sets the itemId.
- setItemPublicationId(int) - Method in class com.sdl.web.ugc.model.Item
-
- setItemType(String) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
Sets the item type.
- setItemType(String) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setItemType(int) - Method in class com.sdl.web.ugc.model.Item
-
- setItemType(int) - Method in class com.tridion.util.CMURI
-
Sets the itemType.
- setItemURI(CMURI) - Method in class com.tridion.broker.querying.QueryResultRow
-
This sets the itemURI for the found resultRow.
- setItemURI(String) - Method in class com.tridion.tcdl.TransformContext
-
Sets the Item URI of the item that is being transformed.
- setItemURI(String) - Method in class com.tridion.transformer.TransformContext
-
Set the URI of the item currently being processed.
- setKeywordAbstract(boolean) - Method in class com.tridion.taxonomies.Keyword
-
This sets if the TaxonomyKeyword should behave like an abstract.
- setKeywordDepth(int) - Method in class com.tridion.taxonomies.Keyword
-
This sets the depth of the keyword in the whole taxonomy it is belongs to.
- setKeywordDescription(String) - Method in class com.tridion.taxonomies.Keyword
-
This sets the description field of the Keyword.
- setKeywordKey(String) - Method in class com.tridion.taxonomies.Keyword
-
Sets the key attribute of this Keyword.
- setKeywordLeft(int) - Method in class com.tridion.taxonomies.Keyword
-
This sets the left value of this Keyword.
- setKeywordMeta(CustomMeta) - Method in class com.tridion.taxonomies.Keyword
-
- setKeywordName(String) - Method in class com.tridion.taxonomies.Keyword
-
This sets the name field of the Keyword.
- setKeywordNavigable(boolean) - Method in class com.tridion.taxonomies.Keyword
-
This sets if the TaxonomyKeyword should be navigable.
- setKeywordParameterName(String) - Method in class com.tridion.tcdl.renderer.TaxonomyTagRenderer
-
The name of the parameter the TCMURI value of the TaxonomyFacet will be given to in a HTML link .
- setKeywordRight(int) - Method in class com.tridion.taxonomies.Keyword
-
This sets the right value of this Keyword.
- setKeywordTitle(String) - Method in class com.tridion.taxonomies.Keyword
-
Sets the key attribute of this Keyword.
- setLastChecked(long) - Method in class com.sdl.context.image.ImageUpdateTimeStamp
-
- setLastCommentedDate(Date) - Method in class com.sdl.web.ugc.model.ItemStats
-
- setLastModifiedCheckPeriod(long) - Method in class com.sdl.context.image.ImageUpdateTimeStamp
-
- setLastModifiedDate(Date) - Method in class com.sdl.web.ugc.model.Item
-
- setLastRatedDate(Date) - Method in class com.sdl.web.ugc.model.ItemStats
-
- setLeft(Object) - Method in class com.sdl.delivery.iq.query.field.RangeField
-
- setLeftClosed(boolean) - Method in class com.sdl.delivery.iq.query.field.RangeField
-
- setLenientDatetimeFormat(boolean) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
- setLevel(int) - Method in class com.sdl.context.common.logging.LogbackLoggerWrapper
-
- setLevel(LogPatternLevel) - Static method in class com.sdl.context.common.logging.LogUtils
-
- setLevel(String, int) - Static method in class com.sdl.context.common.logging.LogUtils
-
- setLevelOff(String) - Static method in class com.sdl.context.common.logging.LogUtils
-
- setLicenseFileTracker(LicenseFileTracker) - Method in class com.tridion.Controller
-
Deprecated.
- setLicenseTimeTracker(LicenseTracker) - Method in class com.tridion.Controller
-
Deprecated.
- setLineBuffering(boolean) - Method in class com.sdl.context.common.cli.Terminal
-
- setLineLength(int) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- setLinkAttributes(String) - Method in class com.tridion.tcdl.renderer.LinkTagRenderer
-
- setLinkTo(LinkInfo) - Method in class com.tridion.linking.ComponentLinkCacheHolder
-
- setLocale(Locale) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
Locale of the entity.
- setLocale(Locale) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setLocation(String) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
The location.
- setLocation(String) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setLockRepository(LockRepository) - Method in class com.sdl.delivery.deployer.steps.TridionUnzipStep
-
- setLog(Logger) - Method in class com.tridion.util.timer.ActionTimer
-
- setMajorVersion(String) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
The major version.
- setMajorVersion(String) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setMaskCharacters(boolean) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- setMatchingTag(TCDLTag) - Method in class com.tridion.transformer.TCDLTag
-
- setMaxHistoryLength(int) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- setMaxHistoryLength(int) - Method in class com.sdl.context.common.cli.History
-
- setMaxIdleConnections(int) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Sets the maximum number of idle connections in the pool.
- setMethod(Method) - Method in class com.sdl.context.common.cli.CommandConfiguration
-
- setMinorVersion(String) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
The minor version.
- setMinorVersion(String) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setModeratedDate(Date) - Method in class com.sdl.web.ugc.model.Comment
-
- setModerator(String) - Method in class com.sdl.web.ugc.model.Comment
-
- setModifiedDate(String) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
The modification date.
- setModifiedDate(String) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setName(String) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- setName(String) - Method in class com.sdl.delivery.iq.query.field.RangeField
-
- setName(String) - Method in class com.sdl.delivery.iq.query.field.SingleField
-
- setName(String) - Method in class com.sdl.web.ugc.model.User
-
- setName(String) - Method in class com.tridion.ambientdata.claimstore.cookie.ClaimsCookie
-
- setNames(List<String>) - Method in class com.sdl.delivery.iq.query.field.GroupedField
-
- setNamespace(String) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
The namespace.
- setNamespace(String) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setNamespace(String) - Method in class com.tridion.util.CMURI
-
- setNamespaceId(int) - Method in class com.sdl.web.ugc.model.Item
-
- setNamespaceId(int) - Method in class com.sdl.web.ugc.model.ItemStats
-
- setNegate(boolean) - Method in class com.sdl.delivery.iq.query.field.BaseField
-
- setNoLoggerLogLevel(int) - Static method in class com.sdl.context.common.logging.DependencySafeLogger
-
Set the log level for the situation where no logger is provided.
- setNumberOfComments(int) - Method in class com.sdl.web.ugc.model.ItemStats
-
- setNumberOfRatings(int) - Method in class com.sdl.web.ugc.model.ItemStats
-
- setOrigin(String) - Method in class com.tridion.tcdl.renderer.LinkTagRenderer
-
- setOutput(OutputStream, String) - Method in class com.tridion.util.xml.DOMWriter
-
Sets the output stream for printing.
- setOutput(Writer) - Method in class com.tridion.util.xml.DOMWriter
-
Sets the output writer.
- setOutputFilename(String) - Method in class com.tridion.util.xml.XMLResultAggregator
-
- setPageRedirect(String) - Method in class com.tridion.tcdl.renderer.TaxonomyTagRenderer
-
This sets the pageLink to which all taxonomyFacet links will point to.
- setParameters(String) - Method in class com.tridion.linking.Link
-
Sets the QueryString of this Link
instance.
- setParameters(String) - Method in class com.tridion.tcdl.renderer.LinkTagRenderer
-
- setParameters(Transformer, int, int, int, int) - Method in class com.tridion.web.XSLTProcessor
-
Sets the parameters for the stylesheet, which are
publicationId
,
pageId
,
componentId
,
componentTemplateId
,
publicationURI
,
pageURI
,
componentURI
,
componentTemplateURI
.
- setParent(TCDLTag) - Method in class com.tridion.transformer.TCDLTag
-
- setParentConceptIdsGraph(List<String>) - Method in class com.sdl.delivery.iq.query.result.ConceptResult
-
- setParentConceptsGraph(Map<String, List<String>>) - Method in class com.sdl.delivery.iq.query.result.ConceptResult
-
- setParentKeyword(Keyword, boolean) - Method in class com.tridion.taxonomies.Keyword
-
This sets the parent of this TaxonomyKeyword, this methods also
puts it in the children list of the parentKeyword.
- setParentKeyword(Keyword) - Method in class com.tridion.taxonomies.Keyword
-
This sets the parent of this TaxonomyKeyword, this methods also
sets the primary Parent Keyword of this Keyword in which this keyword will
be present in its children.
- setParentOperator(CriteriaOperator) - Method in class com.tridion.broker.querying.criteria.Criteria
-
Sets the parent of this Criteria.
- setParser(ImageTransformationUriParser) - Method in class com.sdl.context.image.transformation.processors.DefaultImageTransformationProcessor
-
- setPassThroughTransformer(PassThroughTransformer) - Method in class com.sdl.context.image.transformation.processors.DefaultImageTransformationProcessor
-
- setPassword(String) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Helper method to set PASSWORD for the first HTTP basic authentication.
- setPassword(String) - Method in class com.sdl.delivery.iq.index.client.http.auth.HttpBasicAuth
-
- setPipelineState(String, String, Status, String) - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.StateStore
-
Set the status for the given pipeline in the scope of the referenced 'Deployment Execution'.
- setPreferredLabel(Map<String, String>) - Method in class com.sdl.delivery.iq.query.result.ConceptResult
-
- setPrependString(String) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- setPrivateField(Object, String, Object) - Static method in class com.tridion.util.ReflectionUtil
-
- setPrivateField(Class, Object, String, Object) - Static method in class com.tridion.util.ReflectionUtil
-
Sets a value to a private field of the provided instance and which is declared by the provided Class.
- setProcessorUnInitialized() - Static method in class com.sdl.web.content.claimprocessor.WritableODataClaimProcessor
-
- setProperty(String, String) - Method in class com.tridion.tcdl.TCDLEngine
-
Programmatically set a TransformContent property.
- setProperty(K, V) - Method in class com.tridion.tcdl.TransformContext
-
- setPublicationId(Integer) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
The publication id.
- setPublicationId(Integer) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setPublicationId(int) - Method in class com.sdl.web.ugc.model.ItemStats
-
- setPublicationId(int) - Method in class com.tridion.linking.AbstractLink
-
- setPublicationId(int) - Method in class com.tridion.util.CMURI
-
Sets the publicationId.
- setPublicationTitle(String) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
The publication title.
- setPublicationTitle(String) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setQueryApiClient(ApiClient) - Static method in class com.sdl.delivery.iq.index.client.http.utils.ApiClientConfiguration
-
- setQueryResults(List<T>) - Method in interface com.sdl.delivery.iq.query.api.QueryResultData
-
Sets the query results.
- setQueryResults(List<ConceptResult>) - Method in class com.sdl.delivery.iq.query.result.ConceptQueryResultData
-
- setQueryResults(List<ConceptSchemeResult>) - Method in class com.sdl.delivery.iq.query.result.ConceptSchemeQueryResultData
-
- setQueryResults(List<SearchQueryResult>) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResultSet
-
- setRatingValue(int) - Method in class com.sdl.web.ugc.model.Rating
-
- setRawContent(String) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
The raw content.
- setRawContent(String) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setRawLanguageTitle(String) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
The raw language title.
- setRawLanguageTitle(String) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setReadOnlyClaims(Collection<URI>) - Method in interface com.tridion.ambientdata.claimstore.ClaimStore
-
Set a collection of claim as read-only.
- setReadOnlyClaims(Collection<URI>) - Method in class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
- setReadTimeout(int) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Sets the read time out.
- setReferencedContentCount(int) - Method in class com.tridion.taxonomies.Keyword
-
This sets the number of referenced items for this taxonomyKeyword.
- setRelatedConceptIds(List<String>) - Method in class com.sdl.delivery.iq.query.result.ConceptResult
-
- setRelatedConcepts(Map<String, List<String>>) - Method in class com.sdl.delivery.iq.query.result.ConceptResult
-
- setRequiredComponentURI(String) - Method in class com.tridion.tcdl.renderer.ComponentPresentationTagRenderer
-
URI of the component for this component presentation.
- setRequiredDestination(String) - Method in class com.tridion.tcdl.renderer.LinkTagRenderer
-
- setRequiredName(String) - Method in class com.tridion.tcdl.renderer.ContextPropertyTagRenderer
-
Name of the property to set.
- setRequiredSection(String) - Method in class com.tridion.tcdl.renderer.PositionMarkerTagRenderer
-
- setRequiredTcmURI(String) - Method in class com.tridion.tcdl.renderer.ContentHeaderTagRenderer
-
Item URI for item (page or component) that is being transformed.
- setRequiredTemplateURI(String) - Method in class com.tridion.tcdl.renderer.ComponentPresentationTagRenderer
-
URI of the template for this component presentation.
- setRequiredType(String) - Method in class com.tridion.tcdl.renderer.ComponentPresentationTagRenderer
-
Type of this ComponentPresentation, either Embedded or Dynamic.
- setRequiredType(String) - Method in class com.tridion.tcdl.renderer.LinkTagRenderer
-
- setResponseError(ResponseError) - Method in class com.sdl.context.image.transformation.response.TransformedImageResponse
-
Set the HTTP error details to be returned.
- setResultFilter(ResultFilter) - Method in class com.tridion.broker.querying.Query
-
Sets the result filter to the Query.
- setRight(Object) - Method in class com.sdl.delivery.iq.query.field.RangeField
-
- setRightClosed(boolean) - Method in class com.sdl.delivery.iq.query.field.RangeField
-
- setSchemaId(String) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
Schema Id.
- setSchemaId(String) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setScore(Double) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
- setScore(Double) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setScore(int) - Method in class com.sdl.web.ugc.model.Comment
-
- setServerPort(int) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- setServerWaitInMs(int) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- setServiceLocations(List<String>) - Method in class com.sdl.delivery.iq.client.common.config.ServiceConfiguration
-
Set URLs for remote index/query services.
- setShowDescription(String) - Method in class com.tridion.tcdl.renderer.TaxonomyTagRenderer
-
This sets if the Taxonomy Tree should consist of only the description field instead of the keyword name.
- setShowEmptyKeywords(String) - Method in class com.tridion.tcdl.renderer.TaxonomyTagRenderer
-
This sets if empty TaxonomyFacets with a reference count of 0 should be displayed.
- setShowRoot(String) - Method in class com.tridion.tcdl.renderer.TaxonomyTagRenderer
-
This sets if the root of the Taxonomy shall be displayed, by default will always be displayed.
- setSize(int) - Method in class com.sdl.delivery.iq.query.api.Facet
-
- setSourceImageUri(String) - Method in class com.sdl.context.image.transformation.context.DefaultImageTransformationContext
-
Set the source image URI.
- setSourceImageUri(String) - Method in class com.sdl.context.image.transformation.context.FragmentConcealingContext
-
- setSourceImageUri(String) - Method in interface com.sdl.context.image.transformation.context.ImageTransformationContext
-
Set the source image URI.
- setSourcePageURL(String) - Method in class com.tridion.linking.ComponentLinkCacheHolder
-
- setSslCaCert(InputStream) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Configure the CA certificate to be trusted when making https requests.
- setStartIndex(int) - Method in class com.tridion.transformer.TCDLTag
-
Sets the index at which the tag starts in the item being processed.
- setStartTagEndIndex(int) - Method in class com.tridion.transformer.TCDLTag
-
Sets the index at which the Start tag of a tag pair ends.
- setStartTagStartIndex(int) - Method in class com.tridion.transformer.TCDLTag
-
Sets the index at which the Start tag of a tag pair starts.
- setStatus(Status) - Method in class com.sdl.web.ugc.model.Comment
-
- setStepState(String, String, String, Status, String) - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.StateStore
-
Set the status for the given step in the scope of the referenced 'Deployment Execution'.
- setString(String, String) - Method in class com.tridion.tcdl.TransformContext
-
- setSubject(Map<String, String>) - Method in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
- setTagBodyIsCodeBlock(boolean) - Method in class com.tridion.tcdl.TransformContext
-
The framework maintains whether the current tag body will be wrapped in a code block.
- setTargetLanguage(int) - Method in interface com.tridion.deployer.Transformer
-
Deprecated.
Set the target language as indicated by the deployer meta data.
- setTargetLanguage(int) - Method in class com.tridion.tcdl.TCDLEngine
-
Sets the target language for the transformation, but only if a language was not set via configuration
properties (so configuration can provide an override).
- setTargetLanguage(int) - Method in interface com.tridion.tcdl.TCDLTagsProcessor
-
Set the target language of the transformation.
- setTargetLanguage(Integer) - Method in class com.tridion.tcdl.transformer.TCDLLegacyTransformProcessor
-
Deprecated.
- setTargetLanguage(Integer) - Method in interface com.tridion.tcdl.transformer.TCDLProcessor
-
- setTargetLanguage(Integer) - Method in class com.tridion.tcdl.transformer.TCDLTransformProcessor
-
- setTargetLanguage(int) - Method in interface com.tridion.tcdl.transformer.Transformer
-
Set the target language as indicated by the deployer meta data.
- setTargetLanguage(int) - Method in interface com.tridion.transformer.FileTransformer
-
Set the target language as indicated by the deployer meta data.
- setTaxonomyURI(String) - Method in class com.tridion.tcdl.renderer.TaxonomyTagRenderer
-
Sets the TaxonomyURI to display.
- setTempFolderPath(String) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Set the temporary folder path (for downloading files).
- setTemplateURI(String) - Method in class com.tridion.tcdl.renderer.LinkTagRenderer
-
- setText(String) - Method in class com.tridion.linking.Link
-
Sets the link text for this Link
instance.
- setTextOnFail(boolean) - Method in class com.tridion.linking.Link
-
Sets the textOnFail property for this Link
instance.
- setTextOnFail(String) - Method in class com.tridion.tcdl.renderer.LinkTagRenderer
-
- setThrowOnException(boolean) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- setTitles(Map<String, String>) - Method in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
- setTodir(File) - Method in class com.tridion.util.xml.XMLResultAggregator
-
Set the destination directory where the results should be written.
- setTofile(String) - Method in class com.tridion.util.xml.XMLResultAggregator
-
Set the name of the aggregegated results file.
- setTransactionHeader(TransactionHeader) - Method in class com.tridion.transport.transportpackage.TransportPackage
-
Sets the transaction header for this transport package and writes this to disk.
- setTransformedImage(ClarifiedImage) - Method in class com.sdl.context.image.transformation.response.TransformedImageResponse
-
Set the transformed image.
- setTransformers(List<ImageTransformer>) - Method in class com.sdl.context.image.transformation.context.DefaultImageTransformationContext
-
- setType(CharacterType) - Method in class com.sdl.context.common.cli.SpecialCharacter
-
- setType(int) - Method in class com.sdl.web.ugc.model.ItemStats
-
- setUndigestedUriFragments(List<String>) - Method in class com.sdl.context.image.transformation.context.DefaultImageTransformationContext
-
Set the undigested Uri Fragments.
- setup() - Method in class com.tridion.deployer.SectionVisitor
-
This method is called once before processing starts.
- setUri(String) - Method in class com.sdl.delivery.iq.query.result.ConceptResult
-
- setUri(String) - Method in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
- setUriPatternFactory(UriPatternFactory) - Method in class com.sdl.context.image.transformation.processors.UrlRestrictedFolderChecker
-
- setUrl(String) - Method in interface com.sdl.delivery.iq.query.api.DefaultQueryResult
-
The Url.
- setUrl(String) - Method in class com.sdl.delivery.iq.query.result.SearchQueryResult
-
- setURL(String) - Method in class com.tridion.linking.Link
-
Sets the URL of this Link
instance.
- setUrlRestrictedFolderChecker(UrlRestrictedFolderChecker) - Method in class com.sdl.context.image.transformation.digestors.ImageSourceUriDigestor
-
- setUrlWhitelistChecker(UrlWhitelistChecker) - Method in class com.sdl.context.image.transformation.digestors.ImageUriDigestor
-
- setUsage(String) - Method in class com.sdl.context.common.cli.CommandConfiguration
-
- setUseCodeMarker(String) - Method in class com.tridion.tcdl.renderer.PositionMarkerTagRenderer
-
- setUsedForIdentification(boolean) - Method in class com.tridion.taxonomies.Keyword
-
This sets if the TaxonomyKeyword should be used for identification.
- setUser(User) - Method in class com.sdl.web.ugc.model.Item
-
- setUserAgent(String) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Set the User-Agent header's value (by adding to the default header map).
- setUsername(String) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Helper method to set username for the first HTTP basic authentication.
- setUsername(String) - Method in class com.sdl.delivery.iq.index.client.http.auth.HttpBasicAuth
-
- setValue(String) - Method in class com.sdl.delivery.iq.query.api.Facet
-
- setValue(Object) - Method in class com.sdl.delivery.iq.query.field.SingleField
-
- setValue(byte[]) - Method in class com.tridion.ambientdata.claimstore.cookie.ClaimsCookie
-
- setValue(String) - Method in class com.tridion.tcdl.renderer.ContextPropertyTagRenderer
-
Value of the property to set.
- setValues(List<Object>) - Method in class com.sdl.delivery.iq.query.field.GroupedField
-
- setVariantId(String) - Method in class com.tridion.tcdl.renderer.LinkTagRenderer
-
- setVerifyingSsl(boolean) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Configure whether to verify certificate and hostname when making https requests.
- setVersion(int) - Method in class com.tridion.util.CMURI
-
Sets the version.
- setVisibleCharacters(int) - Method in class com.sdl.context.common.cli.SpecialCharacter
-
- setWriteTimeout(int) - Method in class com.sdl.delivery.iq.index.client.http.ApiClient
-
Sets the write time out.
- Shell - Class in com.sdl.context.common.cli
-
A shell for executing system commands.
- SHORT_TEXT_LENGTH - Static variable in class com.sdl.context.Constants.Persistence
-
Standard length for short text for persistence.
- shrinkStaticClaims() - Method in interface com.tridion.ambientdata.claimstore.ClaimStore
-
Removes all static-scoped claims from claim value map.
- shrinkStaticClaims() - Method in class com.tridion.ambientdata.claimstore.DefaultClaimStore
-
- shutdown() - Method in interface com.sdl.delivery.iq.query.api.QueryClient
-
Closes any resources hold by client.
- shutdown() - Method in class com.sdl.delivery.iq.query.client.rest.RestQueryClient
-
- SingleField - Class in com.sdl.delivery.iq.query.field
-
Single Value Field.
- SingleField(boolean, String, String) - Constructor for class com.sdl.delivery.iq.query.field.SingleField
-
- SingleField(boolean, String, String, boolean) - Constructor for class com.sdl.delivery.iq.query.field.SingleField
-
- SingleField(boolean, String, Object) - Constructor for class com.sdl.delivery.iq.query.field.SingleField
-
- SingleField(boolean, String, TermValue) - Constructor for class com.sdl.delivery.iq.query.field.SingleField
-
- SingleFieldMultiTerm - Class in com.sdl.delivery.iq.query.field
-
Single Field Multi Term.
- SingleFieldMultiTerm(boolean, String, TermValues) - Constructor for class com.sdl.delivery.iq.query.field.SingleFieldMultiTerm
-
- size() - Method in interface com.sdl.context.api.Aspect
-
Returns the number of properties in the Aspect.
- size() - Method in interface com.sdl.context.api.ContextMap
-
Get the number of aspects in this context map.
- size() - Method in class com.sdl.context.common.cli.Command
-
Size.
- size() - Method in class com.sdl.context.common.cli.History
-
- size() - Method in class com.sdl.context.common.csv.CsvRow
-
- size() - Method in class com.sdl.context.resource.api.ByteString
-
Get the number of bytes in this byte array.
- size() - Method in class com.sdl.delivery.deployer.steps.util.Partitions
-
- SIZE_ARRAY_OBJECT - Static variable in class com.tridion.util.ObjectSize
-
Size of an array object in bytes.
- SIZE_BOOLEAN_FIELD - Static variable in class com.tridion.util.ObjectSize
-
Size of a boolean
field in bytes.
- SIZE_BYTE_FIELD - Static variable in class com.tridion.util.ObjectSize
-
Size of a byte
field in bytes.
- SIZE_CHAR_FIELD - Static variable in class com.tridion.util.ObjectSize
-
Size of a char
field in bytes.
- SIZE_DATE_OBJECT - Static variable in class com.tridion.util.ObjectSize
-
Size of a Date
object in bytes, assuming it does not use a Calender.
- SIZE_DOUBLE_FIELD - Static variable in class com.tridion.util.ObjectSize
-
Size of a double
field in bytes.
- SIZE_FLOAT_FIELD - Static variable in class com.tridion.util.ObjectSize
-
Size of a float
field in bytes.
- SIZE_INT_FIELD - Static variable in class com.tridion.util.ObjectSize
-
Size of a int
field in bytes.
- SIZE_LONG_FIELD - Static variable in class com.tridion.util.ObjectSize
-
Size of a long
field in bytes.
- SIZE_OBJECT_BASE - Static variable in class com.tridion.util.ObjectSize
-
Basic size of an object in bytes.
- SIZE_OBJECT_REF - Static variable in class com.tridion.util.ObjectSize
-
Size of an object reference field in bytes.
- SIZE_SHORT_FIELD - Static variable in class com.tridion.util.ObjectSize
-
Size of a short
field in bytes.
- sizeof(Object) - Static method in class com.tridion.util.ObjectSize
-
Estimates the size of the object graph rooted at the specified object.
- sizeofString(String) - Static method in class com.tridion.util.ObjectSize
-
- SKIP_BODY - Static variable in interface com.tridion.tcdl.IterationTagSupport
-
Skips body evaluation.
- SKIP_TAG - Static variable in class com.tridion.tcdl.Tag
-
Skip tag.
- sortAttributes(NamedNodeMap) - Method in class com.tridion.util.xml.DOMWriter
-
Returns a sorted list of attributes.
- sortByAscending(List<String>) - Method in interface com.sdl.delivery.iq.query.api.Operation
-
Sorts results by the specified fields.
- sortByAscending(List<String>) - Method in class com.sdl.delivery.iq.query.operation.BaseOperation
-
- sortByDescending(List<String>) - Method in interface com.sdl.delivery.iq.query.api.Operation
-
Sorts results by the specified fields, descending.
- sortByDescending(List<String>) - Method in class com.sdl.delivery.iq.query.operation.BaseOperation
-
- SortColumn - Interface in com.tridion.broker.querying.sorting
-
This represents the sorting column which can be used in the broker Query API
to sort the result date on.
- SortDirection - Enum in com.tridion.broker.querying.sorting
-
This represents the sorting direction which can be used in sorting the Broker results.
- sortFieldsAscending(List<String>) - Method in interface com.sdl.delivery.iq.query.api.Query
-
Sets sort fields.
- sortFieldsAscending(List<String>) - Method in class com.sdl.delivery.iq.query.search.SearchQuery
-
- sortFieldsDescending(List<String>) - Method in interface com.sdl.delivery.iq.query.api.Query
-
Sets descending sort fields.
- sortFieldsDescending(List<String>) - Method in class com.sdl.delivery.iq.query.search.SearchQuery
-
- Sorting - Class in com.tridion.broker.querying.sorting
-
Container for all the Sorting parameters to use on the Broker Querying mechanism.
- Sorting() - Constructor for class com.tridion.broker.querying.sorting.Sorting
-
Constructs a Sorting object.
- SortingException - Exception in com.tridion.broker.querying.sorting
-
SortingException.
- SortingException(String) - Constructor for exception com.tridion.broker.querying.sorting.SortingException
-
Constructor of SortingException.
- SortParameter - Class in com.tridion.broker.querying.sorting
-
This is a sorting parameter used to order results in the BrokerQuerying.
- SortParameter(SortColumn, SortDirection) - Constructor for class com.tridion.broker.querying.sorting.SortParameter
-
Constructs a SortParameter for a specified field in a certain sorting order.
- sortStringByAscending(List<String>) - Method in interface com.sdl.delivery.iq.query.api.Operation
-
Sorts results by the specified string fields.
- sortStringByAscending(List<String>) - Method in class com.sdl.delivery.iq.query.operation.BaseOperation
-
- sortStringByDescending(List<String>) - Method in interface com.sdl.delivery.iq.query.api.Operation
-
Sorts results by the specified string fields, descending.
- sortStringByDescending(List<String>) - Method in class com.sdl.delivery.iq.query.operation.BaseOperation
-
- sortStringFieldsAscending(List<String>) - Method in interface com.sdl.delivery.iq.query.api.Query
-
Sets sort fields having string type.
- sortStringFieldsAscending(List<String>) - Method in class com.sdl.delivery.iq.query.search.SearchQuery
-
- sortStringFieldsDescending(List<String>) - Method in interface com.sdl.delivery.iq.query.api.Query
-
Sets descending sort fields having string type.
- sortStringFieldsDescending(List<String>) - Method in class com.sdl.delivery.iq.query.search.SearchQuery
-
- source() - Method in class com.sdl.delivery.iq.index.client.http.ProgressResponseBody
-
- SOURCE_BUILD_ID - Static variable in class com.sdl.context.Constants.Context
-
Context Source ID - used for stamping repository source with the original SCM source ID.
- SOURCE_IMAGE_URI_META_NAME - Static variable in class com.sdl.context.image.ImageConstants.Property
-
Meta name for the source image URI.
- SpecialCharacter - Class in com.sdl.context.common.cli
-
Special character in a command line.
- SpecialCharacter() - Constructor for class com.sdl.context.common.cli.SpecialCharacter
-
- split(String) - Static method in class com.sdl.context.common.lang.StringUtils
-
Split on spaces, except where space exists within quotes.
- splitString(String, String) - Static method in class com.tridion.util.StringUtils
-
Helper method to transform single string which contains multiple strings
delimited with delimiter into set of strings.
- splitToArray(String) - Static method in class com.sdl.context.common.lang.StringUtils
-
- SSLUtils - Class in com.sdl.delivery.iq.index.client.http.utils
-
SSLUtils.
- start() - Method in interface com.sdl.delivery.deployer.api.queue.DeployerQueue
-
Start or enable the queue.
- start() - Method in interface com.sdl.delivery.deployer.api.queue.QueueHandler
-
Start handling queues.
- START_BUCKET_MESSAGE - Static variable in class com.sdl.context.Constants.Context
-
Message written to the ContextMap when the EvidenceRuleBucketResolver starts processing a new bucket.
- START_BUCKET_MESSAGE_PATTERN - Static variable in class com.sdl.context.Constants.Context
-
Regex Pattern for the START_BUCKET_MESSAGE.
- START_CODE_BLOCK - Static variable in class com.tridion.transformer.ASPDotNETTransformer
-
- START_GET_CONTEXT_MAP_MESSAGE - Static variable in class com.sdl.context.Constants.Context
-
Message written to the ContextMap when the EvidenceRuleBucketResolver loads a flattened context map.
- START_GET_CONTEXT_MAP_MESSAGE_PATTERN - Static variable in class com.sdl.context.Constants.Context
-
Regex Pattern for the START_GET_CONTEXT_MAP_MESSAGE.
- START_LEVENSTEIN_TRIE_SELECT_CONTEXT_MAP_MESSAGE - Static variable in class com.sdl.context.Constants.Context
-
Message written to the ContextMap when the TrieMatcher does a Levenstein Distance Scan.
- START_LEVENSTEIN_TRIE_SELECT_CONTEXT_MAP_MESSAGE_PATTERN - Static variable in class com.sdl.context.Constants.Context
-
Regex Pattern for the START_LEVENSTEIN_TRIE_SELECT_CONTEXT_MAP_MESSAGE.
- START_NON_LEVENSTEIN_TRIE_SELECT_CONTEXT_MAP_MESSAGE - Static variable in class com.sdl.context.Constants.Context
-
Message written to the ContextMap when the TrieMatcher does a Levenstein Distance Scan.
- START_NON_LEVENSTEIN_TRIE_SELECT_CONTEXT_MAP_MESSAGE_PATTERN - Static variable in class com.sdl.context.Constants.Context
-
Regex Pattern for the START_NON_LEVENSTEIN_TRIE_SELECT_CONTEXT_MAP_MESSAGE.
- START_RANGE - Static variable in class com.sdl.delivery.iq.query.QueryConstants.Parameters
-
startRange.
- START_TIME - Static variable in class com.sdl.delivery.deployer.api.state.StateXMLConstants
-
Identifier for start time attribute option.
- startAction(String) - Method in class com.tridion.util.timer.ActionTimer
-
- startAction() - Method in class com.tridion.util.timer.ActionTimer.TimerRecord
-
- startAction(String) - Method in class com.tridion.util.timer.ActionTimerDummy
-
- startAction(String) - Method in class com.tridion.util.timer.ActionTimerLogger
-
- startDocument() - Method in class com.tridion.tcdl.TagDispatcher
-
Entry point called by the TCDL Parser just before it starts parsing
- startDocument(TransformContext, OutputDocument) - Method in interface com.tridion.tcdl.TagMetaEventListener
-
Called by the TCDLParser just before starting the parsing process
Note that the TransformContext may not have all information during the startDocument, especially the information
that is derived from the ContentHeader tag (including the uri of the item being transformed).
- startDocument() - Method in interface com.tridion.tcdl.TCDLParserEventListener
-
Called by the TCDLParser just before starting the parsing process.
- startDocument() - Method in class com.tridion.util.xml.SAXSchemaReader
-
- STARTED - Static variable in class com.sdl.delivery.deployer.api.state.StateXMLConstants
-
Identifier for boolean false value.
- startElement(String, String, String, Attributes) - Method in class com.tridion.util.xml.SAXSchemaReader
-
- startElement(String, String, String, Attributes) - Method in class com.tridion.util.xml.XMLParser
-
Handle the start of an element.
- startIndex() - Method in class com.tridion.transformer.TCDLTag
-
- startProcessingItem(String, TreeMap, TransformContext) - Method in class com.tridion.transformer.AbstractTransformer
-
Deprecated.
This is the entry point for transforming a text containing TCDL.
- startProcessingItem(String, TreeMap, TransformContext) - Method in interface com.tridion.transformer.Transformer
-
Deprecated.
This is the entry point for transforming a text containing TCDL.
- startTag(Tag) - Method in class com.tridion.tcdl.TagDispatcher
-
Entry point called by the TCDL Parser.
- startTag(Tag) - Method in interface com.tridion.tcdl.TCDLParserEventListener
-
Called by the TCDLParser as soon as it encounters a tcdl opening tag.
- startTagEndIndex() - Method in class com.tridion.transformer.TCDLTag
-
- startTagStartIndex() - Method in class com.tridion.transformer.TCDLTag
-
- StateStore - Interface in com.sdl.delivery.deployer.api.processing.pipeline
-
It represents a 'State Store' used by the 'Processing Service' to keep the status of
executions/pipelines/steps being or to be processed.
- StateXMLConstants - Class in com.sdl.delivery.deployer.api.state
-
State XML Constants.
- StateXMLRenderingException - Exception in com.sdl.delivery.deployer.api.state.exception
-
State XML Rendering Exception.
- StateXMLRenderingException() - Constructor for exception com.sdl.delivery.deployer.api.state.exception.StateXMLRenderingException
-
- StateXMLRenderingException(String) - Constructor for exception com.sdl.delivery.deployer.api.state.exception.StateXMLRenderingException
-
- StateXMLRenderingException(String, Throwable) - Constructor for exception com.sdl.delivery.deployer.api.state.exception.StateXMLRenderingException
-
- Status - Enum in com.sdl.delivery.deployer.api.processing.pipeline
-
It represents a processing status that can be assigned to any processing unit.
- STATUS - Static variable in class com.sdl.delivery.deployer.api.state.StateXMLConstants
-
Notification status attribute.
- StatusItem - Interface in com.sdl.delivery.deployer.api.processing.pipeline
-
Interface with support to expose processing status related information.
- Step - Annotation Type in com.sdl.delivery.deployer.api.processing.annotations
-
Annotation to use in classes implementing
ExecutableStep
to actually indicate that the annotated class is an 'Executable Step'.
- Step - Interface in com.sdl.delivery.deployer.api.processing.pipeline
-
Step definition.
- StepData<T> - Interface in com.sdl.delivery.deployer.api.processing.pipeline.data
-
It represents a 'Step Data' item.
- StepDataConstants - Class in com.sdl.delivery.deployer.api.processing.pipeline.data
-
StepDataConstants.
- StepDataConstants() - Constructor for class com.sdl.delivery.deployer.api.processing.pipeline.data.StepDataConstants
-
- StepDataKeyUtil - Class in com.sdl.delivery.deployer.api.processing.pipeline.data
-
Utility class to generate key for step data.
- StepDataProvider - Interface in com.sdl.delivery.deployer.api.processing.pipeline
-
StepDataProvider which helps in accessing step data within scope of a 'Deployment Execution'.
- StepDataStore - Interface in com.sdl.delivery.deployer.api.processing.pipeline
-
Provide operations to store and retrieve step data by different criteria.
- StepState - Interface in com.sdl.delivery.deployer.api.processing.pipeline
-
It represents the state of a given step.
- stop() - Method in class com.sdl.context.common.logging.LogCapture
-
- stop() - Method in interface com.sdl.delivery.deployer.api.queue.DeployerQueue
-
Stop or release the queue.
- stop() - Method in interface com.sdl.delivery.deployer.api.queue.QueueHandler
-
Release all resources allocated by the 'Queue Handler', hence stop handling queues.
- stopAction(String) - Method in class com.tridion.util.timer.ActionTimer
-
- stopAction() - Method in class com.tridion.util.timer.ActionTimer.TimerRecord
-
- stopAction(String) - Method in class com.tridion.util.timer.ActionTimerDummy
-
- stopAction(String) - Method in class com.tridion.util.timer.ActionTimerLogger
-
- stopAndReportAction(String) - Method in class com.tridion.util.timer.ActionTimer
-
- stopAndReportAction(String) - Method in class com.tridion.util.timer.ActionTimerDummy
-
- stopAndReportAction(String) - Method in class com.tridion.util.timer.ActionTimerLogger
-
- stopCapture(LogCapture) - Method in class com.sdl.context.common.logging.LogbackLoggerWrapper
-
- stopCapture(LogCapture) - Static method in class com.sdl.context.common.logging.LogUtils
-
Stop capturing the log via the given appender for the given pattern.
- StorageException - Exception in com.tridion.broker
-
StorageException
is used to indicate that an error condition occurred while communicating with some
form of storage medium.
- StorageException(String) - Constructor for exception com.tridion.broker.StorageException
-
Constructs a new StorageException
with the passed detail message and null
as its
embedded Throwable
.
- StorageException(Throwable) - Constructor for exception com.tridion.broker.StorageException
-
Constructs a new StorageException
with the specified embedded Throwable
and
null
as its detail message.
- StorageException(String, Throwable) - Constructor for exception com.tridion.broker.StorageException
-
Constructs a new StorageException
with the specified detail message and an embedded
Throwable
.
- StorageSelector - Interface in com.sdl.delivery.deployer.api.binarystorage
-
An implementation of this interface provides instance of active
BinaryStorage
.
- storeData(String, String, String, ExecutableStepResult) - Method in interface com.sdl.delivery.deployer.api.processing.pipeline.StepDataStore
-
Store some 'Executable Step Results' for the given step in the scope of the referenced 'Deployment Execution'.
- StrategyConfigurationLoader - Class in com.tridion.broker.querying
-
This holds the responsibility for loading the Strategies used for generated the criteria and sorting part
of the broker queries.
- STRING_OVERFLOW_CONTINUATION - Static variable in class com.sdl.context.common.lang.StringUtils
-
Overflow continuation.
- STRING_OVERFLOW_CONTINUATION_LENGTH - Static variable in class com.sdl.context.common.lang.StringUtils
-
Overflow continuation length.
- STRING_TO_TYPE - Static variable in class com.tridion.util.TCDURI
-
- stringArrayContains(String[], String, boolean) - Static method in class com.tridion.util.StringUtils
-
- stringEquals(String, String) - Static method in class com.tridion.util.StringUtils
-
- stringEqualsIgnoreCase(String, String) - Static method in class com.tridion.util.StringUtils
-
- StringUtil - Class in com.sdl.delivery.iq.index.client.http.utils
-
String utils.
- StringUtils - Class in com.sdl.context.common.lang
-
Common string functions.
- StringUtils - Class in com.tridion.util
-
Some handy utils for string processing.
- StringValue - Class in com.sdl.delivery.configuration.values
-
A value which is a String.
- StringValue(String) - Constructor for class com.sdl.delivery.configuration.values.StringValue
-
- STRUCTURE_GROUP - Static variable in class com.tridion.ItemTypes
-
Item type ID for a structure group.
- STRUCTURE_GROUP - Static variable in class com.tridion.TCDItemTypes
-
Item type ID for a structure group.
- StructureGroupCMTransformer - Class in com.tridion.broker.taxonomies
-
Transforms the CM Structuregroup xml file into a list of keywords which can be used
by the different storage/factories.
- StructureGroupCMTransformer() - Constructor for class com.tridion.broker.taxonomies.StructureGroupCMTransformer
-
This construct a Taxonomy XML Transformer.
- StructureGroupCriteria - Class in com.tridion.broker.querying.criteria.structuregroups
-
This will make sure the items returned are only returned if there is a relation
with the specified StructureGroup.
- StructureGroupCriteria(String) - Constructor for class com.tridion.broker.querying.criteria.structuregroups.StructureGroupCriteria
-
Constructs a StructureGroupCriteria, to restrict results to the specified StructureGroup.
- StructureGroupCriteria(String, boolean) - Constructor for class com.tridion.broker.querying.criteria.structuregroups.StructureGroupCriteria
-
Constructs a StructureGroupCriteria, to restrict results to the specified StructureGroup.
- StructureGroupDirectoryCriteria - Class in com.tridion.broker.querying.criteria.structuregroups
-
This will make sure the items returned are only returned if there is a relation
with the specified directory of a StructureGroup.
- StructureGroupDirectoryCriteria(String) - Constructor for class com.tridion.broker.querying.criteria.structuregroups.StructureGroupDirectoryCriteria
-
Constructs a StructureGroupDirectoryCriteria, to restrict results to the specified structure group with a
specified directory.
- StructureGroupDirectoryCriteria(String, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.structuregroups.StructureGroupDirectoryCriteria
-
Constructs a StructureGroupDirectoryCriteria with applied operator, to restrict results to the specified
structure group with a specified directory.
- StructureGroupDirectoryCriteria(String, FieldOperator, boolean) - Constructor for class com.tridion.broker.querying.criteria.structuregroups.StructureGroupDirectoryCriteria
-
Constructs a StructureGroupDirectoryCriteria with applied operator, to restrict results to the specified
Structuregroup with a specified directory.
- StructureGroupTitleCriteria - Class in com.tridion.broker.querying.criteria.structuregroups
-
This allows querying for items related to a specific structure group with a specific title.
- StructureGroupTitleCriteria(String) - Constructor for class com.tridion.broker.querying.criteria.structuregroups.StructureGroupTitleCriteria
-
This constructs the structure group title criteria.
- StructureGroupTitleCriteria(String, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.structuregroups.StructureGroupTitleCriteria
-
Constructs a StructureGroupTitleCriteria with applied operator, to restrict results to the specified structure
group with a specified title.
- StructureGroupTitleCriteria(String, FieldOperator, boolean) - Constructor for class com.tridion.broker.querying.criteria.structuregroups.StructureGroupTitleCriteria
-
Constructs a StructureGroupTitleCriteria with applied operator, to restrict results to the specified structure
group with a specified title.
- STYLESHEET_FILE_NAME_PROPERTY_KEY - Static variable in class com.sdl.delivery.configuration.xml.XMLResourceDescriptor
-
Property key to access the XSLT stylesheet of a configuration file.
- SUBJECT - Static variable in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
Subject.
- SubQuery - Class in com.tridion.broker.querying
-
This query class should be used when the generated query is actually an inner query which will be wrapped by a main
query.
- SubQuery(Criteria) - Constructor for class com.tridion.broker.querying.SubQuery
-
This constructs a SubQuery object, enabling the Query facilities.
- SubQueryOperator - Interface in com.tridion.broker.querying.criteria.operators
-
SubQueryOperator.
- supports(ResourceDescriptor) - Method in class com.sdl.delivery.configuration.xml.XMLConfigurationProvider
-
- supports(Class<?>) - Method in interface com.sdl.web.ugc.validation.ContentValidator
-
Check if the specified class is a type that this ContentValidator
supports.
- supports(Class<?>) - Method in class com.sdl.web.ugc.validation.DoubleCommentingValidator
-
Check if the object passed is of a supported type.
- supports(Class<?>) - Method in class com.sdl.web.ugc.validation.DoubleCommentVotingValidator
-
Check if the object passed is of a supported type.
- supports(Class<?>) - Method in class com.sdl.web.ugc.validation.DoubleRatingValidator
-
Check if the object passed is of a supported type.
- svcDocomo - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- svcKddi - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- svcVodafone - Static variable in class com.sdl.web.preview.util.UAgentInfo
-
- SYSTEM_BUCKETS_URI - Static variable in class com.sdl.context.Constants.Default
-
Default system vocabulary file.
- SYSTEM_REPOSITORY_INITIALISATION_URI - Static variable in class com.sdl.context.Constants.Default
-
Default system vocabulary file.
- SYSTEM_VOCABULARY_URI - Static variable in class com.sdl.context.Constants.Default
-
Default system vocabulary file.
- Tag - Class in com.tridion.tcdl
-
A tag as it is encountered in a TCDL document, consisting of the namespace, name and attributes.
- Tag(String, String, Map<String, String>) - Constructor for class com.tridion.tcdl.Tag
-
Constructs a Tag with given namespace, name and attributes.
- Tag(String, String, Map<String, String>, AttributeValueDelimiter) - Constructor for class com.tridion.tcdl.Tag
-
Constructs a Tag with given namespace, name and attributes.
- TAG_REGEX - Static variable in class com.tridion.transformer.LanguageTags
-
The regular expression used for finding tags.
- TagDispatcher - Class in com.tridion.tcdl
-
Actual tag engine.
- TagDispatcher(TransformContext, OutputDocument, TagHandlerRegistry) - Constructor for class com.tridion.tcdl.TagDispatcher
-
Constructs this TagDispatcher so it is ready for use as a TCDLParserEventListener with the TCDLParser
It is not re-usable, e.g.
- TagHandler - Interface in com.tridion.tcdl
-
Defines minimal requirements for a TagHandler.
- TagHandlerBase - Interface in com.tridion.tcdl
-
Defines minimal requirements for a TagHandler.
- TagHandlerRegistry - Class in com.tridion.tcdl
-
Registry of and producer of TagHandler
classes for tags.
- TagHandlerRegistry() - Constructor for class com.tridion.tcdl.TagHandlerRegistry
-
Constructs an empty TagHandlerRegistry.
- TagHandlerRegistry(boolean) - Constructor for class com.tridion.tcdl.TagHandlerRegistry
-
Constructs the TagHandlerRegistry, when [registerInternal] is true it will register all tcdl internal tag
handlers for Tridion.
- TagHandlerRegistry(boolean, TCDLMode) - Constructor for class com.tridion.tcdl.TagHandlerRegistry
-
Constructs the TagHandlerRegistry, when [registerInternal] is true it will register all tcdl internal tag
handlers for Tridion.
- TagHandlerRegistry(TCDLMode, DefaultTagSet) - Constructor for class com.tridion.tcdl.TagHandlerRegistry
-
Constructs the TagHandlerRegistry, when [registerInternal] is true it will register all tcdl internal tag
handlers using [tagSet] for specific service.
- TagMetaEventListener - Interface in com.tridion.tcdl
-
Optional interface for implementation by TagHandlers to get notified of meta events, such as the start and end of
processing a TCDL document.
- TagRenderer - Interface in com.tridion.tcdl
-
Defines minimal requirements for a TagRenderer.
- TagRendererPostProcessor - Interface in com.tridion.tcdl.renderer.postprocessor
-
TagRendererPostProcessor.
- TARGET_DESTINATION - Static variable in class com.tridion.ItemTypes
-
Item type ID for a target destination.
- TARGET_DESTINATION - Static variable in class com.tridion.TCDItemTypes
-
Item type ID for a target destination.
- TARGET_GROUP - Static variable in class com.sdl.context.Constants.Evidence.Origin
-
Target group vocabulary name.
- TARGET_GROUP - Static variable in class com.tridion.ItemTypes
-
Item type ID for a target group.
- TARGET_GROUP - Static variable in class com.tridion.TCDItemTypes
-
Item type ID for a target group.
- TARGET_TYPE - Static variable in class com.tridion.ItemTypes
-
Item type ID for a target type.
- TARGET_TYPE - Static variable in class com.tridion.TCDItemTypes
-
Item type ID for a target type.
- TAXONOMY - Static variable in class com.tridion.TCDItemTypes
-
Item type ID for a Taxonomy.
- TaxonomyAssembler - Class in com.tridion.dynamiccontent
-
Assembler class for the taxonomy.
- TaxonomyAssembler() - Constructor for class com.tridion.dynamiccontent.TaxonomyAssembler
-
Basic default constructor.
- TaxonomyAssembler(TaxonomyFilter, TaxonomyFormatter, TaxonomyFactory) - Constructor for class com.tridion.dynamiccontent.TaxonomyAssembler
-
Creates an assembler that will use a factory to retrieve taxonomies, a filter to filter them out and a
formatter to format the result from the factory.
- TaxonomyCMTransformer - Class in com.tridion.broker.taxonomies
-
This transforms the CM Taxonomy RDF format into a list of TaxonomyFacets which can be used
by the different storage/factories.
- TaxonomyCMTransformer(Map<String, Map<String, String>>, boolean) - Constructor for class com.tridion.broker.taxonomies.TaxonomyCMTransformer
-
This construct a Taxonomy XML Transformer.
- TaxonomyCriteria - Class in com.tridion.broker.querying.criteria.taxonomy
-
This will make sure the items returned are only returned if there is a relation
with the specified Taxonomy.
- TaxonomyCriteria(String) - Constructor for class com.tridion.broker.querying.criteria.taxonomy.TaxonomyCriteria
-
Constructs a TaxonomyCriteria, to restrict results to the specified Taxonomy.
- TaxonomyFactory - Class in com.tridion.taxonomies
-
This is the TaxonomyFactory responsible for retrieving Taxonomies from the Broker storage
All taxonomies are handled as tree like structure containing parent/child relations.
- TaxonomyFactory() - Constructor for class com.tridion.taxonomies.TaxonomyFactory
-
This creates a new instance of the TaxonomyFactory and instantiates a TaxonomyHome.
- TaxonomyFilter - Class in com.tridion.taxonomies.filters
-
This is the Abstract base class used by all TaxonomyFilters, used to construct a filtering
query for taxonomies.
- TaxonomyFilter() - Constructor for class com.tridion.taxonomies.filters.TaxonomyFilter
-
- TaxonomyFormatter - Class in com.tridion.taxonomies.formatters
-
This is the interface used to defined formatters for the result from the TaxonomyFactory.
- TaxonomyFormatter() - Constructor for class com.tridion.taxonomies.formatters.TaxonomyFormatter
-
- TaxonomyHierarchyFormatter - Class in com.tridion.taxonomies.formatters
-
The responsibility of this class is to build the Taxonomy Facets into a tree structure.
- TaxonomyHierarchyFormatter(boolean) - Constructor for class com.tridion.taxonomies.formatters.TaxonomyHierarchyFormatter
-
Constructs a Taxonomy FilterFinalizer
with the TCMURI of the Taxonomy.
- TaxonomyHierarchyFormatter() - Constructor for class com.tridion.taxonomies.formatters.TaxonomyHierarchyFormatter
-
Constructs a Taxonomy FilterFinalizer
with the TCMURI of the Taxonomy.
- TaxonomyKeywordCriteria - Class in com.tridion.broker.querying.criteria.taxonomy
-
This queries for all content which are related to a specific Taxonomy Keyword.
- TaxonomyKeywordCriteria(String, String, boolean) - Constructor for class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordCriteria
-
Constructs a TaxonomyKeywordCriteria, which selects all items related
to the specified TaxonomyFacet.
- TaxonomyKeywordCriteria(int, int, int, boolean) - Constructor for class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordCriteria
-
Constructs a TaxonomyKeywordCriteria, which selects all items related
to the specified TaxonomyFacet.
- TaxonomyKeywordDescriptionCriteria - Class in com.tridion.broker.querying.criteria.taxonomy
-
This is the criteria which can be used to retrieve all content related to any keyword
with the given description field.
- TaxonomyKeywordDescriptionCriteria(String, String, boolean) - Constructor for class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordDescriptionCriteria
-
Constructs a TaxonomyKeywordDescriptionCriteria for the specified keyword description.
- TaxonomyKeywordDescriptionCriteria(String, String, boolean, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordDescriptionCriteria
-
Constructs a TaxonomyKeywordDescriptionCriteria for the specified keyword description.
- TaxonomyKeywordDescriptionCriteria(int, int, String, boolean) - Constructor for class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordDescriptionCriteria
-
Constructs a TaxonomyKeywordDescriptionCriteria for the specified keyword description.
- TaxonomyKeywordDescriptionCriteria(int, int, String, boolean, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordDescriptionCriteria
-
Constructs a TaxonomyKeywordDescriptionCriteria for the specified keyword description adn with a certain
field operator to be used.
- TaxonomyKeywordKeyCriteria - Class in com.tridion.broker.querying.criteria.taxonomy
-
This is the criteria which can be used to retrieve all content related to any keyword
with the given key.
- TaxonomyKeywordKeyCriteria(String, String, boolean) - Constructor for class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordKeyCriteria
-
Constructs a TaxonomyKeywordKeyCriteria for the specified keyword key.
- TaxonomyKeywordKeyCriteria(String, String, boolean, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordKeyCriteria
-
Constructs a TaxonomyKeywordKeyCriteria for the specified keyword key.
- TaxonomyKeywordKeyCriteria(int, int, String, boolean) - Constructor for class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordKeyCriteria
-
Constructs a TaxonomyKeywordKeyCriteria for the specified keyword key.
- TaxonomyKeywordKeyCriteria(int, int, String, boolean, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordKeyCriteria
-
Constructs a TaxonomyKeywordKeyCriteria for the specified keyword key and with a certain
field operator to be used.
- TaxonomyKeywordNameCriteria - Class in com.tridion.broker.querying.criteria.taxonomy
-
This is the criteria which can be used to retrieve all content related to any keyword
with the given name.
- TaxonomyKeywordNameCriteria(String, String, boolean) - Constructor for class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordNameCriteria
-
Constructs a TaxonomyKeywordNameCriteria for the specified keyword name.
- TaxonomyKeywordNameCriteria(String, String, boolean, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordNameCriteria
-
Constructs a TaxonomyKeywordNameCriteria for the specified keyword name.
- TaxonomyKeywordNameCriteria(int, int, String, boolean) - Constructor for class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordNameCriteria
-
Constructs a TaxonomyKeywordNameCriteria for the specified keyword name.
- TaxonomyKeywordNameCriteria(int, int, String, boolean, FieldOperator) - Constructor for class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordNameCriteria
-
Constructs a TaxonomyKeywordNameCriteria for the specified keyword name and with a certain
field operator to be used.
- TaxonomyListFormatter - Class in com.tridion.taxonomies.formatters
-
The responsibility of this class is to build the Taxonomy Keywords into a list structure.
- TaxonomyListFormatter() - Constructor for class com.tridion.taxonomies.formatters.TaxonomyListFormatter
-
Constructs a TaxonomyListFormatter.
- TaxonomyMetaDataProcessor - Class in com.tridion.broker.meta.custom
-
This metadata processor is special for the Taxonomy and applies a stylesheet stripping out
all unneeded attributes and values from the metadata on keywords.
- TaxonomyMetaDataProcessor() - Constructor for class com.tridion.broker.meta.custom.TaxonomyMetaDataProcessor
-
- TaxonomyParser - Class in com.sdl.delivery.deployer.steps.util
-
- TaxonomyRelationManager - Class in com.tridion.taxonomies
-
This is the relations manager for Taxonomies, it makes it possible to retrieve content relations for
from items to taxonomies.
- TaxonomyRelationManager() - Constructor for class com.tridion.taxonomies.TaxonomyRelationManager
-
Constructs a TaxonomyRelationManager.
- TaxonomyTagRenderer - Class in com.tridion.tcdl.renderer
-
This class is responsible for runtime Taxonomy Tag rendering.
- TaxonomyTagRenderer() - Constructor for class com.tridion.tcdl.renderer.TaxonomyTagRenderer
-
- TaxonomyUsedForIdentificationCriteria - Class in com.tridion.broker.querying.criteria.taxonomy
-
This queries for all content with taxonomies which are used for identification.
- TaxonomyUsedForIdentificationCriteria(boolean) - Constructor for class com.tridion.broker.querying.criteria.taxonomy.TaxonomyUsedForIdentificationCriteria
-
Constructs a TaxonomyUsedForIdentificationCriteria, which selects all items which are used for identification.
- TCDItemTypes - Class in com.tridion
-
The TCDItemTypes interface extends the ItemTypes inteface with a number of entities specific to the Content
Distributor platform.
- TCDL_ADD_ANCHOR_LINK_ATTRIBUTE - Static variable in class com.tridion.transformer.LanguageTags
-
addAnchor value.
- TCDL_AND_OPERATOR - Static variable in class com.tridion.transformer.LanguageTags
-
AND value.
- TCDL_BODY_ELEMENT - Static variable in class com.tridion.transformer.LanguageTags
-
ContentBody value.
- TCDL_BOOLEAN_ATTRIBUTE_FALSE - Static variable in class com.tridion.transformer.LanguageTags
-
false value.
- TCDL_BOOLEAN_ATTRIBUTE_TRUE - Static variable in class com.tridion.transformer.LanguageTags
-
true value.
- TCDL_COMPONENTPRESENTATION - Static variable in class com.tridion.transformer.LanguageTags
-
ComponentPresentation value.
- TCDL_COMPONENTPRESENTATION_TYPE - Static variable in class com.tridion.transformer.LanguageTags
-
Component presentations.
- TCDL_COMPONENTURI_ATTRIBUTE - Static variable in class com.tridion.transformer.LanguageTags
-
componentURI value.
- TCDL_CONDITION - Static variable in class com.tridion.transformer.LanguageTags
-
Condition value.
- TCDL_CONDITIONS - Static variable in class com.tridion.transformer.LanguageTags
-
Conditions value.
- TCDL_CONTAINS_OPERATOR - Static variable in class com.tridion.transformer.LanguageTags
-
contains value.
- TCDL_CONTENTHEADER - Static variable in class com.tridion.transformer.LanguageTags
-
The element holding all header related information.
- TCDL_DESTINATION_COMPONENT_LINK_ATTRIBUTE - Static variable in class com.tridion.transformer.LanguageTags
-
destination value.
- TCDL_DYNAMIC_CP_ATTRIBUTE - Static variable in class com.tridion.transformer.LanguageTags
-
Dynamic value.
- TCDL_EMBEDDED_CP_ATTRIBUTE - Static variable in class com.tridion.transformer.LanguageTags
-
Embedded value.
- TCDL_ENDSWITH_OPERATOR - Static variable in class com.tridion.transformer.LanguageTags
-
endswith value.
- TCDL_FIRSTLINE - Static variable in class com.tridion.transformer.LanguageTags
-
FirstLine value.
- TCDL_GREATERTHAN_OPERATOR - Static variable in class com.tridion.transformer.LanguageTags
-
Greater than value.
- TCDL_LESSTHAN_OPERATOR - Static variable in class com.tridion.transformer.LanguageTags
-
Less than operator value.
- TCDL_LINK - Static variable in class com.tridion.transformer.LanguageTags
-
Link tag value.
- TCDL_LINK_ATTRIBUTES_LINK_ATTRIBUTE - Static variable in class com.tridion.transformer.LanguageTags
-
linkAttributes value.
- TCDL_LINK_TYPE_BINARY - Static variable in class com.tridion.transformer.LanguageTags
-
Binary value.
- TCDL_LINK_TYPE_COMPONENT - Static variable in class com.tridion.transformer.LanguageTags
-
Component value.
- TCDL_LINK_TYPE_PAGE - Static variable in class com.tridion.transformer.LanguageTags
-
Page value.
- TCDL_NAME_ATTRIBUTE - Static variable in class com.tridion.transformer.LanguageTags
-
name attribute value.
- TCDL_NAME_ELEMENT - Static variable in class com.tridion.transformer.LanguageTags
-
Name element value.
- TCDL_NAMESPACE - Static variable in class com.tridion.transformer.LanguageTags
-
The namespace prefix used in Tridion Content Delivery Intermediate Language.
- TCDL_NEGATE_ATTRIBUTE - Static variable in class com.tridion.transformer.LanguageTags
-
negate value.
- TCDL_NUMERICAL_EQUALS_OPERATOR - Static variable in class com.tridion.transformer.LanguageTags
-
'=' value.
- TCDL_OPERATOR_ATTRIBUTE - Static variable in class com.tridion.transformer.LanguageTags
-
operator value.
- TCDL_OR_OPERATOR - Static variable in class com.tridion.transformer.LanguageTags
-
OR value.
- TCDL_ORIGINATING_PAGE_LINK_ATTRIBUTE - Static variable in class com.tridion.transformer.LanguageTags
-
origin value.
- TCDL_RENDER_BINARY_LINK_PREFIX - Static variable in class com.tridion.ambientdata.web.WebClaims
-
Key that controlls how TCDL processor should render link's.
- TCDL_RENDER_LINK_PREFIX - Static variable in class com.tridion.ambientdata.web.WebClaims
-
Key that controlls how TCDL processor should render link's.
- TCDL_RENDER_RELATIVE_LINK - Static variable in class com.tridion.ambientdata.web.WebClaims
-
Key that controlls how TCDL processor should render link's.
- TCDL_RENDERHINT - Static variable in class com.tridion.transformer.LanguageTags
-
The element for adding render hints to rendering engines.
- TCDL_ROOTELEMENT - Static variable in class com.tridion.transformer.LanguageTags
-
IntermediateContent value.
- TCDL_STARTSWITH_OPERATOR - Static variable in class com.tridion.transformer.LanguageTags
-
startswith value.
- TCDL_STRING_EQUALS_OPERATOR - Static variable in class com.tridion.transformer.LanguageTags
-
equals value.
- TCDL_TCMURI_ATTRIBUTE - Static variable in class com.tridion.transformer.LanguageTags
-
tcmURI value.
- TCDL_TEMPLATEURI_ATTRIBUTE - Static variable in class com.tridion.transformer.LanguageTags
-
templateURI value.
- TCDL_TEXT_ON_FAIL_LINK_ATTRIBUTE - Static variable in class com.tridion.transformer.LanguageTags
-
Text on fail.
- TCDL_TYPE_ATTRIBUTE - Static variable in class com.tridion.transformer.LanguageTags
-
Shared type attribute.
- TCDL_VALUE_ELEMENT - Static variable in class com.tridion.transformer.LanguageTags
-
Shared value attribute.
- TCDLDefaultTransformer - Class in com.tridion.transformer
-
Uses the TCDL engine to transform tcdl enabled content.
- TCDLDefaultTransformer() - Constructor for class com.tridion.transformer.TCDLDefaultTransformer
-
Creates a new TCDLDefaultTransformer.
- TCDLEngine - Class in com.tridion.tcdl
-
Uses the TCDL engine to transform or to render tcdl enabled content.
- TCDLEngine(TCDLMode) - Constructor for class com.tridion.tcdl.TCDLEngine
-
Creates a new TCDLEngine in a certain mode.
- TCDLLegacyTransformProcessor - Class in com.tridion.tcdl.transformer
-
- TCDLLegacyTransformProcessor(String) - Constructor for class com.tridion.tcdl.transformer.TCDLLegacyTransformProcessor
-
Deprecated.
Creates a TCDLTransformProcessor with the configured name of the transformer to use
If this transformer implements the old interface (
Transformer
),
this instance will delegate the transformation the old API.
- TCDLMode - Enum in com.tridion.tcdl
-
This enum specifies the operating modes that the TCDL engine can have.
- TCDLParser - Class in com.tridion.tcdl
-
Scans string based input for XML-like tags given a list of namespaces.
- TCDLParser(Collection<String>, Map<String, String>) - Constructor for class com.tridion.tcdl.TCDLParser
-
Constructs the TCDLParser with the given (string based) list of namespaces to scan for.
- TCDLParser(Collection<String>) - Constructor for class com.tridion.tcdl.TCDLParser
-
Constructs the TCDLParser with the given (string based) list of namespaces to scan for.
- TCDLParser - Class in com.tridion.transformer
-
TCDL parser.
- TCDLParser(String) - Constructor for class com.tridion.transformer.TCDLParser
-
- TCDLParser() - Constructor for class com.tridion.transformer.TCDLParser
-
- TCDLParserEventListener - Interface in com.tridion.tcdl
-
Callbacks to be used with the TCDLParser to get notified of encountered tags and (tag) content.
- TCDLProcessor - Class in com.tridion.tcdl
-
This class is the central class where all tcdl transformations and rendering happen.
- TCDLProcessor - Interface in com.tridion.tcdl.transformer
-
TCDLProcessor.
- TCDLProcessorProvider - Class in com.tridion.tcdl.transformer
-
- TCDLProcessorProvider() - Constructor for class com.tridion.tcdl.transformer.TCDLProcessorProvider
-
- TCDLRenderer - Class in com.tridion.tcdl
-
Uses the TCDL engine to render tcdl enabled content.
- TCDLRenderer() - Constructor for class com.tridion.tcdl.TCDLRenderer
-
Creates a new TCDLRenderer.
- TCDLTag - Class in com.tridion.transformer
-
Data Class used as a container, for building the data model in an Item being processed.
- TCDLTag(String) - Constructor for class com.tridion.transformer.TCDLTag
-
- TCDLTag(String, Map) - Constructor for class com.tridion.transformer.TCDLTag
-
- TCDLTag(String, Map, String) - Constructor for class com.tridion.transformer.TCDLTag
-
- TCDLTagsProcessor - Interface in com.tridion.tcdl
-
Interface to be implemented by transformers and renders of TCDL code.
- TCDLTransformer - Class in com.tridion.deployer
-
- TCDLTransformer() - Constructor for class com.tridion.deployer.TCDLTransformer
-
Deprecated.
Creates a new TCDLTransformer.
- TCDLTransformer - Class in com.tridion.tcdl
-
Uses the TCDL engine to transform tcdl enabled content.
- TCDLTransformer() - Constructor for class com.tridion.tcdl.TCDLTransformer
-
Creates a new TCDLTransformer.
- TCDLTransformerException - Exception in com.tridion.tcdl
-
- TCDLTransformerException(String) - Constructor for exception com.tridion.tcdl.TCDLTransformerException
-
Deprecated.
- TCDLTransformerException(String, Throwable) - Constructor for exception com.tridion.tcdl.TCDLTransformerException
-
Deprecated.
- TCDLTransformerException(Throwable) - Constructor for exception com.tridion.tcdl.TCDLTransformerException
-
Deprecated.
- TCDLTransformerException - Exception in com.tridion.transformer
-
Exceptions generated as a result of the TCDL transformation.
- TCDLTransformerException(String) - Constructor for exception com.tridion.transformer.TCDLTransformerException
-
- TCDLTransformerException(String, Throwable) - Constructor for exception com.tridion.transformer.TCDLTransformerException
-
- TCDLTransformerException(Throwable) - Constructor for exception com.tridion.transformer.TCDLTransformerException
-
- TCDLTransformProcessor - Class in com.tridion.tcdl.transformer
-
The TCDLTransformProcessor
class is the central class
through which all transformations take place when called from the deployer.
- TCDLTransformProcessor(Class) - Constructor for class com.tridion.tcdl.transformer.TCDLTransformProcessor
-
Creates a TCDLTransformProcessor with the configured name of the transformer to use
If this transformer implements the old interface (com.tridion.transformer.Transformer),
this instance will delegate the transformation the old API.
- TCDURI - Class in com.tridion.util
-
The TCDURI
class is used to parse and create URIs that identify items for the Content Delivery system.
- TCDURI(TCMURI) - Constructor for class com.tridion.util.TCDURI
-
Create a TCDURI object from a TCMURI
.
- TCDURI(TCMURI, String) - Constructor for class com.tridion.util.TCDURI
-
- TCDURI(int, long, long) - Constructor for class com.tridion.util.TCDURI
-
Create a new TCDURI
based on publicationId, itemType and itemId.
- TCDURI(int, long, long, String) - Constructor for class com.tridion.util.TCDURI
-
- TCDURI(int, long, long[]) - Constructor for class com.tridion.util.TCDURI
-
Create a new TCDURI
based on publicationId, itemType and itemIds.
- TCDURI(int, long, long[], String) - Constructor for class com.tridion.util.TCDURI
-
- TCDURI(String) - Constructor for class com.tridion.util.TCDURI
-
Create a new TCDURI
object from a String.
- TcmItemToItemIdFunc - Enum in com.sdl.delivery.deployer.steps.util
-
Function for transformation TcmItem to item id.
- TCMURI - Class in com.tridion.util
-
This class represents a TCMURI object.
- TCMURI(int, int, int, int) - Constructor for class com.tridion.util.TCMURI
-
Create a new 'tcm:'
namespace URI based on publication Id, item Id, item type and version.
- TCMURI(String) - Constructor for class com.tridion.util.TCMURI
-
Create a new 'tcm:'
namespace URI from a string.
- TEMPLATE - Static variable in class com.tridion.TCDItemTypes
-
Convenience mask combining PAGE_TEMPLATE and COMPONENT_TEMPLATE.
- Terminal - Class in com.sdl.context.common.cli
-
Abstract command line terminal.
- Terminal() - Constructor for class com.sdl.context.common.cli.Terminal
-
- TermType - Enum in com.sdl.delivery.iq.query.field
-
Term types.
- TermValue - Interface in com.sdl.delivery.iq.query.api
-
TermValue.
- TermValues - Interface in com.sdl.delivery.iq.query.api
-
TermValues.
- TEXT - Static variable in class com.tridion.dcp.ComponentPresentationFactory
-
TEXT.
- timePassedMilliseconds() - Method in class com.tridion.util.timer.ActionTimer.TimerRecord
-
- timePassedNanoseconds() - Method in class com.tridion.util.timer.ActionTimer.TimerRecord
-
- TimerRecord() - Constructor for class com.tridion.util.timer.ActionTimer.TimerRecord
-
- TimeUtils - Class in com.tridion.util
-
Contains utilities related to handling of time values.
- TITLE - Static variable in class com.sdl.delivery.iq.query.result.ConceptSchemeResult
-
Title.
- toBoldBlueString(String) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- toBoldGreenString(String) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- toBoldRedString(String) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- toBoldString(String) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- toBoldYellowString(String) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
- toByteArray() - Method in class com.sdl.context.resource.api.ByteString
-
Get the copy of the byte array.
- toEscaped() - Method in class com.sdl.context.common.lang.UnicodeString
-
- toFile(File, String) - Method in class com.tridion.transport.transportpackage.TransportPackage
-
Writes the transaction header to disk as XML.
- toggleDebugMode(Command) - Method in class com.sdl.context.common.cli.CommandLineInteraction
-
Toggle debug mode.
- toHexString(byte[]) - Static method in class com.sdl.context.common.lang.CharacterUtils
-
- toHexString(byte[], boolean) - Static method in class com.sdl.context.common.lang.CharacterUtils
-
- toHexString(byte[], boolean, char) - Static method in class com.sdl.context.common.lang.CharacterUtils
-
- toHexString(char) - Static method in class com.sdl.context.common.lang.CharacterUtils
-
- toHexString(String) - Static method in class com.sdl.context.common.lang.CharacterUtils
-
- toInputStream() - Method in class com.sdl.context.resource.api.ByteString
-
Get the byte array input stream off the byte array stored.
- toInteger(String) - Static method in class com.sdl.context.common.lang.NumberUtils
-
- toJSON() - Method in class com.sdl.web.ugc.model.Comment
-
- toJSON() - Method in class com.sdl.web.ugc.model.Item
-
- toJSON() - Method in class com.sdl.web.ugc.model.Rating
-
- toJSON() - Method in class com.sdl.web.ugc.model.User
-
- TOKEN_SERVICE - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Fields
-
TokenService.
- toList() - Method in class com.sdl.context.common.logging.LogCapture
-
- toList(String) - Method in class com.sdl.context.common.logging.LogCapture
-
- toString() - Method in class com.sdl.context.api.definition.GenericContextPropertyName
-
- toString() - Method in class com.sdl.context.api.types.GenericContextSegmentPath
-
- toString() - Method in class com.sdl.context.api.types.GenericVersion
-
- toString() - Method in class com.sdl.context.api.types.GenericVersionPart
-
- toString() - Method in class com.sdl.context.common.cli.Command
-
- toString() - Method in class com.sdl.context.common.cli.SpecialCharacter
-
- toString(InputStream, boolean) - Static method in class com.sdl.context.common.lang.IoUtils
-
Convert input stream to string, returning empty string if input stream is empty.
- toString(InputStream) - Static method in class com.sdl.context.common.lang.IoUtils
-
- toString() - Method in class com.sdl.context.common.lang.ToStringBuilder
-
- toString() - Method in class com.sdl.context.common.logging.LogCapture
-
- toString() - Method in class com.sdl.context.common.logging.LogPatternLevel
-
- toString() - Method in class com.sdl.context.image.FileImage
-
- toString() - Method in class com.sdl.context.image.ImageUpdateTimeStamp
-
- toString() - Method in class com.sdl.context.image.transformation.processors.UrlWhitelistChecker
-
- toString() - Method in class com.sdl.context.image.UrlImage
-
- toString() - Method in class com.sdl.context.resource.DefaultFileResource
-
- toString() - Method in class com.sdl.delivery.configuration.values.StringValue
-
- toString() - Method in class com.sdl.delivery.configuration.xml.XMLConfiguration
-
Overrides the standard String
representation of this object.
- toString() - Method in enum com.sdl.delivery.iq.api.common.Provider
-
- toString() - Method in class com.sdl.delivery.iq.query.client.QtResultTypes
-
- toString() - Method in class com.tridion.ambientdata.web.WebContext
-
- toString() - Method in class com.tridion.broker.querying.criteria.categorization.CategorizationCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.categorization.CategoryCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.categorization.KeywordCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.content.BinaryTypeCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.content.ContentItemCriteria
-
Deprecated.
Shows sting presentation of criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.content.ItemReferenceCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.content.ItemSchemaCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.content.ItemTemplateCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.content.ItemTitleCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.content.ItemTypeCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.content.MultimediaCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.content.NamespaceCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.content.PageTemplateCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.content.PageURLCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.content.PublicationCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.content.SchemaTitleCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.Criteria
-
Return a String representation of this Criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.DateCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.metadata.CustomMetaKeyCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.metadata.CustomMetaValueCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.metadata.LegacyCustomMetaValueCriteria
-
Deprecated.
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.metadata.MetadataRangeCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.publication.PublicationKeyCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.publication.PublicationMultimediaPathCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.publication.PublicationMultimediaURLCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.publication.PublicationPathCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.publication.PublicationTitleCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.publication.PublicationURLCriteria
-
Returns string presentation of the criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.structuregroups.StructureGroupCriteria
-
Return a String representation of this Criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.structuregroups.StructureGroupDirectoryCriteria
-
Return a String representation of this Criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyCriteria
-
Return a String representation of this Criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordCriteria
-
Return a String representation of this Criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordDescriptionCriteria
-
Return a String representation of this Criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordKeyCriteria
-
Return a String representation of this Criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyKeywordNameCriteria
-
Return a String representation of this Criteria.
- toString() - Method in class com.tridion.broker.querying.criteria.taxonomy.TaxonomyUsedForIdentificationCriteria
-
Return a String representation of this Criteria.
- toString() - Method in class com.tridion.broker.querying.filter.LimitFilter
-
- toString() - Method in class com.tridion.broker.querying.filter.PagingFilter
-
- toString() - Method in class com.tridion.broker.querying.generators.QueryConstructor
-
- toString() - Method in class com.tridion.broker.querying.QueryResult
-
- toString() - Method in class com.tridion.broker.querying.QueryResultRow
-
- toString() - Method in class com.tridion.broker.querying.sorting.SortParameter
-
- toString() - Method in class com.tridion.data.BinaryDataFile
-
Returns a string representation of this binary data file.
- toString() - Method in enum com.tridion.dynamiccontent.meta.resolver.MetaDataType
-
- toString() - Method in class com.tridion.dynamiccontent.publication.PublicationMapping
-
- toString() - Method in class com.tridion.linking.CommonLinkParameters
-
- toString() - Method in class com.tridion.linking.Link
-
The toString method returns a string representation of this instance.
- toString(LinkStringStyle) - Method in class com.tridion.linking.Link
-
The toString method returns a string representation of this instance.
- toString() - Method in class com.tridion.taxonomies.filters.AbstractKeywordFilter
-
This prints out the current settings of this AbstractKeywordFilter.
- toString() - Method in class com.tridion.taxonomies.filters.CompositeFilter
-
Returns the settings of this CompositeFilter.
- toString() - Method in class com.tridion.taxonomies.filters.DepthFilter
-
This prints out the current settings of this DepthFilter.
- toString() - Method in class com.tridion.taxonomies.filters.KeywordPropertyFilter
-
This prints out the current settings of this KeywordPropertyFilter.
- toString() - Method in class com.tridion.taxonomies.Keyword
-
This displays the actual value of the Taxonomy.
- toString() - Method in class com.tridion.tcdl.Tag
-
Note, for debugging / displaying only, output format may change.
- toString() - Method in class com.tridion.transformer.TCDLTag
-
- toString() - Method in class com.tridion.transport.transportpackage.TransportPackage
-
Returns a string representation of this object.
- toString() - Method in class com.tridion.util.CMURI
-
Overridden implementation of toString()
in Object
.
- toString(InputStream, Charset) - Static method in class com.tridion.util.CompressionUtils
-
Converts an inputstream to a string.
- toString() - Method in class com.tridion.util.TCDURI
-
Convert the URI to a string.
- ToStringBuilder - Class in com.sdl.context.common.lang
-
Class which provides a convenient toString() response.
- ToStringBuilder(Object) - Constructor for class com.sdl.context.common.lang.ToStringBuilder
-
- toStringList(Collection<?>) - Static method in class com.sdl.context.common.lang.ListUtils
-
- toXMLDOM() - Method in class com.tridion.dcp.filters.query.XMLQueryResult
-
Deprecated.
returns the xml as Element.
- trace(String) - Method in class com.sdl.context.common.logging.DependencySafeLogger
-
Trace.
- trace(String, Throwable) - Method in class com.sdl.context.common.logging.DependencySafeLogger
-
Trace.
- TRACKING_ID - Static variable in class com.tridion.ambientdata.web.WebClaims
-
Key for the claim that contains the ID stored in the persistent tracking cookie (as a string) (read-only).
- TRANSACTION - Static variable in class com.tridion.ItemTypes
-
Item type ID for a transaction.
- TRANSACTION - Static variable in class com.tridion.TCDItemTypes
-
Item type ID for a transaction.
- TRANSACTION_LOG - Static variable in class com.sdl.delivery.deployer.api.processing.pipeline.data.StepDataConstants
-
Identifier for Transaction Log.
- TRANSACTION_LOG - Static variable in class com.sdl.delivery.deployer.api.state.StateXMLConstants
-
Identifier for trasaction log parameter.
- TransactionStorageInitializer - Class in com.tridion.deployer
-
Configures binary transaction storage.
- TransactionStorageInitializer() - Constructor for class com.tridion.deployer.TransactionStorageInitializer
-
- transform(Image) - Method in interface com.sdl.context.image.api.ImageTransformer
-
Method which takes in a source image and returns a transformed version of it.
- transform(String, File, String, File) - Method in interface com.tridion.deployer.Transformer
-
Deprecated.
Transforms item [itemURI] from [sourceFile] using [charsetName] into the targetDirectory, returning the
created File.
- transform(String, File, String, File) - Method in interface com.tridion.tcdl.transformer.Transformer
-
Transforms item [itemURI] from [sourceFile] using [charsetName] into the targetDirectory, returning the
created File.
- transform(String, File, String, File) - Method in interface com.tridion.transformer.FileTransformer
-
- transform(String, File, String, File, TransformerBinaryStorage) - Method in interface com.tridion.transformer.FileTransformer
-
Transforms item [itemURI] from [sourceFile] using [charsetName] into the targetDirectory, returning the
created File.
- transform(String, File, String, File, TransformerBinaryStorage) - Method in class com.tridion.transformer.TCDLDefaultTransformer
-
Transforms TCDL enabled content from [sourceFile] optionally using the [charsetName] for its encoding.
- transform(String, String, Writer) - Method in class com.tridion.transformer.TCDLDefaultTransformer
-
Transforms TCDL enabled content from the [input] String and writes the result to the [target].
- transform(String, File, String, File) - Method in class com.tridion.transformer.TCDLDefaultTransformer
-
- TransformationCacheAccessor - Class in com.sdl.context.image.transformation.managers
-
Image Cache Accessor.
- TransformationCacheAccessor() - Constructor for class com.sdl.context.image.transformation.managers.TransformationCacheAccessor
-
- TransformationCacheAccessor(ImageTransformationContextFactory, Cache, Cache, int) - Constructor for class com.sdl.context.image.transformation.managers.TransformationCacheAccessor
-
Deprecated.
- TransformationCacheAdministrator - Interface in com.sdl.context.image.api.admin
-
Transformation cache administrator interface.
- TransformationException - Exception in com.sdl.context.image.api.exception
-
An exception which records the details of a transformation exception.
- TransformationException(String) - Constructor for exception com.sdl.context.image.api.exception.TransformationException
-
- TransformationException(String, Throwable) - Constructor for exception com.sdl.context.image.api.exception.TransformationException
-
- TransformationProcessor<R extends TransformedResponse> - Interface in com.sdl.context.image.transformation.processors
-
A processor which creates a Transformed Response from URI request fragments.
- TransformationUriAcquirer - Class in com.sdl.context.image.transformation.managers
-
Class which provides access to the undecoded transformation Uri (so that we can pass it to a transformation
manager).
- TransformationUriAcquirer() - Constructor for class com.sdl.context.image.transformation.managers.TransformationUriAcquirer
-
- transformBinaryLink(TCDLTag, TransformContext) - Method in class com.tridion.transformer.ASPDotNETTransformer
-
Transform the Link element tag into the target output language for a Binary Link.
- TransformContext - Class in com.tridion.tcdl
-
A TransformContext is available during the processing of a TCDL file.
- TransformContext(String, String, Map, Map<String, String>) - Constructor for class com.tridion.tcdl.TransformContext
-
Creates a transform context using the given markers for inline code blocks and with the internal
properties set from the [configurationProperties].
- TransformContext(String, String) - Constructor for class com.tridion.tcdl.TransformContext
-
Creates a transform context using the given markers for inline code blocks.
- TransformContext - Class in com.tridion.transformer
-
The transformation context.
- TransformContext() - Constructor for class com.tridion.transformer.TransformContext
-
- TransformContextFactory - Class in com.tridion.tcdl
-
Creates TransformContext needed for Tag processing.
- TransformContextFactory() - Constructor for class com.tridion.tcdl.TransformContextFactory
-
- TransformedImage - Class in com.sdl.context.image
-
A transformed image.
- TransformedImage(BufferedImage, String) - Constructor for class com.sdl.context.image.TransformedImage
-
- TransformedImage(Image, String) - Constructor for class com.sdl.context.image.TransformedImage
-
Create a transformed image (of the desired format) from an Image.
- TransformedImageResponse - Class in com.sdl.context.image.transformation.response
-
Provides the details of an image which has been transformed.
- TransformedImageResponse(ClarifiedImage) - Constructor for class com.sdl.context.image.transformation.response.TransformedImageResponse
-
- TransformedImageResponse() - Constructor for class com.sdl.context.image.transformation.response.TransformedImageResponse
-
- TransformedResponse - Interface in com.sdl.context.image.transformation.response
-
Details the information that should be included in an HTTPResponse.
- Transformer - Interface in com.tridion.deployer
-
- Transformer - Interface in com.tridion.tcdl.transformer
-
Using a transformer files can be transformed in to a different file.
- Transformer - Interface in com.tridion.transformer
-
- TransformerBinaryStorage - Interface in com.tridion.tcdl.transformer
-
Interface to working with binary storage inside TCDL transformation.
- TransformerStorage - Class in com.tridion.deployer
-
Implementation of (@link TransformerBinaryStorage}.
- TransformerStorage(BinaryStorageBase) - Constructor for class com.tridion.deployer.TransformerStorage
-
- transformFooter(StringBuffer) - Method in class com.tridion.transformer.AbstractTransformer
-
Deprecated.
Generate the final output of a footer for a TransformContext.
- transformFooter(StringBuffer) - Method in class com.tridion.transformer.ASPDotNETTransformer
-
Generate the final output of a footer for a TransformContext.
- transformFooter(StringBuffer) - Method in interface com.tridion.transformer.Transformer
-
Deprecated.
Generate the final output of a footer for a TransformContext.
- transformHeader(StringBuffer) - Method in class com.tridion.transformer.AbstractTransformer
-
Deprecated.
Generate the final output of a Header for a TransformContext.
- transformHeader(StringBuffer) - Method in class com.tridion.transformer.ASPDotNETTransformer
-
Generate the final output of a Header for a TransformContext.
- transformHeader(StringBuffer) - Method in interface com.tridion.transformer.Transformer
-
Deprecated.
Generate the final output of a Header for a TransformContext.
- transformItem(String, File, String, TransformerBinaryStorage) - Method in class com.tridion.tcdl.transformer.TCDLLegacyTransformProcessor
-
Deprecated.
This method processes an item passed to it.
- transformItem(String, File, String, TransformerBinaryStorage) - Method in interface com.tridion.tcdl.transformer.TCDLProcessor
-
- transformItem(String, File, String, TransformerBinaryStorage) - Method in class com.tridion.tcdl.transformer.TCDLTransformProcessor
-
This method processes an item passed to it.
- transformItem(File, String, Function<File, byte[]>, BiConsumer<File, byte[]>) - Method in class com.tridion.transformer.TransformProcessor
-
This method processes an item passed to it.
- transformItem(File, Function<File, byte[]>, BiConsumer<File, byte[]>) - Method in class com.tridion.transformer.TransformProcessor
-
This method processes an item passed to it.
- transformProcessor - Variable in class com.tridion.deployer.Module
-
- TransformProcessor - Class in com.tridion.transformer
-
The TransformProcessor
class is the central class through which all transformations take place.
- TransformProcessor() - Constructor for class com.tridion.transformer.TransformProcessor
-
- TransformProcessor(String) - Constructor for class com.tridion.transformer.TransformProcessor
-
Constructs a transformation TransformProcessor class, generating a Transformer
instance, for use
by all of the classes in the com.tridion.transformer
package.
- transformStructureGroup(InputStream) - Method in class com.tridion.broker.taxonomies.StructureGroupCMTransformer
-
This transforms for a CM Taxonomy XML document.
- transformTag(TCDLTag, TransformContext) - Method in class com.tridion.transformer.AbstractTransformer
-
Deprecated.
This is the method which will transforms the attributes and contents of the tag into the configured target
output
language.
- transformTag(TCDLTag, TransformContext) - Method in class com.tridion.transformer.ASPDotNETTransformer
-
This is the method which will transforms the attributes and contents of the tag into the configured target
output
language.
- transformTag(TCDLTag, TransformContext) - Method in interface com.tridion.transformer.Transformer
-
Deprecated.
This is the method which will transforms the attributes and contents of the tag into the configured target output
language.
- transformTaxonomy(InputStream) - Method in class com.tridion.broker.taxonomies.TaxonomyCMTransformer
-
This transforms for a CM Taxonomy XML document.
- TransportPackage - Class in com.tridion.transport.transportpackage
-
A wrapper object for a transport package file on disk which contains instructions and items to deploy or undeploy.
- TransportPackage(File) - Constructor for class com.tridion.transport.transportpackage.TransportPackage
-
Creates a new instance from an existing transport package file.
- TransportPackage(File, BinaryStorageBase) - Constructor for class com.tridion.transport.transportpackage.TransportPackage
-
Creates a new instance from an existing transport package file.
- TransportPackage(File, TransactionHeader) - Constructor for class com.tridion.transport.transportpackage.TransportPackage
-
Creates a new TransportPackage
(object and File
) with the supplied
TransactionHeader
.
- TransportPackage(File, TransactionHeader, BinaryStorageBase) - Constructor for class com.tridion.transport.transportpackage.TransportPackage
-
Creates a new TransportPackage
(object and File
) with the supplied
TransactionHeader
.
- TransportPackage(File, TransactionHeader, String, String) - Constructor for class com.tridion.transport.transportpackage.TransportPackage
-
Creates a new TransportPackage
(object and File
) with the supplied
TransactionHeader
.
- TransportPackage(File, TransactionHeader, String, String, BinaryStorageBase) - Constructor for class com.tridion.transport.transportpackage.TransportPackage
-
Creates a new TransportPackage
(object and File
) with the supplied
TransactionHeader
.
- TransportPackage.FileLocation - Class in com.tridion.transport.transportpackage
-
Class for expressing file and directory pair (tuple).
- TridionCleanupStep - Class in com.sdl.delivery.deployer.steps
-
Web cleanup step.
- TridionCleanupStep() - Constructor for class com.sdl.delivery.deployer.steps.TridionCleanupStep
-
- TridionCommitStep - Class in com.sdl.delivery.deployer.steps
-
Web Commit Step.
- TridionCommitStep() - Constructor for class com.sdl.delivery.deployer.steps.TridionCommitStep
-
- TridionConceptSchemeSyncStep - Class in com.sdl.delivery.deployer.steps
-
Tridion pipeline deployer step to process PoolParty concept scheme sync with retry.
- TridionConceptSchemeSyncStep() - Constructor for class com.sdl.delivery.deployer.steps.TridionConceptSchemeSyncStep
-
- TridionContentDataException - Exception in com.sdl.delivery.deployer.steps
-
TridionContentDataException.
- TridionContentDataException(String) - Constructor for exception com.sdl.delivery.deployer.steps.TridionContentDataException
-
- TridionContentDataException(String, Throwable) - Constructor for exception com.sdl.delivery.deployer.steps.TridionContentDataException
-
- TridionContentDataStep - Class in com.sdl.delivery.deployer.steps
-
Web-specific TridionContentDataStep.
- TridionContentDataStep() - Constructor for class com.sdl.delivery.deployer.steps.TridionContentDataStep
-
- TridionDeployerExtensionActivator - Class in com.sdl.delivery.deployer.steps.extension
-
Deployer extension activator mechanism with support for legacy modules.
- TridionDeployerExtensionActivator() - Constructor for class com.sdl.delivery.deployer.steps.extension.TridionDeployerExtensionActivator
-
- TridionDeployerStepAdapter - Class in com.sdl.delivery.deployer.steps
-
Adapter is used for Web modules.
- TridionDeployerStepAdapter(TransactionStorageInitializer, BinaryStorage) - Constructor for class com.sdl.delivery.deployer.steps.TridionDeployerStepAdapter
-
- TridionExecutableStepFactory - Class in com.sdl.delivery.deployer.steps
-
- TridionExecutableStepFactory() - Constructor for class com.sdl.delivery.deployer.steps.TridionExecutableStepFactory
-
- TridionPreCommitStep - Class in com.sdl.delivery.deployer.steps
-
Web-specific PreCommitStep.
- TridionPreCommitStep() - Constructor for class com.sdl.delivery.deployer.steps.TridionPreCommitStep
-
- TridionReflectionException - Exception in com.tridion.util
-
TridionReflectionException.
- TridionReflectionException(String) - Constructor for exception com.tridion.util.TridionReflectionException
-
Constructs a new TridionReflectionException
with the passed detail message
and null
as its embedded Throwable
.
- TridionReflectionException(Throwable) - Constructor for exception com.tridion.util.TridionReflectionException
-
Constructs a new TridionReflectionException
with the specified embedded Throwable
and
null
as its detail message.
- TridionReflectionException(String, Throwable) - Constructor for exception com.tridion.util.TridionReflectionException
-
Constructs a new TridionReflectionException
with the specified detail message and an embedded
Throwable
.
- TridionRollbackStep - Class in com.sdl.delivery.deployer.steps
-
Web-specific RollbackStep.
- TridionRollbackStep() - Constructor for class com.sdl.delivery.deployer.steps.TridionRollbackStep
-
- TridionSearchIndexDeployStep - Class in com.sdl.delivery.deployer.steps
-
- TridionSearchIndexDeployStep() - Constructor for class com.sdl.delivery.deployer.steps.TridionSearchIndexDeployStep
-
- TridionSearchIndexStep - Class in com.sdl.delivery.deployer.steps
-
Common class for Sites-search index steps (deploy, un-deploy).
- TridionSearchIndexStep() - Constructor for class com.sdl.delivery.deployer.steps.TridionSearchIndexStep
-
- TridionSearchIndexUnDeployStep - Class in com.sdl.delivery.deployer.steps
-
- TridionSearchIndexUnDeployStep() - Constructor for class com.sdl.delivery.deployer.steps.TridionSearchIndexUnDeployStep
-
- TridionStepConfiguration - Class in com.sdl.delivery.spring.configuration
-
Spring configurations specific to Web Steps.
- TridionStepConfiguration() - Constructor for class com.sdl.delivery.spring.configuration.TridionStepConfiguration
-
- TridionStepUtil - Class in com.sdl.delivery.deployer.steps.util
-
TridionStepUtil.
- TridionTransactionalExecutableStep - Class in com.sdl.delivery.deployer.steps
-
Web-specific TransactionalExecutableStep.
- TridionTransactionalExecutableStep() - Constructor for class com.sdl.delivery.deployer.steps.TridionTransactionalExecutableStep
-
- TridionUnzipStep - Class in com.sdl.delivery.deployer.steps
-
Web-specific UnzipStep.
- TridionUnzipStep() - Constructor for class com.sdl.delivery.deployer.steps.TridionUnzipStep
-
- TridionWaitStep - Class in com.sdl.delivery.deployer.steps
-
This step is responsible to read the package location from the state store and move the package to a wait location.
- TridionWaitStep() - Constructor for class com.sdl.delivery.deployer.steps.TridionWaitStep
-
- trimIfNotNull(String) - Static method in class com.tridion.util.StringUtils
-
- TrimRuleDigestor - Class in com.sdl.context.image.transformation.digestors
-
Trim rule digestor.
- TrimRuleDigestor() - Constructor for class com.sdl.context.image.transformation.digestors.TrimRuleDigestor
-
- TRUE - Static variable in class com.sdl.delivery.deployer.api.state.StateXMLConstants
-
Identifier for boolean true value.
- TruncatingCustomMetaProcessor - Class in com.tridion.broker.meta.custom
-
TruncatingCustomMetaProcessor.
- TruncatingCustomMetaProcessor() - Constructor for class com.tridion.broker.meta.custom.TruncatingCustomMetaProcessor
-
- TWO_POWER_16 - Static variable in class com.sdl.context.common.CommonsConstants.Universal
-
Two to the power of 16.
- TWO_POWER_5 - Static variable in class com.sdl.context.common.CommonsConstants.Universal
-
Two to the power of 5, i.e.
- TWO_POWER_6 - Static variable in class com.sdl.context.common.CommonsConstants.Universal
-
Two to the power of 6, e.g.
- TYPE - Static variable in class com.sdl.delivery.iq.client.common.ClientConstants.Configuration.Fields
-
Type.
- TYPE_BOOLEAN - Static variable in class com.tridion.util.xml.SchemaTypes
-
Boolean.
- TYPE_DATE_TIME - Static variable in class com.tridion.util.xml.SchemaTypes
-
DateTime.
- TYPE_DECIMAL - Static variable in class com.tridion.util.xml.SchemaTypes
-
Decimal.
- TYPE_FLOAT - Static variable in class com.tridion.util.xml.SchemaTypes
-
Float.
- TYPE_INTEGER - Static variable in class com.tridion.util.xml.SchemaTypes
-
Integer.
- TYPE_MAPPING - Static variable in class com.tridion.TCDItemTypes
-
Conversion table to convert Item type IDs into a human readable string and vice versa.
- TYPE_SHORT - Static variable in class com.tridion.util.xml.SchemaTypes
-
Short.
- TYPE_TO_STRING - Static variable in class com.tridion.util.TCDURI
-
- TYPE_URI_REFERENCE - Static variable in class com.tridion.util.xml.SchemaTypes
-
URI Reference.
- TYPE_XHTML - Static variable in class com.tridion.util.xml.SchemaTypes
-
XHTML.
- TypeHandler<T> - Interface in com.tridion.deployer
-
- TypeHandlerFactory - Interface in com.tridion.deployer
-
This is the TypeHandler factory interface, implementations are responsible for creating
TypeHandler for the given ItemURI.