Uses of Class
de.xima.fc.entities.WorkflowProcess
Packages that use WorkflowProcess
Package
Description
Package für Datenbankentitäten
-
Uses of WorkflowProcess in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return WorkflowProcessModifier and TypeMethodDescriptionWorkflowProcessDao.loadMainProcess
(IEntityContext ec, WorkflowVersion workflowVersion) -
Uses of WorkflowProcess in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return WorkflowProcessModifier and TypeMethodDescriptionIWorkflowProcessDao.loadMainProcess
(IEntityContext ec, WorkflowVersion workflowVersion) Fetches the main process of the given workflow version of the given project.Methods in de.xima.fc.dao.interfaces with parameters of type WorkflowProcessModifier and TypeMethodDescriptiondefault TElement
IWorkflowElementDao.byUuid
(IEntityContext ec, WorkflowProcess process, UUID taskUuid, UUID elementUuid) -
Uses of WorkflowProcess in de.xima.fc.entities
Methods in de.xima.fc.entities that return WorkflowProcessModifier and TypeMethodDescriptionWorkflowProcess.cloneBasics()
WorkflowVersion.getMainProcess()
WorkflowTask.getProcess()
Methods in de.xima.fc.entities with parameters of type WorkflowProcessModifier and TypeMethodDescriptionvoid
WorkflowVersion.setMainProcess
(WorkflowProcess mainProcess) void
WorkflowTask.setProcess
(WorkflowProcess process) -
Uses of WorkflowProcess in de.xima.fc.gui.bean.designer.request
Methods in de.xima.fc.gui.bean.designer.request that return WorkflowProcessConstructors in de.xima.fc.gui.bean.designer.request with parameters of type WorkflowProcessModifierConstructorDescriptionFetchWorkflowConfigResponse
(WorkflowProcess process, List<WorkflowState> states) Creates a new POJO with the given data. -
Uses of WorkflowProcess in de.xima.fc.ms.test.workflow
Fields in de.xima.fc.ms.test.workflow declared as WorkflowProcess -
Uses of WorkflowProcess in de.xima.fc.refactor
Methods in de.xima.fc.refactor with parameters of type WorkflowProcessModifier and TypeMethodDescriptionWorkflowPlaceholderRefactorProcessor.refactorPlaceholdersInWorkflowProcess
(WorkflowProcess process, IPlaceholderRefactorMapper refactorer, Mandant client) PerformsrefactorPlaceholders
in all elements of the given process. -
Uses of WorkflowProcess in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper with parameters of type WorkflowProcessModifier and TypeMethodDescriptionstatic WorkflowVersion
EntityDummyFactory.dummyWorkflowVersion
(Projekt project, WorkflowProcess process, int versionNumber) -
Uses of WorkflowProcess in de.xima.fc.workflow
Methods in de.xima.fc.workflow with parameters of type WorkflowProcessModifier and TypeMethodDescriptionstatic WorkflowVersionStager
WorkflowVersionStager.forProcess
(IEntityContext ec, WorkflowProcess newProcess, WorkflowProcess oldProcess) -
Uses of WorkflowProcess in de.xima.fc.workflow.converter
Methods in de.xima.fc.workflow.converter that return WorkflowProcessModifier and TypeMethodDescriptionstatic WorkflowProcess
FlowchartModelConverter.toDataModel
(FlowchartModel flowchartModel, Mandant client) static WorkflowProcess
FlowchartModelConverter.toDataModel
(ProcessModel process, Map<ElementKey, com.alibaba.fastjson.JSONObject> customParamsMap, Mandant client) Methods in de.xima.fc.workflow.converter with parameters of type WorkflowProcessModifier and TypeMethodDescriptionstatic ProcessModel
FlowchartModelConverter.toViewModel
(WorkflowProcess process, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) -
Uses of WorkflowProcess in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper with parameters of type WorkflowProcessModifier and TypeMethodDescriptionstatic IWorkflowValidationResult
ValidationHelper.performFullValidation
(WorkflowProcess process, FlowchartModel flowchartModel, WorkflowValidationModel validationModel, ViewSettingsModel viewSettingsModel, IWorkflowProvider provider) Performs a full validation of the workflow and validates all elements.static void
ValidationHelper.performInitialValidation
(IWorkflowValidationEnvironmentData params, IWorkflowProvider provider, FlowchartModel flowchartModel, WorkflowProcess process, WorkflowValidationModel validationModel) Performs the initial full validation when the workflow designer is opened.static IWorkflowValidationResult
ValidationHelper.validate
(IWorkflowValidationEnvironmentData params, WorkflowProcess process, Set<ElementKey> elementsToValidate, WorkflowFlowAnalysis executionAnalysis, IWorkflowProvider provider, EWorkflowValidationGroup... groups) Validates the workflow for the given process. -
Uses of WorkflowProcess in de.xima.fc.workflow.processor.engine
Methods in de.xima.fc.workflow.processor.engine with parameters of type WorkflowProcessModifier and TypeMethodDescriptionWorkflowValidator.validateProcess
(WorkflowProcess process, EWorkflowValidationGroup... groups) -
Uses of WorkflowProcess in de.xima.fc.workflow.processor.iface
Methods in de.xima.fc.workflow.processor.iface with parameters of type WorkflowProcessModifier and TypeMethodDescriptionIWorkflowValidator.validateProcess
(WorkflowProcess process, EWorkflowValidationGroup... groups) Performs a validation of an entire workflow process, including all tasks, triggers, and nodes. -
Uses of WorkflowProcess in de.xima.fc.workflow.processor.logic.analysis
Methods in de.xima.fc.workflow.processor.logic.analysis with parameters of type WorkflowProcessModifier and TypeMethodDescriptionstatic WorkflowFlowAnalysis
WorkflowFlowAnalysis.analyzeProcess
(WorkflowProcess process, Mandant client) Analyzes the execution of all tasks of the given workflow process. -
Uses of WorkflowProcess in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation with parameters of type WorkflowProcessModifier and TypeMethodDescriptionstatic boolean
WorkflowValidatorHelper.validateProcessDetails
(DefaultWorkflowValidationContext context, WorkflowProcess process) Validates the details of a process. -
Uses of WorkflowProcess in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model with parameters of type WorkflowProcessModifier and TypeMethodDescriptionstatic WorkflowElementIndex
WorkflowElementIndex.of
(WorkflowProcess process, Mandant client) Creates a new index with all workflow element from the given process.