public interface NodeInstance
extends org.kie.api.runtime.process.NodeInstance
Modifier and Type | Interface and Description |
---|---|
static class |
NodeInstance.CancelType |
Modifier and Type | Field and Description |
---|---|
static String |
METADATA_WRAP_ASYNC_NODE |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
void |
cancel(NodeInstance.CancelType type) |
int |
getLevel() |
org.kie.api.definition.process.Node |
getNode() |
int |
getSlaCompliance() |
Date |
getSlaDueDate() |
Long |
getSlaTimerId() |
Date |
getTriggerTime() |
ContextInstance |
resolveContextInstance(String contextId,
Object param) |
void |
setDynamicParameters(Map<String,Object> dynamicParameters) |
void |
trigger(org.kie.api.runtime.process.NodeInstance from,
String type) |
static final String METADATA_WRAP_ASYNC_NODE
void trigger(org.kie.api.runtime.process.NodeInstance from, String type)
void cancel()
void cancel(NodeInstance.CancelType type)
org.kie.api.definition.process.Node getNode()
getNode
in interface org.kie.api.runtime.process.NodeInstance
ContextInstance resolveContextInstance(String contextId, Object param)
int getLevel()
int getSlaCompliance()
Date getSlaDueDate()
Long getSlaTimerId()
Date getTriggerTime()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.