Package org.jbpm.ruleflow.core.factory
Class EventNodeFactory<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.AbstractEventNodeFactory<EventNodeFactory<T>,T>
org.jbpm.ruleflow.core.factory.EventNodeFactory<T>
- All Implemented Interfaces:
MappableNodeFactory<EventNodeFactory<T>>
public class EventNodeFactory<T extends RuleFlowNodeContainerFactory<T,?>>
extends AbstractEventNodeFactory<EventNodeFactory<T>,T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields 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
ConstructorsConstructorDescriptionEventNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) -
Method Summary
Methods inherited from class org.jbpm.ruleflow.core.factory.AbstractEventNodeFactory
eventFilter, eventType, inputVariableName, scope, variableNameMethods inherited from class org.jbpm.ruleflow.core.factory.ExtendedNodeFactory
getExtendedNode, onActionScript, onEntryAction, onExitActionMethods inherited from class org.jbpm.ruleflow.core.factory.NodeFactory
done, getMappableNode, 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_EVENT_TYPE
- See Also:
-
METHOD_SCOPE
- See Also:
-
METHOD_VARIABLE_NAME
- See Also:
-
METHOD_INPUT_VARIABLE_NAME
- See Also:
-
-
Constructor Details
-
EventNodeFactory
public EventNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id)
-
-
Method Details
-
getEventNode
- Overrides:
getEventNodein classAbstractEventNodeFactory<EventNodeFactory<T extends RuleFlowNodeContainerFactory<T,?>>, T extends RuleFlowNodeContainerFactory<T, ?>>
-