Class ProjektCopyUtil

    • Method Detail

      • doCopy

        public Projekt doCopy​(Projekt targetProjekt,
                              String curBenutzer,
                              long sourceProjektId,
                              long formVersionId,
                              long workflowVersionId,
                              boolean disableAllActions)
                       throws Exception
        Kopiert ein Projekt
        Parameters:
        targetProjekt - the target to copy the project to
        curBenutzer - the current BenutzerGruppe
        sourceProjektId - the if of the source project
        formVersionId - The ID of the FormVersion to copy.
        workflowVersionId - The ID of the WorkflowVersion to copy
        disableAllActions - Flag, das festlegt, ob alle Aktionen im kopierten Objekt deaktiviert werden sollen
        Returns:
        the persisted project
        Throws:
        Exception - When the project could not be copied, for any reason.
      • withCreateEmptyNewWorkflow

        public ProjektCopyUtil withCreateEmptyNewWorkflow​(boolean createEmptyNewWorkflow)
        Parameters:
        createEmptyNewWorkflow - When true, does not copy the workflow, but creates an empty new workflow configuration.
        Returns:
        This utility instance for chaining method calls.