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 TypeInterfaceDescriptioninterfaceEnvironment 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 TypeInterfaceDescriptioninterfaceGeneral 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 TypeInterfaceDescriptioninterfaceData 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 TypeInterfaceDescriptioninterfaceEnvironment 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 TypeInterfaceDescriptioninterfaceValidation context that is passed toIElementHandler.validateGlobal(de.xima.fc.interfaces.workflow.params.IElementGlobalValidationParams).interfaceValidation context that can be used (such as by beinginjectedinto anIChoiceProvidingset on aSingleChoiceconstraint annotation) during Jakarta bean API validation.interfaceValidation context that is passed toIElementHandler.validateLocal(de.xima.fc.interfaces.workflow.params.IElementLocalValidationParams).interfaceContext holding data required during a local workflow validation process, i.e. when each node gets validated individually.interfaceContext 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 TypeClassDescriptionclassAN implementation ofIWorkflowValidationEnvironmentDatathat lazily reads the data from the context beans (session bean, locale bean etc.).classContext for the workflow validation that is available when bean validation is invoked from JSF.classImplementation ofIBaseWorkflowEnvironmentDatathat 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 TypeClassDescriptionclassPOJO implementation ofIWorkflowValidationEnvironmentData.classPOJO 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 TypeClassDescriptionclassDefault (mainly POJO) implementation of theIWorkflowLocalHandlerValidationContextandIWorkflowGlobalHandlerValidationContext.classAIWorkflowLocalHandlerValidationContextthat 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 classParameters common to both theIWorkflowLocalHandlerValidationContextand 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 ofIIsAvailableParamswith the given values.