Class DeserializationConfig

    • Constructor Detail

      • DeserializationConfig

        public DeserializationConfig()
    • 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
      • 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)