Class VerarbeitungCopyToPostfach

    • Constructor Detail

      • VerarbeitungCopyToPostfach

        public VerarbeitungCopyToPostfach()
    • Method Detail

      • setPostfachId

        public void setPostfachId​(long postfachId)
      • setStatusBeibehalten

        public void setStatusBeibehalten​(boolean statusBeibehalten)
      • isStatusBeibehalten

        public boolean isStatusBeibehalten()
      • exec

        protected IProcessingResult exec​(IWorkflowProcessingContext wfpc,
                                         Aktion aktion)
                                  throws Exception
        Hinweis: Für die erstellte Vorgangskopie werden nach DIESER Aktion KEINE weiteren Aktionen ausgeführt, ihr Status ist abhängig vom 'statusBeibehalten'-Schalter (true: alter Status des Originalvorganges; false: Zielstatus des Originalvorganges).
        Specified by:
        exec in class AVerarbeitung
        Parameters:
        wfpc - The current workflow processing context that should be used to execute this action.
        aktion - The action entity corresponding to the action to be executed.
        Throws:
        Exception - When this action could not be executed and the error could not be handled by this action.
      • getAnonymize

        public Boolean getAnonymize()
      • setAnonymize

        public void setAnonymize​(Boolean anonymize)