Uses of Class
de.xima.fc.entities.WorkflowProcess
-
-
Uses of WorkflowProcess in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return WorkflowProcess Modifier and Type Method Description WorkflowProcess
WorkflowProcessDao. loadMainProcess(IEntityContext ec, WorkflowVersion workflowVersion)
-
Uses of WorkflowProcess in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return WorkflowProcess Modifier and Type Method Description WorkflowProcess
IWorkflowProcessDao. 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 WorkflowProcess Modifier and Type Method Description default 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 WorkflowProcess Modifier and Type Method Description WorkflowProcess
WorkflowProcess. cloneBasics()
WorkflowProcess
WorkflowVersion. getMainProcess()
WorkflowProcess
WorkflowTask. getProcess()
Methods in de.xima.fc.entities with parameters of type WorkflowProcess Modifier and Type Method Description void
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 WorkflowProcess Modifier and Type Method Description WorkflowProcess
FetchWorkflowConfigResponse. getProcess()
Constructors in de.xima.fc.gui.bean.designer.request with parameters of type WorkflowProcess Constructor Description FetchWorkflowConfigResponse(WorkflowProcess process, List<WorkflowState> states)
Creates a new POJO with the given data. -
Uses of WorkflowProcess in de.xima.fc.refactor
Methods in de.xima.fc.refactor with parameters of type WorkflowProcess Modifier and Type Method Description static IWorkflowPlaceholderRefactorRetVal
WorkflowPlaceholderRefactorProcessor. 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 WorkflowProcess Modifier and Type Method Description static 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 WorkflowProcess Modifier and Type Method Description static 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 WorkflowProcess Modifier and Type Method Description static 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 WorkflowProcess Modifier and Type Method Description static 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 WorkflowProcess Modifier and Type Method Description static 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 WorkflowProcess Modifier and Type Method Description IWorkflowValidationResult
WorkflowValidator. 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 WorkflowProcess Modifier and Type Method Description IWorkflowValidationResult
IWorkflowValidator. 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 WorkflowProcess Modifier and Type Method Description static 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 WorkflowProcess Modifier and Type Method Description static 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 WorkflowProcess Modifier and Type Method Description static WorkflowElementIndex
WorkflowElementIndex. of(WorkflowProcess process, Mandant client)
Creates a new index with all workflow element from the given process.
-