Uses of Class
de.xima.fc.entities.AWorkflowElement
-
Packages that use AWorkflowElement Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.plugin.workflow de.xima.fc.refactor -
-
Uses of AWorkflowElement in de.xima.fc.entities
Subclasses of AWorkflowElement in de.xima.fc.entities Modifier and Type Class Description class
WorkflowNode
A workflow node that represents a statement in a workflow task.class
WorkflowTrigger
A workflow trigger that start aWorkflowTask
when a certain event occurs. -
Uses of AWorkflowElement in de.xima.fc.plugin.workflow
Methods in de.xima.fc.plugin.workflow with type parameters of type AWorkflowElement Modifier and Type Method Description static <TElement extends AWorkflowElement<?,?>>
TElementWorkflowCustomParametersHelper. transferToDataModel(TElement element, com.alibaba.fastjson.JSONObject customParams, Object data, Mandant client)
Extract the relevant data from the element's properties model and set the data on theAWorkflowElement
. -
Uses of AWorkflowElement in de.xima.fc.refactor
Methods in de.xima.fc.refactor with parameters of type AWorkflowElement Modifier and Type Method Description static boolean
WorkflowPlaceholderRefactorProcessor. refactorPlaceholdersInWorkflowElement(AWorkflowElement<?,?> element, IPlaceholderRefactorMapper refactorer, Mandant client)
PerformsrefactorPlaceholders
in the given workflow element (node or trigger).
-