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
Modifier and TypeFieldDescriptionboolean
Copy all Blog Posts, ignoring sync-labelboolean
Copy blog postsboolean
Copy labelsboolean
Copy page restrictionsboolean
Copy pagesboolean
Copy Propertiesboolean
Copy Scaffold Databoolean
Copy Version Update Commentsboolean
Copy Comala Document Management final state versionboolean
Delete pages added in target spaceboolean
Display Publishing Status Lozengeboolean
Show Draft Watermarkboolean
Ignore Manifestboolean
Ignore sync-label for Synchronizationboolean
Ignore top-level pagesboolean
Cascade mode for sync-label synchonizationboolean
Only sync pages without the sync-labelboolean
Override content (do not keep page history)boolean
Delete sync-label on Source after Synchronizationboolean
Replace labels exactlyboolean
Replace modification date with publishing dateboolean
Allow Single Page Publishing -
Constructor Summary
-
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()
-