public interface NodeInstance
extends org.kie.api.runtime.process.NodeInstance
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
int |
getLevel() |
org.kie.api.definition.process.Node |
getNode() |
ContextInstance |
resolveContextInstance(String contextId,
Object param) |
void |
trigger(org.kie.api.runtime.process.NodeInstance from,
String type) |
void trigger(org.kie.api.runtime.process.NodeInstance from, String type)
void cancel()
org.kie.api.definition.process.Node getNode()
getNode
in interface org.kie.api.runtime.process.NodeInstance
ContextInstance resolveContextInstance(String contextId, Object param)
int getLevel()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.