@StableMinor(version="12.3", sinceVersion="4.0") public class DeserializationConfig extends BaseSerializationConfig
Constructor and Description |
---|
DeserializationConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsIdMapping(String originalId) |
boolean |
getCreateNewIds() |
String |
getIdMapping(String originalId) |
List<ChannelTemplateLinkConfig> |
getTemplateLinksList()
Returns the links of channel template for the structure being imported.
|
boolean |
isUpdateIfElementExists() |
void |
setCreateNewIds(boolean createNewIds) |
void |
setIdMapping(String originalId,
String newId) |
void |
setTemplateLinksList(List<ChannelTemplateLinkConfig> templateLinksList)
Sets the links of channel template for the structure being imported.
|
void |
setUpdateIfElementExists(boolean updateIfElementExists) |
getRootChannelId, setRootChannelId
public List<ChannelTemplateLinkConfig> getTemplateLinksList()
public void setTemplateLinksList(List<ChannelTemplateLinkConfig> templateLinksList)
templateLinksList
- the links of channel template.public boolean containsIdMapping(String originalId)
public boolean getCreateNewIds()
public void setCreateNewIds(boolean createNewIds)
createNewIds
- The createNewIds to set.public boolean isUpdateIfElementExists()
public void setUpdateIfElementExists(boolean updateIfElementExists)
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.