Package | Description |
---|---|
com.sdl.delivery.deployer.steps | |
com.tridion.deployer | |
com.tridion.util |
Constructor and Description |
---|
ReferenceProcessorWorker(com.tridion.deployer.model.transaction.TransactionLogItemWorker.DeployMode mode,
String transactionId,
Collection<TCDURI> references,
TCDURI target) |
Constructor and Description |
---|
ReferenceProcessorWorker(com.tridion.deployer.model.transaction.TransactionLogItemWorker.DeployMode mode,
String transactionId,
Collection<TCDURI> references,
TCDURI target) |
Modifier and Type | Method and Description |
---|---|
TypeHandler<TCDURI> |
TypeHandlerFactory.getHandler(TCDURI uri)
This creates a TypeHandler for a given itemURI.
|
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. |
TypeHandler<TCDURI> |
TypeHandlerFactory.getHandler(TCDURI uri)
This creates a TypeHandler for a given itemURI.
|
static void |
DeploymentHandler.undeploy(TCDURI itemURI)
Undeploys an item represented by a
TCDURI and also removes any references. |
Modifier and Type | Method and Description |
---|---|
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,
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.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. |
Modifier and Type | Field and Description |
---|---|
static TCDURI |
TCDURI.NULL_URI
Null URI.
|
Modifier and Type | Method and Description |
---|---|
static TCDURI |
URIUtils.createTCDURI(String fileSafeName)
Creates a
TCDURI from a file safe name by replacing special file safe characters with the
"original" separators. |
Modifier and Type | Method and Description |
---|---|
static String |
URIUtils.createFileSafeName(TCDURI tcdURI)
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. |
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries