Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IStructuredBpmnModelPart
Packages that use IStructuredBpmnModelPart
-
Uses of IStructuredBpmnModelPart in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn with parameters of type IStructuredBpmnModelPartModifier and TypeMethodDescriptionWorkflowBpmnPointRef.partIncomingRef(IStructuredBpmnModelPart modelPart) Creates aWorkflowBpmnPointRefto the in port of aIStructuredBpmnModelPart.WorkflowBpmnPointRef.partOutgoingRef(IStructuredBpmnModelPart modelPart) Creates aWorkflowBpmnPointRefto the out port of aIStructuredBpmnModelPart. -
Uses of IStructuredBpmnModelPart in de.xima.fc.interfaces.workflow.bpmn
Subinterfaces with type arguments of type IStructuredBpmnModelPart in de.xima.fc.interfaces.workflow.bpmnModifier and TypeInterfaceDescriptioninterfaceRepresents a part of a BPMN model for a workflow node or trigger.Methods in de.xima.fc.interfaces.workflow.bpmn that return IStructuredBpmnModelPartModifier and TypeMethodDescriptionIWorkflowBpmnModelContext.modelNode(WorkflowNode node) Models the given node as a BPMN model part.IWorkflowBpmnModelContext.modelProcess(WorkflowProcess process) Models the given process as a BPMN model part.IWorkflowBpmnModelContext.modelTask(WorkflowTask task) Models the given task as a BPMN model part.IWorkflowBpmnModelContext.modelTrigger(WorkflowTrigger node) Models the given trigger as a BPMN model part.IStructuredBpmnModelPartChild.part()The part representing the child.Methods in de.xima.fc.interfaces.workflow.bpmn that return types with arguments of type IStructuredBpmnModelPartModifier and TypeMethodDescriptiondefault List<Positioned<? extends IStructuredBpmnModelPart, Point2DDouble>> IStructuredBpmnModelPart.childAlignmentItems()Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type IStructuredBpmnModelPartModifier and TypeMethodDescriptionIFertileStructuredBpmnModelPartBuilder.addChildPart(IStructuredBpmnModelPart part, Point2DDouble position) Adds a child part with a position to the list of child parts of this part, seeIStructuredBpmnModelPart.childParts().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, seeIStructuredBpmnModelPart.childParts().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, seeIStructuredBpmnModelPart.childParts().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, seeIStructuredBpmnModelPart.childParts().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, seeIStructuredBpmnModelPart.childParts().IEventContainingStructuredBpmnModelPartBuilder.addRaisableErrorsFromParts(IStructuredBpmnModelPart... childParts) Adds all raisable errors from the given parts (usually child parts) to this part, seeIStructuredBpmnModelPart.raisableErrors().IEventContainingStructuredBpmnModelPartBuilder.addRaisableEscalationsFromParts(IStructuredBpmnModelPart... childParts) Adds all raisable escalations from the given parts (usually child parts) to this part, seeIStructuredBpmnModelPart.raisableEscalations().IEventContainingStructuredBpmnModelPartBuilder.addRaisablesFromParts(IStructuredBpmnModelPart... childParts) Adds all raisable escalations, errors, and escalations from the given parts (usually child parts) to this part, seeraisableEscalations,raisableErrors, andraisableSignals.IEventContainingStructuredBpmnModelPartBuilder.addRaisableSignalsFromParts(IStructuredBpmnModelPart... childParts) Adds all raisable signals from the given parts (usually child parts) to this part, seeIStructuredBpmnModelPart.raisableSignals().IWorkflowBpmnFlowEdgeBuilder.fromInPort(IStructuredBpmnModelPart part) Sets the sequence flow's source to the in port of the given structured model part.IWorkflowBpmnFlowEdgeBuilder.fromOutPort(IStructuredBpmnModelPart part) Sets the sequence flow's source to the out port of the given structured model part.IWorkflowElementStore.nodeByPart(IStructuredBpmnModelPart part) Gets the workflow node from which the part was created.IWorkflowElementStore.processByPart(IStructuredBpmnModelPart part) Gets the workflow process from which the part was created.IEventContainingStructuredBpmnModelPartBuilder.removeRaisableErrorsFromParts(IStructuredBpmnModelPart... childParts) Removes all raisable errors of the given parts (usually child parts) from this part,raisableErrors.IEventContainingStructuredBpmnModelPartBuilder.removeRaisableEscalationsFromParts(IStructuredBpmnModelPart... childParts) Removes all raisable escalations of the given parts (usually child parts) from this part,raisableEscalations.IEventContainingStructuredBpmnModelPartBuilder.removeRaisablesFromParts(IStructuredBpmnModelPart... childParts) Removes all raisable escalations, errors, and escalations of the given parts (usually child parts) from this part, seeraisableEscalations,raisableErrors, andraisableSignals.IEventContainingStructuredBpmnModelPartBuilder.removeRaisableSignalsFromParts(IStructuredBpmnModelPart... childParts) Removes all raisable signals of the given parts (usually child parts) from this part,raisableSignals.IWorkflowElementStore.taskByPart(IStructuredBpmnModelPart part) Gets the workflow task from which the part was created.IWorkflowBpmnFlowEdgeBuilder.toInPort(IStructuredBpmnModelPart part) Sets the sequence flow's target to the in port of the given structured model part.IWorkflowBpmnFlowEdgeBuilder.toOutPort(IStructuredBpmnModelPart part) Sets the sequence flow's target to the out port of the given structured model part.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 IStructuredBpmnModelPartModifier and TypeMethodDescriptionIEventContainingStructuredBpmnModelPartBuilder.addRaisableErrorsFromParts(Iterable<? extends IStructuredBpmnModelPart> childParts) Adds all raisable errors from the given parts (usually child parts) to this part, seeIStructuredBpmnModelPart.raisableErrors().IEventContainingStructuredBpmnModelPartBuilder.addRaisableEscalationsFromParts(Iterable<? extends IStructuredBpmnModelPart> childParts) Adds all raisable escalations from the given parts (usually child parts) to this part, seeIStructuredBpmnModelPart.raisableEscalations().IEventContainingStructuredBpmnModelPartBuilder.addRaisablesFromParts(Iterable<? extends IStructuredBpmnModelPart> childParts) Adds all raisable escalations, errors, and escalations from the given parts (usually child parts) to this part, seeIStructuredBpmnModelPart.raisableEscalations(),IStructuredBpmnModelPart.raisableErrors(), andIStructuredBpmnModelPart.raisableSignals().IEventContainingStructuredBpmnModelPartBuilder.addRaisableSignalsFromParts(Iterable<? extends IStructuredBpmnModelPart> childParts) Adds all raisable signals from the given parts (usually child parts) to this part, seeIStructuredBpmnModelPart.raisableSignals().IEventContainingStructuredBpmnModelPartBuilder.removeRaisableErrorsFromParts(Iterable<? extends IStructuredBpmnModelPart> childParts) Removes all raisable errors of the given parts (usually child parts) from this part,raisableErrors.IEventContainingStructuredBpmnModelPartBuilder.removeRaisableEscalationsFromParts(Iterable<? extends IStructuredBpmnModelPart> childParts) Removes all raisable escalations of the given parts (usually child parts) from this part,raisableEscalations.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.IEventContainingStructuredBpmnModelPartBuilder.removeRaisableSignalsFromParts(Iterable<? extends IStructuredBpmnModelPart> childParts) Removes all raisable signals of the given parts (usually child parts) from this part,raisableSignals.