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.StructuredPartRefWorkflowBpmnPointRef. partIncomingRef(IStructuredBpmnModelPart modelPart)Creates aWorkflowBpmnPointRefto the in port of aIStructuredBpmnModelPart.static WorkflowBpmnPointRef.StructuredPartRefWorkflowBpmnPointRef. partOutgoingRef(IStructuredBpmnModelPart modelPart)Creates aWorkflowBpmnPointRefto 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 IStructuredBpmnModelPartIWorkflowBpmnModelContext. modelNode(WorkflowNode node)Models the given node as a BPMN model part.IStructuredBpmnModelPartIWorkflowBpmnModelContext. modelProcess(WorkflowProcess process)Models the given process as a BPMN model part.IStructuredBpmnModelPartIWorkflowBpmnModelContext. modelTask(WorkflowTask task)Models the given task as a BPMN model part.IStructuredBpmnModelPartIWorkflowBpmnModelContext. modelTrigger(WorkflowTrigger node)Models the given trigger as a BPMN model part.IStructuredBpmnModelPartIStructuredBpmnModelPartChild. 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 SelfIFertileStructuredBpmnModelPartBuilder. addChildPart(IStructuredBpmnModelPart part, Point2DDouble position)Adds a child part with a position to the list of child parts of this part, seechildParts().SelfIFertileStructuredBpmnModelPartBuilder. 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().SelfIFertileStructuredBpmnModelPartBuilder. 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().SelfIFertileStructuredBpmnModelPartBuilder. 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().SelfIFertileStructuredBpmnModelPartBuilder. 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().SelfIEventContainingStructuredBpmnModelPartBuilder. addRaisableErrorsFromParts(IStructuredBpmnModelPart... childParts)Adds all raisable errors from the given parts (usually child parts) to this part, seeraisableErrors().SelfIEventContainingStructuredBpmnModelPartBuilder. addRaisableEscalationsFromParts(IStructuredBpmnModelPart... childParts)Adds all raisable escalations from the given parts (usually child parts) to this part, seeraisableEscalations().SelfIEventContainingStructuredBpmnModelPartBuilder. addRaisablesFromParts(IStructuredBpmnModelPart... childParts)Adds all raisable escalations, errors, and escalations from the given parts (usually child parts) to this part, seeraisableEscalations,raisableErrors, andraisableSignals.SelfIEventContainingStructuredBpmnModelPartBuilder. addRaisableSignalsFromParts(IStructuredBpmnModelPart... childParts)Adds all raisable signals from the given parts (usually child parts) to this part, seeraisableSignals().IWorkflowBpmnFlowEdgeBuilderIWorkflowBpmnFlowEdgeBuilder. fromInPort(IStructuredBpmnModelPart part)Sets the sequence flow's source to the in port of the given structured model part.IWorkflowBpmnFlowEdgeBuilderIWorkflowBpmnFlowEdgeBuilder. fromOutPort(IStructuredBpmnModelPart part)Sets the sequence flow's source to the out port of the given structured model part.WorkflowNodeIWorkflowElementStore. nodeByPart(IStructuredBpmnModelPart part)Gets the workflow node from which the part was created.WorkflowProcessIWorkflowElementStore. processByPart(IStructuredBpmnModelPart part)Gets the workflow process from which the part was created.SelfIEventContainingStructuredBpmnModelPartBuilder. removeRaisableErrorsFromParts(IStructuredBpmnModelPart... childParts)Removes all raisable errors of the given parts (usually child parts) from this part,raisableErrors.SelfIEventContainingStructuredBpmnModelPartBuilder. removeRaisableEscalationsFromParts(IStructuredBpmnModelPart... childParts)Removes all raisable escalations of the given parts (usually child parts) from this part,raisableEscalations.SelfIEventContainingStructuredBpmnModelPartBuilder. removeRaisablesFromParts(IStructuredBpmnModelPart... childParts)Removes all raisable escalations, errors, and escalations of the given parts (usually child parts) from this part, seeraisableEscalations,raisableErrors, andraisableSignals.SelfIEventContainingStructuredBpmnModelPartBuilder. removeRaisableSignalsFromParts(IStructuredBpmnModelPart... childParts)Removes all raisable signals of the given parts (usually child parts) from this part,raisableSignals.WorkflowTaskIWorkflowElementStore. taskByPart(IStructuredBpmnModelPart part)Gets the workflow task from which the part was created.IWorkflowBpmnFlowEdgeBuilderIWorkflowBpmnFlowEdgeBuilder. toInPort(IStructuredBpmnModelPart part)Sets the sequence flow's target to the in port of the given structured model part.IWorkflowBpmnFlowEdgeBuilderIWorkflowBpmnFlowEdgeBuilder. toOutPort(IStructuredBpmnModelPart part)Sets the sequence flow's target to the out port of the given structured model part.WorkflowTriggerIWorkflowElementStore. 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 SelfIEventContainingStructuredBpmnModelPartBuilder. addRaisableErrorsFromParts(Iterable<? extends IStructuredBpmnModelPart> childParts)Adds all raisable errors from the given parts (usually child parts) to this part, seeraisableErrors().SelfIEventContainingStructuredBpmnModelPartBuilder. addRaisableEscalationsFromParts(Iterable<? extends IStructuredBpmnModelPart> childParts)Adds all raisable escalations from the given parts (usually child parts) to this part, seeraisableEscalations().SelfIEventContainingStructuredBpmnModelPartBuilder. 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().SelfIEventContainingStructuredBpmnModelPartBuilder. addRaisableSignalsFromParts(Iterable<? extends IStructuredBpmnModelPart> childParts)Adds all raisable signals from the given parts (usually child parts) to this part, seeraisableSignals().SelfIEventContainingStructuredBpmnModelPartBuilder. removeRaisableErrorsFromParts(Iterable<? extends IStructuredBpmnModelPart> childParts)Removes all raisable errors of the given parts (usually child parts) from this part,raisableErrors.SelfIEventContainingStructuredBpmnModelPartBuilder. removeRaisableEscalationsFromParts(Iterable<? extends IStructuredBpmnModelPart> childParts)Removes all raisable escalations of the given parts (usually child parts) from this part,raisableEscalations.SelfIEventContainingStructuredBpmnModelPartBuilder. 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.SelfIEventContainingStructuredBpmnModelPartBuilder. removeRaisableSignalsFromParts(Iterable<? extends IStructuredBpmnModelPart> childParts)Removes all raisable signals of the given parts (usually child parts) from this part,raisableSignals.
-