Uses of Class
de.xima.fc.entities.AWorkflowElement
Packages that use AWorkflowElement
Package
Description
Package für Datenbankentitäten
-
Uses of AWorkflowElement in de.xima.fc.entities
Subclasses of AWorkflowElement in de.xima.fc.entitiesModifier and TypeClassDescriptionclassA workflow node that represents a statement in a workflow task.classA workflow trigger that start aWorkflowTaskwhen a certain event occurs. -
Uses of AWorkflowElement in de.xima.fc.interfaces.workflow.bpmn
Classes in de.xima.fc.interfaces.workflow.bpmn with type parameters of type AWorkflowElementModifier and TypeInterfaceDescriptioninterfaceIModelWorkflowElementParams<Model, Element extends AWorkflowElement<Element,?>, PartBuilder extends IStructuredBpmnModelPartBuilder<?>> Parameters that are passed when modelling a workflow element, seeIWorkflowTriggerBpmnModelerandIWorkflowNodeBpmnModelerMethods in de.xima.fc.interfaces.workflow.bpmn with parameters of type AWorkflowElementModifier and TypeMethodDescriptionIFertileStructuredBpmnModelPartBuilder.addChildPart(IFlattenedAlignmentItemMap<?> flattened, AWorkflowElement<?, ?> element) Retrieves theIStructuredBpmnModelPartfrom the flattened alignment map, using the node as the value, and adds a child part with the position to the list of child parts of this part, seeIStructuredBpmnModelPart.childParts().IFertileStructuredBpmnModelPartBuilder.addChildPart(IFlattenedAlignmentItemMap<?> flattened, AWorkflowElement<?, ?> element, de.xima.bpmn_model.api.element.bpmn.common.FlowElementsContainer<?> container) Retrieves theIStructuredBpmnModelPartfrom the flattened alignment map, using the node as the value, and adds a child part with the position to the list of child parts of this part, seeIStructuredBpmnModelPart.childParts().IFertileStructuredBpmnModelPartBuilder.addChildPart(IFlattenedAlignmentItemMap<?> flattened, AWorkflowElement<?, ?> element, de.xima.bpmn_model.api.element.bpmn.common.FlowElementsContainer<?> container, de.xima.bpmn_model.api.element.bpmn.process.Lane lane) Retrieves theIStructuredBpmnModelPartfrom the flattened alignment map, using the node as the value, and adds a child part with the position to the list of child parts of this part, seeIStructuredBpmnModelPart.childParts().IFertileStructuredBpmnModelPartBuilder.addChildPart(IFlattenedAlignmentItemMap<?> flattened, AWorkflowElement<?, ?> element, IBpmnElementAccessor<? extends de.xima.bpmn_model.api.element.bpmn.common.FlowElementsContainer<?>> container) Retrieves theIStructuredBpmnModelPartfrom the flattened alignment map, using the node as the value, and adds a child part with the position to the list of child parts of this part, seeIStructuredBpmnModelPart.childParts().IFertileStructuredBpmnModelPartBuilder.addChildPart(IFlattenedAlignmentItemMap<?> flattened, AWorkflowElement<?, ?> element, IBpmnElementAccessor<? extends de.xima.bpmn_model.api.element.bpmn.common.FlowElementsContainer<?>> container, de.xima.bpmn_model.api.element.bpmn.process.Lane lane) Retrieves theIStructuredBpmnModelPartfrom the flattened alignment map, using the node as the value, and adds a child part with the position to the list of child parts of this part, seeIStructuredBpmnModelPart.childParts(). -
Uses of AWorkflowElement in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow with parameters of type AWorkflowElementModifier and TypeMethodDescriptionprotected ObjectAWorkflowEngineTest.getSuccessValue(IEventExecutionResult result, AWorkflowElement<?, ?> element) protected <T> TAWorkflowEngineTest.getSuccessValueAs(IEventExecutionResult result, AWorkflowElement<?, ?> element, Class<T> expectedType) protected <TElement extends IWorkflowElementEntity, TSearchTerm extends AWorkflowElementSearchTerm<TElement>, TData extends BaseActionProps>
voidAWorkflowEngineTest.updateName(AWorkflowElement<TElement, TSearchTerm> element, String name) protected <TElement extends IWorkflowElementEntity, TSearchTerm extends AWorkflowElementSearchTerm<TElement>, TData>
voidAWorkflowEngineTest.updateParams(AWorkflowElement<TElement, TSearchTerm> element, IElementHandler<TData, TElement> handler, Consumer<TData> updater) protected <TElement extends IWorkflowElementEntity, TSearchTerm extends AWorkflowElementSearchTerm<TElement>, TData>
voidAWorkflowEngineTest.updateParams(AWorkflowElement<TElement, TSearchTerm> element, Class<TData> type, Consumer<TData> updater) protected <TElement extends IWorkflowElementEntity, TSearchTerm extends AWorkflowElementSearchTerm<TElement>>
voidAWorkflowEngineTest.updateParams(AWorkflowElement<TElement, TSearchTerm> element, Consumer<Object> updater) -
Uses of AWorkflowElement in de.xima.fc.plugin.workflow
Methods in de.xima.fc.plugin.workflow with type parameters of type AWorkflowElementModifier and TypeMethodDescriptionstatic <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 AWorkflowElementModifier and TypeMethodDescriptionstatic booleanWorkflowPlaceholderRefactorProcessor.refactorPlaceholdersInWorkflowElement(AWorkflowElement<?, ?> element, IPlaceholderRefactorMapper refactorer, Mandant client) PerformsrefactorPlaceholdersin the given workflow element (node or trigger). -
Uses of AWorkflowElement in de.xima.fc.workflow.processor.factory
Classes in de.xima.fc.workflow.processor.factory with type parameters of type AWorkflowElementModifier and TypeInterfaceDescriptioninterfaceIMultiConditionBuilder<Self extends IMultiConditionBuilder<Self, Props, WorkflowElement>, Props, WorkflowElement extends AWorkflowElement<?,?>> Contract for builders that allow configuring multiple conditions.interfaceIWorkflowElementBuilder<WorkflowElement extends AWorkflowElement<?,?>, Props> Base interface for building a workflow element (node or trigger).