Modifier and Type | Interface and Description |
---|---|
interface |
ProcessInstance
A process instance is the representation of a process during its execution.
|
Modifier and Type | Method and Description |
---|---|
ContextInstanceContainer |
ContextInstance.getContextInstanceContainer() |
Modifier and Type | Method and Description |
---|---|
ContextInstanceContainer |
AbstractContextInstance.getContextInstanceContainer() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractContextInstance.setContextInstanceContainer(ContextInstanceContainer contextInstanceContainer) |
Modifier and Type | Method and Description |
---|---|
void |
VariableScopeInstance.setContextInstanceContainer(ContextInstanceContainer contextInstanceContainer) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessInstanceImpl
Default implementation of a process instance.
|
Modifier and Type | Method and Description |
---|---|
ContextInstance |
ContextInstanceFactory.getContextInstance(Context context,
ContextInstanceContainer contextInstanceContainer,
ProcessInstance processInstance) |
Modifier and Type | Method and Description |
---|---|
ContextInstance |
ReuseContextInstanceFactory.getContextInstance(Context context,
ContextInstanceContainer contextInstanceContainer,
ProcessInstance processInstance) |
Modifier and Type | Class and Description |
---|---|
class |
RuleFlowProcessInstance |
Modifier and Type | Interface and Description |
---|---|
interface |
WorkflowProcessInstance |
Modifier and Type | Method and Description |
---|---|
ContextInstance |
WorkflowReuseContextInstanceFactory.getContextInstance(Context context,
ContextInstanceContainer contextInstanceContainer,
ProcessInstance processInstance) |
Modifier and Type | Class and Description |
---|---|
class |
WorkflowProcessInstanceImpl
Default implementation of a RuleFlow process instance.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeContextNodeInstance |
class |
DynamicNodeInstance |
class |
EventSubProcessNodeInstance |
class |
ForEachNodeInstance
Runtime counterpart of a for each node.
|
class |
HumanTaskNodeInstance |
class |
RuleSetNodeInstance
Runtime counterpart of a ruleset node.
|
class |
StateNodeInstance |
class |
SubProcessNodeInstance
Runtime counterpart of a SubFlow node.
|
class |
WorkItemNodeInstance
Runtime counterpart of a work item node.
|
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.