Package | Description |
---|---|
de.xima.fc.api.workflow |
Package für den API-Zugriff auf Workflowverarbeitung
|
de.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 |
Modifier and Type | Method and Description |
---|---|
static IWorkflowResponse |
WorkflowStarter.initWorkflow(WorkflowStartingContext wfsctx) |
static IWorkflowResponse |
WorkflowStarter.startSyncWorkflow(Vorgang v,
Projekt p,
Status newStatus,
Benutzer curBen,
Map<String,Serializable> sessionAttributes) |
static IWorkflowResponse |
WorkflowStarter.startSyncWorkflow(Vorgang v,
Projekt p,
Status newStatus,
Benutzer curBen,
Map<String,Serializable> sessionAttributes,
boolean isCorrection,
boolean anonymize) |
static IWorkflowResponse |
WorkflowStarter.startSyncWorkflow(Vorgang v,
Projekt p,
Status newStatus,
Benutzer curBen,
SessionAttributes sessionAttributes)
|
Modifier and Type | Method and Description |
---|---|
static void |
FormPluginHelper.executePreResponse(IFormRequestContext requestCtx,
Vorgang v,
IWorkflowResponse resp)
Deprecated.
invoked while
FormProcessContextBuilder.build() |
Modifier and Type | Field and Description |
---|---|
protected IWorkflowResponse |
FormProcessContext.workflowResponse |
Modifier and Type | Method and Description |
---|---|
IWorkflowResponse |
FormProcessContext.getWorkflowResponse() |
Modifier and Type | Method and Description |
---|---|
void |
FormProcessContext.setWorkflowResponse(IWorkflowResponse workflowResponse) |
Modifier and Type | Method and Description |
---|---|
IWorkflowResponse |
IWorkflowHandler.initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer currentUser,
Map<String,Serializable> sessionAttributes,
boolean isCorrection,
boolean anonymize)
Inits the workflow.
|
IWorkflowResponse |
IWorkflowHandler.initWorkflow(WorkflowStartingContext wfsctx) |
IWorkflowResponse |
IWorkflowHandler.verifyAndInitWorkflow(UserContext uc,
WorkflowStartingContext wfsctx) |
Modifier and Type | Method and Description |
---|---|
IWorkflowResponse |
WorkflowHandler.initWorkflow(UserContext uc,
Vorgang vorgang,
Status status,
Benutzer currentUser,
Map<String,Serializable> sessionAttributes,
boolean isCorrection,
boolean anonymize)
Inits the workflow.
|
IWorkflowResponse |
WorkflowHandler.initWorkflow(WorkflowStartingContext wfsctx) |
IWorkflowResponse |
WorkflowHandler.verifyAndInitWorkflow(UserContext uc,
WorkflowStartingContext wfsCtx) |
Modifier and Type | Method and Description |
---|---|
IWorkflowResponse |
IFormProcessContext.getWorkflowResponse() |
Modifier and Type | Method and Description |
---|---|
void |
IFormProcessContext.setWorkflowResponse(IWorkflowResponse response) |
Modifier and Type | Method and Description |
---|---|
IWorkflowResponse |
IPluginFormPreRespondParams.getWorkflowResponse()
A pre-respond plugin is executed after the workflow was run.
|
Modifier and Type | Field and Description |
---|---|
protected IWorkflowResponse |
FormProcessData.workflowResponse |
Modifier and Type | Method and Description |
---|---|
IWorkflowResponse |
FormProcessData.getWorkflowResponse() |
Modifier and Type | Method and Description |
---|---|
void |
FormProcessData.setWorkflowResponse(IWorkflowResponse workflowResponse) |
Modifier and Type | Class and Description |
---|---|
class |
WorkflowResponse
Modelklasse der Antwort einer Workflow-Verarbeitung
|
Modifier and Type | Method and Description |
---|---|
IWorkflowResponse |
PluginFormPreRespondParams.getWorkflowResponse() |
Constructor and Description |
---|
PluginFormPreRespondParams(IFormRequestContext context,
Vorgang vorgang,
IWorkflowResponse response) |
Modifier and Type | Method and Description |
---|---|
static void |
FormResponder.respond(IExtendedFormContext ctx,
EMime mime,
IWorkflowResponse wfr) |
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)
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.