Class PublishingSpaceConfiguration
- java.lang.Object
-
- com.comalatech.confluence.publishing.api.model.PublishingSpaceConfiguration
-
public class PublishingSpaceConfiguration extends Object
Represents the different settings that can be defined for space publishing
-
-
Field Summary
Fields Modifier and Type Field Description booleancopyBlogIgnoreSyncLabelOptCopy all Blog Posts, ignoring sync-labelbooleancopyBlogPostsOptCopy blog postsbooleancopyLabelsOptCopy labelsbooleancopyPageRestrictionsOptCopy page restrictionsbooleancopyPagesOptCopy pagesbooleancopyPropertiesOptCopy PropertiesbooleancopyScaffoldDataOptCopy Scaffold DatabooleancopyVersionUpdateCommentsOptCopy Version Update CommentsbooleancopyWorkflowsFinalStateVersionOptCopy Comala Document Management final state versionbooleandeleteTargetPagesOptDelete pages added in target spacebooleandisplayStatusLozengeOptDisplay Publishing Status LozengebooleandraftWatermarkOptShow Draft WatermarkbooleanignoreManifestOptIgnore ManifestbooleanignoreSyncLabelOptIgnore sync-label for SynchronizationbooleanignoreTopLevelOptIgnore top-level pagesbooleanincludeChildPagesOptCascade mode for sync-label synchonizationbooleanonlySyncPagesWithNoSyncLabelOptOnly sync pages without the sync-labelbooleanoverrideContentOptOverride content (do not keep page history)booleanremoveSourceSyncLabelOptDelete sync-label on Source after SynchronizationbooleanreplaceLabelsExactlyOptReplace labels exactlybooleanreplaceModDateWithPubDateOptionReplace modification date with publishing datebooleansinglePagePublishingOptAllow Single Page Publishing
-
Constructor Summary
Constructors Constructor Description PublishingSpaceConfiguration()
-
-
-
Field Detail
-
copyPagesOpt
public boolean copyPagesOpt
Copy pages
-
ignoreTopLevelOpt
public boolean ignoreTopLevelOpt
Ignore top-level pages
-
copyLabelsOpt
public boolean copyLabelsOpt
Copy labels
-
replaceLabelsExactlyOpt
public boolean replaceLabelsExactlyOpt
Replace labels exactly
-
copyBlogPostsOpt
public boolean copyBlogPostsOpt
Copy blog posts
-
deleteTargetPagesOpt
public boolean deleteTargetPagesOpt
Delete pages added in target space
-
overrideContentOpt
public boolean overrideContentOpt
Override content (do not keep page history)
-
replaceModDateWithPubDateOption
public boolean replaceModDateWithPubDateOption
Replace modification date with publishing date
-
copyPropertiesOpt
public boolean copyPropertiesOpt
Copy Properties
-
ignoreSyncLabelOpt
public boolean ignoreSyncLabelOpt
Ignore sync-label for Synchronization
-
includeChildPagesOpt
public boolean includeChildPagesOpt
Cascade mode for sync-label synchonization
-
copyBlogIgnoreSyncLabelOpt
public boolean copyBlogIgnoreSyncLabelOpt
Copy all Blog Posts, ignoring sync-label
-
removeSourceSyncLabelOpt
public boolean removeSourceSyncLabelOpt
Delete sync-label on Source after Synchronization
-
onlySyncPagesWithNoSyncLabelOpt
public boolean onlySyncPagesWithNoSyncLabelOpt
Only sync pages without the sync-label
-
ignoreManifestOpt
public boolean ignoreManifestOpt
Ignore Manifest
-
copyScaffoldDataOpt
public boolean copyScaffoldDataOpt
Copy Scaffold Data
-
copyVersionUpdateCommentsOpt
public boolean copyVersionUpdateCommentsOpt
Copy Version Update Comments
-
copyWorkflowsFinalStateVersionOpt
public boolean copyWorkflowsFinalStateVersionOpt
Copy Comala Document Management final state version
-
draftWatermarkOpt
public boolean draftWatermarkOpt
Show Draft Watermark
-
displayStatusLozengeOpt
public boolean displayStatusLozengeOpt
Display Publishing Status Lozenge
-
copyPageRestrictionsOpt
public boolean copyPageRestrictionsOpt
Copy page restrictions
-
singlePagePublishingOpt
public boolean singlePagePublishingOpt
Allow Single Page Publishing
-
-