Interface ExportImportServiceConfiguration
@ProviderType
public interface ExportImportServiceConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
String[]
boolean
-
Method Details
-
includeAllAssetLinks
boolean includeAllAssetLinks() -
includeThumbnailsAndPreviewsDuringStaging
boolean includeThumbnailsAndPreviewsDuringStaging() -
replicateIndividualDeletionsByDefault
boolean replicateIndividualDeletionsByDefault() -
publishPermissionsByDefault
boolean publishPermissionsByDefault() -
validateFileEntryReferences
boolean validateFileEntryReferences() -
validateJournalFeedReferences
boolean validateJournalFeedReferences() -
validateLayoutReferences
boolean validateLayoutReferences() -
validateLayoutReferencesWhitelistedURLPatterns
String[] validateLayoutReferencesWhitelistedURLPatterns() -
validateMissingReferences
boolean validateMissingReferences() -
showAdvancedStagingConfigurationByDefault
boolean showAdvancedStagingConfigurationByDefault()
-