|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScopeInstanceImpl | |
|---|---|
| org.jbpm.pvm.internal.el | |
| org.jbpm.pvm.internal.model | default implementation of process execution in ExecutionImpl
based on org.jbpm.pvm.internal.model.AtomicOperations
Bidirectional relations
In this process model thoughout the pvm codebase, there are several bidirectional
relations. |
| org.jbpm.pvm.internal.task | |
| org.jbpm.pvm.internal.tx | |
| org.jbpm.pvm.internal.type | |
| org.jbpm.pvm.internal.type.converter | implementations of Converter. |
| org.jbpm.pvm.internal.type.variable | |
| org.jbpm.pvm.internal.util | |
| org.jbpm.pvm.internal.wire | wire context (aka IoC container), start reading WireContext. |
| Uses of ScopeInstanceImpl in org.jbpm.pvm.internal.el |
|---|
| Methods in org.jbpm.pvm.internal.el with parameters of type ScopeInstanceImpl | |
|---|---|
protected javax.el.ELContext |
JbpmElFactoryImpl.createCompositeResolver(ScopeInstanceImpl scopeInstance)
|
abstract javax.el.ELContext |
JbpmElFactory.createElContext(ScopeInstanceImpl scopeInstance)
|
javax.el.ELContext |
JbpmElFactoryImpl.createElContext(ScopeInstanceImpl scopeInstance)
create ElContext used during evaluation time related to an execution |
java.lang.Object |
UelValueExpression.evaluateInScope(ScopeInstanceImpl scopeInstance)
|
java.lang.Object |
UelMethodExpression.evaluateInScope(ScopeInstanceImpl scopeInstance)
|
java.lang.Object |
StaticTextExpression.evaluateInScope(ScopeInstanceImpl scopeInstance)
|
abstract java.lang.Object |
Expression.evaluateInScope(ScopeInstanceImpl scopeInstance)
|
java.lang.Object |
ScriptExpression.evaluateInScope(ScopeInstanceImpl scopeInstance)
|
protected javax.el.ELContext |
Expression.getElContext(ScopeInstanceImpl scopeInstance)
|
void |
UelValueExpression.setValue(ScopeInstanceImpl scopeInstance,
java.lang.Object value)
|
| Constructors in org.jbpm.pvm.internal.el with parameters of type ScopeInstanceImpl | |
|---|---|
JbpmConstantsElResolver(ScopeInstanceImpl scopeInstance)
|
|
JbpmVariableElResolver(ScopeInstanceImpl scopeInstance)
|
|
| Uses of ScopeInstanceImpl in org.jbpm.pvm.internal.model |
|---|
| Subclasses of ScopeInstanceImpl in org.jbpm.pvm.internal.model | |
|---|---|
class |
ExecutionImpl
|
| Methods in org.jbpm.pvm.internal.model that return ScopeInstanceImpl | |
|---|---|
ScopeInstanceImpl |
ExecutionImpl.getParentVariableScope()
|
ScopeInstanceImpl |
ScopeInstanceImpl.getParentVariableScope()
|
| Methods in org.jbpm.pvm.internal.model with parameters of type ScopeInstanceImpl | |
|---|---|
void |
VariableOutDefinitionSet.processOutVariables(ExecutionImpl outerExecution,
ScopeInstanceImpl innerScopeInstance)
|
| Uses of ScopeInstanceImpl in org.jbpm.pvm.internal.task |
|---|
| Subclasses of ScopeInstanceImpl in org.jbpm.pvm.internal.task | |
|---|---|
class |
TaskImpl
is one task instance that can be assigned to an actor (read: put in someone's task list) and that can trigger the continuation of execution of the token upon completion. |
| Methods in org.jbpm.pvm.internal.task that return ScopeInstanceImpl | |
|---|---|
ScopeInstanceImpl |
TaskImpl.getParentVariableScope()
|
| Uses of ScopeInstanceImpl in org.jbpm.pvm.internal.tx |
|---|
| Constructors in org.jbpm.pvm.internal.tx with parameters of type ScopeInstanceImpl | |
|---|---|
DeserializedObject(java.lang.Object deserializedObject,
ScopeInstanceImpl scopeInstance,
BlobVariable blobVariable)
|
|
| Uses of ScopeInstanceImpl in org.jbpm.pvm.internal.type |
|---|
| Methods in org.jbpm.pvm.internal.type with parameters of type ScopeInstanceImpl | |
|---|---|
java.lang.Object |
Converter.convert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
converts a given object to its persistable format. |
java.lang.Object |
Variable.getValue(ScopeInstanceImpl scopeInstance)
|
java.lang.Object |
Converter.revert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
reverts a persisted object to its original formResourceName. |
void |
Variable.setValue(java.lang.Object value,
ScopeInstanceImpl scopeInstance)
|
boolean |
Variable.supports(java.lang.Object value,
ScopeInstanceImpl scopeInstance)
|
boolean |
Converter.supports(java.lang.Object value,
ScopeInstanceImpl scopeInstance,
Variable variable)
is true if this converter supports the given type, false otherwise. |
| Uses of ScopeInstanceImpl in org.jbpm.pvm.internal.type.converter |
|---|
| Methods in org.jbpm.pvm.internal.type.converter with parameters of type ScopeInstanceImpl | |
|---|---|
java.lang.Object |
DateToStringConverter.convert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
java.lang.Object |
DateToLongConverter.convert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
java.lang.Object |
ByteToLongConverter.convert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
java.lang.Object |
FloatToDoubleConverter.convert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
java.lang.Object |
ShortToLongConverter.convert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
java.lang.Object |
IntegerToLongConverter.convert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
java.lang.Object |
BooleanToStringConverter.convert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
java.lang.Object |
FloatToStringConverter.convert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
java.lang.Object |
DoubleToStringConverter.convert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
java.lang.Object |
SerializableToBytesConverter.convert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
java.lang.Object |
CharacterToStringConverter.convert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
java.lang.Object |
DateToStringConverter.revert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
java.lang.Object |
DateToLongConverter.revert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
java.lang.Object |
ByteToLongConverter.revert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
java.lang.Object |
FloatToDoubleConverter.revert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
java.lang.Object |
ShortToLongConverter.revert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
java.lang.Object |
IntegerToLongConverter.revert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
java.lang.Object |
BooleanToStringConverter.revert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
java.lang.Object |
FloatToStringConverter.revert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
java.lang.Object |
DoubleToStringConverter.revert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
java.lang.Object |
SerializableToBytesConverter.revert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
java.lang.Object |
CharacterToStringConverter.revert(java.lang.Object o,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
boolean |
DateToStringConverter.supports(java.lang.Object value,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
boolean |
DateToLongConverter.supports(java.lang.Object value,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
boolean |
ByteToLongConverter.supports(java.lang.Object value,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
boolean |
FloatToDoubleConverter.supports(java.lang.Object value,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
boolean |
ShortToLongConverter.supports(java.lang.Object value,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
boolean |
IntegerToLongConverter.supports(java.lang.Object value,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
boolean |
BooleanToStringConverter.supports(java.lang.Object value,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
boolean |
FloatToStringConverter.supports(java.lang.Object value,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
boolean |
DoubleToStringConverter.supports(java.lang.Object value,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
boolean |
SerializableToBytesConverter.supports(java.lang.Object value,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
boolean |
CharacterToStringConverter.supports(java.lang.Object value,
ScopeInstanceImpl scopeInstance,
Variable variable)
|
| Uses of ScopeInstanceImpl in org.jbpm.pvm.internal.type.variable |
|---|
| Methods in org.jbpm.pvm.internal.type.variable with parameters of type ScopeInstanceImpl | |
|---|---|
java.lang.Object |
BlobVariable.getValue(ScopeInstanceImpl scopeInstance)
|
void |
BlobVariable.setValue(java.lang.Object value,
ScopeInstanceImpl scopeInstance)
|
| Uses of ScopeInstanceImpl in org.jbpm.pvm.internal.util |
|---|
| Methods in org.jbpm.pvm.internal.util with parameters of type ScopeInstanceImpl | |
|---|---|
static java.lang.Object |
ReflectUtil.instantiateUserCode(Descriptor descriptor,
ProcessDefinitionImpl processDefinition,
ScopeInstanceImpl scopeInstance)
|
| Uses of ScopeInstanceImpl in org.jbpm.pvm.internal.wire |
|---|
| Methods in org.jbpm.pvm.internal.wire that return ScopeInstanceImpl | |
|---|---|
ScopeInstanceImpl |
WireContext.getScopeInstance()
|
| Methods in org.jbpm.pvm.internal.wire with parameters of type ScopeInstanceImpl | |
|---|---|
static java.lang.Object |
WireContext.create(Descriptor descriptor,
ScopeInstanceImpl scopeInstance)
|
void |
WireContext.setScopeInstance(ScopeInstanceImpl scopeInstance)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||