Uses of Interface
de.xima.fc.interfaces.processing.IWorkflowResponse
Packages that use IWorkflowResponse
Package
Description
Package für den API-Zugriff auf Workflowverarbeitung
-
Uses of IWorkflowResponse in de.xima.fc.api.workflow
Methods in de.xima.fc.api.workflow that return IWorkflowResponseModifier and TypeMethodDescriptionWorkflowAPI.initCorrectionWorkflow(UserContext uc, Vorgang vorgang, Status status, Benutzer user) Deprecated.Use methods of the new workflow engine.WorkflowAPI.initCorrectionWorkflow(UserContext uc, Vorgang vorgang, Status status, IUser user) Deprecated.Use methods of the new workflow engine.WorkflowAPI.initWorkflow(WorkflowStartingContext startingContext) Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent).WorkflowAPI.initWorkflow(UserContext uc, Vorgang vorgang, Status status, Benutzer user) Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent).WorkflowAPI.initWorkflow(UserContext uc, Vorgang vorgang, Status status, Benutzer user, boolean anonymize) Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent).WorkflowAPI.initWorkflow(UserContext uc, Vorgang vorgang, Status status, Benutzer user, SessionAttributes sessionAttributes) Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent).WorkflowAPI.initWorkflow(UserContext uc, Vorgang vorgang, Status status, Benutzer user, Map<String, Serializable> sessionAttributes) Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent).WorkflowAPI.initWorkflow(UserContext uc, Vorgang vorgang, Status status, Benutzer user, Map<String, Serializable> sessionAttributes, boolean anonymize) Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent).WorkflowAPI.initWorkflow(UserContext uc, Vorgang vorgang, Status status, IUser user, Map<String, Serializable> sessionAttributes, boolean isCorrection, boolean anonymize) Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent).WorkflowAPI.verifyAndInitWorkflow(UserContext uc, WorkflowStartingContext startingContext) Deprecated.Use methods of the new workflow engine, such asWorkflowAPI.triggerEvent(UserContext, IFormRecordProvidingEvent). -
Uses of IWorkflowResponse in de.xima.fc.bl
Methods in de.xima.fc.bl that return IWorkflowResponseModifier and TypeMethodDescriptionstatic IWorkflowResponseWorkflowStarter.initWorkflow(WorkflowStartingContext wfsctx) Deprecated.static IWorkflowResponseWorkflowStarter.startSyncWorkflow(Vorgang v, Projekt p, Status newStatus, Benutzer curBen, SessionAttributes sessionAttributes) static IWorkflowResponseWorkflowStarter.startSyncWorkflow(Vorgang v, Projekt p, Status newStatus, Benutzer curBen, Map<String, Serializable> sessionAttributes) Deprecated.static IWorkflowResponseWorkflowStarter.startSyncWorkflow(Vorgang v, Projekt p, Status newStatus, Benutzer curBen, Map<String, Serializable> sessionAttributes, boolean isCorrection, boolean anonymize) Deprecated.static IWorkflowResponseWorkflowStarter.startSyncWorkflow(Vorgang v, Projekt p, Status newStatus, IUser user, Map<String, Serializable> sessionAttributes) Deprecated.static IWorkflowResponseWorkflowStarter.startSyncWorkflow(Vorgang v, Projekt p, Status newStatus, IUser user, 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 IWorkflowResponseModifier and TypeMethodDescriptionstatic voidFormPluginHelper.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 IWorkflowResponseMethods in de.xima.fc.form.process that return IWorkflowResponseMethods in de.xima.fc.form.process with parameters of type IWorkflowResponseModifier and TypeMethodDescriptionvoidFormProcessContext.setWorkflowResponse(IWorkflowResponse workflowResponse) -
Uses of IWorkflowResponse in de.xima.fc.handler.interfaces.workflow
Methods in de.xima.fc.handler.interfaces.workflow that return IWorkflowResponseModifier and TypeMethodDescriptionIWorkflowHandler.initWorkflow(WorkflowStartingContext startingContext) Deprecated.Use methods of the new workflow engine, such asIWorkflowHandler.triggerEvent(UserContext, IFormRecordProvidingEvent).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).IWorkflowHandler.initWorkflow(UserContext uc, Vorgang vorgang, Status status, IUser user, Map<String, Serializable> sessionAttributes, boolean isCorrection, boolean anonymize) Deprecated.Use methods of the new workflow engine, such asIWorkflowHandler.triggerEvent(UserContext, IFormRecordProvidingEvent).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 IWorkflowResponseModifier and TypeMethodDescriptionWorkflowHandler.initWorkflow(WorkflowStartingContext wfsctx) Deprecated.Use the new workflow engine.WorkflowHandler.initWorkflow(UserContext uc, Vorgang vorgang, Status status, Benutzer currentUser, Map<String, Serializable> sessionAttributes, boolean isCorrection, boolean anonymize) Deprecated.Use the new workflow engine.WorkflowHandler.initWorkflow(UserContext uc, Vorgang vorgang, Status status, IUser user, Map<String, Serializable> sessionAttributes, boolean isCorrection, boolean anonymize) Deprecated.Use the new workflow engine.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 IWorkflowResponseMethods in de.xima.fc.interfaces.form with parameters of type IWorkflowResponseModifier and TypeMethodDescriptionvoidIFormProcessContext.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 IWorkflowResponseModifier and TypeMethodDescriptionIPluginFormPreRespondParams.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 IWorkflowResponseMethods in de.xima.fc.mdl.form that return IWorkflowResponseMethods in de.xima.fc.mdl.form with parameters of type IWorkflowResponseModifier and TypeMethodDescriptionvoidFormProcessData.setWorkflowResponse(IWorkflowResponse workflowResponse) -
Uses of IWorkflowResponse in de.xima.fc.mdl.workflow
Classes in de.xima.fc.mdl.workflow that implement IWorkflowResponseModifier and TypeClassDescriptionclassModelklasse 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 IWorkflowResponseConstructors in de.xima.fc.plugin.models.params.form with parameters of type IWorkflowResponseModifierConstructorDescriptionPluginFormPreRespondParams(IFormRequestContext context, Vorgang vorgang, IWorkflowResponse response, IRemoteEventExecutionResult taskExecutionResult) Creates a new POJO with the given data. -
Uses of IWorkflowResponse in de.xima.fc.web.common.respond
Methods in de.xima.fc.web.common.respond with parameters of type IWorkflowResponseModifier and TypeMethodDescriptionstatic voidFormResponder.respondHTML(IExtendedFormRequestContext ctx, IWorkflowResponse wfr) Deprecated.static voidFormResponder.respondHTML(IExtendedFormRequestContext ctx, IWorkflowResponse wfr, Vorgang v) static voidFormResponder.respondTemplate(IExtendedFormRequestContext ctx, IWorkflowResponse wfr) Deprecated.static voidFormResponder.respondTemplate(IExtendedFormRequestContext ctx, IWorkflowResponse wfr, Vorgang v) static voidFormResponder.respondWorkflow(IExtendedFormRequestContext ctx, IWorkflowResponse resp) Deprecated.Use the new workflow engine:FormResponder.respondWorkflow(IExtendedFormRequestContext, IRemoteEventExecutionResult)static voidFormResponder.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 IWorkflowResponseModifier and TypeClassDescriptionclassWrapper to treat aIRemoteEventExecutionResultas aIWorkflowResponse.Constructors in de.xima.fc.workflow.model with parameters of type IWorkflowResponse