Class BPMNHelper


  • public class BPMNHelper
    extends Object

    Helper class for BPMN related stuff

    Since:
    1.0
    Author:
    Andreas Pointner
    • Constructor Detail

      • BPMNHelper

        public BPMNHelper()
    • Method Detail

      • createQName

        public QName createQName​(String localPart)
        Creates a Qname in the BPMN namespace
        Parameters:
        localPart - the local part of the qname
        Returns:
        the resulting qname element with namespace = bpmn and localpart = localPart parameter