Package org.jbpm.ruleflow.core.factory
Class BoundaryEventNodeFactory<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<BoundaryEventNodeFactory<T>,T>
org.jbpm.ruleflow.core.factory.BoundaryEventNodeFactory<T>
- All Implemented Interfaces:
MappableNodeFactory<BoundaryEventNodeFactory<T>>
public class BoundaryEventNodeFactory<T extends RuleFlowNodeContainerFactory<T,?>>
extends AbstractEventNodeFactory<BoundaryEventNodeFactory<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
ConstructorsConstructorDescriptionBoundaryEventNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) -
Method Summary
Modifier and TypeMethodDescriptionaddCompensationHandler(String compensationHandlerId) attachedTo(String attachedToId) attachedTo(org.kie.api.definition.process.WorkflowElementIdentifier attachedToId) protected BoundaryEventNodeMethods inherited from class org.jbpm.ruleflow.core.factory.AbstractEventNodeFactory
eventFilter, getEventNode, 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_ATTACHED_TO
- See Also:
-
METHOD_ADD_COMPENSATION_HANDLER
- See Also:
-
-
Constructor Details
-
BoundaryEventNodeFactory
public BoundaryEventNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id)
-
-
Method Details
-
getBoundaryEventNode
-
attachedTo
public BoundaryEventNodeFactory<T> attachedTo(org.kie.api.definition.process.WorkflowElementIdentifier attachedToId) -
attachedTo
-
addCompensationHandler
-
eventType
- Overrides:
eventTypein classAbstractEventNodeFactory<BoundaryEventNodeFactory<T extends RuleFlowNodeContainerFactory<T,?>>, T extends RuleFlowNodeContainerFactory<T, ?>>
-
eventType
-