lumis.portal.serialization
Class DeserializationConfig
java.lang.Object
lumis.portal.serialization.BaseSerializationConfig
lumis.portal.serialization.DeserializationConfig
@StableMinor(version="6.2",
sinceVersion="4.0")
public class DeserializationConfig
- extends BaseSerializationConfig
- Since:
- 4.0.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeserializationConfig
public DeserializationConfig()
getTemplateLinksList
public List<ChannelTemplateLinkConfig> getTemplateLinksList()
- Returns the links of channel template for the structure being imported.
- Returns:
- the links of channel template.
- Since:
- 4.2.1
setTemplateLinksList
public void setTemplateLinksList(List<ChannelTemplateLinkConfig> templateLinksList)
- Sets the links of channel template for the structure being imported.
- Parameters:
templateLinksList
- the links of channel template.- Since:
- 4.2.1
getIdMapping
public String getIdMapping(String originalId)
- Returns:
- Returns the idMappings.
setIdMapping
public void setIdMapping(String originalId,
String newId)
containsIdMapping
public boolean containsIdMapping(String originalId)
- Returns:
- Returns the idMappings.
getCreateNewIds
public boolean getCreateNewIds()
- Returns:
- Returns the createNewIds.
setCreateNewIds
public void setCreateNewIds(boolean createNewIds)
- Parameters:
createNewIds
- The createNewIds to set.
isUpdateIfElementExists
public boolean isUpdateIfElementExists()
setUpdateIfElementExists
public void setUpdateIfElementExists(boolean updateIfElementExists)
Lumisportal 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.