Package org.jbpm.ruleflow.core.factory
Class ActionNodeFactory<T extends RuleFlowNodeContainerFactory<T,?>>
java.lang.Object
org.jbpm.ruleflow.core.factory.NodeFactory<ActionNodeFactory<T>,T>
org.jbpm.ruleflow.core.factory.ActionNodeFactory<T>
- All Implemented Interfaces:
MappableNodeFactory<ActionNodeFactory<T>>,SupportsAction<ActionNodeFactory<T>,T>
public class ActionNodeFactory<T extends RuleFlowNodeContainerFactory<T,?>>
extends NodeFactory<ActionNodeFactory<T>,T>
implements SupportsAction<ActionNodeFactory<T>,T>
-
Field Summary
FieldsFields 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
ConstructorsConstructorDescriptionActionNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) -
Method Summary
Methods inherited from class org.jbpm.ruleflow.core.factory.NodeFactory
done, getMappableNode, getNode, metaData, 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_ACTION
- See Also:
-
-
Constructor Details
-
ActionNodeFactory
public ActionNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id)
-
-
Method Details
-
getActionNode
-
name
- Overrides:
namein classNodeFactory<ActionNodeFactory<T extends RuleFlowNodeContainerFactory<T,?>>, T extends RuleFlowNodeContainerFactory<T, ?>>
-
action
-
action
-
action
- Specified by:
actionin interfaceSupportsAction<ActionNodeFactory<T extends RuleFlowNodeContainerFactory<T,?>>, T extends RuleFlowNodeContainerFactory<T, ?>>
-