Package org.jbpm.ruleflow.core.factory
Class RuleSetNodeFactory<T extends RuleFlowNodeContainerFactory<T,?>>
java.lang.Object
org.jbpm.ruleflow.core.factory.NodeFactory<T,P>
org.jbpm.ruleflow.core.factory.ExtendedNodeFactory<T,P>
org.jbpm.ruleflow.core.factory.StateBasedNodeFactory<RuleSetNodeFactory<T>,T>
org.jbpm.ruleflow.core.factory.RuleSetNodeFactory<T>
- All Implemented Interfaces:
MappableNodeFactory<RuleSetNodeFactory<T>>
public class RuleSetNodeFactory<T extends RuleFlowNodeContainerFactory<T,?>>
extends StateBasedNodeFactory<RuleSetNodeFactory<T>,T>
implements MappableNodeFactory<RuleSetNodeFactory<T>>
-
Field Summary
FieldsFields inherited from class org.jbpm.ruleflow.core.factory.StateBasedNodeFactory
METHOD_TIMERFields inherited from class org.jbpm.ruleflow.core.factory.NodeFactory
METHOD_DONE, METHOD_METADATA, METHOD_NAME, node, nodeContainer, nodeContainerFactoryFields inherited from interface org.jbpm.ruleflow.core.factory.MappableNodeFactory
METHOD_IN_ASSOCIATION, METHOD_IN_MAPPING, METHOD_OUT_ASSOCIATION, METHOD_OUT_MAPPING -
Constructor Summary
ConstructorsConstructorDescriptionRuleSetNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) -
Method Summary
Modifier and TypeMethodDescriptionprotected RuleSetNoderuleFlowGroup(String ruleFlowGroup, Supplier<org.kie.api.runtime.KieRuntime> supplier) ruleUnit(String unit, RuleUnitFactory<?> ruleUnit) Methods inherited from class org.jbpm.ruleflow.core.factory.StateBasedNodeFactory
getStateBasedNode, timerMethods inherited from class org.jbpm.ruleflow.core.factory.ExtendedNodeFactory
getExtendedNode, onActionScript, onEntryAction, onExitActionMethods inherited from class org.jbpm.ruleflow.core.factory.NodeFactory
done, getNode, metaData, name, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jbpm.ruleflow.core.factory.MappableNodeFactory
inMapping, mapDataInputAssociation, mapDataOutputAssociation, outMapping
-
Field Details
-
METHOD_DECISION
- See Also:
-
METHOD_PARAMETER
- See Also:
-
-
Constructor Details
-
RuleSetNodeFactory
public RuleSetNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id)
-
-
Method Details
-
getRuleSetNode
-
getMappableNode
- Specified by:
getMappableNodein interfaceMappableNodeFactory<T extends RuleFlowNodeContainerFactory<T,?>> - Overrides:
getMappableNodein classNodeFactory<RuleSetNodeFactory<T extends RuleFlowNodeContainerFactory<T,?>>, T extends RuleFlowNodeContainerFactory<T, ?>>
-
ruleUnit
-
ruleFlowGroup
public RuleSetNodeFactory<T> ruleFlowGroup(String ruleFlowGroup, Supplier<org.kie.api.runtime.KieRuntime> supplier) -
decision
public RuleSetNodeFactory<T> decision(String namespace, String model, String decision, Supplier<DecisionModel> supplier) -
parameter
-