Uses of Interface
de.xima.fc.interfaces.workflow.execution.IBaseEnvironmentData
Packages that use IBaseEnvironmentData
Package
Description
-
Uses of IBaseEnvironmentData in de.xima.fc.gui.designer.form.utils
Classes in de.xima.fc.gui.designer.form.utils that implement IBaseEnvironmentData -
Uses of IBaseEnvironmentData in de.xima.fc.interfaces.form
Subinterfaces of IBaseEnvironmentData in de.xima.fc.interfaces.formModifier and TypeInterfaceDescriptioninterface
Environment data required within the form designer. -
Uses of IBaseEnvironmentData in de.xima.fc.interfaces.workflow
Subinterfaces of IBaseEnvironmentData in de.xima.fc.interfaces.workflowModifier and TypeInterfaceDescriptioninterface
General parameters for workflow related methods, such as the project containing the workflow and the client owning the project. -
Uses of IBaseEnvironmentData in de.xima.fc.interfaces.workflow.execution
Subinterfaces of IBaseEnvironmentData in de.xima.fc.interfaces.workflow.executionModifier and TypeInterfaceDescriptioninterface
Data related to the current workflow execution, such as the form record or the locale. -
Uses of IBaseEnvironmentData in de.xima.fc.interfaces.workflow.params
Subinterfaces of IBaseEnvironmentData in de.xima.fc.interfaces.workflow.paramsModifier and TypeInterfaceDescriptioninterface
Environment data required when create node or trigger prototypes.Methods in de.xima.fc.interfaces.workflow.params that return IBaseEnvironmentData -
Uses of IBaseEnvironmentData in de.xima.fc.interfaces.workflow.validation
Subinterfaces of IBaseEnvironmentData in de.xima.fc.interfaces.workflow.validationModifier and TypeInterfaceDescriptioninterface
Validation context that is passed toIElementHandler.validateGlobal(de.xima.fc.interfaces.workflow.params.IElementGlobalValidationParams)
.interface
Validation context that can be used (such as by beinginjected
into anIChoiceProviding
set on aSingleChoice
constraint annotation) during Jakarta bean API validation.interface
Validation context that is passed toIElementHandler.validateLocal(de.xima.fc.interfaces.workflow.params.IElementLocalValidationParams)
.interface
Context holding data required during a local workflow validation process, i.e. when each node gets validated individually.interface
Context holding global data required during a workflow validation process. -
Uses of IBaseEnvironmentData in de.xima.fc.workflow.designer.logic
Classes in de.xima.fc.workflow.designer.logic that implement IBaseEnvironmentDataModifier and TypeClassDescriptionclass
AN implementation ofIWorkflowValidationEnvironmentData
that lazily reads the data from the context beans (session bean, locale bean etc.).class
Context for the workflow validation that is available when bean validation is invoked from JSF.class
Implementation ofIBaseWorkflowEnvironmentData
that takes the data from the current designer view scope. -
Uses of IBaseEnvironmentData in de.xima.fc.workflow.model
Classes in de.xima.fc.workflow.model that implement IBaseEnvironmentDataModifier and TypeClassDescriptionclass
POJO implementation ofIWorkflowValidationEnvironmentData
.class
POJO implementation ofIWorkflowValidationEnvironmentData
. -
Uses of IBaseEnvironmentData in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic with parameters of type IBaseEnvironmentDataModifier and TypeMethodDescriptionstatic List<INodeWithName>
WorkflowProviderHelper.computeAttachmentProvidingPredecessors
(IBaseEnvironmentData environmentData, IWorkflowFlowAnalysis analysis, NodeKey target, Map<NodeKey, IWorkflowElementWithDeserializedModel<?, WorkflowNode>> index, FlowGraphFilter.Backward filter) Finds all previous nodes that can provide attachments for the given target node.static List<INodeWithName>
WorkflowProviderHelper.computePredecessors
(IBaseEnvironmentData environmentData, IWorkflowFlowAnalysis analysis, NodeKey target, Map<NodeKey, IWorkflowElementWithDeserializedModel<?, WorkflowNode>> index, FlowGraphFilter.Backward filter) Finds all previous nodes for the given target node.static List<INodeWithName>
WorkflowProviderHelper.computeProvidingPredecessors
(IBaseEnvironmentData environmentData, IWorkflowFlowAnalysis analysis, NodeKey target, Map<NodeKey, IWorkflowElementWithDeserializedModel<?, WorkflowNode>> index, FlowGraphFilter.Backward filter) Finds all previous nodes that can provide files for the given target node.Constructors in de.xima.fc.workflow.processor.logic with parameters of type IBaseEnvironmentDataModifierConstructorDescriptionWorkflowElementAvailabilityCheck
(IBaseEnvironmentData environmentData) Creates a new availability check with the given environment data. -
Uses of IBaseEnvironmentData in de.xima.fc.workflow.processor.logic.validation
Classes in de.xima.fc.workflow.processor.logic.validation that implement IBaseEnvironmentDataModifier and TypeClassDescriptionclass
Default (mainly POJO) implementation of theIWorkflowLocalHandlerValidationContext
andIWorkflowGlobalHandlerValidationContext
.class
AIWorkflowLocalHandlerValidationContext
that can be injected via dependency injection. -
Uses of IBaseEnvironmentData in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IBaseEnvironmentDataModifier and TypeClassDescriptionfinal class
Parameters common to both theIWorkflowLocalHandlerValidationContext
and theIWorkflowGlobalHandlerValidationContext
.Methods in de.xima.fc.workflow.processor.model that return IBaseEnvironmentDataConstructors in de.xima.fc.workflow.processor.model with parameters of type IBaseEnvironmentDataModifierConstructorDescriptionIsAvailableParams
(TData data, IBaseEnvironmentData environmentData) Creates a new POJO instance ofIIsAvailableParams
with the given values.