public class NodeInstanceContainerAdapter extends Object implements NodeInstanceContainer
Modifier and Type | Field and Description |
---|---|
org.kie.api.runtime.process.NodeInstanceContainer |
delegate |
Constructor and Description |
---|
NodeInstanceContainerAdapter(org.kie.api.runtime.process.NodeInstanceContainer delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
org.kie.api.runtime.process.NodeInstanceContainer |
getDelegate() |
NodeInstance |
getNodeInstance(long nodeInstanceId)
Returns the node instance with the given id, or
null
if the node instance cannot be found. |
Collection<NodeInstance> |
getNodeInstances()
Returns all node instances that are currently active
within this container.
|
int |
hashCode() |
public NodeInstanceContainerAdapter(org.kie.api.runtime.process.NodeInstanceContainer delegate)
public org.kie.api.runtime.process.NodeInstanceContainer getDelegate()
public Collection<NodeInstance> getNodeInstances()
NodeInstanceContainer
getNodeInstances
in interface NodeInstanceContainer
public NodeInstance getNodeInstance(long nodeInstanceId)
NodeInstanceContainer
null
if the node instance cannot be found.getNodeInstance
in interface NodeInstanceContainer
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.