Interface IModelWorkflowItemParams<Element,​PartBuilder extends IStructuredBpmnModelPartBuilder<?>>

    • Method Detail

      • element

        Element element()
        Gets the element that should be modelled in a BPMN diagram.
        Returns:
        The element being modelled.
      • partBuilder

        PartBuilder partBuilder()
        Gets the builder for creating the BPMN model part.
        Returns:
        The builder for creating the BPMN model part.
      • process

        WorkflowProcess process()
        The workflow process containing the element.
        Returns:
        The workflow process containing the element.