Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IStructuredBpmnModelPart
-
Packages that use IStructuredBpmnModelPart Package Description de.xima.fc.common.workflow.bpmn de.xima.fc.interfaces.workflow.bpmn -
-
Uses of IStructuredBpmnModelPart in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn with parameters of type IStructuredBpmnModelPart Modifier and Type Method Description static WorkflowBpmnPointRef.StructuredPartRef
WorkflowBpmnPointRef. partIncomingRef(IStructuredBpmnModelPart modelPart)
Creates aWorkflowBpmnPointRef
to the in port of aIStructuredBpmnModelPart
.static WorkflowBpmnPointRef.StructuredPartRef
WorkflowBpmnPointRef. partOutgoingRef(IStructuredBpmnModelPart modelPart)
Creates aWorkflowBpmnPointRef
to the out port of aIStructuredBpmnModelPart
. -
Uses of IStructuredBpmnModelPart in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return IStructuredBpmnModelPart Modifier and Type Method Description IStructuredBpmnModelPart
IWorkflowBpmnModelContext. modelNode(WorkflowNode node)
Models the given node as a BPMN model part.IStructuredBpmnModelPart
IWorkflowBpmnModelContext. modelProcess(WorkflowProcess process)
Models the given process as a BPMN model part.IStructuredBpmnModelPart
IWorkflowBpmnModelContext. modelTask(WorkflowTask task)
Models the given task as a BPMN model part.IStructuredBpmnModelPart
IWorkflowBpmnModelContext. modelTrigger(WorkflowTrigger node)
Models the given trigger as a BPMN model part.IStructuredBpmnModelPart
IStructuredBpmnModelPartChild. part()
The part representing the child.Methods in de.xima.fc.interfaces.workflow.bpmn that return types with arguments of type IStructuredBpmnModelPart Modifier and Type Method Description default List<Positioned<? extends IStructuredBpmnModelPart,Point2DDouble>>
IStructuredBpmnModelPart. childAlignmentItems()
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type IStructuredBpmnModelPart Modifier and Type Method Description Self
IFertileStructuredBpmnModelPartBuilder. addChildPart(IStructuredBpmnModelPart part, Point2DDouble position)
Adds a child part with a position to the list of child parts of this part, seechildParts()
.Self
IFertileStructuredBpmnModelPartBuilder. addChildPart(IStructuredBpmnModelPart part, Point2DDouble position, de.xima.bpmn_model.api.element.bpmn.common.FlowElementsContainer<?> container)
Adds a child part with a position and container to the list of child parts of this part, seechildParts()
.Self
IFertileStructuredBpmnModelPartBuilder. addChildPart(IStructuredBpmnModelPart part, Point2DDouble position, de.xima.bpmn_model.api.element.bpmn.common.FlowElementsContainer<?> container, de.xima.bpmn_model.api.element.bpmn.process.Lane lane)
Adds a child part with a position, container, and lane to the list of child parts of this part, seechildParts()
.Self
IFertileStructuredBpmnModelPartBuilder. addChildPart(IStructuredBpmnModelPart part, Point2DDouble position, IBpmnElementAccessor<? extends de.xima.bpmn_model.api.element.bpmn.common.FlowElementsContainer<?>> container)
Adds a child part with a position and container to the list of child parts of this part, seechildParts()
.Self
IFertileStructuredBpmnModelPartBuilder. addChildPart(IStructuredBpmnModelPart part, Point2DDouble position, IBpmnElementAccessor<? extends de.xima.bpmn_model.api.element.bpmn.common.FlowElementsContainer<?>> container, de.xima.bpmn_model.api.element.bpmn.process.Lane lane)
Adds a child part with a position, container, and lane to the list of child parts of this part, seechildParts()
.Self
IEventContainingStructuredBpmnModelPartBuilder. addRaisableErrorsFromParts(IStructuredBpmnModelPart... childParts)
Adds all raisable errors from the given parts (usually child parts) to this part, seeraisableErrors()
.Self
IEventContainingStructuredBpmnModelPartBuilder. addRaisableEscalationsFromParts(IStructuredBpmnModelPart... childParts)
Adds all raisable escalations from the given parts (usually child parts) to this part, seeraisableEscalations()
.Self
IEventContainingStructuredBpmnModelPartBuilder. addRaisablesFromParts(IStructuredBpmnModelPart... childParts)
Adds all raisable escalations, errors, and escalations from the given parts (usually child parts) to this part, seeraisableEscalations
,raisableErrors
, andraisableSignals
.Self
IEventContainingStructuredBpmnModelPartBuilder. addRaisableSignalsFromParts(IStructuredBpmnModelPart... childParts)
Adds all raisable signals from the given parts (usually child parts) to this part, seeraisableSignals()
.IWorkflowBpmnFlowEdgeBuilder
IWorkflowBpmnFlowEdgeBuilder. fromInPort(IStructuredBpmnModelPart part)
Sets the sequence flow's source to the in port of the given structured model part.IWorkflowBpmnFlowEdgeBuilder
IWorkflowBpmnFlowEdgeBuilder. fromOutPort(IStructuredBpmnModelPart part)
Sets the sequence flow's source to the out port of the given structured model part.WorkflowNode
IWorkflowElementStore. nodeByPart(IStructuredBpmnModelPart part)
Gets the workflow node from which the part was created.WorkflowProcess
IWorkflowElementStore. processByPart(IStructuredBpmnModelPart part)
Gets the workflow process from which the part was created.Self
IEventContainingStructuredBpmnModelPartBuilder. removeRaisableErrorsFromParts(IStructuredBpmnModelPart... childParts)
Removes all raisable errors of the given parts (usually child parts) from this part,raisableErrors
.Self
IEventContainingStructuredBpmnModelPartBuilder. removeRaisableEscalationsFromParts(IStructuredBpmnModelPart... childParts)
Removes all raisable escalations of the given parts (usually child parts) from this part,raisableEscalations
.Self
IEventContainingStructuredBpmnModelPartBuilder. removeRaisablesFromParts(IStructuredBpmnModelPart... childParts)
Removes all raisable escalations, errors, and escalations of the given parts (usually child parts) from this part, seeraisableEscalations
,raisableErrors
, andraisableSignals
.Self
IEventContainingStructuredBpmnModelPartBuilder. removeRaisableSignalsFromParts(IStructuredBpmnModelPart... childParts)
Removes all raisable signals of the given parts (usually child parts) from this part,raisableSignals
.WorkflowTask
IWorkflowElementStore. taskByPart(IStructuredBpmnModelPart part)
Gets the workflow task from which the part was created.IWorkflowBpmnFlowEdgeBuilder
IWorkflowBpmnFlowEdgeBuilder. toInPort(IStructuredBpmnModelPart part)
Sets the sequence flow's target to the in port of the given structured model part.IWorkflowBpmnFlowEdgeBuilder
IWorkflowBpmnFlowEdgeBuilder. toOutPort(IStructuredBpmnModelPart part)
Sets the sequence flow's target to the out port of the given structured model part.WorkflowTrigger
IWorkflowElementStore. triggerByPart(IStructuredBpmnModelPart part)
Gets the workflow trigger from which the part was created.Method parameters in de.xima.fc.interfaces.workflow.bpmn with type arguments of type IStructuredBpmnModelPart Modifier and Type Method Description Self
IEventContainingStructuredBpmnModelPartBuilder. addRaisableErrorsFromParts(Iterable<? extends IStructuredBpmnModelPart> childParts)
Adds all raisable errors from the given parts (usually child parts) to this part, seeraisableErrors()
.Self
IEventContainingStructuredBpmnModelPartBuilder. addRaisableEscalationsFromParts(Iterable<? extends IStructuredBpmnModelPart> childParts)
Adds all raisable escalations from the given parts (usually child parts) to this part, seeraisableEscalations()
.Self
IEventContainingStructuredBpmnModelPartBuilder. addRaisablesFromParts(Iterable<? extends IStructuredBpmnModelPart> childParts)
Adds all raisable escalations, errors, and escalations from the given parts (usually child parts) to this part, seeraisableEscalations()
,raisableErrors()
, andraisableSignals()
.Self
IEventContainingStructuredBpmnModelPartBuilder. addRaisableSignalsFromParts(Iterable<? extends IStructuredBpmnModelPart> childParts)
Adds all raisable signals from the given parts (usually child parts) to this part, seeraisableSignals()
.Self
IEventContainingStructuredBpmnModelPartBuilder. removeRaisableErrorsFromParts(Iterable<? extends IStructuredBpmnModelPart> childParts)
Removes all raisable errors of the given parts (usually child parts) from this part,raisableErrors
.Self
IEventContainingStructuredBpmnModelPartBuilder. removeRaisableEscalationsFromParts(Iterable<? extends IStructuredBpmnModelPart> childParts)
Removes all raisable escalations of the given parts (usually child parts) from this part,raisableEscalations
.Self
IEventContainingStructuredBpmnModelPartBuilder. removeRaisablesFromParts(Iterable<? extends IStructuredBpmnModelPart> childParts)
Removes all raisable escalations, errors, and escalations of the given parts (usually child parts) from this part, seeraisableEscalations
,raisableErrors
, andraisableSignals
.Self
IEventContainingStructuredBpmnModelPartBuilder. removeRaisableSignalsFromParts(Iterable<? extends IStructuredBpmnModelPart> childParts)
Removes all raisable signals of the given parts (usually child parts) from this part,raisableSignals
.
-