Class PublishingSpaceConfiguration
java.lang.Object
com.comalatech.confluence.publishing.api.model.PublishingSpaceConfiguration
Represents the different settings that can be defined for space publishing
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanCopy all Blog Posts, ignoring sync-labelbooleanCopy blog postsbooleanCopy labelsbooleanCopy page restrictionsbooleanCopy pagesbooleanCopy PropertiesbooleanCopy Scaffold DatabooleanCopy Version Update CommentsbooleanCopy Comala Document Management final state versionbooleanDelete pages added in target spacebooleanDisplay Publishing Status LozengebooleanShow Draft WatermarkbooleanIgnore ManifestbooleanIgnore sync-label for SynchronizationbooleanIgnore top-level pagesbooleanCascade mode for sync-label synchonizationbooleanOnly sync pages without the sync-labelbooleanOverride content (do not keep page history)booleanDelete sync-label on Source after SynchronizationbooleanReplace labels exactlybooleanReplace modification date with publishing datebooleanAllow Single Page Publishing -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
copyPagesOpt
public boolean copyPagesOptCopy pages -
ignoreTopLevelOpt
public boolean ignoreTopLevelOptIgnore top-level pages -
copyLabelsOpt
public boolean copyLabelsOptCopy labels -
replaceLabelsExactlyOpt
public boolean replaceLabelsExactlyOptReplace labels exactly -
copyBlogPostsOpt
public boolean copyBlogPostsOptCopy blog posts -
deleteTargetPagesOpt
public boolean deleteTargetPagesOptDelete pages added in target space -
overrideContentOpt
public boolean overrideContentOptOverride content (do not keep page history) -
replaceModDateWithPubDateOption
public boolean replaceModDateWithPubDateOptionReplace modification date with publishing date -
copyPropertiesOpt
public boolean copyPropertiesOptCopy Properties -
ignoreSyncLabelOpt
public boolean ignoreSyncLabelOptIgnore sync-label for Synchronization -
includeChildPagesOpt
public boolean includeChildPagesOptCascade mode for sync-label synchonization -
copyBlogIgnoreSyncLabelOpt
public boolean copyBlogIgnoreSyncLabelOptCopy all Blog Posts, ignoring sync-label -
removeSourceSyncLabelOpt
public boolean removeSourceSyncLabelOptDelete sync-label on Source after Synchronization -
onlySyncPagesWithNoSyncLabelOpt
public boolean onlySyncPagesWithNoSyncLabelOptOnly sync pages without the sync-label -
ignoreManifestOpt
public boolean ignoreManifestOptIgnore Manifest -
copyScaffoldDataOpt
public boolean copyScaffoldDataOptCopy Scaffold Data -
copyVersionUpdateCommentsOpt
public boolean copyVersionUpdateCommentsOptCopy Version Update Comments -
copyWorkflowsFinalStateVersionOpt
public boolean copyWorkflowsFinalStateVersionOptCopy Comala Document Management final state version -
draftWatermarkOpt
public boolean draftWatermarkOptShow Draft Watermark -
displayStatusLozengeOpt
public boolean displayStatusLozengeOptDisplay Publishing Status Lozenge -
copyPageRestrictionsOpt
public boolean copyPageRestrictionsOptCopy page restrictions -
singlePagePublishingOpt
public boolean singlePagePublishingOptAllow Single Page Publishing
-
-
Constructor Details
-
PublishingSpaceConfiguration
public PublishingSpaceConfiguration()
-