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 performing workflow related operations.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.helper
Methods in de.xima.fc.workflow.designer.helper with parameters of type IBaseEnvironmentDataModifier and TypeMethodDescriptionstatic List<WorkflowStateModel> WorkflowStateHelper.mergeWorkflowStates(IBaseEnvironmentData env, ProcessModel process, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, List<WorkflowState> oldStates, List<WorkflowStateModel> newStates) Used when a backup is loaded.static UnpackedFlowchartSnapshotWorkflowBackupHelper.unpackSnapshot(IBaseEnvironmentData env, FlowchartSnapshot snapshot) Unpacks the contents of the snapshots.static UnpackedFlowchartSnapshotWorkflowBackupHelper.unpackSnapshot(IBaseEnvironmentData env, FlowchartSnapshot snapshot, WorkflowVersion workflowVersion) Unpacks the contents of the snapshots. -
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.final classImplementation ofIBaseWorkflowEnvironmentDatathat takes the data from the current designer view scope. -
Uses of IBaseEnvironmentData in de.xima.fc.workflow.designer.model
Classes in de.xima.fc.workflow.designer.model that implement IBaseEnvironmentData -
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
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.