Interface IBranchDocumentConfiguration
public interface IBranchDocumentConfiguration
A branch configuration for a Document.
- Since:
- 3.23.10
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Specifies that workflow status and signatures should be copied to the branched document.boolean
query()
Only Work Items matching the given query will be included in the branched Document.boolean
Specifies that title heading should be updated to match thetargetTitle()
.
-
Method Details
-
sourceDocument
-
targetProject
-
targetSpace
-
targetName
-
targetTitle
-
updateTitleHeading
boolean updateTitleHeading()Specifies that title heading should be updated to match thetargetTitle()
. By default the title heading is updated. -
query
Only Work Items matching the given query will be included in the branched Document. By default all Work Items are selected. -
copyWorkflowStatusAndSignatures
boolean copyWorkflowStatusAndSignatures()Specifies that workflow status and signatures should be copied to the branched document. -
overwriteWorkItems
boolean overwriteWorkItems()- Returns:
- true if all Work Items in a branched document should be overwritten. Relative links are kept by default
-
initializedFields
- Returns:
- list of fields to be cleared and initialized with default values.
-