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 IProcessingResult
WorkflowProcessingContext. instanceFor(long aktionsId)
spezifisches Aktionsergebnisobjekt anhand des Keys ermittelnIProcessingResult
WorkflowProcessingContext. valueFor(long aktionsId)
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()
Methods in de.xima.fc.bl.fdv with parameters of type IProcessingResult Modifier and Type Method Description void
WorkflowProcessingContext. addProcessingResult(long aktionsId, IProcessingResult value)
neues Aktionsergebnisobjekt hinzuzufügenvoid
WorkflowProcessingContext. addProcessingResult(Integer aktionsId, IProcessingResult value)
neues Aktionsergebnisobjekt hinzuzufügenMethod parameters in de.xima.fc.bl.fdv with type arguments of type IProcessingResult Modifier and Type Method Description void
WorkflowProcessingContext. setAktionsErgebnisse(HashMap<Long,IProcessingResult> aktionsErgebnisse)
-
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 IProcessingResult
AVerarbeitung. exec(IWorkflowProcessingContext workflowProcessingContext, Aktion aktion)
This is the method that should implement the business logic required by this action.protected IProcessingResult
VerarbeitungCallback. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
Deprecated.protected IProcessingResult
VerarbeitungChangeStatus. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
IProcessingResult
VerarbeitungCompressAsZip. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
Erstellt ein Zip-Archiv anhand einer Liste von Dateien.protected IProcessingResult
VerarbeitungCopyToPostfach. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
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 IProcessingResult
VerarbeitungCopyToStatus. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
Erstellt eine Kopie des aktuellen (übergebenen) Vorgangs und setzt den gewählten Status.IProcessingResult
VerarbeitungDbSQLQuery. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
protected IProcessingResult
VerarbeitungDeleteVorgang. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
protected IProcessingResult
VerarbeitungEmail. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
This is the method that should implement the business logic required by this action.protected IProcessingResult
VerarbeitungExport. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
Stellt die Formulardaten als XML-Datei im (temporären) Verzeichnis des dazugehörigen Verarbeitungskontextes bereit.protected IProcessingResult
VerarbeitungExportPersistence. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
Stellt die Formulardaten als Persistence-Datei bereit.protected IProcessingResult
VerarbeitungExterneRessource. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
protected IProcessingResult
VerarbeitungInbox. exec(IWorkflowProcessingContext wfpc, Aktion action)
Deprecated.protected IProcessingResult
VerarbeitungMoveToPostfach. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
protected IProcessingResult
VerarbeitungPdf. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
Befüllt ein PDF anhand eines übergebenen Formulars.protected IProcessingResult
VerarbeitungPlugin. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
protected IProcessingResult
VerarbeitungPost. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
Deprecated.protected IProcessingResult
VerarbeitungRenewProzessID. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
protected IProcessingResult
VerarbeitungReturnFile. exec(IWorkflowProcessingContext wfpc, Aktion action)
protected IProcessingResult
VerarbeitungSaveToFilesystem. exec(IWorkflowProcessingContext wfpc, Aktion action)
protected IProcessingResult
VerarbeitungSendToSalesforce. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
protected IProcessingResult
VerarbeitungStop. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
protected IProcessingResult
VerarbeitungTemplate. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
protected IProcessingResult
VerarbeitungUpload. exec(IWorkflowProcessingContext wfpc, Aktion action)
Deprecated.protected IProcessingResult
VerarbeitungWeiterleitung. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
protected IProcessingResult
VerarbeitungWord. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
protected IProcessingResult
VerarbeitungWriteToFile. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
Writes the file contents to a file with the specified export name.protected IProcessingResult
VerarbeitungWriteToForm. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
Diese Aktion dient dazu Formularwerte mit definierten Mapping-Werten zu belegen.protected IProcessingResult
VerarbeitungXmlToFd. exec(IWorkflowProcessingContext wfpc, Aktion aktion)
IProcessingResult
AVerarbeitung. execute(IWorkflowProcessingContext wfpc, Aktion aktionInProcess)
calls the internal exec mehtodIProcessingResult
ProcessingWrapper. execute(IWorkflowProcessingContext wfpc, Aktion aktion)
-
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 class
AProcessingResult
class
ProcessingResultAktionsID
class
ProcessingResultFileData
class
ProcessingResultFilePath
class
ProcessingResultHTML
class
ProcessingResultIntValue
class
ProcessingResultLongValue
class
ProcessingResultMultiValue
class
ProcessingResultMultiValueAndFilePath
class
ProcessingResultNumberValue
class
ProcessingResultRedirect
class
ProcessingResultStringValue
class
ProcessingResultStringValueAndFilePath
class
ProcessingResultSuccess
class
ProcessingResultTemplate
class
ProcessingResultVorgangsID
-
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 interface
IPluginProcessingRetVal
Interface 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 IProcessingResult
IProcessing. execute(IWorkflowProcessingContext wfpc, Aktion aktion)
Diese Methode dient dazu, die konkrete Aktionsverarbeitung zu implementieren.IProcessingResult
IWorkflowProcessingContext. 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 void
IWorkflowProcessingContext. addProcessingResult(long aktionsId, IProcessingResult value)
Deprecated.Add a new processing result for a given action.void
IWorkflowProcessingContext. 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 interface
IProcessingResultAktionsID
Interface for a processing result as id of an action (@seeAktion
)interface
IProcessingResultFileData
Interface for a processing result as binary fileinterface
IProcessingResultFilePath
Interface for a processing result as file pathinterface
IProcessingResultHTML
Interface for a processing result as HTMLinterface
IProcessingResultIntValue
Interface for a processing result asInteger
valueinterface
IProcessingResultLongValue
Interface for a processing result asLong
valueinterface
IProcessingResultMultiValue
Interface for a processing result with multiple valuesinterface
IProcessingResultNumberValue
Interface for a processing result asNumber
interface
IProcessingResultStringValue
Interface for a processing result asString
interface
IProcessingResultSuccess
Interface for a processing result with multiple valuesinterface
IProcessingResultTemplate
Interface for a processing result as FORMCYCLE templateinterface
IProcessingResultVorgangsID
Interface for a processing result as the id of an process (@seeVorgang
)interface
IProcessingResultWeiterleitung
Interface for a processing result as redirect
-