| Package | Description |
|---|---|
| org.activiti.engine.delegate |
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegates. |
| org.activiti.engine.impl.asyncexecutor | |
| org.activiti.engine.impl.bpmn.helper | |
| org.activiti.engine.impl.el | |
| org.activiti.engine.impl.persistence.entity | |
| org.activiti.engine.impl.scripting | |
| org.activiti.engine.test.mock |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DelegateExecution
Execution used in
JavaDelegates and ExecutionListeners. |
interface |
DelegateTask |
| Modifier and Type | Method and Description |
|---|---|
Object |
Expression.getValue(VariableScope variableScope) |
void |
Expression.setValue(Object value,
VariableScope variableScope) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
DefaultJobManager.getBusinessCalendarName(String calendarName,
VariableScope variableScope) |
protected boolean |
DefaultJobManager.isValidTime(JobEntity timerEntity,
Date newTimerDate,
VariableScope variableScope) |
protected void |
DefaultJobManager.restoreExtraData(JobEntity timerEntity,
VariableScope variableScope) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
DelegateExpressionUtil.resolveDelegateExpression(Expression expression,
VariableScope variableScope) |
static Object |
DelegateExpressionUtil.resolveDelegateExpression(Expression expression,
VariableScope variableScope,
List<FieldDeclaration> fieldDeclarations) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoExecutionVariableScope
Variable-scope only used to resolve variables when NO execution is active but expression-resolving is needed.
|
| Modifier and Type | Field and Description |
|---|---|
protected VariableScope |
VariableScopeElResolver.variableScope |
| Modifier and Type | Method and Description |
|---|---|
protected ActivitiElContext |
ExpressionManager.createElContext(VariableScope variableScope) |
protected javax.el.ELResolver |
ExpressionManager.createElResolver(VariableScope variableScope) |
javax.el.ELContext |
ExpressionManager.getElContext(VariableScope variableScope) |
Object |
JuelExpression.getValue(VariableScope variableScope) |
Object |
FixedValue.getValue(VariableScope variableScope) |
void |
JuelExpression.setValue(Object value,
VariableScope variableScope) |
void |
FixedValue.setValue(Object value,
VariableScope variableScope) |
| Constructor and Description |
|---|
VariableScopeElResolver(VariableScope variableScope) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExecutionEntity |
interface |
TaskEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutionEntityImpl |
class |
TaskEntityImpl |
class |
VariableScopeImpl |
| Modifier and Type | Method and Description |
|---|---|
protected Date |
TimerJobEntityManagerImpl.calculateNextTimer(JobEntity timerEntity,
VariableScope variableScope) |
TimerJobEntity |
TimerJobEntityManager.createAndCalculateNextTimer(JobEntity timerEntity,
VariableScope variableScope)
Creates a new
TimerJobEntity, typically when a timer is used in a
repeating way. |
TimerJobEntity |
TimerJobEntityManagerImpl.createAndCalculateNextTimer(JobEntity timerEntity,
VariableScope variableScope) |
protected String |
TimerJobEntityManagerImpl.getBusinessCalendarName(String calendarName,
VariableScope variableScope) |
protected boolean |
TimerJobEntityManagerImpl.isValidTime(JobEntity timerEntity,
Date newTimerDate,
VariableScope variableScope) |
| Modifier and Type | Field and Description |
|---|---|
protected VariableScope |
ScriptBindings.variableScope |
protected VariableScope |
VariableScopeResolver.variableScope |
| Modifier and Type | Method and Description |
|---|---|
Bindings |
ScriptBindingsFactory.createBindings(VariableScope variableScope) |
protected Bindings |
ScriptingEngines.createBindings(VariableScope variableScope)
override to build a spring aware ScriptingEngines
|
Bindings |
ScriptBindingsFactory.createBindings(VariableScope variableScope,
boolean storeScriptVariables) |
protected Bindings |
ScriptingEngines.createBindings(VariableScope variableScope,
boolean storeScriptVariables)
override to build a spring aware ScriptingEngines
|
Resolver |
BeansResolverFactory.createResolver(ProcessEngineConfigurationImpl processEngineConfiguration,
VariableScope variableScope) |
Resolver |
ResolverFactory.createResolver(ProcessEngineConfigurationImpl processEngineConfiguration,
VariableScope variableScope) |
Resolver |
VariableScopeResolverFactory.createResolver(ProcessEngineConfigurationImpl processEngineConfiguration,
VariableScope variableScope) |
protected List<Resolver> |
ScriptBindingsFactory.createResolvers(VariableScope variableScope) |
Object |
ScriptingEngines.evaluate(String script,
String language,
VariableScope variableScope) |
Object |
ScriptingEngines.evaluate(String script,
String language,
VariableScope variableScope,
boolean storeScriptVariables) |
| Constructor and Description |
|---|
ScriptBindings(List<Resolver> scriptResolvers,
VariableScope variableScope) |
ScriptBindings(List<Resolver> scriptResolvers,
VariableScope variableScope,
boolean storeScriptVariables) |
VariableScopeResolver(ProcessEngineConfigurationImpl processEngineConfiguration,
VariableScope variableScope) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.el.ELResolver |
MockExpressionManager.createElResolver(VariableScope variableScope) |
Resolver |
MockResolverFactory.createResolver(ProcessEngineConfigurationImpl processEngineConfiguration,
VariableScope variableScope) |
Copyright © 2010–2018 Alfresco. All rights reserved.