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 WorkflowProcessWorkflowProcessDao. 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 WorkflowProcessIWorkflowProcessDao. 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 TElementIWorkflowElementDao. 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 WorkflowProcessWorkflowProcess. cloneBasics()WorkflowProcessWorkflowVersion. getMainProcess()WorkflowProcessWorkflowTask. getProcess()Methods in de.xima.fc.entities with parameters of type WorkflowProcess Modifier and Type Method Description voidWorkflowVersion. setMainProcess(WorkflowProcess mainProcess)voidWorkflowTask. 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 WorkflowProcessFetchWorkflowConfigResponse. 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.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return WorkflowProcess Modifier and Type Method Description WorkflowProcessIModelWorkflowItemParams. process()The workflow process containing theelement.WorkflowProcessIWorkflowElementStore. processById(String id)Gets the process with the given ID.WorkflowProcessIWorkflowElementStore. processByPart(IStructuredBpmnModelPart part)Gets the workflow process from which the part was created.WorkflowProcessIWorkflowElementStore. workflowProcess()The workflow process for which a BPMN diagram is created.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type WorkflowProcess Modifier and Type Method Description StringIWorkflowBpmnLocalization. attachmentNames(WorkflowProcess process, IReferencedAttachmentList attachmentList)Returns a comma-separated list of descriptive names for the given attachments.StringIWorkflowBpmnLocalization. fileNames(WorkflowProcess process, IReferencedFileList fileList)Returns a comma-separated list of descriptive names for the given files.IStructuredBpmnModelPartIWorkflowBpmnModelContext. modelProcess(WorkflowProcess process)Models the given process as a BPMN model part.WorkflowNodeIWorkflowElementStore. nodeByUuid(WorkflowProcess context, NodeKey nodeKey)Gets the node with the given UUID.StringIWorkflowBpmnLocalization. nodeNameOptional(WorkflowProcess process, NodeKey nodeKey)Localizes the name of a workflow node, identified by its UUID.StringIWorkflowBpmnLocalization. nodeNameRequired(WorkflowProcess process, NodeKey nodeKey)Localizes the name of a workflow node, identified by its UUID.StringIWorkflowElementStore. processId(WorkflowProcess process)Gets the ID of the given process.WorkflowNodeIWorkflowElementStore. resolveControlTransferTarget(WorkflowProcess process, WorkflowNode source, NodeKey target, EStandardControlTransferType controlTransferType)Resolves the target node for a control transfer (e.g., continue, break, etc.) to the given target.WorkflowNodeIWorkflowElementStore. resolveControlTransferTarget(WorkflowProcess process, WorkflowNode source, NodeKey target, String controlTransferType)Resolves the target node for a control transfer (e.g., continue, break, etc.) to the given target.WorkflowTriggerIWorkflowElementStore. triggerByUuid(WorkflowProcess context, TriggerKey triggerKey)Gets the trigger with the given UUID.StringIWorkflowBpmnLocalization. triggerNameOptional(WorkflowProcess process, TriggerKey triggerKey)Localizes the name of a workflow trigger, identified by its key.StringIWorkflowBpmnLocalization. triggerNameRequired(WorkflowProcess process, TriggerKey triggerKey)Localizes the name of a workflow trigger, identified by its key. -
Uses of WorkflowProcess in de.xima.fc.ms.test.workflow
Fields in de.xima.fc.ms.test.workflow declared as WorkflowProcess Modifier and Type Field Description protected WorkflowProcessAWorkflowEngineTest. process -
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 IWorkflowPlaceholderRefactorRetValWorkflowPlaceholderRefactorProcessor. refactorPlaceholdersInWorkflowProcess(WorkflowProcess process, IPlaceholderRefactorMapper refactorer, Mandant client)PerformsrefactorPlaceholdersin 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 WorkflowVersionEntityDummyFactory. 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 WorkflowVersionStagerWorkflowVersionStager. 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 WorkflowProcessFlowchartModelConverter. toDataModel(FlowchartModel flowchartModel, Mandant client)static WorkflowProcessFlowchartModelConverter. 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 ProcessModelFlowchartModelConverter. toViewModel(WorkflowProcess process, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) -
Uses of WorkflowProcess in de.xima.fc.workflow.converter.bpmn
Methods in de.xima.fc.workflow.converter.bpmn that return WorkflowProcess Modifier and Type Method Description WorkflowProcessFlowchartToBpmnConverterInput. process()Gets the process to be converted.Methods in de.xima.fc.workflow.converter.bpmn with parameters of type WorkflowProcess Modifier and Type Method Description static FlowchartToBpmnConverterInput.BuilderFlowchartToBpmnConverterInput. builder(Mandant client, Projekt project, WorkflowProcess process, IMessageLocalizer localizer)Creates a newFlowchartToBpmnConverterInput.Builderfor constructing aFlowchartToBpmnConverterInput. -
Uses of WorkflowProcess in de.xima.fc.workflow.designer.bpmn.helper
Methods in de.xima.fc.workflow.designer.bpmn.helper with parameters of type WorkflowProcess Modifier and Type Method Description static voidBpmnExportViewHelper. refreshAvailableTasks(ViewSettingsModel model, WorkflowProcess process)Refreshes the givenViewSettingsModelwith the tasks from the givenWorkflowProcess, preserving the selected tasks. -
Uses of WorkflowProcess in de.xima.fc.workflow.designer.bpmn.model
Methods in de.xima.fc.workflow.designer.bpmn.model that return WorkflowProcess Modifier and Type Method Description WorkflowProcessDeserializedWorkflow. process()Constructors in de.xima.fc.workflow.designer.bpmn.model with parameters of type WorkflowProcess Constructor Description DeserializedWorkflow(WorkflowProcess process, List<WorkflowState> states) -
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 IWorkflowValidationResultValidationHelper. performFullValidation(WorkflowProcess process, FlowchartModel flowchartModel, WorkflowValidationModel validationModel, ViewSettingsModel viewSettingsModel, IWorkflowProvider provider)Performs a full validation of the workflow and validates all elements.static voidValidationHelper. performInitialValidation(IWorkflowValidationEnvironmentData params, IWorkflowProvider provider, FlowchartModel flowchartModel, WorkflowProcess process, WorkflowValidationModel validationModel)Performs the initial full validation when the workflow designer is opened.static IWorkflowValidationResultValidationHelper. 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 IWorkflowValidationResultWorkflowValidator. 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 IWorkflowValidationResultIWorkflowValidator. 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 WorkflowFlowAnalysisWorkflowFlowAnalysis. 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 booleanWorkflowValidatorHelper. 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 WorkflowElementIndexWorkflowElementIndex. of(WorkflowProcess process, Mandant client)Creates a new index with all workflow element from the given process.
-