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()
NodeInstanceContainergetNodeInstances in interface NodeInstanceContainerpublic NodeInstance getNodeInstance(long nodeInstanceId)
NodeInstanceContainernull
if the node instance cannot be found.getNodeInstance in interface NodeInstanceContainerCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.