| Package | Description |
|---|---|
| org.jbpm.workflow.instance | |
| org.jbpm.workflow.instance.impl | |
| org.jbpm.workflow.instance.node |
| Modifier and Type | Method and Description |
|---|---|
static NodeInstance.CancelType |
NodeInstance.CancelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeInstance.CancelType[] |
NodeInstance.CancelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeInstance.cancel(NodeInstance.CancelType type) |
| Modifier and Type | Field and Description |
|---|---|
protected NodeInstance.CancelType |
NodeInstanceImpl.cancelType |
| Modifier and Type | Method and Description |
|---|---|
NodeInstance.CancelType |
NodeInstanceImpl.getCancelType() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeInstanceImpl.cancel(NodeInstance.CancelType cancelType) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkItemNodeInstance.cancel(NodeInstance.CancelType cancelType) |
void |
TimerNodeInstance.cancel(NodeInstance.CancelType cancelType) |
void |
SubProcessNodeInstance.cancel(NodeInstance.CancelType cancelType) |
void |
StateBasedNodeInstance.cancel(NodeInstance.CancelType cancelType) |
void |
RuleSetNodeInstance.cancel(NodeInstance.CancelType cancelType) |
void |
EventNodeInstance.cancel(NodeInstance.CancelType cancelType) |
void |
CompositeNodeInstance.cancel(NodeInstance.CancelType cancelType) |
void |
BoundaryEventNodeInstance.cancel(NodeInstance.CancelType cancelType) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.