Uses of Interface
de.xima.fc.interfaces.processing.IProcessingResult
-
-
Uses of IProcessingResult in de.xima.fc.bl.fdv
Methods in de.xima.fc.bl.fdv that return IProcessingResult Modifier and Type Method Description IProcessingResultWorkflowProcessingContext. instanceFor(long aktionsId)Deprecated.spezifisches Aktionsergebnisobjekt anhand des Keys ermittelnIProcessingResultWorkflowProcessingContext. valueFor(long aktionsId)Deprecated.Methods in de.xima.fc.bl.fdv that return types with arguments of type IProcessingResult Modifier and Type Method Description HashMap<Long,IProcessingResult>WorkflowProcessingContext. getAktionsErgebnisse()Deprecated.Methods in de.xima.fc.bl.fdv with parameters of type IProcessingResult Modifier and Type Method Description voidWorkflowProcessingContext. addProcessingResult(long aktionsId, IProcessingResult value)Deprecated.neues Aktionsergebnisobjekt hinzuzufügenvoidWorkflowProcessingContext. addProcessingResult(Integer aktionsId, IProcessingResult value)Deprecated.neues Aktionsergebnisobjekt hinzuzufügenMethod parameters in de.xima.fc.bl.fdv with type arguments of type IProcessingResult Modifier and Type Method Description voidWorkflowProcessingContext. setAktionsErgebnisse(HashMap<Long,IProcessingResult> aktionsErgebnisse)Deprecated. -
Uses of IProcessingResult in de.xima.fc.bl.fdv.processing
Methods in de.xima.fc.bl.fdv.processing that return IProcessingResult Modifier and Type Method Description protected abstract IProcessingResultAVerarbeitung. exec(IWorkflowProcessingContext workflowProcessingContext, Aktion aktion)Deprecated.This is the method that should implement the business logic required by this action.protected IProcessingResultVerarbeitungCallback. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.protected IProcessingResultVerarbeitungChangeStatus. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.IProcessingResultVerarbeitungCompressAsZip. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.Erstellt ein Zip-Archiv anhand einer Liste von Dateien.protected IProcessingResultVerarbeitungCopyToPostfach. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.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).protected IProcessingResultVerarbeitungCopyToStatus. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.Erstellt eine Kopie des aktuellen (übergebenen) Vorgangs und setzt den gewählten Status.IProcessingResultVerarbeitungDbSQLQuery. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.protected IProcessingResultVerarbeitungDeleteVorgang. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.protected IProcessingResultVerarbeitungEmail. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.This is the method that should implement the business logic required by this action.protected IProcessingResultVerarbeitungExport. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.Stellt die Formulardaten als XML-Datei im (temporären) Verzeichnis des dazugehörigen Verarbeitungskontextes bereit.protected IProcessingResultVerarbeitungExportPersistence. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.Stellt die Formulardaten als Persistence-Datei bereit.protected IProcessingResultVerarbeitungExterneRessource. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.protected IProcessingResultVerarbeitungInbox. exec(IWorkflowProcessingContext wfpc, Aktion action)Deprecated.protected IProcessingResultVerarbeitungMoveToPostfach. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.protected IProcessingResultVerarbeitungPdf. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.Befüllt ein PDF anhand eines übergebenen Formulars.protected IProcessingResultVerarbeitungPlugin. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.protected IProcessingResultVerarbeitungPost. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.protected IProcessingResultVerarbeitungRenewProzessID. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.protected IProcessingResultVerarbeitungReturnFile. exec(IWorkflowProcessingContext wfpc, Aktion action)Deprecated.protected IProcessingResultVerarbeitungSaveToFilesystem. exec(IWorkflowProcessingContext wfpc, Aktion action)Deprecated.protected IProcessingResultVerarbeitungSendToSalesforce. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.protected IProcessingResultVerarbeitungStop. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.protected IProcessingResultVerarbeitungTemplate. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.protected IProcessingResultVerarbeitungUpload. exec(IWorkflowProcessingContext wfpc, Aktion action)Deprecated.protected IProcessingResultVerarbeitungWeiterleitung. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.protected IProcessingResultVerarbeitungWord. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.protected IProcessingResultVerarbeitungWriteToFile. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.Writes the file contents to a file with the specified export name.protected IProcessingResultVerarbeitungWriteToForm. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.Diese Aktion dient dazu Formularwerte mit definierten Mapping-Werten zu belegen.protected IProcessingResultVerarbeitungXmlToFd. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.IProcessingResultAVerarbeitung. execute(IWorkflowProcessingContext wfpc, Aktion aktionInProcess)Deprecated.calls the internal exec mehtodIProcessingResultProcessingWrapper. execute(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated. -
Uses of IProcessingResult in de.xima.fc.bl.fdv.processing.result
Classes in de.xima.fc.bl.fdv.processing.result that implement IProcessingResult Modifier and Type Class Description classAProcessingResultDeprecated.This is part of the old workflow engine.classProcessingResultAktionsIDDeprecated.This is part of the old workflow engine.classProcessingResultFileDataDeprecated.This is part of the old workflow engine.classProcessingResultFilePathDeprecated.This is part of the old workflow engine.classProcessingResultHTMLDeprecated.This is part of the old workflow engine.classProcessingResultIntValueDeprecated.This is part of the old workflow engine.classProcessingResultLongValueDeprecated.This is part of the old workflow engine.classProcessingResultMultiValueDeprecated.This is part of the old workflow engine.classProcessingResultMultiValueAndFilePathDeprecated.This is part of the old workflow engine.classProcessingResultNumberValueDeprecated.This is part of the old workflow engine.classProcessingResultRedirectDeprecated.This is part of the old workflow engine.classProcessingResultStringValueDeprecated.This is part of the old workflow engine.classProcessingResultStringValueAndFilePathDeprecated.This is part of the old workflow engine.classProcessingResultSuccessDeprecated.This is part of the old workflow engine.classProcessingResultTemplateDeprecated.This is part of the old workflow engine.classProcessingResultVorgangsIDDeprecated.This is part of the old workflow engine. -
Uses of IProcessingResult in de.xima.fc.interfaces.plugin.retval.workflow
Subinterfaces of IProcessingResult in de.xima.fc.interfaces.plugin.retval.workflow Modifier and Type Interface Description interfaceIPluginProcessingRetValInterface for the return value of a processing plugin. -
Uses of IProcessingResult in de.xima.fc.interfaces.processing
Methods in de.xima.fc.interfaces.processing that return IProcessingResult Modifier and Type Method Description IProcessingResultIProcessing. execute(IWorkflowProcessingContext wfpc, Aktion aktion)Diese Methode dient dazu, die konkrete Aktionsverarbeitung zu implementieren.IProcessingResultIWorkflowProcessingContext. valueFor(long aktionsId)Deprecated.Find the processing result for a given action.Methods in de.xima.fc.interfaces.processing with parameters of type IProcessingResult Modifier and Type Method Description voidIWorkflowProcessingContext. addProcessingResult(long aktionsId, IProcessingResult value)Deprecated.Add a new processing result for a given action.voidIWorkflowProcessingContext. addProcessingResult(Integer aktionsId, IProcessingResult value) -
Uses of IProcessingResult in de.xima.fc.interfaces.processing.result
Subinterfaces of IProcessingResult in de.xima.fc.interfaces.processing.result Modifier and Type Interface Description interfaceIProcessingResultAktionsIDInterface for a processing result as id of an action (@seeAktion)interfaceIProcessingResultFileDataInterface for a processing result as binary fileinterfaceIProcessingResultFilePathInterface for a processing result as file pathinterfaceIProcessingResultHTMLInterface for a processing result as HTMLinterfaceIProcessingResultIntValueInterface for a processing result asIntegervalueinterfaceIProcessingResultLongValueInterface for a processing result asLongvalueinterfaceIProcessingResultMultiValueInterface for a processing result with multiple valuesinterfaceIProcessingResultNumberValueInterface for a processing result asNumberinterfaceIProcessingResultStringValueInterface for a processing result asStringinterfaceIProcessingResultSuccessInterface for a processing result with multiple valuesinterfaceIProcessingResultTemplateInterface for a processing result as FORMCYCLE templateinterfaceIProcessingResultVorgangsIDInterface for a processing result as the id of an process (@seeVorgang)interfaceIProcessingResultWeiterleitungInterface for a processing result as redirect
-