Uses of Interface
de.xima.fc.interfaces.processing.IWorkflowResponse
-
Packages that use IWorkflowResponse Package Description de.xima.fc.api.workflow Package für den API-Zugriff auf Workflowverarbeitungde.xima.fc.bl de.xima.fc.form.helper de.xima.fc.form.process de.xima.fc.handler.interfaces.workflow de.xima.fc.handler.workflow de.xima.fc.interfaces.form de.xima.fc.interfaces.plugin.param.form de.xima.fc.mdl.form de.xima.fc.mdl.workflow de.xima.fc.plugin.models.params.form de.xima.fc.web.common.respond de.xima.fc.workflow.model -
-
Uses of IWorkflowResponse in de.xima.fc.api.workflow
-
Uses of IWorkflowResponse in de.xima.fc.bl
Methods in de.xima.fc.bl that return IWorkflowResponse Modifier and Type Method Description static IWorkflowResponse
WorkflowStarter. initWorkflow(WorkflowStartingContext wfsctx)
Deprecated.static IWorkflowResponse
WorkflowStarter. startSyncWorkflow(Vorgang v, Projekt p, Status newStatus, Benutzer curBen, SessionAttributes sessionAttributes)
static IWorkflowResponse
WorkflowStarter. startSyncWorkflow(Vorgang v, Projekt p, Status newStatus, Benutzer curBen, Map<String,Serializable> sessionAttributes)
Deprecated.static IWorkflowResponse
WorkflowStarter. startSyncWorkflow(Vorgang v, Projekt p, Status newStatus, Benutzer curBen, Map<String,Serializable> sessionAttributes, boolean isCorrection, boolean anonymize)
Deprecated. -
Uses of IWorkflowResponse in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type IWorkflowResponse Modifier and Type Method Description static void
FormPluginHelper. executePreResponse(IFormRequestContext requestCtx, Vorgang v, IWorkflowResponse resp)
Deprecated.invoked whileFormProcessContextBuilder.build()
-
Uses of IWorkflowResponse in de.xima.fc.form.process
Fields in de.xima.fc.form.process declared as IWorkflowResponse Modifier and Type Field Description protected IWorkflowResponse
FormProcessContext. workflowResponse
Methods in de.xima.fc.form.process that return IWorkflowResponse Modifier and Type Method Description IWorkflowResponse
FormProcessContext. getWorkflowResponse()
Methods in de.xima.fc.form.process with parameters of type IWorkflowResponse Modifier and Type Method Description void
FormProcessContext. setWorkflowResponse(IWorkflowResponse workflowResponse)
-
Uses of IWorkflowResponse in de.xima.fc.handler.interfaces.workflow
Methods in de.xima.fc.handler.interfaces.workflow that return IWorkflowResponse Modifier and Type Method Description IWorkflowResponse
IWorkflowHandler. initWorkflow(WorkflowStartingContext startingContext)
Deprecated.Use methods of the new workflow engine, such asIWorkflowHandler.triggerEvent(UserContext, IFormRecordProvidingEvent)
.IWorkflowResponse
IWorkflowHandler. initWorkflow(UserContext uc, Vorgang vorgang, Status status, Benutzer currentUser, Map<String,Serializable> sessionAttributes, boolean isCorrection, boolean anonymize)
Deprecated.Use methods of the new workflow engine, such asIWorkflowHandler.triggerEvent(UserContext, IFormRecordProvidingEvent)
.IWorkflowResponse
IWorkflowHandler. verifyAndInitWorkflow(UserContext uc, WorkflowStartingContext startingContext)
Deprecated.Use methods of the new workflow engine, such asIWorkflowHandler.triggerEvent(UserContext, IFormRecordProvidingEvent)
. -
Uses of IWorkflowResponse in de.xima.fc.handler.workflow
Methods in de.xima.fc.handler.workflow that return IWorkflowResponse Modifier and Type Method Description IWorkflowResponse
WorkflowHandler. initWorkflow(WorkflowStartingContext wfsctx)
Deprecated.Use the new workflow engine.IWorkflowResponse
WorkflowHandler. initWorkflow(UserContext uc, Vorgang vorgang, Status status, Benutzer currentUser, Map<String,Serializable> sessionAttributes, boolean isCorrection, boolean anonymize)
Deprecated.Use the new workflow engine.IWorkflowResponse
WorkflowHandler. verifyAndInitWorkflow(UserContext uc, WorkflowStartingContext wfsCtx)
Deprecated.Use the new workflow engine. -
Uses of IWorkflowResponse in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return IWorkflowResponse Modifier and Type Method Description IWorkflowResponse
IFormProcessContext. getWorkflowResponse()
Deprecated.Methods in de.xima.fc.interfaces.form with parameters of type IWorkflowResponse Modifier and Type Method Description void
IFormProcessContext. setWorkflowResponse(IWorkflowResponse response)
-
Uses of IWorkflowResponse in de.xima.fc.interfaces.plugin.param.form
Methods in de.xima.fc.interfaces.plugin.param.form that return IWorkflowResponse Modifier and Type Method Description IWorkflowResponse
IPluginFormPreRespondParams. getWorkflowResponse()
Deprecated.This is the result from the old workflow engine, which scheduled to be removed soon. -
Uses of IWorkflowResponse in de.xima.fc.mdl.form
Fields in de.xima.fc.mdl.form declared as IWorkflowResponse Modifier and Type Field Description protected IWorkflowResponse
FormProcessData. workflowResponse
Methods in de.xima.fc.mdl.form that return IWorkflowResponse Modifier and Type Method Description IWorkflowResponse
FormProcessData. getWorkflowResponse()
Deprecated.Methods in de.xima.fc.mdl.form with parameters of type IWorkflowResponse Modifier and Type Method Description void
FormProcessData. setWorkflowResponse(IWorkflowResponse workflowResponse)
-
Uses of IWorkflowResponse in de.xima.fc.mdl.workflow
Classes in de.xima.fc.mdl.workflow that implement IWorkflowResponse Modifier and Type Class Description class
WorkflowResponse
Modelklasse der Antwort einer Workflow-Verarbeitung -
Uses of IWorkflowResponse in de.xima.fc.plugin.models.params.form
Methods in de.xima.fc.plugin.models.params.form that return IWorkflowResponse Modifier and Type Method Description IWorkflowResponse
PluginFormPreRespondParams. getWorkflowResponse()
Deprecated.Constructors in de.xima.fc.plugin.models.params.form with parameters of type IWorkflowResponse Constructor Description PluginFormPreRespondParams(IFormRequestContext context, Vorgang vorgang, IWorkflowResponse response, IRemoteEventExecutionResult taskExecutionResult)
-
Uses of IWorkflowResponse in de.xima.fc.web.common.respond
Methods in de.xima.fc.web.common.respond with parameters of type IWorkflowResponse Modifier and Type Method Description static void
FormResponder. respondHTML(IExtendedFormRequestContext ctx, IWorkflowResponse wfr)
static void
FormResponder. respondHTML(IExtendedFormRequestContext ctx, IWorkflowResponse wfr, Vorgang v)
static void
FormResponder. respondTemplate(IExtendedFormRequestContext ctx, IWorkflowResponse wfr)
static void
FormResponder. respondTemplate(IExtendedFormRequestContext ctx, IWorkflowResponse wfr, Vorgang v)
static void
FormResponder. respondWorkflow(IExtendedFormRequestContext ctx, IWorkflowResponse resp)
static void
FormResponder. respondWorkflow(IExtendedFormRequestContext ctx, IWorkflowResponse resp, Vorgang v)
-
Uses of IWorkflowResponse in de.xima.fc.workflow.model
Classes in de.xima.fc.workflow.model that implement IWorkflowResponse Modifier and Type Class Description class
TaskExecutionResultWrapper
Wrapper to treat aITaskExecutionResult
as aIWorkflowResponse
.Constructors in de.xima.fc.workflow.model with parameters of type IWorkflowResponse Constructor Description WorkflowResponseWrapper(IWorkflowResponse wfResponse)
-