Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IStructuredBpmnModelPartChild
Packages that use IStructuredBpmnModelPartChild
-
Uses of IStructuredBpmnModelPartChild in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return types with arguments of type IStructuredBpmnModelPartChildModifier and TypeMethodDescriptionIStructuredBpmnModelPart.childParts()Child parts of this part.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type IStructuredBpmnModelPartChildModifier and TypeMethodDescriptionIFertileStructuredBpmnModelPartBuilder.addChildPart(IStructuredBpmnModelPartChild child) Adds a child part with a position to the list of child parts of this part, seeIStructuredBpmnModelPart.childParts().Method parameters in de.xima.fc.interfaces.workflow.bpmn with type arguments of type IStructuredBpmnModelPartChildModifier and TypeMethodDescriptionIFertileStructuredBpmnModelPartBuilder.childParts(Iterable<? extends IStructuredBpmnModelPartChild> parts) Sets the child parts of this part, seeIStructuredBpmnModelPart.childParts().