Uses of Interface
org.jbpm.workflow.core.NodeContainer
Packages that use NodeContainer
Package
Description
-
Uses of NodeContainer in org.jbpm.ruleflow.core
Classes in org.jbpm.ruleflow.core that implement NodeContainerMethods in org.jbpm.ruleflow.core that return NodeContainerModifier and TypeMethodDescriptionprotected abstract NodeContainerRuleFlowNodeContainerFactory.getNodeContainer()protected NodeContainerRuleFlowProcessFactory.getNodeContainer()Constructors in org.jbpm.ruleflow.core with parameters of type NodeContainerModifierConstructorDescriptionRuleFlowNodeContainerFactory(P nodeContainerFactory, NodeContainer nodeContainer, Node node, org.kie.api.definition.process.WorkflowElementIdentifier id) -
Uses of NodeContainer in org.jbpm.ruleflow.core.factory
Fields in org.jbpm.ruleflow.core.factory declared as NodeContainerMethods in org.jbpm.ruleflow.core.factory that return NodeContainerModifier and TypeMethodDescriptionprotected NodeContainerAbstractCompositeNodeFactory.getNodeContainer()Constructors in org.jbpm.ruleflow.core.factory with parameters of type NodeContainerModifierConstructorDescriptionprotectedAbstractCompositeNodeFactory(P nodeContainerFactory, NodeContainer nodeContainer, Node node, org.kie.api.definition.process.WorkflowElementIdentifier id) protectedAbstractEventNodeFactory(P nodeContainerFactory, NodeContainer nodeContainer, Node node, org.kie.api.definition.process.WorkflowElementIdentifier id) protectedAbstractWorkItemNodeFactory(P nodeContainerFactory, NodeContainer nodeContainer, Node node, org.kie.api.definition.process.WorkflowElementIdentifier id) ActionNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) BoundaryEventNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) CatchLinkNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) CompositeContextNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) DynamicNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) EndNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) EventNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) EventSubProcessNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) protectedExtendedNodeFactory(P nodeContainerFactory, NodeContainer nodeContainer, Node node, org.kie.api.definition.process.WorkflowElementIdentifier id) FaultNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) ForEachNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) HumanTaskNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) JoinFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) MilestoneNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) protectedNodeFactory(P nodeContainerFactory, NodeContainer nodeContainer, Object node, org.kie.api.definition.process.WorkflowElementIdentifier id) RuleSetNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) SplitFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) StartNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) protectedStateBasedNodeFactory(P nodeContainerFactory, NodeContainer nodeContainer, Node node, org.kie.api.definition.process.WorkflowElementIdentifier id) StateNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) SubProcessNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) ThrowLinkNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) TimerNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) WorkItemNodeFactory(T nodeContainerFactory, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier id) -
Uses of NodeContainer in org.jbpm.ruleflow.core.factory.provider
Methods in org.jbpm.ruleflow.core.factory.provider with parameters of type NodeContainerModifier and TypeMethodDescription<T extends NodeFactory<T,P>, P extends RuleFlowNodeContainerFactory<P, ?>>
TNodeFactoryProviderService.newNodeFactory(Class<?> type, P nodeContainerFactory, NodeContainer container, org.kie.api.definition.process.WorkflowElementIdentifier id) <R extends NodeFactory<R,P>, P extends RuleFlowNodeContainerFactory<P, ?>>
RActionNodeFactoryProvider.provide(P nodeContainerFactory, NodeContainer container, org.kie.api.definition.process.WorkflowElementIdentifier id) <R extends NodeFactory<R,P>, P extends RuleFlowNodeContainerFactory<P, ?>>
RBoundaryEventNodeFactoryProvider.provide(P nodeContainerFactory, NodeContainer container, org.kie.api.definition.process.WorkflowElementIdentifier id) <T extends NodeFactory<T,P>, P extends RuleFlowNodeContainerFactory<P, ?>>
TCatchLinkNodeFactoryProvider.provide(P nodeContainerFactory, NodeContainer container, org.kie.api.definition.process.WorkflowElementIdentifier id) <R extends NodeFactory<R,P>, P extends RuleFlowNodeContainerFactory<P, ?>>
RCompositeContextNodeFactoryProvider.provide(P nodeContainerFactory, NodeContainer container, org.kie.api.definition.process.WorkflowElementIdentifier id) <R extends NodeFactory<R,P>, P extends RuleFlowNodeContainerFactory<P, ?>>
RDynamicNodeFactoryProvider.provide(P nodeContainerFactory, NodeContainer container, org.kie.api.definition.process.WorkflowElementIdentifier id) <T extends NodeFactory<T,P>, P extends RuleFlowNodeContainerFactory<P, ?>>
TEndNodeFactoryProvider.provide(P nodeContainerFactory, NodeContainer container, org.kie.api.definition.process.WorkflowElementIdentifier id) <R extends NodeFactory<R,P>, P extends RuleFlowNodeContainerFactory<P, ?>>
REventNodeFactoryProvider.provide(P nodeContainerFactory, NodeContainer container, org.kie.api.definition.process.WorkflowElementIdentifier id) <R extends NodeFactory<R,P>, P extends RuleFlowNodeContainerFactory<P, ?>>
REventSubProcessNodeFactoryProvider.provide(P nodeContainerFactory, NodeContainer container, org.kie.api.definition.process.WorkflowElementIdentifier id) <R extends NodeFactory<R,P>, P extends RuleFlowNodeContainerFactory<P, ?>>
RFaultNodeFactoryProvider.provide(P nodeContainerFactory, NodeContainer container, org.kie.api.definition.process.WorkflowElementIdentifier id) <R extends NodeFactory<R,P>, P extends RuleFlowNodeContainerFactory<P, ?>>
RForEachNodeFactoryProvider.provide(P nodeContainerFactory, NodeContainer container, org.kie.api.definition.process.WorkflowElementIdentifier id) <R extends NodeFactory<R,P>, P extends RuleFlowNodeContainerFactory<P, ?>>
RHumanTaskNodeFactoryProvider.provide(P nodeContainerFactory, NodeContainer container, org.kie.api.definition.process.WorkflowElementIdentifier id) <R extends NodeFactory<R,P>, P extends RuleFlowNodeContainerFactory<P, ?>>
RJoinNodeFactoryProvider.provide(P nodeContainerFactory, NodeContainer container, org.kie.api.definition.process.WorkflowElementIdentifier id) <R extends NodeFactory<R,P>, P extends RuleFlowNodeContainerFactory<P, ?>>
RMilestoneNodeFactoryProvider.provide(P nodeContainerFactory, NodeContainer container, org.kie.api.definition.process.WorkflowElementIdentifier id) <T extends NodeFactory<T,P>, P extends RuleFlowNodeContainerFactory<P, ?>>
TNodeFactoryProvider.provide(P nodeContainerFactory, NodeContainer container, org.kie.api.definition.process.WorkflowElementIdentifier id) <R extends NodeFactory<R,P>, P extends RuleFlowNodeContainerFactory<P, ?>>
RRuleSetNodeFactoryProvider.provide(P nodeContainerFactory, NodeContainer container, org.kie.api.definition.process.WorkflowElementIdentifier id) <R extends NodeFactory<R,P>, P extends RuleFlowNodeContainerFactory<P, ?>>
RSplitNodeFactoryProvider.provide(P nodeContainerFactory, NodeContainer container, org.kie.api.definition.process.WorkflowElementIdentifier id) <T extends NodeFactory<T,P>, P extends RuleFlowNodeContainerFactory<P, ?>>
TStartNodeFactoryProvider.provide(P nodeContainerFactory, NodeContainer container, org.kie.api.definition.process.WorkflowElementIdentifier id) <T extends NodeFactory<T,P>, P extends RuleFlowNodeContainerFactory<P, ?>>
TStateNodeFactoryProvider.provide(P nodeContainerFactory, NodeContainer container, org.kie.api.definition.process.WorkflowElementIdentifier id) <R extends NodeFactory<R,P>, P extends RuleFlowNodeContainerFactory<P, ?>>
RSubProcessNodeFactoryProvider.provide(P nodeContainerFactory, NodeContainer container, org.kie.api.definition.process.WorkflowElementIdentifier id) <R extends NodeFactory<R,P>, P extends RuleFlowNodeContainerFactory<P, ?>>
RThrowLinkNodeFactoryProvider.provide(P nodeContainerFactory, NodeContainer container, org.kie.api.definition.process.WorkflowElementIdentifier id) <R extends NodeFactory<R,P>, P extends RuleFlowNodeContainerFactory<P, ?>>
RTimerNodeFactoryProvider.provide(P nodeContainerFactory, NodeContainer container, org.kie.api.definition.process.WorkflowElementIdentifier id) <R extends NodeFactory<R,P>, P extends RuleFlowNodeContainerFactory<P, ?>>
RWorkItemNodeFactoryProvider.provide(P nodeContainerFactory, NodeContainer container, org.kie.api.definition.process.WorkflowElementIdentifier id) -
Uses of NodeContainer in org.jbpm.workflow.core
Subinterfaces of NodeContainer in org.jbpm.workflow.core -
Uses of NodeContainer in org.jbpm.workflow.core.impl
Classes in org.jbpm.workflow.core.impl that implement NodeContainerModifier and TypeClassDescriptionclassclassDefault implementation of a RuleFlow process.Methods in org.jbpm.workflow.core.impl with parameters of type NodeContainerModifier and TypeMethodDescriptionprotected org.kie.api.definition.process.NodeWorkflowProcessImpl.getContainerNode(org.kie.api.definition.process.Node currentNode, NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier nodeId) protected voidWorkflowProcessImpl.processNodeContainer(NodeContainer nodeContainer, List<org.kie.api.definition.process.Node> nodes) -
Uses of NodeContainer in org.jbpm.workflow.core.node
Classes in org.jbpm.workflow.core.node that implement NodeContainerModifier and TypeClassDescriptionclassclassclassclassclassA for each node.classMethods in org.jbpm.workflow.core.node that return NodeContainerConstructors in org.jbpm.workflow.core.node with parameters of type NodeContainerModifierConstructorDescriptionNodeAndType(NodeContainer nodeContainer, org.kie.api.definition.process.WorkflowElementIdentifier nodeId, String type)