Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IStructuredBpmnModelPartChild
-
Packages that use IStructuredBpmnModelPartChild Package Description de.xima.fc.interfaces.workflow.bpmn -
-
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 IStructuredBpmnModelPartChild Modifier and Type Method Description List<IStructuredBpmnModelPartChild>
IStructuredBpmnModelPart. childParts()
Child parts of this part.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type IStructuredBpmnModelPartChild Modifier and Type Method Description Self
IFertileStructuredBpmnModelPartBuilder. 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 IStructuredBpmnModelPartChild Modifier and Type Method Description Self
IFertileStructuredBpmnModelPartBuilder. childParts(Iterable<? extends IStructuredBpmnModelPartChild> parts)
Sets the child parts of this part, seeIStructuredBpmnModelPart.childParts()
.
-