Uses of Interface
de.xima.fc.interfaces.plugin.IPluginReturnValue
-
-
Uses of IPluginReturnValue in de.xima.fc.bl.fdv.processing.result
Classes in de.xima.fc.bl.fdv.processing.result that implement IPluginReturnValue 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 IPluginReturnValue in de.xima.fc.interfaces.plugin.retval.form
Subinterfaces of IPluginReturnValue in de.xima.fc.interfaces.plugin.retval.form Modifier and Type Interface Description interface
IPluginDataSourceRetVal
Interface for the return value of data source plugins.interface
IPluginFormPrePersistRetVal
Interface for the return value of form pre-persist plugins.interface
IPluginFormPreProcessRetVal
Interface for the return value of form pre-process plugins.interface
IPluginFormPreRenderRetVal
Interface for the return value of form pre render plugins.interface
IPluginFormPreRespondRetVal
Interface for the return value of form pre-respond plugins.interface
IPluginFormPreviewRetVal
Deprecated.The corresponding plugin type was never called and will never have any function. -
Uses of IPluginReturnValue in de.xima.fc.interfaces.plugin.retval.generic
Subinterfaces of IPluginReturnValue in de.xima.fc.interfaces.plugin.retval.generic Modifier and Type Interface Description interface
IPluginGenericRetVal
Interface for the return value of a generic plugin. -
Uses of IPluginReturnValue in de.xima.fc.interfaces.plugin.retval.mail
Subinterfaces of IPluginReturnValue in de.xima.fc.interfaces.plugin.retval.mail Modifier and Type Interface Description interface
IPluginMailEncryptionRetVal
Interface for the return value of an email encryption plugin. -
Uses of IPluginReturnValue in de.xima.fc.interfaces.plugin.retval.replacer
Subinterfaces of IPluginReturnValue in de.xima.fc.interfaces.plugin.retval.replacer Modifier and Type Interface Description interface
IPluginFormReplacerRetVal
Interface for the return value of a form replacer plugin.interface
IPluginGenericReplacerRetVal
Base interface for the return values of placeholder plugins.interface
IPluginSessionReplacerRetVal
Interface for the return value of a session replacer plugin.interface
IPluginSystemReplacerRetVal
Interface for the return value of a system replacer plugin.interface
IPluginTemplateReplacerRetVal
Interface for the return value of a template replacer plugin. -
Uses of IPluginReturnValue in de.xima.fc.interfaces.plugin.retval.servlet
Subinterfaces of IPluginReturnValue in de.xima.fc.interfaces.plugin.retval.servlet Modifier and Type Interface Description interface
IPluginServletActionRetVal
Interface for the return value of a servlet action plugin. -
Uses of IPluginReturnValue in de.xima.fc.interfaces.plugin.retval.workflow
Subinterfaces of IPluginReturnValue in de.xima.fc.interfaces.plugin.retval.workflow Modifier and Type Interface Description interface
IPluginProcessingRetVal
Deprecated.This is part of the old workflow engine that will be removed soon. -
Uses of IPluginReturnValue in de.xima.fc.interfaces.processing.result
Subinterfaces of IPluginReturnValue 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 IPluginReturnValue in de.xima.fc.plugin.models.retval.form
Classes in de.xima.fc.plugin.models.retval.form that implement IPluginReturnValue Modifier and Type Class Description class
PluginDataSourceRetVal
class
PluginFormPreRenderRetVal
class
PluginGenericFormProcessingRetVal
-
Uses of IPluginReturnValue in de.xima.fc.plugin.models.retval.generic
Classes in de.xima.fc.plugin.models.retval.generic that implement IPluginReturnValue Modifier and Type Class Description class
PluginGenericRetVal
-
Uses of IPluginReturnValue in de.xima.fc.plugin.models.retval.mail
Classes in de.xima.fc.plugin.models.retval.mail that implement IPluginReturnValue Modifier and Type Class Description class
PluginMailEncryptionRetVal
A POJO data class that for the return value of the mail encryption plugin. -
Uses of IPluginReturnValue in de.xima.fc.plugin.models.retval.replacer
Classes in de.xima.fc.plugin.models.retval.replacer that implement IPluginReturnValue Modifier and Type Class Description class
PluginGenericReplacerRetVal
Default POJO implementation ofIPluginFormReplacerRetVal
,IPluginSessionReplacerRetVal
,IPluginSystemReplacerRetVal
,IPluginTemplateReplacerRetVal
. -
Uses of IPluginReturnValue in de.xima.fc.plugin.models.retval.servlet
Classes in de.xima.fc.plugin.models.retval.servlet that implement IPluginReturnValue Modifier and Type Class Description class
PluginServletActionRetVal
POJO implementation ofIPluginServletActionRetVal
.
-