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 classProcessingResultAktionsIDclassProcessingResultFileDataclassProcessingResultFilePathclassProcessingResultHTMLclassProcessingResultIntValueclassProcessingResultLongValueclassProcessingResultMultiValueclassProcessingResultMultiValueAndFilePathclassProcessingResultNumberValueclassProcessingResultRedirectclassProcessingResultStringValueclassProcessingResultStringValueAndFilePathclassProcessingResultSuccessclassProcessingResultTemplateclassProcessingResultVorgangsID - 
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 interfaceIPluginDataSourceRetValInterface for the return value of data source plugins.interfaceIPluginFormPrePersistRetValInterface for the return value of form pre-persist plugins.interfaceIPluginFormPreProcessRetValInterface for the return value of form pre-process plugins.interfaceIPluginFormPreRenderRetValInterface for the return value of form pre render plugins.interfaceIPluginFormPreRespondRetValInterface for the return value of form pre-respond plugins.interfaceIPluginFormPreviewRetVal - 
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 interfaceIPluginGenericRetValInterface 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 interfaceIPluginMailEncryptionRetValInterface 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 interfaceIPluginFormReplacerRetValInterface for the return value of a form replacer plugin.interfaceIPluginSessionReplacerRetValInterface for the return value of a session replacer plugin.interfaceIPluginSystemReplacerRetValInterface for the return value of a system replacer plugin.interfaceIPluginTemplateReplacerRetValInterface 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 interfaceIPluginServletActionRetValInterface 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 interfaceIPluginProcessingRetValInterface 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 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 - 
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 classPluginDataSourceRetValclassPluginFormPreRenderRetValclassPluginGenericFormProcessingRetVal - 
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 classPluginGenericRetVal - 
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 classPluginMailEncryptionRetValA 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 classPluginGenericReplacerRetVal - 
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 classPluginServletActionRetValPOJO implementation ofIPluginServletActionRetVal. 
 -