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 classProcessingResultAktionsIDDeprecated.This is part of the old workflow engine.classProcessingResultFileDataDeprecated.This is part of the old workflow engine.classProcessingResultFilePathDeprecated.This is part of the old workflow engine.classProcessingResultHTMLDeprecated.This is part of the old workflow engine.classProcessingResultIntValueDeprecated.This is part of the old workflow engine.classProcessingResultLongValueDeprecated.This is part of the old workflow engine.classProcessingResultMultiValueDeprecated.This is part of the old workflow engine.classProcessingResultMultiValueAndFilePathDeprecated.This is part of the old workflow engine.classProcessingResultNumberValueDeprecated.This is part of the old workflow engine.classProcessingResultRedirectDeprecated.This is part of the old workflow engine.classProcessingResultStringValueDeprecated.This is part of the old workflow engine.classProcessingResultStringValueAndFilePathDeprecated.This is part of the old workflow engine.classProcessingResultSuccessDeprecated.This is part of the old workflow engine.classProcessingResultTemplateDeprecated.This is part of the old workflow engine.classProcessingResultVorgangsIDDeprecated.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 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.interfaceIPluginFormPreviewRetValDeprecated.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 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.interfaceIPluginGenericReplacerRetValBase interface for the return values of placeholder plugins.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 interfaceIPluginProcessingRetValDeprecated.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 interfaceIProcessingResultAktionsIDDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceIProcessingResultFileDataDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceIProcessingResultFilePathDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceIProcessingResultHTMLDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceIProcessingResultIntValueDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceIProcessingResultLongValueDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceIProcessingResultMultiValueDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceIProcessingResultNumberValueDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceIProcessingResultStringValueDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceIProcessingResultSuccessDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceIProcessingResultTemplateDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceIProcessingResultVorgangsIDDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceIProcessingResultWeiterleitungDeprecated.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 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 classPluginGenericReplacerRetValDefault 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 classPluginServletActionRetValPOJO implementation ofIPluginServletActionRetVal.
-