Package lumis.portal.serialization
Class DeserializationConfig
- java.lang.Object
-
- lumis.portal.serialization.BaseSerializationConfig
-
- lumis.portal.serialization.DeserializationConfig
-
@StableMinor(version="14.1", sinceVersion="4.0") public class DeserializationConfig extends BaseSerializationConfig
- Since:
- 4.0.0
- Version:
- $Revision: 24683 $ $Date: 2021-08-23 18:55:58 -0300 (Mon, 23 Aug 2021) $
-
-
Constructor Summary
Constructors Constructor Description DeserializationConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class lumis.portal.serialization.BaseSerializationConfig
getRootChannelId, setRootChannelId
-
-
-
-
Method Detail
-
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
-
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)
-
-