Interface IDerivedModuleUpdater


public interface IDerivedModuleUpdater
The builder helps the class prepare all options for updating the Derived Document action. Call build() at the end.
Since:
3.21.2
  • Method Details

    • toRevision

      @NotNull IDerivedModuleUpdater toRevision(@Nullable String revision)
      Parameters:
      revision - Head revision if null
    • withConvertedCopiedCustomFields

      @NotNull IDerivedModuleUpdater withConvertedCopiedCustomFields(@Nullable Set<String> convertedCopiedCustomFields)
      Parameters:
      convertedCopiedCustomFields - Custom fields which were converted, rather than exact copies (output); since 3.5.1 this also includes incompatible custom fields
    • withAutoSuspect

      @NotNull IDerivedModuleUpdater withAutoSuspect(boolean autosuspect)
      Parameters:
      autosuspect - When set, then links incoming to Work Items modified by the update operation are marked as suspect.
    • withRemoveOutgoing

      @NotNull IDerivedModuleUpdater withRemoveOutgoing(boolean removeOutgoing)
      Parameters:
      removeOutgoing - Remove outgoing Work Item links
    • update

      void update()
      Creates this builder