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
-
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
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
Interface for the return value of a processing plugin. -
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
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 -
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
-
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
.
-