Class CompositeNodeHandler

    • Constructor Detail

      • CompositeNodeHandler

        public CompositeNodeHandler()
    • Method Detail

      • generateNodeFor

        public Class<?> generateNodeFor()
      • allowNesting

        public boolean allowNesting()
        Specified by:
        allowNesting in interface org.drools.core.xml.Handler
        Overrides:
        allowNesting in class org.drools.core.xml.BaseAbstractHandler
      • getNodeName

        protected String getNodeName()
      • writeAttributes

        protected void writeAttributes​(org.jbpm.workflow.core.node.CompositeNode compositeNode,
                                       StringBuilder xmlDump,
                                       boolean includeMeta)
      • getSubNodes

        protected List<org.jbpm.workflow.core.Node> getSubNodes​(org.jbpm.workflow.core.node.CompositeNode compositeNode)
      • getSubConnections

        protected List<org.kie.api.definition.process.Connection> getSubConnections​(org.jbpm.workflow.core.node.CompositeNode compositeNode)
      • getInPorts

        protected Map<String,​org.jbpm.workflow.core.node.CompositeNode.NodeAndType> getInPorts​(org.jbpm.workflow.core.node.CompositeNode compositeNode)
      • getOutPorts

        protected Map<String,​org.jbpm.workflow.core.node.CompositeNode.NodeAndType> getOutPorts​(org.jbpm.workflow.core.node.CompositeNode compositeNode)