Package org.jbpm.workflow.core.node

Examples of org.jbpm.workflow.core.node.RuleSetNode


        descriptors[descriptors.length - 1] =
            new TextPropertyDescriptor(RULE_FLOW_GROUP, "RuleFlowGroup");
    }

    public RuleSetNodeWrapper() {
        setNode(new RuleSetNode());
        getRuleSetNode().setName("RuleSet");
        getRuleSetNode().setRuleFlowGroup("");
    }
View Full Code Here

TOP

Related Classes of org.jbpm.workflow.core.node.RuleSetNode

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.