Uses of Interface
org.jbpm.workflow.instance.impl.NodeInstanceFactory
-
Packages that use NodeInstanceFactory Package Description org.jbpm.workflow.instance.impl org.jbpm.workflow.instance.impl.factory -
-
Uses of NodeInstanceFactory in org.jbpm.workflow.instance.impl
Methods in org.jbpm.workflow.instance.impl that return NodeInstanceFactory Modifier and Type Method Description NodeInstanceFactoryNodeInstanceFactoryRegistry. getProcessNodeInstanceFactory(org.kie.api.definition.process.Node node)Methods in org.jbpm.workflow.instance.impl with parameters of type NodeInstanceFactory Modifier and Type Method Description voidNodeInstanceFactoryRegistry. register(Class<? extends org.kie.api.definition.process.Node> cls, NodeInstanceFactory factory) -
Uses of NodeInstanceFactory in org.jbpm.workflow.instance.impl.factory
Classes in org.jbpm.workflow.instance.impl.factory that implement NodeInstanceFactory Modifier and Type Class Description classCreateNewNodeFactoryclassReuseNodeFactory
-