Uses of Interface
de.xima.fc.interfaces.plugin.retval.workflow.IPluginProcessingRetVal
-
Packages that use IPluginProcessingRetVal Package Description de.xima.fc.bl.fdv.processing.result de.xima.fc.interfaces.processing.result de.xima.fc.plugin.interfaces.workflow -
-
Uses of IPluginProcessingRetVal in de.xima.fc.bl.fdv.processing.result
Classes in de.xima.fc.bl.fdv.processing.result that implement IPluginProcessingRetVal Modifier and Type Class Description class
ProcessingResultAktionsID
Deprecated.This is part of the old workflow engine.class
ProcessingResultFileData
Deprecated.This is part of the old workflow engine.class
ProcessingResultFilePath
Deprecated.This is part of the old workflow engine.class
ProcessingResultHTML
Deprecated.This is part of the old workflow engine.class
ProcessingResultIntValue
Deprecated.This is part of the old workflow engine.class
ProcessingResultLongValue
Deprecated.This is part of the old workflow engine.class
ProcessingResultMultiValue
Deprecated.This is part of the old workflow engine.class
ProcessingResultMultiValueAndFilePath
Deprecated.This is part of the old workflow engine.class
ProcessingResultNumberValue
Deprecated.This is part of the old workflow engine.class
ProcessingResultRedirect
Deprecated.This is part of the old workflow engine.class
ProcessingResultStringValue
Deprecated.This is part of the old workflow engine.class
ProcessingResultStringValueAndFilePath
Deprecated.This is part of the old workflow engine.class
ProcessingResultSuccess
Deprecated.This is part of the old workflow engine.class
ProcessingResultTemplate
Deprecated.This is part of the old workflow engine.class
ProcessingResultVorgangsID
Deprecated.This is part of the old workflow engine. -
Uses of IPluginProcessingRetVal in de.xima.fc.interfaces.processing.result
Subinterfaces of IPluginProcessingRetVal in de.xima.fc.interfaces.processing.result Modifier and Type Interface Description interface
IProcessingResultAktionsID
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
IProcessingResultFileData
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
IProcessingResultFilePath
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
IProcessingResultHTML
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
IProcessingResultIntValue
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
IProcessingResultLongValue
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
IProcessingResultMultiValue
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
IProcessingResultNumberValue
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
IProcessingResultStringValue
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
IProcessingResultSuccess
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
IProcessingResultTemplate
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
IProcessingResultVorgangsID
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
IProcessingResultWeiterleitung
Deprecated.Use the new workflow engine (IWorkflowEventRunner
). -
Uses of IPluginProcessingRetVal in de.xima.fc.plugin.interfaces.workflow
Methods in de.xima.fc.plugin.interfaces.workflow that return IPluginProcessingRetVal Modifier and Type Method Description IPluginProcessingRetVal
IPluginProcessing. execute(IPluginProcessingParams params)
Deprecated.The main method of this plugin.
-