Modifier and Type | Method and Description |
---|---|
protected void |
ReferenceProcessorWorker.doDeploy() |
Modifier and Type | Class and Description |
---|---|
class |
DuplicateKeyException
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). |
class |
EntityNotFoundException
EntityNotFoundException is used to indicate that an error condition occurred while communicating with
some form of storage medium because the specified entity does not exist. |
Modifier and Type | Method and Description |
---|---|
Source |
URIResolver.resolveTCMURI(CMURI uri) |
Modifier and Type | Method and Description |
---|---|
static String |
MetaUtils.readURIFromFile(String fullPathName)
Attempts to open a file, read the contents, and return the contents as a String,
which is either a TCMURI or a TCDURI.
|
Modifier and Type | Method and Description |
---|---|
Document |
TruncatingCustomMetaProcessor.process(Document customMeta) |
Document |
TaxonomyMetaDataProcessor.process(Document customMeta) |
Document |
PrefixingCustomMetaProcessor.process(Document customMeta) |
Document |
FlatteningCustomMetaProcessor.process(Document customMeta) |
Document |
FlatteningCustomMetaEmbeddedFieldsProcessor.process(Document customMeta) |
Document |
CustomMetaProcessor.process(Document customMeta) |
protected Document |
XSLTCustomMetaProcessor.process(Document customMeta,
String xsltProcessor)
Processes the Custom Metadata supplied as a DOM Document with the supplied XSLT.
|
Modifier and Type | Method and Description |
---|---|
com.tridion.meta.Item[] |
Query.executeEntityQuery()
Execute the Broker query.
|
String[] |
Query.executeQuery()
Execute the Broker query.
|
protected QueryResult |
Query.getQueryResult(String... properties)
Executes the actual query.
|
Modifier and Type | Method and Description |
---|---|
QueryResult |
QueryService.executeQuery(QueryConstructor queryConstructor,
ResultFilter resultFilter)
This executes the actual broker query based on the constructed query and resultFilter.
|
QueryResult |
JPAQueryService.executeQuery(QueryConstructor queryConstructor,
ResultFilter resultFilter) |
QueryResult |
CachingQueryService.executeQuery(QueryConstructor queryConstructor,
ResultFilter resultFilter) |
QueryResult |
QueryService.executeQuery(String selectField,
Criteria criteria,
Sorting sorting,
ResultFilter resultFilter)
This executes the actual broker query based on the given criteria, sorting and filter.
|
QueryResult |
JPAQueryService.executeQuery(String selectField,
Criteria criteria,
Sorting sorting,
ResultFilter resultFilter) |
QueryResult |
CachingQueryService.executeQuery(String selectField,
Criteria criteria,
Sorting sorting,
ResultFilter resultFilter) |
QueryConstructor |
QueryService.generateQuery(String selectField,
Criteria criteria,
Sorting sorting)
This generates the main broker query needed to execute the JPQL query.
|
QueryConstructor |
JPAQueryService.generateQuery(String selectField,
Criteria criteria,
Sorting sorting) |
QueryConstructor |
CachingQueryService.generateQuery(String selectField,
Criteria criteria,
Sorting sorting) |
Constructor and Description |
---|
JPAQueryService() |
Modifier and Type | Method and Description |
---|---|
ComponentPresentation[] |
ComponentPresentationFactory.getTaxonomyComponentPresentations(Keyword[] taxonomyKeywords,
String templateURI,
boolean includeBranchedKeywords)
This retrieves all ComponentPresentations for the specified taxonomy keyword, either directly linked to the
keyword
or a branch/child of the specified keyword.
|
ComponentPresentation[] |
ComponentPresentationFactory.getTaxonomyComponentPresentations(Keyword taxonomyKeyword,
String templateURI,
boolean includeBranchedKeywords)
This retrieves all ComponentPresentations for the specified taxonomy keyword, either directly linked to the
keyword
or a branch/child of the specified keyword.
|
Modifier and Type | Method and Description |
---|---|
static void |
DeploymentHandler.deploy(TCDURI itemURI,
Object item,
File file,
Function<File,byte[]> contentReader,
BiConsumer<File,byte[]> contentWriter)
Deploys an item represented by a
TCDURI and also updates any references. |
static void |
DeploymentHandler.deploy(TCDURI itemURI,
Object item,
File file,
Set<TCDURI> references,
Function<File,byte[]> contentReader,
BiConsumer<File,byte[]> contentWriter)
Deploys an item represented by a
TCDURI and also updates any references. |
static void |
DeploymentHandler.deploy(TCDURI itemURI,
Object item,
Function<File,byte[]> contentReader,
BiConsumer<File,byte[]> contentWriter)
Deploys an item represented by a
TCDURI and also updates any references. |
static void |
DeploymentHandler.deploy(TCDURI itemURI,
Object item,
Set<TCDURI> references,
Function<File,byte[]> contentReader,
BiConsumer<File,byte[]> contentWriter)
Deploys an item represented by a
TCDURI and also updates any references. |
void |
TypeHandler.deploy(T itemURI,
Object item,
File file,
Function<File,byte[]> contentReader,
BiConsumer<File,byte[]> contentWriter)
The deploy-method is called by the DeploymentHandler for the deployment
of an item, for instance a Page or a Component.
|
static void |
DeploymentHandler.deployExternalSchema(String externalId,
com.tridion.transport.transportpackage.SchemaKey item,
Set<TCDURI> references,
File file,
Function<File,byte[]> contentReader,
BiConsumer<File,byte[]> contentWriter)
Deploys an item represented by a
TCDURI and also updates any references. |
void |
TypeHandler.undeploy(int publicationId,
T itemURI)
The deploy-method is called by the DeploymentHandler for the deployment
of an item, for instance a Page or a Component.
|
void |
TypeHandler.undeploy(T itemURI)
The deploy-method is called by the DeploymentHandler for the deployment
of an item, for instance a Page or a Component.
|
static void |
DeploymentHandler.undeploy(TCDURI itemURI)
Undeploys an item represented by a
TCDURI and also removes any references. |
static void |
DeploymentHandler.undeployExternal(int publicationId,
Long itemType,
String sourceId)
Undeploys an item represented by a
TCDURI and also removes any references. |
Modifier and Type | Method and Description |
---|---|
String[] |
TaxonomyRelationManager.getTaxonomyContent(Keyword[] taxonomyKeywords,
boolean includeBranches)
This retrieves all the content in a Taxonomy related context.
|
String[] |
TaxonomyRelationManager.getTaxonomyContent(Keyword[] taxonomyKeywords,
boolean includeBranches,
Criteria additionalCriteria)
This retrieves all the content in a Taxonomy related context.
|
String[] |
TaxonomyRelationManager.getTaxonomyContent(Keyword taxonomyKeyword,
boolean includeBranches)
This retrieves all the content in a Taxonomy related context.
|
String[] |
TaxonomyRelationManager.getTaxonomyContent(Keyword taxonomyKeyword,
boolean includeBranches,
Criteria additionalCriteria)
This retrieves all the content in a Taxonomy related context.
|
Modifier and Type | Method and Description |
---|---|
Transformer |
XSLTProcessor.getTransformer(int publicationId,
int componentTemplateId)
Creates a
Transformer from a Dynamic Template. |
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries